gst/audiotestsrc/gstaudiotestsrc.*: Add property to control pull/push based scheduling.
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/audiotestsrc/gstaudiotestsrc.c:
4         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
5         (gst_audio_test_src_check_get_range),
6         (gst_audio_test_src_set_property),
7         (gst_audio_test_src_get_property):
8         * gst/audiotestsrc/gstaudiotestsrc.h:
9         Add property to control pull/push based scheduling.
10
11 2009-01-02  Alessandro Decina  <alessandro.d@gmail.com>
12
13         * configure.ac:
14         * tests/examples/seek/Makefile.am:
15         * tests/icles/Makefile.am:
16         Make the seek and colorkey examples depend on gtk+-x11 as they use
17         GDK_WINDOW_XID.
18         Fixes the build with gtk+-quartz.
19
20 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
21
22         * win32/common/libgstaudio.def:
23         * win32/common/libgsttag.def:
24         * win32/common/libgstvideo.def:
25         Add new exports to win32 files.
26
27 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
28
29         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
30         * gst-libs/gst/tag/gsttagdemux.h:
31         Add GType for GstTagDemuxResult enum.
32
33 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
34
35         * gst-libs/gst/video/Makefile.am:
36         * gst-libs/gst/video/video.h:
37         Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
38         This will help bindings to use it.
39
40 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
41
42         * gst-libs/gst/audio/Makefile.am:
43         * gst-libs/gst/audio/audio.c:
44         * gst-libs/gst/audio/multichannel.h:
45         * gst-libs/gst/audio/testchannels.c:
46         * win32/MANIFEST:
47         * win32/common/audio-enumtypes.c:
48         (gst_audio_channel_position_get_type),
49         (gst_ring_buffer_state_get_type),
50         (gst_ring_buffer_seg_state_get_type),
51         (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
52         * win32/common/audio-enumtypes.h:
53         * win32/common/multichannel-enumtypes.c:
54         * win32/common/multichannel-enumtypes.h:
55         * win32/vs6/grammar.dsp:
56         * win32/vs6/libgstaudio.dsp:
57         * win32/vs7/libgstaudio.vcproj:
58         * win32/vs8/libgstaudio.vcproj:
59         Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
60         audio- in order to wrap all enums declarations of that library.
61         This modification should not matter since that header file is not a
62         public header (it will be included by public headers).
63         Modify win32 crap^Wfiles accordingly.
64
65 2008-12-30  Edward Hervey  <edward.hervey@collabora.co.uk>
66
67         * gst-libs/gst/audio/gstbaseaudiosrc.h:
68         * gst-libs/gst/audio/gstbaseaudiosink.h:
69         Complete Sebastien's commit from the 13th by exporting the
70         _slave_method_get_type() methods.
71
72 2008-12-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
73
74         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
75         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
76         (gst_gio_base_src_query):
77         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
78         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
79         (gst_gnome_vfs_src_query):
80         Implement URI query. Fixes bug #562949.
81
82 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
83
84         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
85         Add some debug info.
86
87         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
88         (gst_play_sink_reconfigure), (gst_play_sink_request_pad),
89         (gst_play_sink_release_pad):
90         Add some more debug info.
91         Reconfigure the audio chain when we switch between raw and encoded audio
92         in gapless playback.
93
94 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
95
96         * gst-libs/gst/audio/gstbaseaudiosink.c:
97         (gst_base_audio_sink_setcaps):
98         Pause the write thread before deactivating and releasing the ringbuffer
99         to avoid a deadlock when we do gapless playback with different sample
100         rates in playbin2.  Fixes #564929.
101
102 2008-12-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
103
104         * gst-libs/gst/audio/gstbaseaudiosrc.c:
105         Make GstAudioSrcSlaveMethod get_type() function non-static
106         as it's public now.
107
108         * win32/common/libgstaudio.def:
109         * win32/common/libgstnetbuffer.def:
110         Add some missing functions to the list of exported symbols.
111
112 2008-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
113
114         Patch by: Andrew Feren <acferen at yahoo dot com>
115
116         * gst-libs/gst/netbuffer/gstnetbuffer.c:
117         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
118         (gst_netaddress_get_address_bytes),
119         (gst_netaddress_set_address_bytes):
120         * gst-libs/gst/netbuffer/gstnetbuffer.h:
121         Make gst_netaddress_get_ip4_address fail for v6 addresses.
122         Make gst_netaddress_get_ip6_address either fail or return the v4
123         address as a transitional v6 address.
124         Add two convenience functions:
125         API: gst_netaddress_get_address_bytes()
126         API: gst_netaddress_set_address_bytes()
127         Fixes #564896.
128
129 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
130
131         * gst/adder/Makefile.am:
132         * gst/adder/gstadder.c:
133           Cleanup variable names to make the adder-loop easier to understand.
134           Also try to use liboil to spee it up, but ifdef it out as it does not
135           make any change for me (Intel pentim M (sse,sse2) please try on other
136           systems).
137
138 2008-12-16  Wim Taymans  <wim.taymans@collabora.co.uk>
139
140         * docs/plugins/Makefile.am:
141         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
142         * docs/plugins/gst-plugins-base-plugins-sections.txt:
143         * gst/tcp/gsttcpclientsink.c:
144         * gst/tcp/gsttcpclientsrc.c:
145         * gst/tcp/gsttcpserversrc.c:
146         Add minimal docs to make the remaining tcp elements show up.
147         Fixes #564139.
148
149 2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
150
151         * win32/common/config.h:
152           Update to CVS version.
153
154         * win32/common/config.h.in:
155           Hardcode path to plugin install helper exe, just like we hardcode
156           the paths in core. Removes another source of VCS conflicts for
157           people hacking gst-plugins-base on systems with autotools.
158
159 2008-12-13  Edward Hervey  <bilboed@gmail.com>
160
161         * m4/Makefile.am:
162         And a couple more .m4 that don't exist anymore with gettext 0.17
163
164 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
165
166
167         * m4/Makefile.am:
168         inttypes.m4 hasn't been available since gettext-0.15, and since we now
169         require gettext >= 0.17 ... we can remove it from the list of files to
170         dist.
171
172 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
173
174         * gst-libs/gst/audio/gstbaseaudiosink.c:
175         (gst_base_audio_sink_slave_method_get_type),
176         (gst_base_audio_sink_class_init):
177         * gst-libs/gst/audio/gstbaseaudiosink.h:
178         * gst-libs/gst/audio/gstbaseaudiosrc.c:
179         (gst_base_audio_src_slave_method_get_type),
180         (gst_base_audio_src_class_init):
181         * gst-libs/gst/audio/gstbaseaudiosrc.h:
182         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
183         public API. This is needed for the C++ bindings to be able
184         to use this base classes. Fixes bug #564200, #564206.
185
186 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
187
188         * gst-libs/gst/cdda/gstcddabasesrc.c:
189         (gst_cdda_base_src_handle_event):
190         Remove erroneous gst_buffer_ref().
191         * tests/check/libs/rtp.c: (GST_START_TEST):
192         Don't forget to unref the buffer once you're done with it.
193
194 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
195
196         * gst/playback/gstplaybin.c:
197         * gst/playback/gstplaybin2.c:
198           XRef to GstXOverlay.
199
200 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
201
202         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
203         Free the factory array when finalizing.
204         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
205         Use a GstStaticPadTemplate since the src pad caps are fixed.
206
207 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
208
209         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
210         (gst_vorbis_enc_init):
211         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
212         pad templates.
213
214 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
215
216         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
217         (gst_riff_create_video_template_caps):
218         Add mapping for VP6 in avi/riff.
219
220 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
221
222         * gst/subparse/samiparse.c: (sami_context_push_state),
223         (sami_context_pop_state), (start_sami_element), (end_sami_element):
224         Some versions of libxml seem to be very picky as to strict formatting
225         of the input and never 'close' the final </body> tag.
226         In order to fix that bad behaviour, we trigger the flushing of
227         remaining data on both </body> and </sami>.
228         Fixes #557365
229
230 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
231
232         Patch by: Guillaume Emont <guillaume at fluendo dot com>
233
234         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
235         Add typefinders for MS Word files and OS X .DS_Store files to
236         prevent them to be recognized as MPEG files. Fixes bug #564098.
237
238 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
239
240         * gst/playback/gstplaysink.c: (gen_audio_chain),
241         (gst_play_sink_reconfigure):
242         Add some more debug info.
243         Fix linking of just an encoded sink.
244         Handle failure to create a sink chain more gracefully than crashing.
245
246 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
247
248         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
249         Pushing 10 buffers is enough to run the test.
250
251 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
252
253         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
254         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
255         (main):
256         Hook up the SKIP seek flag.
257
258 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
259
260         * gst/playback/gstplaybin2.c: (pad_added_cb):
261         Error out with a missing-plugin error when the input-selector was not
262         found.
263
264         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
265         Indentation.
266
267 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
268
269         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
270         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
271         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
272         (gst_play_sink_send_event), (gst_play_sink_change_state):
273         Use G_DEFINE_TYPE.
274         Try to set the selected sink to READY before using it. This will allow
275         for detection of incompatible formats sooner.
276         Don't cause a fatal error when conversion elements are missing but post
277         a missing-element message and a warning instead because things might
278         still link and run fine.
279         Simplyfy the construction of audio and video sink chains.
280
281 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
282
283         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
284         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
285         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
286         init from glib.
287
288 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
289
290         Patch by: Luis Menina <liberforce at freeside dot fr>
291
292         * gst-libs/gst/floatcast/floatcast.h:
293         * gst/typefind/gsttypefindfunctions.c:
294         Include glib.h instead of a specific GLib header. Including single
295         GLib headers is deprecated. Fixes bug #563904.
296
297 2008-12-09  Julien Moutte  <julien@fluendo.com>
298
299         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
300         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
301
302 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
303
304         * gst-libs/gst/riff/riff-read.c:
305           Fix handling of odd chunks in riff metadata.
306
307 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
308
309         * gst/volume/gstvolume.c: (gst_volume_class_init),
310         (volume_before_transform), (volume_transform_ip):
311         Use new basetransform vmethod to reconfigure the dynamic properties and
312         any pending volume/mute changes. Fixes #563508.
313
314 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
315
316         * configure.ac:
317         First check for "theoraenc theoradec" and if that failed check
318         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
319         deprecate the latter. Also linking on Windows fails with just "theora"
320         and the version check would fail for the release candidates.
321         Fixes bug #563718.
322
323 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
324
325         * gst/playback/gstdecodebin.c:
326         * gst/playback/gstdecodebin2.c:
327           Add basic docs to decodebin and link to decodebin from decodebin2.
328           
329 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
330
331         Patch by: Olivier Crete  <tester at tester ca>
332
333         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
334         * gst-libs/gst/rtp/gstrtcpbuffer.h:
335         Implement gst_rtcp_packet_remove(). Fixes #563174.
336
337         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
338         Add unit test for some RTCP functions.
339
340 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
341
342         * configure.ac:
343         Apparently AC_CONFIG_MACRO_DIR breaks when using more
344         than one macro directory, reverting last change.
345
346 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
347
348         * configure.ac:
349         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
350         our M4 macros.
351
352 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
353
354         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
356         Clear all flags on buffers returned from the image pool.
357         Fixes #563143
358
359 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
360
361         Patch by: Cygwin Ports maintainer
362                   <yselkowitz at users dot sourceforge dot net>
363
364         * autogen.sh:
365         * configure.ac:
366         Require gettext 0.17 because older versions don't mix with libtool
367         2.2. At build time an older gettext version will still work.
368         Fixes bug #556091.
369
370 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
371
372         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
373
374 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
375
376         * docs/plugins/gst-plugins-base-plugins.args:
377         * docs/plugins/gst-plugins-base-plugins.hierarchy:
378         * docs/plugins/gst-plugins-base-plugins.interfaces:
379         * docs/plugins/gst-plugins-base-plugins.prerequisites:
380         * docs/plugins/inspect/plugin-videorate.xml:
381         * gst/speexresample/gstspeexresample.c:
382         Update documentation of speexresample for the new element name.
383
384 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
385
386         * gst/speexresample/README:
387         Update README with the latest diff between the Speex resampler
388         and our copy.
389
390 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
391
392         * gst/speexresample/gstspeexresample.c: (plugin_init):
393         Update the debug category from speex_resample to audioresample.
394
395 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
396
397         * gst/audioresample/Makefile.am:
398         * gst/audioresample/buffer.c:
399         * gst/audioresample/buffer.h:
400         * gst/audioresample/debug.c:
401         * gst/audioresample/debug.h:
402         * gst/audioresample/functable.c:
403         * gst/audioresample/functable.h:
404         * gst/audioresample/gstaudioresample.c:
405         * gst/audioresample/gstaudioresample.h:
406         * gst/audioresample/resample.c:
407         * gst/audioresample/resample.h:
408         * gst/audioresample/resample_chunk.c:
409         * gst/audioresample/resample_functable.c:
410         * gst/audioresample/resample_ref.c:
411         * tests/check/elements/audioresample.c:
412         Remove audioresample files.
413
414 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
415
416         * docs/plugins/inspect/plugin-audioresample.xml:
417         Regenerated for library filename change.
418
419 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
420
421         * configure.ac:
422         * docs/plugins/Makefile.am:
423         * docs/plugins/gst-plugins-base-plugins-sections.txt:
424         * docs/plugins/gst-plugins-base-plugins.args:
425         * docs/plugins/gst-plugins-base-plugins.hierarchy:
426         * docs/plugins/gst-plugins-base-plugins.interfaces:
427         * docs/plugins/gst-plugins-base-plugins.prerequisites:
428         * docs/plugins/inspect/plugin-adder.xml:
429         * docs/plugins/inspect/plugin-alsa.xml:
430         * docs/plugins/inspect/plugin-audioconvert.xml:
431         * docs/plugins/inspect/plugin-audiorate.xml:
432         * docs/plugins/inspect/plugin-audioresample.xml:
433         * docs/plugins/inspect/plugin-audiotestsrc.xml:
434         * docs/plugins/inspect/plugin-cdparanoia.xml:
435         * docs/plugins/inspect/plugin-decodebin.xml:
436         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
437         * docs/plugins/inspect/plugin-gdp.xml:
438         * docs/plugins/inspect/plugin-gio.xml:
439         * docs/plugins/inspect/plugin-gnomevfs.xml:
440         * docs/plugins/inspect/plugin-libvisual.xml:
441         * docs/plugins/inspect/plugin-ogg.xml:
442         * docs/plugins/inspect/plugin-pango.xml:
443         * docs/plugins/inspect/plugin-playback.xml:
444         * docs/plugins/inspect/plugin-queue2.xml:
445         * docs/plugins/inspect/plugin-subparse.xml:
446         * docs/plugins/inspect/plugin-tcp.xml:
447         * docs/plugins/inspect/plugin-theora.xml:
448         * docs/plugins/inspect/plugin-typefindfunctions.xml:
449         * docs/plugins/inspect/plugin-uridecodebin.xml:
450         * docs/plugins/inspect/plugin-video4linux.xml:
451         * docs/plugins/inspect/plugin-videorate.xml:
452         * docs/plugins/inspect/plugin-videoscale.xml:
453         * docs/plugins/inspect/plugin-videotestsrc.xml:
454         * docs/plugins/inspect/plugin-volume.xml:
455         * docs/plugins/inspect/plugin-vorbis.xml:
456         * docs/plugins/inspect/plugin-ximagesink.xml:
457         * docs/plugins/inspect/plugin-xvimagesink.xml:
458         * gst/speexresample/gstspeexresample.c: (plugin_init):
459         * gst/speexresample/Makefile.am:
460         * tests/check/Makefile.am:
461         * tests/check/elements/speexresample.c: (setup_speexresample),
462         (GST_START_TEST), (test_pipeline):
463         Rename the moved speexresample to audioresample, integrate into the
464         build system and remove the old audioresample from the build system.
465         Fixes bug #558124, #385061, #346218, #116051.
466
467 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
468
469         * gst-libs/gst/audio/gstbaseaudiosrc.c:
470         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
471         Avoid nasty int overflows after about 12 hours and 25 minutes when these
472         code paths are triggered. 
473         A free beer to Håvard Graff for finding this!
474
475 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
476
477         Patch by: 이문형 <iwings at gmail dot com>
478
479         * gst-libs/gst/rtsp/gstrtspconnection.c:
480         (gst_rtsp_connection_connect):
481         A successful gst_poll_wait() doesn't always mean successful connect() on
482         Windows.  We should check errors by calling gst_poll_fd_has_error().
483         See #561924.
484
485 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
486
487         * gst-libs/gst/rtp/gstrtcpbuffer.c:
488         Fix typo in the docs.
489
490 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
491
492         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
493         If no stream was found before receiving EOS, post an error message.
494         Fixes #561924.
495
496 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
497
498         * ext/theora/gsttheoraenc.h:
499         * ext/theora/theoraenc.c: (gst_theora_enc_init),
500         (theora_buffer_from_packet), (theora_push_packet),
501         (theora_enc_sink_event), (theora_enc_is_discontinuous),
502         (theora_enc_chain):
503         Parse segment events.
504         Pass incomming buffer timestamps to outgoing buffers.
505         Use the running_time to construct the granulepos.
506         Fixes #562163.
507
508 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
509
510         * gst/playback/gstplaybin2.c: (activate_group):
511         Fix buffer-duration property.
512
513 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
514
515         * gst-libs/gst/audio/gstbaseaudiosink.c:
516         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
517         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
518         (gst_base_audio_sink_change_state):
519         Really fix audiosink drain handling by keeping track of the running_time
520         of the last sample.
521
522 2008-11-24  Michael Smith <msmith@songbirdnest.com>
523
524         * gst/playback/gstplaybin2.c:
525           Add notification of current stream. Add ability to configure buffer
526           sizes.
527         * gst/playback/gsturidecodebin.c:
528           Add ability to configure buffer sizes for streaming mode.
529           Bug #561734.
530
531 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
532
533         * gst-libs/gst/audio/gstbaseaudiosink.c:
534           Time is already in running_time. Remove base_time handling. Fixes
535           audiosinks not draining and thus chopping some audio in the end.
536
537 2008-11-24  David Schleef  <ds@schleef.org>
538
539         * ext/ogg/gstoggmux.c:
540         * ext/ogg/gstoggmux.h:
541           If we're muxing a dirac stream, flush the page after every picture.
542
543 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
544
545         * gst-libs/gst/audio/gstbaseaudiosink.c:
546           Add one log message to check for audio_drained. Sync one log message
547           with the condition. Send EOS after draining audio in pull mode.
548
549 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
550
551         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
552         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
553         Use gst_buffer_try_new_and_alloc() and fail properly if the
554         allocation failed. This prevents abort() if downstream elements
555         request an insane amount of memory.
556
557 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
558
559         * gst/volume/gstvolume.c: (volume_choose_func),
560         (volume_update_volume), (gst_volume_set_volume),
561         (gst_volume_get_volume), (gst_volume_set_mute),
562         (gst_volume_class_init), (gst_volume_init),
563         (volume_process_double), (volume_process_float),
564         (volume_process_int32), (volume_process_int32_clamp),
565         (volume_process_int24), (volume_process_int24_clamp),
566         (volume_process_int16), (volume_process_int16_clamp),
567         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
568         (volume_transform_ip), (volume_set_property),
569         (volume_get_property):
570         * gst/volume/gstvolume.h:
571         Cleanup volume, define and use default values.
572         Recalculate new volume and mute setup before processing. Fixes #561789.
573
574         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
575         Add controller unit test. Patch by: Jonathan Matthew
576         Fix bogus test that messed with basetransform's internal state.
577
578 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
579
580         * gst/videorate/gstvideorate.c:
581         Add jpeg and png image media types to the caps. Fixes #561436.
582
583 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
584
585         * gst/playback/gstplaysink.c: (gen_audio_chain):
586         Don't post an error when we can't configure the volume but post a
587         warning instead. Fixes #561780.
588
589 2008-11-21  David Schleef  <ds@schleef.org>
590
591         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
592
593         * gst/videotestsrc/gstvideotestsrc.c:
594         * gst/videotestsrc/gstvideotestsrc.h:
595         * gst/videotestsrc/videotestsrc.c:
596         * gst/videotestsrc/videotestsrc.h:
597           Add a zone plate pattern generator based on BBC R&D Report
598           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
599           kx2=20 ky2=20 kt=1'.
600
601 2008-11-20  Michael Smith <msmith@songbirdnest.com>
602
603         * gst/playback/gstdecodebin2.c:
604           Fix random fat-fingering making this not compile.
605
606 2008-11-20  Michael Smith <msmith@songbirdnest.com>
607
608         * gst/playback/gstdecodebin2.c:
609           If the top-level type of the stream is plain text, don't try to decode
610           it, matching behaviour of decodebin.
611         * gst/playback/gstplaysink.c:
612           If we fail to generate a text chain (e.g. due to missing optional
613           plugins), don't crash.
614
615 2008-11-20  Michael Smith <msmith@songbirdnest.com>
616
617         * gst-libs/gst/rtsp/gstrtspdefs.c:
618           Fix win32 build. Oops.
619
620 2008-11-20  Michael Smith <msmith@songbirdnest.com>
621
622         * gst-libs/gst/rtsp/gstrtspdefs.c:
623           Use WSAGetLastError() rather than errno/h_errno on win32.
624
625 2008-11-20  Michael Smith <msmith@songbirdnest.com>
626
627         * gst-libs/gst/riff/riff-media.c:
628           Support WMA Lossless properly.
629
630 2008-11-18  David Schleef  <ds@schleef.org>
631
632         * gst/videotestsrc/gstvideotestsrc.c:
633         * gst/videotestsrc/gstvideotestsrc.h:
634         * gst/videotestsrc/videotestsrc.c:
635         * gst/videotestsrc/videotestsrc.h:
636           Add "colorspec" property, specifying whether to generate BT.601
637           or BT.709 video.  This only affects YCbCr values, not RGB, since
638           if you're generating a 709 test pattern, presumably you want
639           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
640           uses 75% colors instead of 100%, since this is often more useful
641           for testing (and also follows the SMPTE EG-1 guideline).
642
643 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
644
645         * gst/playback/gstdecodebin.c:
646         Add a "sink-caps" property to decodebin like it's done for decodebin2.
647         Fixes #560380.
648
649 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
650
651         * gst/audioresample/gstaudioresample.c:
652         Guard against a NULL dereference I somehow encountered -
653         with a FLUSH_STOP arriving either before basetransform _start(),
654         or after _stop().
655
656         * gst/typefind/gsttypefindfunctions.c:
657         Make sure we never jump backwards when typefinding corrupt mov files.
658
659 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
660
661         * gst-libs/gst/interfaces/propertyprobe.c:
662         Fix random type causing a docs warning.
663
664 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
665
666         * sys/v4l/gstv4l.c:
667           Give it a minimal rank for autovideosrc.
668
669 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
670
671         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
672         (plugin_init):
673         Improve typefinding of ISO JPEG2000 mime types.
674
675 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
676
677         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
678         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
679         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
680         * sys/xvimage/xvimagesink.h:
681         Avoid typechecking when we do trivial casts.
682         Move error handling out of the main program flow.
683         Sneak in the display-region caps property, not completely correct yet.
684         Cache the width/height in buffer_alloc instead of parsing it from the
685         caps all the time.
686
687 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
688
689         * gst/playback/gstplaybin2.c: (deactivate_group):
690         don't try to unlink the selector sinkpad when we don't have it yet. This
691         can happen if an error occured before the group was complete.
692
693 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
694
695         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
696         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
697         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
698         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
699         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
700         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
701         (gst_rtp_buffer_get_extension_data),
702         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
703         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
704         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
705         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
706         (gst_rtp_buffer_get_payload_type),
707         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
708         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
709         (gst_rtp_buffer_set_timestamp),
710         (gst_rtp_buffer_get_payload_subbuffer),
711         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
712         Avoid expensive type checks we already did as part of the 
713         _validate() function that should be called first.
714
715 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
716
717         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
718         (gst_base_rtp_depayload_push_full),
719         (gst_base_rtp_depayload_set_gst_timestamp):
720         Fix some cases where a newsegment event was not sent.
721
722 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
723
724         * gst/playback/gstplaybin2.c: (activate_group):
725         Catch state change errors and stop from the uridecodebin elements
726         instead of trying to continue in vain.
727
728 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
729
730         * gst-libs/gst/audio/gstbaseaudiosink.c:
731         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
732         (gst_base_audio_sink_callback):
733         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
734         for the latency to expire, fixes #559567.
735
736 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
737
738         * gst/adder/gstadder.c:
739           Change author string after seeing output of gst-inspector.
740
741 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
742
743         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
744         Don't try to do crazy things when we only have a text pad without a
745         video pad. Fixes #559478.
746
747 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
748
749         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
750         Fix case where we don't have a range for the rates or channels as is the
751         case with truespeech.
752
753 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
754
755         * gst/volume/gstvolume.c: (volume_update_real_volume),
756         (gst_volume_set_volume), (gst_volume_get_volume),
757         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
758         (volume_transform_ip), (volume_update_mute),
759         (volume_update_volume), (volume_get_property):
760         * gst/volume/gstvolume.h:
761         Keep negotiated state in a separate variable.
762         Protect the volume and mute properties with the object lock.
763         Protect modifying the transform with the transform lock.
764
765 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
766
767         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
768         (gst_ffmpeg_pixfmt_to_caps):
769         Only convert caps to string when debug is enabled.
770
771 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
772
773         * ext/theora/gsttheoradec.h:
774         * ext/theora/theoradec.c: (gst_theora_dec_init),
775         (gst_theora_dec_reset), (theora_dec_src_event),
776         (theora_dec_sink_event), (theora_handle_type_packet):
777         Copy seqnum.
778         Keep events in a pending list, like vorbisdec, instead of trying
779         to construct a segment event ourselves.
780
781         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
782         (vorbis_dec_src_event), (vorbis_dec_sink_event):
783         * ext/vorbis/vorbisdec.h:
784         Copy seqnum.
785
786 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
787
788         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
789         (gst_ogg_demux_deactivate_current_chain),
790         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
791         (gst_ogg_demux_loop):
792         * ext/ogg/gstoggdemux.h:
793         Copy seqnums around to track playback segments and messages.
794
795 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
796
797         Based on patch by: Matthias Kretz <kretz at kde dot org>
798
799         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
800         (gst_alsasink_prepare), (gst_alsasink_unprepare),
801         (gst_alsasink_write):
802         Make all access non-blocking so that we can better handle unplugging
803         of usb devices. Fixes #559111
804
805 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
806
807         Patch by: Damien Lespiau  <damien.lespiau gmail com>
808
809         * gst-libs/gst/rtsp/gstrtspconnection.c:
810         (gst_rtsp_connection_write):
811         Make the next call to poll not depend on previous calls to poll with or
812         without reading from the active descriptor. Fixes #544293.
813
814 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
815
816         Patch by: Nick Haddad <nick at haddads dot net>
817
818         * gst-libs/gst/riff/riff-ids.h:
819         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
820         Add support for other fourcc codes that are commonly used for
821         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
822         Fixes #558553.
823
824 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
825
826         * gst/audioresample/gstaudioresample.c:
827           Return the result of parent_class->event().
828
829 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
830
831         * gst/audioresample/gstaudioresample.c:
832         (gst_audioresample_class_init), (audioresample_fixate_caps):
833         Fixate the rate to the nearest supported rate instead of
834         the first one. Fixes bug #549510.
835
836 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
837
838         * win32/common/libgstaudio.def:
839         Add new symbols.
840
841 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
842
843         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
844         Attempt to make obfuscated code clearer.
845
846 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
847
848         * docs/libs/gst-plugins-base-libs-sections.txt:
849         * gst-libs/gst/floatcast/floatcast.h:
850         Move float endianness conversion macros to core. Second part of
851         bug ##555196.
852
853 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
854
855         * sys/ximage/ximagesink.h:
856         * sys/xvimage/xvimagesink.h:
857           Don't mark as gtk-doc docs as they aren't public.
858
859 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
860
861         * sys/xvimage/xvimagesink.c:
862         * sys/xvimage/xvimagesink.h:
863         * tests/icles/Makefile.am:
864         * tests/icles/test-colorkey.c:
865           Allow setting colorkey if possible. Implement property probe interface
866           for optional X features (autopaint-colorkey, double-buffer and
867           colorkey). Fixes #554533
868
869 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
870
871         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
872         Remove useless buffer size assignment. It already has this value.
873
874 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
875
876         * gst-libs/gst/audio/gstaudiosink.c:
877         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
878         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
879         (gst_audioringbuffer_stop):
880         Implement a separate activate functions to start monitoring the segments
881         or, in pull mode, pulling in data.
882
883         * gst-libs/gst/audio/gstbaseaudiosink.c:
884         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
885         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
886         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
887         (gst_base_audio_sink_activate_pull),
888         (gst_base_audio_sink_async_play),
889         (gst_base_audio_sink_change_state):
890         Implement pad and element convert query function.
891         Activate the ringbuffer.
892         Use the segment last_stop value as the offset to pull.
893         Use new basesink _do_preroll() method to preroll in the pulling thread.
894         Take appropriate locking in the pulling thread.
895
896         * gst-libs/gst/audio/gstringbuffer.h:
897         Update some docs.
898
899 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
900
901         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
902         Improve MXF typefinding a bit by searching for a header partition
903         pack instead of just a general partition pack and checking more
904         bytes for valid values.
905
906 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
907
908         * tests/icles/.cvsignore:
909         update ignore file.
910
911         * tests/icles/Makefile.am:
912         * tests/icles/test-box.c: (make_pipeline), (main):
913         Add another interactive command line experimentation suite for
914         dynamically boxing/cropping/saling an input video.
915
916 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
917
918         * docs/libs/gst-plugins-base-libs-sections.txt:
919         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
920         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
921         * gst-libs/gst/audio/gstringbuffer.h:
922         Add methods to more accuratly control the pulling thread of a
923         ringbuffer.
924         Add format conversion helper code to the ringbuffer.
925         API: GstRingBuffer:gst_ring_buffer_activate()
926         API: GstRingBuffer:gst_ring_buffer_is_active()
927         API: GstRingBuffer:gst_ring_buffer_convert()
928
929 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
930
931         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
932         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
933         (gst_audioringbuffer_stop):
934         Signal thread startup earlier so that we can immediatly go into pull
935         mode when we have to and block on preroll.
936
937 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
938
939         * gst-libs/gst/audio/gstringbuffer.c:
940         (gst_ring_buffer_prepare_read):
941         In pull mode we want the callback to prepull a buffer we can preroll on
942         even when we are not yet playing.
943
944 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
945
946         * ext/alsa/Makefile.am:
947         * ext/cdparanoia/Makefile.am:
948         * ext/gio/Makefile.am:
949         * ext/gnomevfs/Makefile.am:
950         * ext/libvisual/Makefile.am:
951         * ext/ogg/Makefile.am:
952         * ext/pango/Makefile.am:
953         * ext/theora/Makefile.am:
954         * ext/vorbis/Makefile.am:
955         * gst/adder/Makefile.am:
956         * gst/audioconvert/Makefile.am:
957         * gst/audiorate/Makefile.am:
958         * gst/audioresample/Makefile.am:
959         * gst/audiotestsrc/Makefile.am:
960         * gst/ffmpegcolorspace/Makefile.am:
961         * gst/gdp/Makefile.am:
962         * gst/playback/Makefile.am:
963         * gst/subparse/Makefile.am:
964         * gst/tcp/Makefile.am:
965         * gst/typefind/Makefile.am:
966         * gst/videorate/Makefile.am:
967         * gst/videoscale/Makefile.am:
968         * gst/videotestsrc/Makefile.am:
969         * gst/volume/Makefile.am:
970         * sys/v4l/Makefile.am:
971         * sys/ximage/Makefile.am:
972         * sys/xvimage/Makefile.am:
973           Don't install static libs for plugins. Fixes #550851 for base.
974
975 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
976
977         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
978         Set the default blocksize to -1 because we will then use the configured
979         samplesperbuffer to create our output buffer.
980
981 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
982
983         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
984         (gst_riff_create_video_template_caps):
985         Add mappping for the KMVC (Karl Morton's Video) Codec.
986
987 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
988
989         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
990         Don't forget to advance the offset of what we're matching against, else
991         we end up in a forever loop.
992
993 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
994
995         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
996         Improve typefinding a bit. If we don't have a Unicode charset
997         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
998
999 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1000
1001         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
1002         Fix build on macosx.
1003
1004 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1005
1006         Based on patch by: Robin Stocker <robin at nibor dot org>
1007
1008         * ext/theora/gsttheoradec.h:
1009         * ext/theora/theoradec.c: (gst_theora_dec_init),
1010         (theora_dec_setcaps), (theora_handle_type_packet),
1011         (theora_dec_decode_buffer), (theora_dec_change_state):
1012         Parse input caps and make the PAR override the encoded PAR when
1013         specified by a container. Fixes #555699.
1014
1015 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1016
1017         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1018         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1019         (gst_base_rtp_depayload_set_gst_timestamp),
1020         (gst_base_rtp_depayload_change_state):
1021         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1022         Add some more G_LIKELY
1023         Fail when the setcaps function was not called.
1024
1025         * gst-libs/gst/rtp/gstbasertppayload.c:
1026         (gst_basertppayload_set_outcaps):
1027         Propagate return value of setcaps.
1028
1029 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1030
1031         * gst/subparse/Makefile.am:
1032         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1033         (gst_sub_parse_class_init), (gst_sub_parse_init),
1034         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
1035         (get_next_line), (gst_sub_parse_data_format_autodetect),
1036         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
1037         (gst_subparse_type_find):
1038         * gst/subparse/gstsubparse.h:
1039         Add support for UTF16/UTF32 subtitles as long as the first bytes of
1040         the first buffer contain the BOM. This also adds support for other
1041         encodings that allow NUL bytes via the encoding property.
1042         Fixes bugs #552237 and #456788.
1043
1044 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1045
1046         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1047         Don't drop the last byte of image tags if they're not an URI list.
1048         Fixes bug #556066.
1049
1050 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1051
1052         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1053         For looking at the 4th byte we have to get 4 bytes of course
1054         and not 3.
1055
1056 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1057
1058         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1059         Improve FLAC-without-headers typefinding by looking at most of the
1060         frame header and checking if invalid values are used. Should prevent
1061         quite some false positives compared to the old version which only
1062         check if the first 14 bits are set.
1063
1064 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
1065
1066         * sys/xvimage/xvimagesink.c:
1067           Don't assert on caps==NULL.
1068
1069 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1070
1071         * gst/subparse/gstsubparse.c:
1072         (gst_sub_parse_data_format_autodetect), (handle_buffer),
1073         (gst_sub_parse_change_state):
1074         * gst/subparse/gstsubparse.h:
1075         * tests/check/elements/subparse.c: (GST_START_TEST):
1076         Add support for subtitle files with UTF-8 BOM at the beginning
1077         by simple stripping it from the first line before passing it
1078         to any parsing code. Fixes bug #555257 and playback of files
1079         created by Gnome Subtitles.
1080
1081 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1082
1083         * gst/audiotestsrc/gstaudiotestsrc.c:
1084         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1085         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1086         (gst_audio_test_src_start), (gst_audio_test_src_stop),
1087         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
1088         (gst_audio_test_src_create):
1089         * gst/audiotestsrc/gstaudiotestsrc.h:
1090         Define the default property values in the usual place.
1091         Implement start/stop to reset values correctly.
1092         Calculate the sample size only once when we negotiate.
1093         Rename some values to make more sense.
1094         Keep track of our byte range.
1095         Add support for pull based scheduling. Disabled for now until we have
1096         the whole stack working.
1097         Set the BUFFER_OFFSET correctly.
1098
1099 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1100
1101         Based on a patch by: xavierb at gmail dot com
1102
1103         * gst/subparse/gstsubparse.c:
1104         (gst_sub_parse_data_format_autodetect):
1105         * tests/check/elements/subparse.c: (GST_START_TEST):
1106         Make the detection of the used subtitle a bit less strict
1107         for srt subtitles. Fixes bug #555607.
1108
1109 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1110
1111         * ext/vorbis/vorbisenc.c:
1112         (gst_vorbis_enc_buffer_check_discontinuous):
1113         Fix discontinuity detection which was broken by last commit.
1114
1115 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
1116
1117         * configure.ac::
1118           Require core CVS for ghostpad API additions used by decodebin2.
1119
1120 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1121
1122         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1123         (gst_base_audio_src_create):
1124         Fix debug statements (space between '%' and actual format).
1125
1126 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1127
1128         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1129         Remove bogus assert, the decodepad could have been created inside an
1130         already existing group.
1131
1132 2008-10-08  Andy Wingo  <wingo@pobox.com>
1133
1134         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1135         target instead of setting it.
1136         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1137         API for a decode pad. The bugfix is that we set the group in
1138         activate(), not when the pad was created because it might be NULL
1139         then.
1140         (gst_decode_group_control_source_pad, gst_decode_group_expose):
1141         Update to use the API.
1142
1143 2008-10-08  Andy Wingo  <wingo@pobox.com>
1144
1145         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1146         be a subclass of GstGhostPad.
1147         (analyze_new_pad): So, when emitting the signals that determine
1148         how we do autoplugging, already create the ghost pad and use it as
1149         the pad in the signal arguments. This allows applications to make
1150         a connection between the pad passed in e.g. autoplug-continue, and
1151         the pad passed in new-decoded-pad.
1152         (connect_pad, expose_pad): Update to receive the ghosted decode
1153         pad in the args, retargetting it as necessary if we have to plug
1154         the target pad through a multiqueue.
1155         (gst_decode_group_control_source_pad): Adapt to receive an
1156         already-ghosted pad that just needs activation, blocking, and
1157         drain notification.
1158         (sort_end_pads): Adapt for decode pads actually being pads.
1159         (gst_decode_group_expose): Adapt for decode pads actually being
1160         pads. Rewrite the decode pad names so they appear in order. Adds a
1161         new error case if we couldn't set the name.
1162         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1163         logic.
1164         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1165         New API for the decode pad, needed because we shouldn't do these
1166         things inside gst_decode_pad_new(), but after.
1167         (gst_decode_pad_new): Change to actually make the real pad, and
1168         delay the blocking/drainage bits.
1169
1170 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1171
1172         Patch by: Daniel Drake <dsd at laptop dot org>
1173
1174         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1175         Unref all buffers when clearing collectpads. Fixes bug #546955.
1176
1177 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1178
1179         Based on a patch by: Klaas <klaas at rivercrew dot net>
1180
1181         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1182         (gst_vorbis_enc_buffer_check_discontinuous),
1183         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1184         * ext/vorbis/vorbisenc.h:
1185         Keep track of the upstream segments and use the running time on that
1186         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1187
1188 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1189
1190         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1191         Prevent overflows with big buffer when calculating the size of
1192         the intermediate buffer by using gst_util_uint64_scale() instead of
1193         plain arithmetics. Fixes bug #552801.
1194
1195 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1196
1197         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1198
1199         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1200         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1201         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1202         (gst_clock_overlay_get_property):
1203         * ext/pango/gstclockoverlay.h:
1204         API: Add ability to specify format for date/time display by
1205         adding a "time-format" property.
1206         Fixes bug #554879.
1207
1208 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1209
1210         Patch by: Jan Gerber <j at oil21 dot org>
1211
1212         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1213         (gst_riff_create_video_template_caps):
1214         Add FFV1 fourcc to support playback of FFMPEG lossless video
1215         in AVI. Fixes bug #555319.
1216
1217 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1218
1219         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1220
1221         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1222         (gst_base_audio_src_create):
1223         Implement skew clock slaving. Fixes #552559.
1224
1225 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1226
1227         * gst-libs/gst/audio/multichannel.c:
1228         * gst-libs/gst/audio/testchannels.c:
1229         Fix include of config.h
1230
1231 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1232
1233         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1234
1235         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1236         (print_media), (gst_sdp_message_dump):
1237         Fix parsing of the c= field containing multicast addresses.
1238         Fixes #552199.
1239         Add the connection info to the session or streams.
1240         Fix parsing of the bandwidth.
1241         Add debugging for the connections and bandwidths for a media.
1242         Add debugging for the bandwidth of the session. 
1243
1244 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1245
1246         * gst-libs/gst/rtp/gstbasertppayload.c:
1247         (gst_basertppayload_change_state):
1248         Configure the next seqnum and timestamp in the state change so that they
1249         can be queried soon after.
1250
1251 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1252
1253         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1254         (gst_base_rtp_depayload_chain):
1255         Improve debugging of the rtptime.
1256
1257 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1258
1259         * configure.ac:
1260         Back to development -> 0.10.21.1
1261
1262 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1263
1264         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1265         (plugin_init):
1266         Add typefinding for FLAC without headers in the beginning.
1267         This is already handled by flacdec and friends.
1268
1269 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1270
1271         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1272         (plugin_init):
1273         Add typefinder for MXF.
1274
1275 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1276
1277         * tests/icles/Makefile.am:
1278         Only build test-colorkey if GTK+ is available.
1279
1280 === release 0.10.21 ===
1281
1282 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1283
1284         * configure.ac:
1285           releasing 0.10.21, "We Could Be Wrong"
1286
1287 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1288
1289         * configure.ac:
1290         0.10.20.4 pre-release
1291
1292 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1293
1294         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1295
1296         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1297         Set the BOS flag on the BOS packet. Fixes #553244.
1298
1299 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1300
1301         * gst-libs/gst/rtsp/gstrtspmessage.c:
1302         (gst_rtsp_message_parse_request),
1303         (gst_rtsp_message_parse_response):
1304         Fix the g_return_val_if_fail() statements.
1305
1306 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1307
1308         * gst-libs/gst/tag/gsttagdemux.c:
1309           Fail to activate if there's insufficient data in the file to be usable,
1310           preventing an assertion fail later. Fixes #552960
1311
1312 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1313
1314         * gst-libs/gst/pbutils/descriptions.c:
1315         * gst/typefind/gsttypefindfunctions.c:
1316           Recognise Kate subtitle streams (#550582).
1317
1318 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1319
1320         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1321           Remove trailing comma from enum list, which causes problems
1322           with -pendantic (#550729).
1323
1324 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1325
1326         * configure.ac:
1327         0.10.20.2 pre-release
1328
1329         * po/LINGUAS:
1330         * po/id.po:
1331         * po/pt_BR.po:
1332
1333         New translations.
1334
1335 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1336
1337         * gst-libs/gst/interfaces/propertyprobe.c:
1338           (gst_property_probe_get_properties),
1339           (gst_property_probe_get_property),
1340           (gst_property_probe_probe_property),
1341           (gst_property_probe_probe_property_name),
1342           (gst_property_probe_needs_probe),
1343           (gst_property_probe_needs_probe_name),
1344           (gst_property_probe_get_values),
1345           (gst_property_probe_get_values_name),
1346           (gst_property_probe_probe_and_get_values),
1347           (gst_property_probe_probe_and_get_values_name):
1348           More sanity checks for our second-favourite interface.
1349
1350 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1351
1352         * gst-libs/gst/interfaces/propertyprobe.c:
1353           Check for NULL pointer, in the hope that this fixes #532864.
1354
1355 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1356
1357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1358           No really, the next release is 0.10.21 (fix Since: tags in docs).
1359
1360 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1361
1362         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1363         Disable a code path that is now called but causes a deadlock for some
1364         reason and is unneeded.
1365
1366 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1367
1368         * sys/xvimage/xvimagesink.c:
1369         * sys/xvimage/xvimagesink.h:
1370           Add a "draw-border" property that can be set to false to disable
1371           drawing borders.
1372           
1373         * tests/icles/test-colorkey.c:
1374         * tests/icles/Makefile.am:
1375           Add new test application for the colorkey handling.
1376
1377 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1378
1379         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1380         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1381         This will also be fixed for upcoming gst-ffmpeg release so that once
1382         this release of -base is out, it will work with the latest gst-ffmpeg
1383         release.
1384
1385 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1386
1387         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1388         (gst_riff_create_audio_template_caps):
1389         Add Truespeech mapping for RIFF formats (AVI/WAV).
1390         Fixes #550656
1391
1392 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1393
1394         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1395         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1396         Fixes #550638.
1397
1398 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1399
1400         * configure.ac:
1401         * gst/subparse/Makefile.am:
1402         * gst/subparse/gstsubparse.c:
1403         * gst/subparse/samiparse.c:
1404         * tests/check/elements/subparse.c:
1405           Rework last change, so that we build subparse, but just disable the
1406           sami parse functionality, if we're configured to not use xml. In the
1407           tests only the sami test is disabled now.
1408
1409 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1410
1411         * configure.ac:
1412           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1413           test runs.
1414
1415 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1416
1417         * po/POTFILES.in:
1418           Add some more files with strings for translation.
1419
1420 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1421
1422         * gst-libs/gst/tag/gstvorbistag.c:
1423         * tests/check/libs/tag.c:
1424           Use new geo location tags from core. Fixes #481169
1425
1426 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1427
1428         * tests/check/elements/audioresample.c: (setup_audioresample),
1429         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1430         (test_discont_stream_instance):
1431         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1432         Add debugging for coherence.
1433
1434 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1435
1436         Patch by: Jonathan Matthew  <notverysmart gmail com>
1437
1438         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1439           Add typefinder for PDF documents (which is nice to have, since it's a
1440           common format, but also helps prevent false positives). Fixes #549814.
1441
1442 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1443
1444         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1445         (no_more_pads_cb):
1446         Fix nasty race where multiple decodebins could start pushing data before
1447         we manage to configure the sinks, resulting in not-linked errors in
1448         typical RTSP streaming cases.
1449
1450 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1451
1452         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1453         Since we now call stop, we trigger this code path that causes a deadlock
1454         is apparently not needed.
1455
1456 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1457
1458         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1459         (gst_ring_buffer_stop):
1460         Also allow the case where the ringbuffer was paused when we try to stop
1461         it so that the basesrc stop function is still called.
1462
1463 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1464
1465         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1466
1467         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1468         Reprobe devices again instead of taking a cached list as new
1469         devices could've been plugged in. Fixes bug #549062.
1470
1471 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1472
1473         Patch by: Alessandro Dessina <alessandro nnva org>
1474
1475         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1476         (gst_ogg_demux_activate_chain):
1477         Don't add pads and activate them for skeleton streams. These are already
1478         handled inside oggdemux. Fixes bug #537599.
1479
1480 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1481
1482         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1483         Reset variable so that query and convert fail after going back to
1484         READY. Fixes #548898.
1485
1486 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1487
1488         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1489         If a buffer arrives with a timestamp before the timestamp+duration
1490         of the previous buffer clip it instead of dropping it completely.
1491         Slight improvement for the unfixable bug #548913.
1492
1493 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1494
1495         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1496         Take the current timestamp instead of timestamp+duration for the offset.
1497         This offset will later be used for calculating the timestamp and
1498         otherwise vorbisdec will interpolate timestamps wrong if upstream
1499         only sends timestamps and no granulepos.
1500
1501 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1502
1503         * tests/examples/seek/seek.c:
1504           Don't crash when having no visualisations.
1505
1506 2008-08-16  David Schleef  <ds@schleef.org>
1507
1508         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1509           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1510           Fixes #548065.
1511
1512 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1513
1514         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1515         When cleaning up the caps fields also remove "depth" for the same
1516         reason we remove "width".
1517
1518 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1519
1520         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1521           Add Lead H.264 here as well.
1522
1523 2008-08-14  Julien Moutte  <julien@fluendo.com>
1524
1525         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1526         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1527
1528 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1529
1530         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1531         (gst_base_audio_src_create):
1532         When not slaved to another clock also subtract the base_time from our
1533         internal clock time to get the running time.
1534
1535 2008-08-12  David Schleef  <ds@schleef.org>
1536
1537         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1538           since it has no basis in libtheora.
1539
1540 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1541
1542         * gst-libs/gst/interfaces/propertyprobe.h:
1543           Remove double "interface" from doc-string.
1544
1545         * gst-libs/gst/interfaces/xoverlay.h:
1546           Document interface.
1547
1548         * gst-libs/gst/riff/riff.c:
1549           Add basic doc blobs.
1550
1551 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1552
1553         * gst-libs/gst/audio/Makefile.am:
1554           Don't try to build that example anymore.
1555
1556 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1557
1558         * gst-libs/gst/audio/.cvsignore:
1559         * gst-libs/gst/audio/Makefile.am:
1560         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1561         * gst-libs/gst/audio/make_filter:
1562           Move audiofiltertemplate to gst-template.
1563
1564 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1565
1566         * docs/libs/gst-plugins-base-libs-sections.txt:
1567         * gst-libs/gst/audio/gstaudiosrc.h:
1568           More docs and shuffling. What can we do with the hundreds of #defines.
1569
1570 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1571
1572         * gst-libs/gst/audio/audio.h:
1573         * gst-libs/gst/audio/gstaudiofilter.h:
1574         * gst-libs/gst/audio/gstringbuffer.h:
1575         * gst-libs/gst/interfaces/propertyprobe.h:
1576         * gst-libs/gst/tag/gsttagdemux.h:
1577           Reducing number of dundocumented symbols.
1578
1579 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1580
1581         * gst-libs/gst/audio/audio.c:
1582           Fix doc comment syntax.
1583
1584         * gst-libs/gst/interfaces/propertyprobe.c:
1585           Add more doc-comments and a FIXME: for the signal.    
1586
1587 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1588
1589         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1590         (gst_ogg_mux_request_new_pad):
1591         * ext/ogg/gstoggmux.h:
1592         Don't pretend to support NEWSEGMENT events, instead override the
1593         GstCollectPads event function to return FALSE on NEWSEGMENT events
1594         and do the normal work for other events.
1595
1596         This prevents elements like flacenc to seek to the start and rewrite
1597         some data which then results in a broken Ogg packet.
1598
1599 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1600
1601         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1602
1603         * ext/alsa/gstalsaplugin.c: (plugin_init):
1604         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1605         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1606         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1607         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1608         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1609         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1610         * gst/playback/gstdecodebin.c: (plugin_init):
1611         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1612         * gst/playback/gstplayback.c: (plugin_init):
1613         * gst/playback/gstqueue2.c: (plugin_init):
1614         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1615         * sys/v4l/gstv4l.c: (plugin_init):
1616         Make sure gettext returns translations in UTF-8 encoding rather
1617         than in the current locale encoding (#546822).
1618
1619 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1620
1621         * gst-libs/gst/pbutils/descriptions.c:
1622           Add audio/x-qdm for qtdemux.
1623
1624 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1625
1626         * ext/vorbis/vorbisdec.c:
1627           Do not leak old taglist.
1628
1629 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1630
1631         * tests/icles/test-scale.c:
1632           Include <stdlib.h> for atoi().
1633
1634 2008-08-04  Andy Wingo  <wingo@pobox.com>
1635
1636         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1637         documentation fix.
1638
1639 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1640
1641         * gst/adder/gstadder.c:
1642           Cleanup lots of empty lines that came from gst-indent going havoc
1643           before I added the INDENT_ON/OFF marker some time agao.
1644
1645 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1646
1647         * configure.ac:
1648         * gst-libs/gst/riff/riff-read.c:
1649           Bump requirement to latest core and use new tag for riff formats.
1650           Needed for #520694.
1651
1652 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1653
1654         * tests/examples/dynamic/Makefile.am:
1655         * tests/examples/dynamic/codec-select.c: (make_encoder),
1656         (make_pipeline), (do_switch), (my_bus_callback), (main):
1657         Add example app that dynamically switches between 3 'encoders'.
1658
1659 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1660
1661         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1662         Add some more comments.
1663
1664 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1665
1666         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1667         (gst_video_test_src_create):
1668         Discard buffers of the wrong size after renegotiation, this is perfectly
1669         possible with things like capsfilter that could suggest caps changes
1670         upstream without knowing the size of the buffer.
1671
1672 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1673
1674         * tests/icles/.cvsignore:
1675         * tests/icles/Makefile.am:
1676         * tests/icles/test-scale.c: (make_pipeline), (main):
1677         Add dynamic rescaling tests for the new basetransform.
1678
1679 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1680
1681         * gst/audioconvert/Makefile.am:
1682           Dist recently-added gstfastrandom.h.
1683
1684 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1685
1686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1687         Fix a "may be used uninitialized in this function" which weirdly only
1688         appears on macosx (?).
1689
1690 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1691
1692         * gst-libs/gst/riff/riff-ids.h:
1693           Adding acid chunk for tempo and loop information.
1694
1695 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1696
1697         * sys/xvimage/Makefile.am:
1698           floor() needs linking to $(LIBM).
1699
1700 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1701
1702         * ext/gnomevfs/gstgnomevfssrc.c:
1703           Aggregate short reads and add some comments and debug logging.
1704           Fixes #537380
1705
1706 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1707
1708         * gst/playback/gstplaybasebin.c:
1709           Fix property doc markup (its not a signal).
1710
1711         * sys/xvimage/xvimagesink.c:
1712           Add since tag for new proeprties (also add sice tags fro the last two
1713           other additions).
1714
1715 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1716
1717         * sys/xvimage/xvimagesink.c:
1718         * sys/xvimage/xvimagesink.h:
1719           Add autofill/colorkey properties. Fixes #538656.
1720
1721 2008-07-28  David Schleef  <ds@schleef.org>
1722
1723         * sys/xvimage/xvimagesink.c:
1724           Fix rounding errors when converting colorbalance values
1725           between hardware and object property ranges.  Partial
1726           fix for #537889, however, there still seems to be a small
1727           drift problem that could be totem's fault.
1728
1729 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1730
1731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1732         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1733         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1734         This fixes a critical warning.
1735
1736 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1737
1738         * ext/ogg/gstoggmux.c:
1739         Allow muxing of CELT into Ogg streams.
1740
1741 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1742
1743         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1744         (plugin_init):
1745         Add simple typefinder for the CELT codec (www.celt-codec.org).
1746
1747 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1748
1749         Patch by: Jan Gerber <j at oil21 dot org>
1750
1751         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1752         Fix calculation of the start time from skeleton streams.
1753         Fixes bug #530068.
1754
1755 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1756
1757         * tests/examples/seek/seek.c:
1758           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1759
1760 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1761
1762         * gst/audioconvert/audioconvert.h:
1763         * gst/audioconvert/gstaudioquantize.c:
1764         (gst_audio_quantize_setup_dither),
1765         (gst_audio_quantize_free_dither):
1766         * gst/audioconvert/gstfastrandom.h:
1767         Implement a linear congruential generator as pseudo random number
1768         generator for the dither noise. This is about 2 times faster than
1769         using GLib's mersenne twister. Also this uses only integer math for
1770         generating integers while GLib internally uses floating point math.
1771
1772 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1773
1774         * configure.ac:
1775           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1776
1777 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1778
1779         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1780
1781         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1782           Use GST_STR_NULL to avoid crashes with libcs that don't
1783           like NULL strings in printf args (such as the win32 one).
1784           Fixes #544306.
1785
1786 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1787
1788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1789         Oops - set the size of the image used for probing back to 1x1, for
1790         consistency with ximagesink
1791
1792 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1793
1794         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1795         (gst_ximagesink_ximage_new):
1796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1797         (gst_xvimagesink_xvimage_new):
1798
1799         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1800         X server to attach to a shared memory segment after we've deleted it,
1801         with the result that MIT-SHM is disabled. Instead, remove it only after 
1802         X succeeds in attaching too.
1803
1804 2008-07-16  David Schleef  <ds@schleef.org>
1805
1806         * gst/audiotestsrc/gstaudiotestsrc.c:
1807         * gst/audiotestsrc/gstaudiotestsrc.h:
1808           Add 'ticks', a 1/30 second sine wave pulse every second.
1809
1810 2008-07-15  David Schleef  <ds@schleef.org>
1811
1812         * gst-libs/gst/video/video.c: Revert ABI change.
1813
1814 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1815
1816         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1817         Make it impossible to have NULL caps at the point where we set
1818         framerate and other things. Also don't return immediately for "3ivd"
1819         video and let framerate, etc be set. Might fix bug #542508.
1820
1821 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1822
1823         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1824         Video format can also be conveniently determined from (many)
1825         non-fixed caps.
1826
1827 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1828
1829         * gst/playback/gstplaybasebin.c:
1830         * gst/playback/gstplaybasebin.h:
1831         * gst/playback/gstplaybin.c:
1832         * gst/playback/gststreamselector.c:
1833         First stab at integrating DVD subpicture overlay into
1834         playbin. Successfully plugs and plays, but the queues need
1835         shrinking - 3 seconds of video is too much buffering.
1836
1837 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1838
1839         * gst/audioconvert/gstaudioconvert.c:
1840           Remove now obsolete note in the docs.
1841
1842 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1843
1844         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1845         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1846         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1847         * docs/plugins/gst-plugins-base-plugins.args:
1848         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1849         * docs/plugins/gst-plugins-base-plugins.interfaces:
1850         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1851         * docs/plugins/gst-plugins-base-plugins.signals:
1852         * docs/plugins/inspect/plugin-adder.xml:
1853         * docs/plugins/inspect/plugin-alsa.xml:
1854         * docs/plugins/inspect/plugin-audioconvert.xml:
1855         * docs/plugins/inspect/plugin-audiorate.xml:
1856         * docs/plugins/inspect/plugin-audioresample.xml:
1857         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1858         * docs/plugins/inspect/plugin-cdparanoia.xml:
1859         * docs/plugins/inspect/plugin-decodebin.xml:
1860         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1861         * docs/plugins/inspect/plugin-gdp.xml:
1862         * docs/plugins/inspect/plugin-gnomevfs.xml:
1863         * docs/plugins/inspect/plugin-libvisual.xml:
1864         * docs/plugins/inspect/plugin-ogg.xml:
1865         * docs/plugins/inspect/plugin-pango.xml:
1866         * docs/plugins/inspect/plugin-playback.xml:
1867         * docs/plugins/inspect/plugin-queue2.xml:
1868         * docs/plugins/inspect/plugin-subparse.xml:
1869         * docs/plugins/inspect/plugin-tcp.xml:
1870         * docs/plugins/inspect/plugin-theora.xml:
1871         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1872         * docs/plugins/inspect/plugin-uridecodebin.xml:
1873         * docs/plugins/inspect/plugin-video4linux.xml:
1874         * docs/plugins/inspect/plugin-videorate.xml:
1875         * docs/plugins/inspect/plugin-videoscale.xml:
1876         * docs/plugins/inspect/plugin-videotestsrc.xml:
1877         * docs/plugins/inspect/plugin-volume.xml:
1878         * docs/plugins/inspect/plugin-vorbis.xml:
1879         * docs/plugins/inspect/plugin-ximagesink.xml:
1880         * docs/plugins/inspect/plugin-xvimagesink.xml:
1881         * ext/alsa/gstalsamixer.c:
1882         * ext/alsa/gstalsasink.c:
1883         * ext/alsa/gstalsasrc.c:
1884         * ext/gio/gstgiosink.c:
1885         * ext/gio/gstgiosrc.c:
1886         * ext/gio/gstgiostreamsink.c:
1887         * ext/gio/gstgiostreamsrc.c:
1888         * ext/gnomevfs/gstgnomevfssink.c:
1889         * ext/gnomevfs/gstgnomevfssrc.c:
1890         * ext/ogg/gstoggdemux.c:
1891         * ext/ogg/gstoggmux.c:
1892         * ext/pango/gstclockoverlay.c:
1893         * ext/pango/gsttextoverlay.c:
1894         * ext/pango/gsttextrender.c:
1895         * ext/pango/gsttimeoverlay.c:
1896         * ext/theora/theoradec.c:
1897         * ext/theora/theoraenc.c:
1898         * ext/theora/theoraparse.c:
1899         * ext/vorbis/vorbisdec.c:
1900         * ext/vorbis/vorbisenc.c:
1901         * ext/vorbis/vorbisparse.c:
1902         * ext/vorbis/vorbistag.c:
1903         * gst/adder/gstadder.c:
1904         * gst/audioconvert/gstaudioconvert.c:
1905         * gst/audioresample/gstaudioresample.c:
1906         * gst/audiotestsrc/gstaudiotestsrc.c:
1907         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1908         * gst/gdp/gstgdpdepay.c:
1909         * gst/gdp/gstgdppay.c:
1910         * gst/playback/gstdecodebin2.c:
1911         * gst/playback/gstplaybin.c:
1912         * gst/playback/gstplaybin2.c:
1913         * gst/playback/gstqueue2.c:
1914         * gst/playback/gsturidecodebin.c:
1915         * gst/tcp/gstmultifdsink.c:
1916         * gst/tcp/gsttcpserversink.c:
1917         * gst/videorate/gstvideorate.c:
1918         * gst/videoscale/gstvideoscale.c:
1919         * gst/videotestsrc/gstvideotestsrc.c:
1920         * gst/volume/gstvolume.c:
1921         * sys/ximage/ximagesink.c:
1922         * sys/xvimage/xvimagesink.c:
1923           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1924           titles. Drop mentining that all our example pipelines are "simple"
1925           pipelines.
1926
1927 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1928
1929         * tests/examples/seek/Makefile.am:
1930         Fix out of tree build by adding all required CFLAGS.
1931
1932 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1933
1934         * gst/playback/gstdecodebin.c: (add_raw_queue):
1935         And ref the pad before returning it again when linking to the queue
1936         failed. Otherwise we will unref the pad twice later and things break.
1937
1938 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1939
1940         * gst/playback/gstdecodebin.c: (add_raw_queue):
1941         If linking the raw pad with a queue fails, try it without a queue
1942         instead of failing completely. This should never happen.
1943
1944 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1945
1946         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1947
1948         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1949         Add a queue after a demuxer if the demuxer outputs raw data. This was
1950         done before only for non-raw data but is required in this case too.
1951         Fixes bug #540215.
1952
1953         decodebin2 doesn't have this issue because all streams of a group
1954         go through multiqueue.
1955
1956 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1957
1958         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1959
1960         * gst-libs/gst/sdp/gstsdpmessage.c:
1961         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1962         that getaddrinfo() can be used. Fixes #541358.
1963
1964 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1965
1966         * gst/videotestsrc/gstvideotestsrc.c:
1967         (gst_video_test_src_class_init), (gst_video_test_src_init),
1968         (gst_video_test_src_set_property),
1969         (gst_video_test_src_get_property), (gst_video_test_src_create):
1970         * gst/videotestsrc/gstvideotestsrc.h:
1971         Cleanups, use default property values as defines.
1972         Add property to enable/disable peer buffer allocation.
1973
1974 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1975
1976         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1977         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1978         Enable unit tests on PPC again as the bugs are now fixed.
1979
1980 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1981
1982         * gst-libs/gst/riff/riff-ids.h:
1983         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1984         (gst_riff_create_audio_template_caps):
1985         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1986         Fixes bug #540351.
1987
1988 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1989
1990         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1991         (gst_ffmpeg_pixfmt_to_caps):
1992         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1993         (gst_ffmpegcsp_get_unit_size):
1994         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1995         it on other formats. Also adjust the unit size only for that format
1996         to not include the palette. Fixes bug #540497.
1997
1998 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1999
2000         * gst/adder/gstadder.c:
2001           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
2002
2003 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2004
2005         * ChangeLog:
2006           ChangeLog surgery.
2007   
2008         * tests/examples/seek/seek.c:
2009           Move variable into ifdef too.
2010         
2011
2012 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2013
2014         * tests/examples/seek/seek.c:
2015           Include config.h and check if we have X. Remove XInitThread(), don't
2016           think its needed. Fixes: #540334.
2017
2018 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2019
2020         Patch by: Sam Morris <sam at robots dot org to uk>
2021
2022         * gst-libs/gst/interfaces/mixertrack.c:
2023         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2024         (gst_mixer_track_set_property):
2025         API: Add "index" property to GstMixerTrack to differantiate between
2026         multiple mixer tracks with the same label.
2027
2028         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2029         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2030         Set the "index" property of GstMixerTrack to the index given by ALSA.
2031         Fixes bug #528299.
2032
2033 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
2034
2035         * tests/examples/seek/Makefile.am:
2036         * tests/examples/seek/seek.c:
2037           Remove libgstvideo usage. Use gtk_get_option_group instead of
2038           gtk_init().
2039
2040 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2041
2042         * tests/check/Makefile.am:
2043           Name the test registry format neutral.
2044
2045 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2046
2047         * gst/playback/gstqueue2.c:
2048           Do not double notify. Remove the unsued return value.
2049
2050 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2051
2052         * ext/alsa/gstalsamixer.c:
2053           Also consider "speaker" as a name for master volume. If that doesn't
2054           help look for the first non-mono volume control that also has a
2055           playback switch.
2056
2057 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2058
2059         * ChangeLog:
2060           Forgot to save the ChangeLog :/
2061
2062 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2063
2064         * tests/examples/seek/Makefile.am:
2065         * tests/examples/seek/seek.c:
2066           Embedd the xwindow. Allow to play multiple files.
2067
2068 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
2069
2070         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
2071         (gst_ximagesink_setcaps):
2072         * sys/ximage/ximagesink.h:
2073         When the caps change, make sure to re-draw borders in
2074         force-aspect-ratio=true mode.
2075         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
2076         Don't clear the border_draw flag until we actually draw the border.
2077         * tests/check/Makefile.am:
2078         Ignore alsasink/src during the states test too, so it doesn't fail
2079         when running without access to the sound device.
2080
2081 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2082
2083         * tests/examples/seek/seek.c:
2084           Fix crasher when playing a parse-launch line the 2nd time.
2085
2086 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2087
2088         * tests/check/pipelines/oggmux.c:
2089           Properly ifdef tests to fix compilation.
2090
2091 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2092
2093         * gst/playback/gstplay-marshal.list:
2094         * gst/playback/gstplaybin2.c:
2095           Add get-video-pad, get-audio-pad, get-text-pad action signals to
2096           playbin2. This allows the user to get to the selector's sinkpads, and
2097           thus inspect a range of things - caps, tags, etc. 
2098
2099 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2100
2101         * gst/playback/gstplaybin2.c:
2102           Use a different constant for the convert-frame signal id.
2103           Fixes #537009.
2104
2105 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2106
2107         * gst/playback/gstplaybin2.c:
2108         * gst/playback/gstplaysink.c:
2109           Fix a whole bunch of typos in comments and log statements. 
2110
2111 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2112
2113         * sys/xvimage/xvimagesink.c:
2114           Don't set colour balance values on the Xv port if the user hasn't
2115           changed them (via properties or the interface). Avoids accumulating
2116           rounding errors for the common case.
2117           Partial fix for bug #537889.
2118
2119 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2120
2121         * gst/playback/gstdecodebin2.c:
2122           Ensure decodebin2 emits 'drained' signal once, and only once, when all
2123           pads are drained.
2124
2125 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2126
2127         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2128         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2129         Report the encoder latency. Fixes #538232.
2130
2131 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2132
2133         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2134         (notify_source), (activate_group):
2135         Implement the source property, emit notify when it changes in the
2136         underlying uridecodebin.
2137
2138 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2139
2140         * tests/examples/seek/seek.c: (stop_cb):
2141         Free and clear the seek element list so that we don't use invalid
2142         references when seeking after recreating a gst-launch line.
2143
2144 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2145
2146         * gst-libs/gst/audio/gstbaseaudiosink.c:
2147         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2148         (gst_base_audio_sink_render):
2149         Report latency even if we are not live instead of hiding it.
2150         Take ts-offset and render-delay of the basesink into account when
2151         scheduling samples.
2152         Rework the clipping code so that we can take the various offsets into
2153         account and still do correct clipping.
2154
2155 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2156
2157         * configure.ac:
2158         Bump verion back to devel -> 0.10.20.1
2159
2160 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2161
2162         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2163         Don't increase the size of non-string image buffers by one as this
2164         might in theory confuse decoders. Still increase it by one for string
2165         image buffers to append '\0'.
2166
2167 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2168
2169         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2170         
2171         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2172         Fix a buffer memleak and remove a confusing and wrong debug output.
2173         Fixes bug #538663.
2174
2175 === release 0.10.20 ===
2176
2177 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2178
2179         * configure.ac:
2180           releasing 0.10.20, "Here I Go Again"
2181
2182 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2183
2184         * configure.ac:
2185         0.10.19.3 pre-release
2186
2187 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2188
2189         * gst-libs/gst/rtsp/gstrtspconnection.c:
2190         Fix build on win32.
2191         Patch By: David Schleef <ds@schleef.org>
2192         Fixes: #536874
2193
2194 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2195
2196         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2197         (gst_gio_base_src_create):
2198         * ext/gio/gstgiobasesrc.h:
2199         Try to read the requested number of bytes, even if the first
2200         read returns less than requested, until nothing is read anymore
2201         or we have the requested amount of bytes. This fixes playback of
2202         files via Samba as Samba only allows to read 64k at once.
2203
2204         Implement a caching algorithm that makes sure that we read at
2205         least 4k of data every time. Some elements will try to read a few
2206         bytes, then seek, read again a few bytes and so on and this is
2207         painfully slow as every operation has to go over DBus if GVfs is
2208         used as backend.
2209
2210         Fixes bug #536849 and #536848.
2211
2212         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2213         (gst_gio_src_check_get_range):
2214         Override check_get_range() to blacklist http/https URIs
2215         and whitelist file URIs. More to be added on demand.
2216
2217 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2218
2219         * configure.ac:
2220         0.10.19.2 pre-release
2221
2222 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2223
2224         * win32/common/libgstrtsp.def:
2225         * win32/common/libgsttag.def:
2226         Add new API functions to the dll exports
2227
2228 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2229
2230         * gst/playback/gstplaybasebin.c:
2231           Disconnect signals from decodebins we created before we remove it
2232           from playbin, to avoid crashes if the decodebin is eventually
2233           disposed after the playbin itself (possible if the app takes a
2234           reference on the decodebin).
2235           Fixes #536521.
2236
2237 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2238
2239         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2240           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2241           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2242           (h264_video_type_find), (mpeg_video_stream_type_find),
2243           (dv_type_find), (mmsh_type_find):
2244           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2245           copy caps for no good reason (this may be desirable to make it easier
2246           to detect leaks, but then it should probably be done for all caps
2247           in the typefinder somewhere).
2248
2249 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2250
2251         * tests/check/Makefile.am:
2252         Do not try to run the check tests for subparse unless it has been
2253         built.
2254
2255 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2256
2257         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2258         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2259         Do not try to run a test which requires vorbisenc unless we have
2260         actually built it.
2261
2262 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2263
2264         * gst-libs/gst/rtsp/gstrtspconnection.c:
2265         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2266         (gst_rtsp_connection_clear_auth_params),
2267         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2268         * gst-libs/gst/rtsp/gstrtspconnection.h:
2269         Add a couple of missing argument guards.
2270         Add a way of setting the DSCP for an RTSP connection.
2271         Add an accessor method for the ip member of GstRTSPConnection as all
2272         members are supposed to be private.
2273
2274 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2275
2276         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2277         Fixed accidental use of IPv4 options for all IPv6 addresses.
2278
2279 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2280
2281         * gst-libs/gst/interfaces/mixertrack.h:
2282           Document mixer track flags.
2283
2284 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2285
2286         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2287
2288         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2289         Don't set caps on the buffers that contain a copy of the buffer
2290         including the caps of them resulting in an always increasing refcount
2291         of the caps and insanely large caps. Instead include a buffer without
2292         caps in the new caps. Fixes bug #536475.
2293
2294 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2295
2296         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2297         Transform a given PAR to a range on the struct with the generic
2298         height/width instead of the struct with the possibly restricted
2299         height/width.
2300
2301 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2302
2303         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2304         Prefer the given format if it contains something stricter than [1,MAX]
2305         for height or width and only put a structure that requires rescaling
2306         as second. This makes it possible to use videoscale in pipelines where
2307         the source can actually produce the wanted height/width but usually
2308         selects a different one from the requested.
2309
2310 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2311
2312         Based on patch by: John Millikin <jmillikin gmail com>
2313
2314         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2315           (gst_vorbis_tag_add_coverart):
2316           Retrieve COVERART tags from vorbis comments (#512333)
2317
2318 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2319
2320         * gst-libs/gst/tag/tag.h:
2321         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2322           Don't forget to add new enum value here too (should probably use
2323           glib-mkenums here...).
2324
2325 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2326
2327         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2328         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2329         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2330           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2331           (gst_tag_image_data_to_image_buffer):
2332           Add two utility functions to avoid code duplication (#512333):
2333           API: add gst_tag_image_data_to_image_buffer()
2334           API: add gst_tag_list_add_id3_image()
2335           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2336
2337 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2338
2339         * win32/common/libgstaudio.def:
2340         Add gst_audio_check_channel_positions() to the exported symbols.
2341
2342 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2343
2344         * docs/libs/gst-plugins-base-libs-sections.txt:
2345         * gst-libs/gst/audio/multichannel.c:
2346         (gst_audio_check_channel_positions):
2347         * gst-libs/gst/audio/multichannel.h:
2348         API: Make gst_audio_check_channel_positions() public.
2349
2350         * tests/check/libs/audio.c: (GST_START_TEST):
2351         Add some simple checks for gst_audio_check_channel_positions().
2352
2353 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2354
2355         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2356           minrange and maxrange are scaled according to the frequency
2357           multiplier.
2358
2359 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2360
2361         * ext/pango/Makefile.am:
2362         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2363           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2364           Use gstvideo functions to calculate strides and plane offsets. Fixes
2365           rendering issue ('ghost' images of the text on the chroma planes)
2366           with widths or heights that are not multiples of 8 (#506659 and
2367           probably also #485729).
2368
2369         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2370           (main):
2371           Test with odd height/width too.
2372
2373 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2374
2375         * gst/adder/gstadder.c: (gst_adder_query_duration),
2376         (gst_adder_query_latency):
2377         When using gst_element_iterate_pads() one has to unref every pad
2378         after usage.
2379
2380 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2381
2382         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2383         (gst_base_audio_src_class_init):
2384         Add a gtk-doc chunk for the new properties to have a Since: indication.
2385
2386 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2387
2388         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2389         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2390         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2391         (gst_base_audio_src_change_state):
2392         Provide readable actual-buffer-time and actual-latency-time properties
2393         that reflect the configured ringbuffer values. Fixes #524724.
2394         API: GstBaseAudioSrc:actual-buffer-time
2395         API: GstBaseAudioSrc:actual-latency-time
2396
2397 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2398
2399         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2400         (gst_basertppayload_change_state):
2401         Simply converting the running time into an RTP timestamp by scaling it
2402         based on the clock-rate is good enough for making an RTP timestamp. This
2403         has the added benefit that we can later on expose a property with the
2404         RTP timestamp of running time 0, as is needed for RTSP servers to
2405         generate the response of the PLAY request.
2406
2407 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2408
2409         * gst/audioconvert/gstaudioconvert.c:
2410         (structure_has_fixed_channel_positions),
2411         (gst_audio_convert_transform_caps):
2412         Allow up to 11 positioned channels now that audioconvert can handle
2413         this but add no default positions for > 8 channels.
2414         
2415         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2416         Add some unit tests for the above change: Test conversion of
2417         11 positioned channels to stereo and the other way around, test
2418         conversion of 15 unpositioned channels in different ways.
2419
2420 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2421
2422         * win32/common/libgstaudio.def:
2423         Add gst_audio_clock_reset to the list of exported symbols.
2424
2425 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2426
2427         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2428         Remove wrong_channels_identification_header unit test as we now
2429         support 7 (and more channels).
2430
2431 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2432
2433         * gst/audioconvert/gstchannelmix.c:
2434         (gst_channel_mix_fill_one_other):
2435         If mixing left or right to center (or the other way around) only take
2436         the complete value if we don't already have the original position in
2437         the source.
2438
2439 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2440
2441         * gst-libs/gst/audio/multichannel.c:
2442         (gst_audio_check_channel_positions),
2443         (gst_audio_set_structure_channel_positions_list),
2444         (gst_audio_fixate_channel_positions):
2445         Allow rear center together with rear left/right and other previously
2446         conflicting channel positions. The reason why they weren't allowed
2447         was the channel mixing implementation in audioconvert.
2448         Also take this into account when fixing channel layouts.
2449
2450         Allow setting channel positions for 1/2 channels when using
2451         gst_audio_set_structure_channel_position().
2452
2453         * gst/audioconvert/gstchannelmix.c:
2454         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2455         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2456         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2457         Major rewrite of the channel mixing.
2458
2459         We now allow previously conflicting channel positions to appear
2460         together (rear center and rear left/right for example).
2461         Fixes bug #533817.
2462
2463         Rework the way channels are mixed together to take more possible
2464         channel positions into account, properly mix from/to side channels
2465         and don't assume that either center, left&right or nothing of a
2466         specific position is available anymore.
2467
2468         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2469         Adjust unit tests with non-standard 1/2 channel layouts to the more
2470         correct new behaviour.
2471
2472         Add a unit test for 5.1->Stereo downmixing.
2473
2474 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2475
2476         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2477         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2478         Add sane defaults for the 7 and 8 channel layouts as those are
2479         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2480         more than 8 channels instead of erroring out. Fixes bug #535356.
2481
2482 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2483
2484         * docs/plugins/Makefile.am:
2485         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2486         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2487         * ext/theora/theoraparse.c:
2488         Add theoraparse to the docs and fix some docs.
2489
2490 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2491
2492         * gst-libs/gst/cdda/gstcddabasesrc.c:
2493         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2494         Fix EOS condition and track addition check, the track.end sector is
2495         included in the track. Fixes #533265.
2496
2497 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2498
2499         Patch by: Mark Nauwelaerts <manauw at skynet be>
2500
2501         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2502         (gst_video_rate_flush_prev), (gst_video_rate_event),
2503         (gst_video_rate_chain):
2504         * gst/videorate/gstvideorate.h:
2505         React (more) to NEWSEGMENT
2506         Small adjustment in timestamp calculation to prevent mismatches
2507         Fixes #435633.
2508
2509 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2510
2511         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2512           Initialise error to NULL as we should.
2513
2514 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2515
2516         * gst/adder/gstadder.c: (gst_adder_query_duration),
2517         (gst_adder_query_latency), (gst_adder_query):
2518         Implement latency query.
2519
2520 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2521
2522         * gst/adder/gstadder.c: (gst_adder_query_duration):
2523         Correctly resync the iterator if gst_iterator_next() returns
2524         GST_ITERATOR_RESYNC.
2525
2526 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2527
2528         * win32/vs6/libgstpbutils.dsp:
2529           Add pbutils-enumtypes.c to sources (#518037).
2530
2531 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2532
2533         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2534         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2535         * gst-libs/gst/audio/gstaudioclock.h:
2536         Add method to inform the clock that the time starts from 0 again. We use
2537         this info to calculate a clock offset so that the time we report in
2538         internal_time is monotonically increasing, as required by the clock base
2539         class. Fixes #521761.
2540         API: GstAudioClock::gst_audio_clock_reset()
2541
2542         * gst-libs/gst/audio/gstbaseaudiosink.c:
2543         (gst_base_audio_sink_skew_slaving),
2544         (gst_base_audio_sink_change_state):
2545         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2546         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2547         Reset reported time when we (re)create the ringbuffer.
2548
2549 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2550
2551         * ext/alsa/gstalsamixertrack.c:
2552           (gst_alsa_mixer_track_update_alsa_capabilities):
2553           Make sure playback volumes aren't accidentally overwritten by
2554           capture volumes if an alsa mixer track has both playback and
2555           capture capabilities: we create two GstMixerTracks in that
2556           case, so make sure we query only the alsa capabilities that
2557           refer to the type of GstMixerTrack we created from the dual
2558           capability alsa element. Should fix issues with Audigy2 sound
2559           cards (#518082).
2560
2561 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2562
2563         * tests/check/pipelines/oggmux.c: (test_pipeline):
2564           Don't use deprecated function.
2565
2566 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2567
2568         * gst/playback/gstdecodebin2.c:
2569         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2570         Check for NULL cases and log them, creating ghostpads can, for example,
2571         fail when the pad returns wrong caps.
2572
2573         * gst/playback/gstplaybin2.c: (perform_eos):
2574         When pushing out the EOS event, collect the return value and warn when
2575         something failed.
2576
2577 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2578
2579         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2580         (gst_riff_create_video_template_caps):
2581         Add support for DVCPRO.
2582
2583 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2584
2585         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2586           Change default scaling method from nearest-neighbour to bilinear.
2587
2588 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2589
2590         * tests/check/libs/video.c:
2591           More checks.
2592
2593 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2594
2595         * gst/subparse/gstsubparse.c: (parser_state_init),
2596           (gst_sub_parse_format_autodetect), (handle_buffer):
2597         * gst/subparse/gstsubparse.h:
2598         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2599           Limit duration to a maximum of five seconds for tmplayer format where
2600           we can guess the duration only from the timestamp of the next line of
2601           text. We don't want to show a text for eternities just because nothing
2602           else is being said for a while.
2603
2604 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2605
2606         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2607         (gst_base_rtp_depayload_chain),
2608         (gst_base_rtp_depayload_handle_sink_event),
2609         (gst_base_rtp_depayload_push_full),
2610         (gst_base_rtp_depayload_change_state):
2611         Check sequence numbers, mark input buffers with a discont flag for the
2612         subclass when we detected a gap, drop duplicate buffers. We do this
2613         because one can use the element without a jitterbuffer in front and we
2614         don't want to feed the subclasses invalid or reordered data.
2615         Do an error when the subclass did not provide a process function instead
2616         of crashing.
2617         Some other small cleanups.
2618
2619 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2620
2621         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2622           May just as well use the precalculated uvstride here.
2623
2624 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2625
2626         * docs/plugins/Makefile.am:
2627         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2628         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2629         * docs/plugins/gst-plugins-base-plugins.args:
2630         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2631         * docs/plugins/gst-plugins-base-plugins.interfaces:
2632         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2633         * docs/plugins/inspect/plugin-adder.xml:
2634         * docs/plugins/inspect/plugin-alsa.xml:
2635         * docs/plugins/inspect/plugin-audioconvert.xml:
2636         * docs/plugins/inspect/plugin-audiorate.xml:
2637         * docs/plugins/inspect/plugin-audioresample.xml:
2638         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2639         * docs/plugins/inspect/plugin-cdparanoia.xml:
2640         * docs/plugins/inspect/plugin-decodebin.xml:
2641         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2642         * docs/plugins/inspect/plugin-gdp.xml:
2643         * docs/plugins/inspect/plugin-gio.xml:
2644         * docs/plugins/inspect/plugin-gnomevfs.xml:
2645         * docs/plugins/inspect/plugin-libvisual.xml:
2646         * docs/plugins/inspect/plugin-ogg.xml:
2647         * docs/plugins/inspect/plugin-pango.xml:
2648         * docs/plugins/inspect/plugin-playback.xml:
2649         * docs/plugins/inspect/plugin-queue2.xml:
2650         * docs/plugins/inspect/plugin-subparse.xml:
2651         * docs/plugins/inspect/plugin-tcp.xml:
2652         * docs/plugins/inspect/plugin-theora.xml:
2653         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2654         * docs/plugins/inspect/plugin-uridecodebin.xml:
2655         * docs/plugins/inspect/plugin-video4linux.xml:
2656         * docs/plugins/inspect/plugin-videorate.xml:
2657         * docs/plugins/inspect/plugin-videoscale.xml:
2658         * docs/plugins/inspect/plugin-videotestsrc.xml:
2659         * docs/plugins/inspect/plugin-volume.xml:
2660         * docs/plugins/inspect/plugin-vorbis.xml:
2661         * docs/plugins/inspect/plugin-ximagesink.xml:
2662         * docs/plugins/inspect/plugin-xvimagesink.xml:
2663         * ext/cdparanoia/gstcdparanoiasrc.c:
2664         * ext/ogg/gstoggdemux.c:
2665         * ext/ogg/gstoggdemux.h:
2666         * ext/ogg/gstoggmux.c:
2667         * ext/ogg/gstoggmux.h:
2668         * gst/audioconvert/audioconvert.c:
2669         * gst/audioconvert/audioconvert.h:
2670         * gst/audioconvert/gstaudioconvert.h:
2671         * gst/gdp/gstgdpdepay.h:
2672         * gst/gdp/gstgdppay.h:
2673         * gst/playback/gstdecodebin.c:
2674         * gst/playback/gstdecodebin2.c:
2675         * gst/playback/gstplaybin.c:
2676         * gst/playback/gstplaybin2.c:
2677         * gst/playback/gsturidecodebin.c:
2678         * gst/tcp/gstmultifdsink.c:
2679         * gst/tcp/gstmultifdsink.h:
2680         * gst/tcp/gsttcp.h:
2681
2682         Add some documentation comments, and some new headers to be scanned.
2683         Rename some internal enum declarations (audioconvert's DitherType and
2684         NoiseShapingType, GstUnitType from the TCP elements) to match the
2685         documented GObject type names so that the docs pick them up.
2686         Name the playbin2 docs markups properly so they get picked up. They'll
2687         need renaming back when/if playbin2 becomes playbin.
2688
2689         100% symbol coverage for the plugin docs, booya.
2690
2691 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2692
2693         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2694
2695         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2696         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2697
2698 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2699
2700         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2701
2702         * gst/playback/gstdecodebin.c: (remove_fakesink):
2703         Lock the fakesink before setting the state to NULL and removing it from
2704         the bin so that a concurrent state change cannot interfere. 
2705         Fixes #534331.
2706
2707 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2708
2709         * docs/Makefile.am:
2710         Fix installing plugin documentation when gtk-doc is disabled.
2711
2712 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2713
2714         * gst-libs/gst/rtsp/Makefile.am:
2715         Distribute, don't install md5.h
2716
2717 2008-05-21  Julien Moutte  <julien@fluendo.com>
2718
2719         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2720         instead of SOL_IP, works on more platforms.
2721         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2722         arguments.
2723
2724 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2725
2726         * ext/vorbis/vorbisdec.c:
2727         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2729         Some debug and comment fixes.
2730
2731         * tests/examples/dynamic/addstream.c: (main):
2732         Fix , to ;
2733
2734 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2735
2736         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2737         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2738         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2739         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2740         (cleanup_decodebin):
2741         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2742         (connect_element), (gst_decode_group_control_demuxer_pad):
2743         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2744         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2745         (mute_group_type):
2746         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2747         (gst_play_bin_set_property), (handoff), (gen_video_element),
2748         (gen_text_element), (gen_audio_element), (gen_vis_element),
2749         (remove_sinks), (add_sink), (setup_sinks):
2750         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2751         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2752         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2753         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2754         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2755         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2756         (gen_vis_chain), (gst_play_sink_reconfigure),
2757         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2758         (gst_play_sink_request_pad):
2759         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2760         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2761         (cb_newpad):
2762         * gst/playback/test6.c: (new_decoded_pad_cb):
2763         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2764         * tests/check/elements/audiorate.c: (test_injector_chain),
2765         (do_perfect_stream_test):
2766         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2767         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2768         * tests/check/elements/gnomevfssink.c:
2769         * tests/check/elements/textoverlay.c:
2770         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2771         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2772         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2773         * tests/check/pipelines/oggmux.c: (test_pipeline):
2774         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2775         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2776         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2777         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2778         * tests/examples/seek/seek.c: (make_mod_pipeline),
2779         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2780         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2781         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2782         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2783         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2784         (update_fill), (msg_buffering):
2785         Don't use bad gst_element_get_pad().
2786
2787 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2788
2789         * gst-libs/gst/riff/riff-media.c:
2790           Fix wrong method name in docs. Fix calculation of strf fields for
2791           broken mulaw/alaw.
2792   
2793         * gst-libs/gst/riff/riff-read.c:
2794           Whitespace fix and removing double ';'.
2795
2796 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2797
2798         * docs/design/part-playbin2.txt:
2799         Add some leftover doc.
2800
2801 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2802
2803         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2804         Fix copy & paste error in last commit.
2805
2806 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2807
2808         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2809         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2810         other channel positions when source has SIDE channels and dest doesn't
2811         or the other way around.
2812
2813 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2814
2815         Patch by: Henrik Eriksson <henriken at axis dot com>
2816
2817         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2818         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2819         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2820         (gst_multi_fd_sink_get_property):
2821         * gst/tcp/gstmultifdsink.h:
2822         Add support for DSCP QOS. Fixes #469933.
2823
2824 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2825
2826         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2827         Add another test that checks if conversion between standard 1 and 2
2828         channel layouts with and without positions set is working.
2829
2830 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2831
2832         * gst-libs/gst/audio/multichannel.c:
2833         (gst_audio_check_channel_positions):
2834         Allow non-standard 2 channel layouts.
2835         
2836         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2837         Add some tests for converting and remapping non-standard 1 and 2
2838         channel layouts.
2839
2840 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2841
2842         * gst/audioconvert/gstchannelmix.c:
2843         (gst_channel_mix_fill_normalize):
2844         Prevent division by zero if the channel mix matrix contains only
2845         zeroes.
2846
2847 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2848
2849         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2850
2851         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2852         Close a buffer memory leak. Fixes bug #534071.
2853
2854 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2855
2856         * gst-libs/gst/rtsp/gstrtsptransport.h:
2857         Make the GstRTSPTransport struct members public as there are no
2858         setters/getters and it's supposed to be changed directly.
2859         Fixes bug #533087.
2860
2861 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2862
2863         * gst/adder/gstadder.c:
2864         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2865         claim this on the pad template caps.
2866
2867 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2868
2869         * gst-libs/gst/audio/gstbaseaudiosink.c:
2870         (gst_base_audio_sink_sync_latency):
2871         We can only use our optimal calibration if we prerolled before the
2872         latency expired.
2873
2874 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2875
2876         * configure.ac:
2877           Require core CVS for GstBaseSrc buffer caps setting magic.
2878
2879 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2880
2881         * gst/audioconvert/gstaudioconvert.c:
2882         (gst_audio_convert_fixate_channels):
2883         Fix logic in last commit.
2884
2885 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2886
2887         * gst/audioconvert/gstaudioconvert.c:
2888         (gst_audio_convert_fixate_channels):
2889         Passthrough the channel positions if the number of output channels is
2890         the same as the number of input channels, the input had a channel
2891         layout and downstream requests no special one. We did this already for
2892         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2893
2894 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2895
2896         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2897         (gst_gnome_vfs_src_finalize),
2898         (gst_gnome_vfs_src_received_headers_callback),
2899         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2900         * ext/gnomevfs/gstgnomevfssrc.h:
2901         Set the ICY caps on the srcpad from where they get picked up by the base
2902         class now and set on the outgoing buffers.
2903
2904         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2905         (gst_base_audio_src_create):
2906         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2907         BaseSrc now sets the caps on outgoing buffers automatically.
2908
2909 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2910
2911         * gst-libs/gst/audio/gstbaseaudiosink.c:
2912         (gst_base_audio_sink_resample_slaving),
2913         (gst_base_audio_sink_skew_slaving),
2914         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2915         (gst_base_audio_sink_async_play),
2916         (gst_base_audio_sink_change_state):
2917         Change the way in which the ringbuffer is started when dealing with a
2918         slaved clock and latency. We now sync to the clock until we reach
2919         upstream latency before starting the ringbuffer. This has the effect
2920         that we can accurately align the master and slave clocks and let the
2921         rate correction code take care of the initial drift or rounding errors
2922         instead of leaving them uncorrected with the old approach.
2923
2924 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2925
2926         * gst/audioconvert/gstaudioconvert.c:
2927         (gst_audio_convert_fixate_channels):
2928         Correctly set the default channel positions when converting to 8
2929         channels.
2930
2931 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2932
2933         * configure.ac:
2934           Error out if we don't have the required version of core.
2935
2936 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2937
2938         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2939           Use data scan helper in aac typefinder and stop scanning
2940           for headers when we've found a type. Also fix potential invalid
2941           memory access when calculating the frame length.
2942
2943 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2944
2945         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2946           (mpeg_sys_is_valid_pack):
2947           Don't modify scan context when we return FALSE in ensure_data, so
2948           it's possible to continue scanning, and we don't end up with a NULL
2949           data pointer and a positive size, which might bite us the next time
2950           we're called. Small constification.
2951
2952 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2953
2954         * gst/adder/gstadder.c:
2955         Adder doesn't support 24 bit samples so don't claim it supports them
2956         in the pad template caps.
2957
2958 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2959
2960         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2961         (gst_base_rtp_depayload_chain):
2962         Validate the RTP packet before further processing it. It's just too
2963         dangerous to accept random packets and people are not forced to use a
2964         jitterbuffer or session manager to filter out the bad packets.
2965
2966         * gst-libs/gst/rtp/gstrtpbuffer.c:
2967         (gst_rtp_buffer_set_extension_data),
2968         (gst_rtp_buffer_get_payload_subbuffer):
2969         Small cleanups.
2970         When setting extension data in a buffer that is too small, we fail and
2971         we should not set the extension bit.
2972         Change GST_WARNINGS into g_warning because they really are
2973         programming errors.
2974
2975         * tests/check/libs/rtp.c: (GST_START_TEST):
2976         Catch the g_warnings now in the unit tests and that fact that failing to
2977         set extension data left the extension bit untouched.
2978
2979 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2980
2981         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2982           Revert previous change which made basetransform handle buffer_alloc
2983           and which breaks things badly in the non-passthrough case since it
2984           returned buffers with a different (ie. sometimes smaller) size than
2985           the size requested.
2986
2987 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2988
2989         Patch by: Bernard B <b-gnome at largestprime dot net>
2990
2991         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2992         Fix seqnum compare function for bordercase values and fix the docs
2993         again. Fixes #533075.
2994
2995         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2996         Add a testcase for seqnum compare function.
2997
2998 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2999
3000         * gst/adder/gstadder.c: (gst_adder_setcaps),
3001         (gst_adder_class_init):
3002         Correctly declare the supported endianness on the pad templates
3003         and check for correct endianness in the set caps function. Adder
3004         only supports native endianness.
3005         Also use gst_element_class_set_details_simple().
3006
3007 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3008
3009         * sys/xvimage/xvimagesink.c:
3010           Better debug logging in port value handling. Merging separate port
3011           value loops into one.
3012
3013 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3014
3015         Patch by: Hannes Bistry <hannesb at gmx dot de>
3016
3017         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3018         * gst/tcp/gsttcpserversink.c:
3019         (gst_tcp_server_sink_handle_server_read),
3020         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
3021         Fix regression in clientsrc because we did not add the fd to the poll
3022         set anymore. Fixes #532364.
3023         Do some cleanups here and there.
3024
3025 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3026
3027         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3028         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3029         * gst/playback/gstplay-marshal.list:
3030         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3031         Use correct marshallers. GstCaps are a boxed type and no GObject
3032         subclass.
3033
3034 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3035
3036         * win32/common/libgstrtsp.def:
3037         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
3038         symbols.
3039
3040 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3041
3042         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3043
3044         * tests/check/elements/audioresample.c:
3045         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
3046         (live_switch_push), (GST_START_TEST):
3047         Add unit test for the latest basetransform negotiation changes.
3048         See bug #526768.
3049
3050 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3051
3052         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3053         Fix nv12<->nv21 conversion if stride is larger than width.
3054
3055 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3056
3057         Patch by: Jan Gerber <j at oil21 dot org>
3058
3059         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
3060         (gst_ogg_pad_parse_skeleton_fisbone):
3061         * ext/ogg/gstoggdemux.h:
3062         Parse presentation time from skeleton streams and use it as offset
3063         for the timestamps. Fixes bug #530068.
3064
3065 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3066
3067         * gst-libs/gst/audio/gstbaseaudiosink.c:
3068         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3069         Revert previous patch that attempted to more accurately calculate the
3070         initial offset between master and slave clock. The best thing we can do
3071         in general is take the time of both clocks as the diff since we don't
3072         know when the actual preroll happened.
3073
3074 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
3075
3076         * gst-libs/gst/pbutils/install-plugins.c:
3077           Fix docs: type and missing word.
3078
3079 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3080
3081         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3082           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
3083           for this instead; don't check if we've found enough markers after
3084           each and every step, it's enough to do that only if we've actually
3085           found a new marker.
3086           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
3087
3088 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3089
3090         * gst/typefind/gsttypefindfunctions.c:
3091           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
3092           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3093           (mpeg_video_stream_type_find):
3094           Move scan helper thingy to the beginning of the file so we can use
3095           it in other typefind functions. Rename it to something more
3096           generic. Also improve handling of things towards the end of the
3097           typefind data: peek as much as we can if we know the size of the
3098           data, rather than just min_size.
3099
3100 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
3101
3102         * docs/libs/gst-plugins-base-libs-sections.txt:
3103         * gst-libs/gst/interfaces/colorbalance.c:
3104         * gst-libs/gst/interfaces/colorbalance.h:
3105         * gst-libs/gst/interfaces/colorbalancechannel.c:
3106         * gst-libs/gst/interfaces/colorbalancechannel.h:
3107         * gst-libs/gst/interfaces/tuner.c:
3108         * gst-libs/gst/interfaces/tunerchannel.c:
3109         * gst-libs/gst/interfaces/tunerchannel.h:
3110         * gst-libs/gst/interfaces/tunernorm.c:
3111         * gst-libs/gst/interfaces/tunernorm.h:
3112         * gst-libs/gst/video/video.c:
3113         * gst-libs/gst/video/video.h:
3114         Document the GstTuner and GstColorBalance interfaces, and some
3115         other random API functions that needed it. 70% symbol coverage, woo.
3116
3117 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3118
3119         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3120         Choose to allocate one less segment but require one additional segment
3121         as latency. 
3122
3123         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3124         No need to increment the number of segments in the source.
3125
3126         * gst-libs/gst/audio/gstbaseaudiosink.c:
3127         (gst_base_audio_sink_get_time), (clock_convert_external),
3128         (gst_base_audio_sink_resample_slaving),
3129         (gst_base_audio_sink_skew_slaving),
3130         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3131         (gst_base_audio_sink_async_play):
3132         Remove adding latency when returning the internal time while subtracting
3133         it again when we use the value a little later.
3134         When calculating the end timestamp, we are making a rounding error
3135         with the current algorithm. Ensure that we don't accumulate these
3136         rounding errors when aligning samples by not resampling at all if we
3137         don't need to. Fixes #419351.
3138         Make the initial calibration of the clock slaving a little more
3139         predictable and accurate. Also handle the case where we don't do
3140         clock slaving.
3141
3142 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
3143
3144         Based on a patch by:
3145           Björn Benderius <bjoern dot benderius at axis dot com>
3146
3147         * gst/ffmpegcolorspace/avcodec.h:
3148         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3149         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3150         (gst_ffmpegcsp_avpicture_fill):
3151         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3152         * gst/ffmpegcolorspace/imgconvert_template.h:
3153         Add conversions from/to NV12 and NV21 and conversions between those
3154         two formats. Fixes bug #532166.
3155
3156 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
3157
3158         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3159         Abort the h264 typefinding as soon as _peek() doesn't return anything,
3160         which happens for example with files smaller than 128kb.
3161
3162 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3163
3164         Patch by: Wouter Cloetens <zombie at e2big dot org>
3165
3166         * gst-libs/gst/rtsp/Makefile.am:
3167         * gst-libs/gst/rtsp/gstrtspconnection.c:
3168         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3169         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3170         (add_auth_header), (gst_rtsp_connection_free),
3171         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3172         (gst_rtsp_connection_set_auth_param),
3173         (gst_rtsp_connection_clear_auth_params):
3174         * gst-libs/gst/rtsp/gstrtspconnection.h:
3175         Add Digest authorization support for RTSP connections. See #532065.
3176
3177         * gst-libs/gst/rtsp/md5.c:
3178         * gst-libs/gst/rtsp/md5.h:
3179         Yeap, another md5 implementation until we can depend on a glib that has
3180         support for it.
3181
3182 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3183
3184         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3185
3186         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3187         Let audioresample use the buffer allocation of basetransform instead
3188         of it's own stuff.
3189
3190         * tests/check/elements/audioresample.c: (alloc_only_48000),
3191         (GST_START_TEST), (audioresample_suite):
3192         Add unit test for the recent basetransform bugfix, where upstream
3193         changes caps to something that can't be passed through anymore.
3194
3195 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3196
3197         * win32/common/config.h.in:
3198           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3199           use the real thing than having "???" unconditionally.
3200
3201 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3202
3203         * gst-libs/gst/audio/gstbaseaudiosink.c:
3204         (gst_base_audio_sink_query):
3205         Report the latency with the new seglatency parameter.
3206
3207         * gst-libs/gst/audio/gstringbuffer.c:
3208         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3209         (gst_ring_buffer_acquire):
3210         * gst-libs/gst/audio/gstringbuffer.h:
3211         Add new field to the ringbufferspec to specify the expected latency
3212         between the underlying device read/write pointer, this is needed
3213         when writing sinks that sit a little closer to the hardware.
3214         Add some more docs for other fields.
3215
3216 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3217
3218         * gst/volume/gstvolume.c: (volume_transform_ip):
3219         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3220         reason instead of crashing later. Might fix bug #509125.
3221
3222 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3223
3224         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3225
3226         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3227         * gst/audioconvert/audioconvert.h:
3228         * gst/audioconvert/gstaudioconvert.c:
3229         (gst_audio_convert_parse_caps),
3230         (structure_has_fixed_channel_positions),
3231         (gst_audio_convert_transform_caps):
3232         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3233         Add support for more than 8 channels and NONE channel layouts. For
3234         more than 8 channels no channel conversion is supported yet, only
3235         format conversions are supported. Fixes bug #398033.
3236
3237         * tests/check/elements/audioconvert.c: (verify_convert),
3238         (GST_START_TEST), (audioconvert_suite):
3239         Add some unit tests by Tim for checking the NONE channel layouts
3240         and more than 8 channels and add some more unit tests for channel
3241         conversions.
3242
3243 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3244
3245         * gst/playback/gstdecodebin2.c: (connect_pad):
3246         When autoplugging fails, set the element back to NULL before
3247         unreffing it.
3248
3249 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3250
3251         * win32/common/libgstaudio.def:
3252         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3253         symbols.
3254
3255 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3256
3257         * gst/subparse/samiparse.c: (handle_start_sync),
3258         (end_sami_element), (characters_sami):
3259         Remove trailing, leading and double whitespaces.
3260         Correctly timestamp buffers and output the last buffer too.
3261
3262         * tests/check/elements/subparse.c: (GST_START_TEST),
3263         (subparse_suite):
3264         Add a simple unit test for SAMI parsing.
3265
3266 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3267
3268         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3269
3270         * gst/subparse/samiparse.c: (handle_start_sync),
3271         (start_sami_element), (end_sami_element), (characters_sami),
3272         (sami_context_reset):
3273         Only output characters inside the "sync" elements. There could be
3274         other elements like "style" that have some content but should
3275         not be printed. Fixes bug #467911.
3276
3277 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3278
3279         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3280         (set_active_source):
3281         * gst/playback/gstplaybasebin.h:
3282         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3283         (playbin_set_audio_mute):
3284         Allow setting -1 as current-audio to mute the current audio stream,
3285         similar to what is done for subtitles. Fixes bug #342294.
3286
3287 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3288
3289         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3290         It's SorensOn and not SorensEn.
3291
3292 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3293
3294         * gst-libs/gst/pbutils/descriptions.c: (formats):
3295           Fix description of video/x-flash-video.
3296
3297 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3298
3299         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3300         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3301         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3302         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3303         Remove some unused code.
3304
3305         * gst/audioconvert/gstaudioquantize.c:
3306         (gst_audio_quantize_free_noise_shaping):
3307         Don't return before freeing the noise shaping history.
3308
3309 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3310
3311         * tests/check/elements/subparse.c: (do_test),
3312           (test_tmplayer_style3b), (subparse_suite):
3313           Add unit test for the tmplayer variant from bug #530962.
3314
3315 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3316
3317         * gst/subparse/gstsubparse.c: (handle_buffer),
3318           (gst_sub_parse_sink_event):
3319         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3320           (tmplayer_parse_line):
3321           Fix parsing of tmplayer subtitle variant where every single line contains
3322           text and there isn't an empty line after each line to determine the
3323           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3324           making sure that we push out the last line of text without a duration if
3325           there's still text left in the buffer at the end.
3326
3327 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3328
3329         * gst/subparse/gstsubparse.c: (feed_textbuf):
3330           Fix detection of discontinuities based on the buffer offset (doesn't work
3331           so well if no buffer offset is set) and also check for the DISCONT buffer
3332           flag. This keeps the parser state from being reset after each buffer in
3333           the unit test.
3334
3335 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3336
3337         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3338           Further fine-tuning: don't absolutely require sequence or GOP headers
3339           (as introduced in the previous commit), but adjust the typefind
3340           probabilities returned accordingly if we don't see them. Also make sure
3341           picture header and first slice are somewhat close to each other (which
3342           is not perfect but still better than requiring a fixed offset or having
3343           no limit at all).
3344
3345 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3346
3347         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3348         (gst_basertppayload_sink_setcaps),
3349         (gst_basertppayload_sink_getcaps):
3350         Rename the setcaps/getcaps function internally to make it clear that
3351         they are called for the sink pad.
3352
3353 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3354
3355         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3356         (gst_base_rtp_depayload_class_init),
3357         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3358         (gst_base_rtp_depayload_packet_lost),
3359         (gst_base_rtp_depayload_set_gst_timestamp):
3360         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3361         Catch packet-lost events from the jitterbuffer and convert them into a
3362         vmethod call (lost-packet) so that depayloaders can do something smart.
3363         Also add a default packet-lost function that sends out a segment update
3364         to the decoders.
3365
3366 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3367
3368         * gst/playback/test4.c:
3369         * gst/playback/test5.c:
3370         * gst/playback/test6.c:
3371         * gst/playback/test7.c:
3372           Also include config.h when relying on defines from it. Fixes the
3373           build. Its been a please to serve :)
3374
3375 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3376
3377         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3378         (paint_setup_NV21), (paint_hline_NV12_NV21):
3379         Add support for NV12 and NV21 in videotestsrc
3380
3381 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3382
3383         * gst/videoscale/gstvideoscale.c:
3384         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3385         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3386         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3387         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3388         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3389         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3390         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3391         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3392         (vs_image_scale_linear_RGB555):
3393         Support 1x1 images as input and output as for example the BBC HQ new
3394         streams have 1x1 GIFs in the playlists for some reason.
3395
3396 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3397
3398         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3399           (try_to_link_1):
3400           If we can't activate one of the decoders we plugged in (such as,
3401           say, musepackdec) for some reason (it might not support push mode,
3402           for example), remove any pad probes that close_pad_link() might
3403           have set up. This makes sure we later don't try to remove a probe
3404           for a pad that doesn't exist any longer, and avoids nast warnings
3405           and probably other things too.
3406
3407 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3408
3409         * gst/typefind/gsttypefindfunctions.c:
3410           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3411           (plugin_init):
3412           Rework mpeg video stream typefinding a bit more: make sure sequence,
3413           GOP, picture and slice headers appear in the order they should and
3414           that we've in fact at least had one of each; fix picture header
3415           detection; decouple picture and slice header check - don't assume
3416           they're at a fixed offset, there may be extra data in between. Also,
3417           announce varying degrees of probability depending on what we found
3418           exactly (multiple pictures, at least one picture, just sequence and
3419           GOP headers). Finally, in _ensure_data(), take into account that we
3420           might be typefinding smaller amounts of data, such as the first
3421           buffer of a stream, so fall back to the minimum size needed as long
3422           as that's available, instead of erroring out if there's less than
3423           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3424           fuzzed file from #399342 as valid.
3425
3426 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3427
3428         * ext/theora/theoradec.c:
3429           Cool kids don't divide by zero.
3430           Treat PAR of x:0 as 1:1.
3431           Fixes #530719.
3432
3433 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3434
3435         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3436           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3437           (mpeg_video_stream_type_find):
3438           Refactor a bit: use context structure to track parsing offset and
3439           size of available data and make the code a bit clearer. Fixes bad
3440           memory access in #356937.
3441
3442 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3443
3444         * gst/playback/test4.c:
3445         * gst/playback/test5.c:
3446         * gst/playback/test6.c:
3447         * gst/tcp/gstmultifdsink.c:
3448           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3449           is defined.
3450
3451 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3452
3453         * gst-libs/gst/audio/gstbaseaudiosink.h:
3454         Clarify some docs.
3455
3456         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3457         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3458         (gst_base_audio_src_set_slave_method),
3459         (gst_base_audio_src_get_slave_method),
3460         (gst_base_audio_src_set_property),
3461         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3462         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3463         Add property and methods for selecting the clock slave method in the
3464         source, like in the sink.
3465         We only implement "none" and "re-timestamp" for now.
3466         API: gst_base_audio_src_set_slave_method()
3467         API: gst_base_audio_src_get_slave_method()
3468
3469 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3470
3471         * gst-libs/gst/rtp/gstrtpbuffer.c:
3472         Fix the docs about the seqnum compare function, it returns a difference.
3473
3474 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3475
3476         * ext/alsa/gstalsadeviceprobe.c:
3477         (gst_alsa_get_device_list): Don't return before freeing up
3478         the allocated structures.
3479
3480 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3481
3482         * gst/playback/gstplaybin.c:
3483           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3484
3485 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3486
3487         * ext/ogg/gstoggdemux.c:
3488           Revert the event part, that should not go in.
3489
3490 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3491
3492         * ext/ogg/gstoggdemux.c:
3493           Don't leak GstPluginFeatures when filtering.
3494
3495 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3496
3497         * sys/xvimage/xvimagesink.c:
3498           Add some logging for cases when grabbing the xv failed.
3499
3500 2008-04-21  David Schleef  <ds@schleef.org>
3501
3502         * ext/ogg/gstoggmux.c:
3503           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3504           packet.  Should conform to what we currently think is the
3505           final Ogg/Dirac muxing spec.
3506
3507 2008-04-21  David Schleef  <ds@schleef.org>
3508
3509         * sys/xvimage/xvimagesink.c:
3510           Fix typo that causes the overlay keying color to bright green
3511           on a 16-bit display.  Dark grey good.  Bright green bad.
3512
3513 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3514
3515         * ext/gnomevfs/gstgnomevfsuri.c:
3516           Add  FIXME comment about using uri-list for source and sink.
3517
3518 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3519
3520         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3521         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3522         vaargs functions to gint. Otherwise the fractions will get 0 set
3523         instead of the correct value on big endian systems. Fixes bug #529018.
3524
3525 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3526
3527         * ext/gnomevfs/gstgnomevfssink.c:
3528         (gst_gnome_vfs_sink_uri_get_protocols):
3529         * ext/gnomevfs/gstgnomevfssrc.c:
3530         (gst_gnome_vfs_src_uri_get_protocols):
3531         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3532         (gst_gnomevfs_get_supported_uris):
3533         Get the list of supported URI schemes in a threadsafe way and use the
3534         same list for the source and sink.
3535
3536 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3537
3538         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3539         (gst_gio_get_supported_protocols):
3540         Don't generate a new supported protocols list on each call but cache
3541         it. It's supposed to be static anyway, this way we only leak it once
3542         per process.
3543
3544         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3545         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3546         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3547         (gst_gio_sink_start):
3548         * ext/gio/gstgiosink.h:
3549         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3550         (gst_gio_src_class_init), (gst_gio_src_finalize),
3551         (gst_gio_src_set_property), (gst_gio_src_get_property),
3552         (gst_gio_src_start):
3553         * ext/gio/gstgiosrc.h:
3554         API: Add "file" properties where one can set a GFile as
3555         source/destination.
3556
3557         Add locking to the properties and use
3558         gst_element_class_set_details_simple() instead of a static
3559         GstElementDetails struct.
3560
3561 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3562
3563         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3564         (plugin_init):
3565         Add "mpp" and "mp+" as possible extensions for MusePack files.
3566
3567         Add typefinding for MusePack StreamVersion 8 files and include the
3568         stream version in the caps.
3569
3570 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3571
3572         * gst-libs/gst/rtp/gstrtppayloads.c:
3573         (gst_rtp_payload_info_for_name):
3574         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3575
3576 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3577
3578         * configure.ac:
3579           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3580           (NB: this only affects compilation of some of the examples).
3581           Remove some configure.ac cruft that's not needed any longer.
3582
3583 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3584
3585         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3586         Don't validate the payload if there isn't any.
3587         Fixes #525915
3588
3589 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3590
3591         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3592         Use g_atomic_int_set() instead of gst_atomic_int_set().
3593
3594 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3595
3596         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3597         Return NULL instead of a gchar * array with one NULL element if we
3598         don't get any supported URI schemes from GIO.
3599
3600 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3601
3602         * gst/audiotestsrc/gstaudiotestsrc.c:
3603           Remove cpp style commented old code.
3604
3605 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3606
3607         * gst/playback/gstdecodebin2.c:
3608           Fix signal docs.
3609
3610 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3611
3612         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3613           (gst_text_overlay_init):
3614           Fix textoverlay unit test again by making the supposed default
3615           value for the wait-text property the actual default value.
3616           Also fix Since: tag for new property.
3617
3618 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3619
3620         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3621           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3622           (gst_video_format_get_pixel_stride),
3623           (gst_video_format_get_component_width),
3624           (gst_video_format_get_component_height),
3625           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3626           (gst_video_format_convert):
3627           Add guards to these functions to ensure sane input values.
3628
3629         * tests/check/libs/video.c:
3630           Fix unit test not to create caps with width=0 and height=0.
3631
3632 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3633
3634         * docs/design/draft-keyframe-force.txt:
3635         Fix typo.
3636
3637         * gst/playback/gstqueue2.c: (update_buffering),
3638         (gst_queue_handle_src_query):
3639         Set buffering mode in the messages.
3640         Set buffering percent in the query.
3641
3642         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3643         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3644         Do some more fancy things based on the buffering method in use.
3645
3646 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3647
3648         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3649         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3650         (msg_buffering), (main):
3651         Add basic download reports to seek using the new buffering API.
3652
3653 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3654
3655         * gst/playback/gstqueue2.c: (update_buffering),
3656         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3657         (gst_queue_src_checkgetrange_function):
3658         Include extra buffering stats in the buffering message.
3659         Implement BUFFERING query.
3660
3661         * gst/playback/gsturidecodebin.c: (do_async_start),
3662         (do_async_done), (type_found), (setup_streaming), (setup_source),
3663         (gst_uri_decode_bin_change_state):
3664         Only add decodebin2 when the type is found in streaming mode.
3665         Make uridecodebin async to PAUSED even when we don't have decodebin2
3666         added yet.
3667
3668 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3669
3670         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3671         Filter cdda from the supported URI schemes. We can't support
3672         musicbrainz tags and everything else one expects from a cdda source
3673         with GIO. Fixes bug #526794.
3674
3675 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3676
3677         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3678         (gst_xvimagesink_buffer_alloc):
3679         Fix calculation of 'expected size' for YV12 buffers.
3680         Be a little more verbose in the debug output for buffer-alloc'ed
3681         buffers which turn out to have the wrong size.
3682
3683 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3684
3685         * NEWS:
3686         * RELEASE:
3687         * gst-plugins-base.doap:
3688           Merge other changes from 0.10.19 release branch.
3689
3690 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3691
3692         * gst-libs/gst/audio/gstbaseaudiosink.c:
3693           (gst_base_audio_sink_class_init):
3694         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3695           (gst_base_audio_src_class_init):
3696         * gst/playback/gstplayback.c: (plugin_init):
3697         * gst/volume/gstvolume.c: (plugin_init):
3698           Work around missing bits of thread-safety on older GLibs some
3699           more to avoid assertions when starting up multiple playbin
3700           objects concurrently (see #512382).
3701
3702 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3703
3704         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3705           Remove some more fields.
3706
3707 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3708
3709         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3710
3711         * configure.ac:
3712         Actually build dlls when cross-compiling with mingw32.
3713         Fixes bug #526247.
3714
3715 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3716
3717         * configure.ac:
3718           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3719
3720 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3721
3722         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3723         (msg_buffering), (connect_bus_signals), (main):
3724         Add statusbar.
3725         Add buffering support with feedback in the statusbar.
3726
3727 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3728
3729         * ext/ogg/gstoggmux.c:
3730           Fix sample pipeline description.
3731
3732 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3733
3734         * docs/plugins/Makefile.am:
3735         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3736         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3737         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3738           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3739
3740         * docs/plugins/gst-plugins-base-plugins.args:
3741         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3742         * docs/plugins/gst-plugins-base-plugins.interfaces:
3743         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3744         * docs/plugins/inspect/plugin-adder.xml:
3745         * docs/plugins/inspect/plugin-alsa.xml:
3746         * docs/plugins/inspect/plugin-audioconvert.xml:
3747         * docs/plugins/inspect/plugin-audiorate.xml:
3748         * docs/plugins/inspect/plugin-audioresample.xml:
3749         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3750         * docs/plugins/inspect/plugin-cdparanoia.xml:
3751         * docs/plugins/inspect/plugin-decodebin.xml:
3752         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3753         * docs/plugins/inspect/plugin-gdp.xml:
3754         * docs/plugins/inspect/plugin-gnomevfs.xml:
3755         * docs/plugins/inspect/plugin-libvisual.xml:
3756         * docs/plugins/inspect/plugin-ogg.xml:
3757         * docs/plugins/inspect/plugin-pango.xml:
3758         * docs/plugins/inspect/plugin-playback.xml:
3759         * docs/plugins/inspect/plugin-queue2.xml:
3760         * docs/plugins/inspect/plugin-subparse.xml:
3761         * docs/plugins/inspect/plugin-tcp.xml:
3762         * docs/plugins/inspect/plugin-theora.xml:
3763         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3764         * docs/plugins/inspect/plugin-uridecodebin.xml:
3765         * docs/plugins/inspect/plugin-video4linux.xml:
3766         * docs/plugins/inspect/plugin-videorate.xml:
3767         * docs/plugins/inspect/plugin-videoscale.xml:
3768         * docs/plugins/inspect/plugin-videotestsrc.xml:
3769         * docs/plugins/inspect/plugin-volume.xml:
3770         * docs/plugins/inspect/plugin-vorbis.xml:
3771         * docs/plugins/inspect/plugin-ximagesink.xml:
3772         * docs/plugins/inspect/plugin-xvimagesink.xml:
3773           Update introspection data.
3774
3775         * ext/ogg/gstoggmux.c:
3776           Document oggmux.
3777
3778         * gst/playback/gstdecodebin2.c:
3779           Don't use gtk-doc style comment start for private stuff, but make it
3780           formatted like this for consistency.
3781
3782 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3783
3784         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3785         (gst_decode_bin_init), (gst_decode_bin_dispose),
3786         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3787         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3788         (analyze_new_pad), (connect_pad), (expose_pad),
3789         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3790         (gst_decode_group_expose), (gst_decode_group_free),
3791         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3792         Remove fakesink hack, we can now implement this more elegantly.
3793         Added property to bypass typefinding.
3794         Removed underrun callback and demuxer pad probe, we now use the srcpad
3795         probe to expose groups.
3796         API::sink-caps property
3797
3798         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3799         Guard against multiple emissions of the no_more_pads signal, which
3800         happens when we are dealing with chained oggs.
3801
3802         * gst/playback/gsturidecodebin.c: (remove_decoders),
3803         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3804         (setup_source):
3805         For streams, use our own typefind element and plug our queue after it.
3806         We will need this to determine the type of buffering to use for the
3807         queue soon.
3808
3809 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3810
3811         * gst-libs/gst/audio/gstbaseaudiosink.c:
3812         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3813         Guard against over and underflows because of clock slaving.
3814         When we are using our own clock, still compensate for any calibrations
3815         that we might have done to our clock.
3816
3817 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3818
3819         * ext/theora/theoradec.c: (theora_handle_type_packet),
3820         (theora_dec_chain):
3821         Don't try to do anything fancy with the return code from pushing an
3822         event, it does not have enough information to turn it into a
3823         GST_FLOW_ERROR.
3824
3825 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3826
3827         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3828         (gst_ogg_demux_chain_elem_pad):
3829         Add small debug line.
3830         Pass return code from the internal decoder instead of the too generic
3831         GST_FLOW_ERROR.
3832
3833 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3834
3835         * gst-libs/gst/cdda/Makefile.am:
3836         * gst-libs/gst/cdda/base64.c:
3837         * gst-libs/gst/cdda/base64.h:
3838         * gst-libs/gst/cdda/gstcddabasesrc.c:
3839         (gst_cddabasesrc_calculate_musicbrainz_discid):
3840         Use GLib's base64 implementation instead of our own.
3841
3842 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3843
3844         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3845         (gst_ogg_demux_read_chain):
3846         Refix oggdemux, we only have a problem if we failed to find a chain and
3847         we are not EOF.
3848
3849 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3850
3851         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3852
3853         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3854         (gst_ogg_demux_read_chain):
3855         When we fail to find a BOS page and we and up with no chain, error out
3856         properly instead of segfaulting. Fixes #525665.
3857
3858 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3859
3860         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3861         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3862         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3863         no-more-pads...
3864
3865 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3866
3867         * gst/playback/gstqueue2.c: (update_out_rates),
3868         (gst_queue_open_temp_location_file),
3869         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3870         (gst_queue_handle_src_query), (gst_queue_set_property):
3871         Update the estimated input data when we push out a buffer.
3872         Add some debug info about the temp file.
3873         Only forward src events when we are not using a temp file.
3874         Don't block the duration query, we need to find something better.
3875         Don't leak the temp filename.
3876
3877 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3878
3879         * configure.ac:
3880         Require GLib 2.12 and liboil 0.3.14.
3881
3882         * gst/volume/gstvolume.c: (volume_process_double):
3883         Unconditionally use liboil 0.3.14 function.
3884
3885 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3886
3887         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3888         ms-gsm can have arbitrarty sample rates. See #481354.
3889
3890 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3891
3892         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3893         MP4S is generic MPEG-4, not a microsoft variant.
3894
3895 2008-03-27  Michael Smith <msmith@fluendo.com>
3896
3897         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3898           Check the body CRC (if set) when depayloading.
3899           Fixes #522401.
3900
3901 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3902
3903         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3904           Fix Since: version for new property.
3905
3906 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3907
3908         * gst-libs/gst/rtsp/gstrtspconnection.c:
3909         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3910         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3911         Don't error when poll_wait returns EAGAIN.
3912
3913 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3914
3915         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3916         The queue is never filled when there are no buffers in the queue at all.
3917         Fixes #523993.
3918
3919 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3920
3921         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3922         (init_group), (free_group), (gst_play_bin_init),
3923         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3924         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3925         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3926         (gst_play_bin_set_current_video_stream),
3927         (gst_play_bin_set_current_audio_stream),
3928         (gst_play_bin_set_current_text_stream),
3929         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3930         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3931         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3932         (activate_group), (deactivate_group), (setup_next_source),
3933         (save_current_group), (gst_play_bin_change_state):
3934         Update some docs.
3935         Add new locks and conds to protect pipeline creation and group
3936         switching.
3937         Implement the sub-uri property.
3938         Keep track of pending uridecodebin creation and configure the output
3939         pipeline after all streams are configured.
3940         Propagate subtitle encoding to the uridecodebins.
3941         Implement getting the video/audio/visualisation elements.
3942         Use input-selector for stream switching.
3943         If we are asked to do visualisation, prefer to autoplug raw sinks
3944         instead of sinks that accept encoded data.
3945
3946 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3947
3948         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3949         (gst_play_sink_init), (gst_play_sink_dispose),
3950         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3951         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3952         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3953         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3954         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3955         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3956         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3957         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3958         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3959         * gst/playback/gstplaysink.h:
3960         Add methods to get audio/video/vis elements.
3961         Add methods to set the font description for the overlay.
3962         Remove properties, we're using this element with its methods only.
3963         Add support for subtitles.
3964         Rearrange the locking a bit to not use the object lock for protecting
3965         the pipeline construction.
3966         Try to use the volume and mute property on the sink when its available.
3967         Implement the mute option with volume when the sink does not have a mute
3968         property.
3969         Only add volume element when the sink has no volume property.
3970         Only do visualisations with raw audio pads.
3971
3972 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3973
3974         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3975         (gst_text_overlay_init), (gst_text_overlay_set_property),
3976         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3977         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3978         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3979         (gst_text_overlay_change_state):
3980         * ext/pango/gsttextoverlay.h:
3981         Add property to configure waiting for text on the textpad or not, with
3982         the default behaviour being the old one (always wait for text before
3983         rendering the video). This default behaviour is usually not the best one
3984         because the text stream can very sparse and could require queueing a lot
3985         of video.
3986         Fix the flushing and EOS handing so that we don't mix up their meaning.
3987
3988 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3989
3990         * gst/playback/gsturidecodebin.c:
3991         (gst_uri_decode_bin_autoplug_factories),
3992         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3993         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3994         (gst_uri_decode_bin_set_property),
3995         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3996         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3997         (proxy_autoplug_factories_signal), (make_decoder),
3998         (source_new_pad), (setup_source):
3999         Add a readonly source property and notify.
4000         Add new lock for protecting the construction of the pipeline.
4001         Keep track of the decodebins we plugged.
4002         Correctly proxy the autoplug signal so that it actually continues.
4003         Proxy subtitle-encoding to the decodebins.
4004
4005 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4006
4007         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
4008         (text_toggle_cb), (update_streams), (main):
4009         Rearrange some buttons in playbin2 and make some other boxes insensitive
4010         when needed.
4011         Add language codes to subtitle selection boxes when we gind the right
4012         tags for the streams.
4013
4014 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4015
4016         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4017         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
4018         (gst_decode_bin_set_subs_encoding),
4019         (gst_decode_bin_get_subs_encoding),
4020         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
4021         (deactivate_free_recursive):
4022         Protect caps property with the object lock.
4023         Protect encoding property with the object lock.
4024         Keep list of elements we added that have the subtitle-encoding property.
4025         Distribute the subtitle-encoding to all of the elements when it
4026         changes.
4027
4028 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4029
4030         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
4031         Small debug improvement.
4032
4033         * gst-libs/gst/audio/gstbaseaudiosink.c:
4034         (gst_base_audio_sink_render):
4035         Fix bug in determining the sample start/stop position, we want to base
4036         this decision on the fact that we are going forwards or backwards, not
4037         slower or faster. This fixes some ugly resync warnings when playing at
4038         very slow speeds.
4039
4040 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
4041
4042         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4043         Correctly set the supported URI schemes and don't leave
4044         some schemes in the middle or at the start at NULL.
4045
4046 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4047
4048         * tests/check/elements/gdpdepay.c:
4049           Make test compile without unused function/variable warnings on PPC.
4050  
4051 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4052
4053         * configure.ac:
4054         * ext/alsa/gstalsamixerelement.c:
4055         (gst_alsa_mixer_element_class_init):
4056         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
4057         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4058         * ext/cdparanoia/gstcdparanoiasrc.c:
4059         (gst_cd_paranoia_src_class_init):
4060         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
4061         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
4062         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
4063         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
4064         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4065         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
4066         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
4067         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4068         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
4069         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
4070         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4071         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4072         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
4073         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4074         (gst_audio_filter_template_class_init):
4075         * gst-libs/gst/audio/gstbaseaudiosink.c:
4076         (gst_base_audio_sink_class_init):
4077         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4078         (gst_base_audio_src_class_init):
4079         * gst-libs/gst/cdda/gstcddabasesrc.c:
4080         (gst_cdda_base_src_class_init):
4081         * gst-libs/gst/interfaces/mixertrack.c:
4082         (gst_mixer_track_class_init):
4083         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4084         (gst_base_rtp_depayload_class_init):
4085         * gst-libs/gst/rtp/gstbasertppayload.c:
4086         (gst_basertppayload_class_init):
4087         * gst/audioconvert/gstaudioconvert.c:
4088         (gst_audio_convert_class_init):
4089         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
4090         * gst/audioresample/gstaudioresample.c:
4091         (gst_audioresample_class_init):
4092         * gst/audiotestsrc/gstaudiotestsrc.c:
4093         (gst_audio_test_src_class_init):
4094         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4095         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4096         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4097         (preroll_unlinked):
4098         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4099         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4100         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4101         * gst/playback/gstqueue2.c: (gst_queue_class_init):
4102         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4103         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4104         (gst_stream_selector_class_init):
4105         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4106         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4107         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4108         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4109         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4110         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4111         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4112         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4113         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4114         * gst/videotestsrc/gstvideotestsrc.c:
4115         (gst_video_test_src_class_init):
4116         * gst/volume/gstvolume.c: (gst_volume_class_init):
4117         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4118         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4119         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4120         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4121         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4123         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4124         static strings (i.e. all). This gives us less memory usage,
4125         fewer allocations and thus less memory defragmentation. Depend
4126         on core CVS for this. Fixes bug #523806.
4127
4128 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4129
4130         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4131         Filter http and https protocols. GIO/GVfs handles them but it's
4132         impossible to implement iradio/icecast with it. Better use
4133         souphttpsrc or something else for this.
4134
4135         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4136         If getting the file informations by a query fails try it with the
4137         seek-to-end trick too.
4138
4139 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4140
4141         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4142         (gst_volume_base_init), (gst_volume_class_init),
4143         (volume_process_double), (volume_process_float),
4144         (volume_transform_ip), (plugin_init):
4145         memset buffers to zero if we get a GAP buffer. We usually see a
4146         buffer as one unit so let's handle it as one and don't care about
4147         volume changes while processing one buffer.
4148         Also clean up some stuff a bit.
4149
4150 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4151
4152         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4153         (gst_audio_convert_create_silence_buffer),
4154         (gst_audio_convert_transform):
4155         Make audioconvert GAP-aware by outputting silence buffers when the
4156         input has the GAP flag set. This is up to 8x faster.
4157         Based on a patch by Stefan Kost. Fixes bug #517813.
4158
4159 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4160
4161         * gst/volume/gstvolume.c: (volume_process_double):
4162         Use oil_scalarmultiply_f64_ns() for double processing when it's
4163         available at compile time.
4164
4165 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4166
4167         * configure.ac:
4168         Fix lrint/lrintf checks to actually work. These functions are
4169         in libm on Linux at least so try to link to it.
4170
4171 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4172
4173         * configure.ac:
4174         Back to development - 0.10.18.1
4175
4176 === release 0.10.18 ===
4177
4178 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4179
4180         * configure.ac:
4181           releasing 0.10.18, "I will follow"
4182
4183 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4184
4185         * configure.ac:
4186         * win32/common/config.h:
4187         0.10.17.4 pre-release
4188
4189 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4190
4191         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4192         Use GST_STR_NULL when trying to print strings that could be NULL because
4193         this might crash on some platforms. See #520808.
4194
4195 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4196
4197         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4198
4199         * gst-libs/gst/rtsp/gstrtspconnection.c:
4200         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4201         (read_line), (gst_rtsp_connection_read_internal):
4202         Generic Windows fixes that makes libgstrtsp work on Windows when
4203         coupled with the new GstPoll API. See #520808.
4204
4205 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4206
4207         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4208
4209         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4210           If seeking to a new position succeeds don't simply return from
4211           create() without creating a buffer. Do this only in the case
4212           seeking to the new position fails. Fixes bug #523054.
4213
4214 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4215
4216         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4217           (gst_video_format_from_rgba32_masks):
4218           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4219           (#522635).
4220
4221         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4222           Add unit test for the RGB caps parsing and creation, checking for
4223           internal consistency of the new API and consistency of the API with
4224           the old GST_VIDEO_CAPS_* defines.
4225
4226 2008-03-14  David Schleef  <ds@schleef.org>
4227
4228         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4229           because -base is in freeze.
4230
4231 2008-03-14  David Schleef  <ds@schleef.org>
4232
4233         Patch by: William M. Brack
4234
4235         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4236
4237 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4238
4239         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4240         (gst_selector_pad_chain):
4241         * gst/playback/gststreamselector.h:
4242         Revert change that caused regression until a real fix is found.
4243         Fixes #522203.
4244
4245 2008-03-12  Michael Smith <msmith@fluendo.com>
4246
4247         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4248         * gst-libs/gst/audio/gstringbuffer.h:
4249           Rename recently added buffer types to make more sense.
4250         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4251         (gst_alsasink_write):
4252           Adapt for above API changes.
4253           Fixes bug #520523.
4254
4255 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4256
4257         * win32/common/libgstnetbuffer.def:
4258         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4259
4260 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4261
4262         * configure.ac:
4263         * win32/common/config.h:
4264         0.10.17.3 pre-release
4265
4266 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4267
4268         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4269         (gst_base_audio_src_create):
4270         Fix duration when no clock was provided. Fixes #520300.
4271
4272 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4273
4274         Patch by: Olivier Crete  <tester at tester ca>
4275
4276         * docs/libs/gst-plugins-base-libs-sections.txt:
4277         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4278         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4279         Add trivial function to compare GstNetAddress. See #520626.
4280         API: GstNetBuffer::gst_netaddress_equal
4281
4282 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4283
4284         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4285         Update mode property docs, it's deprecated now.
4286
4287 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4288
4289         * gst-libs/gst/rtsp/gstrtspconnection.c:
4290         (gst_rtsp_connection_create):
4291         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4292         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4293         * gst/tcp/gstmultifdsink.h:
4294         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4295         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4296         Remove GstPollMode from gstpoll constructor.
4297
4298 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4299
4300         * configure.ac:
4301         * win32/common/config.h:
4302         0.10.17.2 pre-release
4303
4304 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4305
4306         * gst/Makefile.am:
4307         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4308         them twice
4309
4310         * win32/common/libgstinterfaces.def:
4311         * win32/common/libgstrtp.def:
4312         Add new API to the defs
4313
4314 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4315
4316         Patch by: Mersad Jelacic  <mersad at axis dot com>
4317
4318         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4319         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4320         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4321         possible to specify the sample size in bits. (#509637)
4322
4323 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4324
4325         * tests/check/libs/mixer.c:
4326           Add a few simple checks for the new message types.
4327
4328 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4329
4330         * docs/libs/gst-plugins-base-libs-sections.txt:
4331         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4332           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4333           (gst_mixer_message_get_type),
4334           (gst_mixer_message_parse_option_changed),
4335           (gst_mixer_message_parse_options_list_changed):
4336         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4337           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4338           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4339           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4340           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4341           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4342
4343 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4344
4345         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4346           (gst_mixer_options_get_values):
4347         * gst-libs/gst/interfaces/mixeroptions.h:
4348           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4349           (_GstMixerOptions), (_GstMixerOptionsClass):
4350           API: add GstMixerOptions::get_values vfunc (#519906)
4351
4352 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4353
4354         * configure.ac:
4355         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4356         plug-ins are included/excluded. (#498222)
4357
4358 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4359
4360         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4361         Add typefinder for IMelody files, using audio/x-imelody.
4362         See bug #519516.
4363
4364 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4365
4366         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4367         * ext/alsa/gstalsasink.c: (set_hwparams):
4368         * ext/alsa/gstalsasrc.c: (set_hwparams):
4369         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4370         * ext/ogg/gstoggmux.h:
4371         * ext/ogg/gstogmparse.c:
4372         * gst-libs/gst/audio/audio.c:
4373         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4374         * gst-libs/gst/pbutils/missing-plugins.c:
4375         (gst_missing_uri_sink_message_new),
4376         (gst_missing_element_message_new),
4377         (gst_missing_decoder_message_new),
4378         (gst_missing_encoder_message_new):
4379         * gst-libs/gst/rtp/gstbasertppayload.c:
4380         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4381         (gst_rtcp_packet_bye_get_reason):
4382         * gst/audioconvert/gstaudioconvert.c:
4383         * gst/audioresample/gstaudioresample.c:
4384         * gst/ffmpegcolorspace/imgconvert.c:
4385         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4386         * gst/typefind/gsttypefindfunctions.c:
4387         * gst/videoscale/vs_4tap.c:
4388         * gst/videoscale/vs_4tap.h:
4389         * sys/v4l/gstv4lelement.c:
4390         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4391         * sys/v4l/v4l_calls.c:
4392         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4393         (gst_v4lsrc_try_capture):
4394         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4395         (gst_ximagesink_ximage_new):
4396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4397         (gst_xvimagesink_xvimage_new):
4398         * tests/check/elements/audioconvert.c:
4399         * tests/check/elements/audioresample.c:
4400         (fail_unless_perfect_stream):
4401         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4402         * tests/check/elements/decodebin.c:
4403         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4404         (setup_gdpdepay_streamheader):
4405         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4406         (setup_gdppay_streamheader):
4407         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4408         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4409         * tests/check/elements/textoverlay.c:
4410         * tests/check/elements/videorate.c: (setup_videorate):
4411         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4412         * tests/check/elements/volume.c: (setup_volume):
4413         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4414         * tests/check/elements/vorbistag.c:
4415         * tests/check/generic/clock-selection.c:
4416         * tests/check/generic/states.c: (setup), (teardown):
4417         * tests/check/libs/cddabasesrc.c:
4418         * tests/check/libs/video.c:
4419         * tests/check/pipelines/gio.c:
4420         * tests/check/pipelines/oggmux.c:
4421         * tests/check/pipelines/simple-launch-lines.c:
4422         (simple_launch_lines_suite):
4423         * tests/check/pipelines/streamheader.c:
4424         * tests/check/pipelines/theoraenc.c:
4425         * tests/check/pipelines/vorbisdec.c:
4426         * tests/check/pipelines/vorbisenc.c:
4427         * tests/examples/seek/scrubby.c:
4428         * tests/examples/seek/seek.c: (query_positions_elems),
4429         (query_positions_pads):
4430         * tests/icles/stress-xoverlay.c: (myclock):
4431         Correct all relevant warnings found by the sparse semantic code
4432         analyzer. This include marking several symbols static, using
4433         NULL instead of 0 for pointers and using "foo (void)" instead
4434         of "foo ()" for declarations.
4435
4436         * win32/common/libgstrtp.def:
4437         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4438
4439 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4440
4441         Patch by: José Alburquerque <jaalburqu svn gnome org>
4442
4443         * gst/playback/gstplaybin2.c:
4444           Make the function signature of the _get_*_tags() functions match
4445           the signature of the vfuncs they implement, ie. return a
4446           GstTagList rather than a GstStructure, which is more correct,
4447           even if one is typedef'ed to the other (#518940).
4448
4449 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4450
4451         * gst-libs/gst/rtsp/gstrtspconnection.c:
4452           Don't include unix headers unconditionally (fixes #518037).
4453
4454 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4455
4456         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4457           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4458           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4459           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4460           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4461           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4462           (gst_video_format_is_packed), (video_format_is_packed):
4463           Add unit test that makes sure that the strides, offsets and
4464           sizes returned for the various YUV formats by the new video API
4465           match the old reference implementation in videotestsrc.
4466
4467 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4468
4469         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4470           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4471           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4472           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4473           (gst_video_format_get_pixel_stride),
4474           (gst_video_format_get_component_width),
4475           (gst_video_format_get_component_height),
4476           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4477         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4478           (GST_VIDEO_FORMAT_Y42B):
4479           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4480
4481 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4482
4483         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4484           YV12 is I420 with swapped components 1 and 2, so the offset of
4485           component 1 for I420 should be the offset for component 2 for YV12
4486           and vice versa.
4487
4488 2008-02-29  Rene Stadler  <mail@renestadler.de>
4489
4490         * sys/v4l/gstv4lelement.c:
4491         Add missing semicolon to fix indentation.
4492
4493 2008-02-29  Julien Moutte  <julien@fluendo.com>
4494
4495         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4496         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4497         if we can do SPDIF output.
4498         * ext/alsa/gstalsa.h:
4499         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4500         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4501         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4502         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4503         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4504         to support AC3, EC3 and IEC958 buffers.
4505
4506 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4507
4508         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4509           (gst_mixer_message_parse_mute_toggled),
4510           (gst_mixer_message_parse_record_toggled),
4511           (gst_mixer_message_parse_volume_changed),
4512           (gst_mixer_message_parse_option_changed):
4513           De-cruft and fix message type assertions (NULL is not a really
4514           valid mixer message type string).
4515
4516 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4517
4518         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4519         When negotiating, actually start from a format that we can support
4520         instead of from the too generic template.
4521
4522 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4523
4524         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4525         Enable vis setting.
4526
4527         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4528         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4529         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4530         (gen_vis_chain):
4531         Implement vis switching while playing.
4532
4533 2008-02-28  David Schleef  <ds@schleef.org>
4534
4535         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4536
4537 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4538
4539         Patch by: Peter Kjellerstedt  <pkj at axis com>
4540
4541         * gst/tcp/Makefile.am:
4542         * gst/tcp/fdsetstress.c:
4543         * gst/tcp/gstfdset.c:
4544         * gst/tcp/gstfdset.h:
4545         Removed fdset and stress test, they are now known as GstPoll in
4546         core. 
4547
4548         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4549         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4550         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4551         (gst_multi_fd_sink_handle_client_write),
4552         (gst_multi_fd_sink_queue_buffer),
4553         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4554         (gst_multi_fd_sink_stop):
4555         * gst/tcp/gstmultifdsink.h:
4556         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4557         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4558         (gst_tcp_gdp_read_caps):
4559         * gst/tcp/gsttcp.h:
4560         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4561         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4562         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4563         * gst/tcp/gsttcpclientsink.h:
4564         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4565         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4566         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4567         * gst/tcp/gsttcpclientsrc.h:
4568         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4569         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4570         * gst/tcp/gsttcpserversink.h:
4571         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4572         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4573         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4574         * gst/tcp/gsttcpserversrc.h:
4575         Port to GstPoll. See #505417.
4576
4577 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4578
4579         Patch by: Peter Kjellerstedt  <pkj at axis com>
4580
4581         * gst-libs/gst/rtsp/gstrtspconnection.c:
4582         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4583         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4584         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4585         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4586         (gst_rtsp_connection_flush):
4587         * gst-libs/gst/rtsp/gstrtspconnection.h:
4588         Use GstPoll for the rtsp connection. See #505417.
4589
4590 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4591
4592         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4593         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4594         Add combo box for visualisations, populate it with a factory list
4595         of all visualisation plugins, configure vis plugin instance in
4596         playbin2. 
4597
4598 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4599
4600         * tests/check/libs/rtp.c: (GST_START_TEST):
4601         Add check for RTP buffer defaults, padding and marker bit API.
4602
4603 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4604
4605         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4606         Use memcpy() instead of upcasting a byte array to long *. This
4607         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4608         This should be ported to GCheckSum once we can use GLib 2.16.
4609         Partially fixes bug #500833.
4610
4611 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4612
4613         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4614           Push tag event after the newsegment event. Log the pointer of
4615           the buffer we're actually going to push rather than the buffer
4616           we're feeding to _make_metadata_writable().
4617
4618 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4619
4620         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4621         Comment smoke typefinder for now. The smokedec plugin needs one
4622         frame per buffer but we have no parser yet, thus it simply crashes
4623         in most situations.
4624
4625 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4626
4627         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4628         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4629
4630 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4631
4632         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4633         (plugin_init):
4634         Add midi typefinder, copied from the timidity plugin.
4635
4636 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4637
4638         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4639
4640         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4641         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4642           (subparse_suite):
4643           Forward slashes at the beginning and end of a line also signify
4644           italics (Fixes: #518162).
4645
4646 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4647
4648         * tests/check/gst-plugins-base.supp:
4649         Add a suppression for a cached value in GIO that wasn't moved
4650         while moving gio from -bad to -base.
4651
4652 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4653
4654         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4655
4656         * configure.ac:
4657         Don't hardcode -Wall and -Werror for configure checks, this fails
4658         with non-GCC compilers. Fixes bug #517991.
4659
4660 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4661
4662         * gst/audioconvert/gstaudioconvert.c:
4663         * gst/audioconvert/gstaudioquantize.c:
4664         * gst/audioconvert/gstaudioquantize.h:
4665           Make audioconvert gap aware. If noiseshaping is used, wait for
4666           noiseshaping to converge before marking as GAP. Fixes #517813.
4667
4668 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4669
4670         * gst/audiotestsrc/gstaudiotestsrc.c:
4671           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4672
4673 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4674
4675         * ext/gnomevfs/gstgnomevfssink.c:
4676         (gst_gnome_vfs_sink_handle_event):
4677         Return FALSE when seeking for a new segment fails instead
4678         of silently ignoring the failure and appending every buffer
4679         that comes for the new segment.
4680
4681 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4682
4683         * gst/playback/gstplaysink.c: (find_property),
4684         (gst_play_sink_find_property), (gen_video_chain),
4685         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4686         Recursively search the sink element for a last-frame property so that we
4687         can also find the property in autovideosink and friends that don't
4688         always proxy the internal sink properties.
4689
4690 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4691
4692         * gst-libs/gst/audio/multichannel.c:
4693           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4694           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4695           (gst_audio_set_structure_channel_positions_list),
4696           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4697           (gst_audio_fixate_channel_positions):
4698           Fix confusing terminology in docs and code: structure fields are
4699           'fields' and not 'properties'.
4700
4701 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4702
4703         * gst-libs/gst/audio/multichannel.c:
4704           (gst_audio_check_channel_positions), (add_list_to_struct):
4705           Give more useful warning messages if one of the channel
4706           layout enums passed to us is invalid and if the "channels"
4707           field in the caps has a GType we don't expect.
4708
4709 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4710
4711         * gst-libs/gst/audio/multichannel.c:
4712           Fix typo in docs blurb.
4713
4714 2008-02-19  Julien Moutte  <julien@fluendo.com>
4715
4716         Patch by: Josep Torra Valles <josep@fluendo.com>
4717
4718         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4719         typefind lookup to fix typefinding on HD clips.
4720
4721 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4722
4723         * gst/playback/gstscreenshot.c:
4724         * gst/playback/gstscreenshot.h:
4725           Fix up copyright (I rewrote the GStreamer-0.10 code for
4726           this from scratch back in the days).
4727
4728 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4729
4730         * gst/playback/Makefile.am:
4731         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4732         (create_element), (gst_play_frame_conv_convert):
4733         * gst/playback/gstscreenshot.h:
4734         Add screenshot conversion code from totem.
4735
4736         * gst/playback/gstplay-marshal.list:
4737         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4738         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4739         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4740         Implement frame property to get a color-unconverted snapshot.
4741         Implement convert-frame action signal to get a converted snapshot image.
4742         Configure connection speed in uridecodebin.
4743         Document some more properties.
4744
4745         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4746         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4747         (gst_play_sink_get_last_frame):
4748         * gst/playback/gstplaysink.h:
4749         Use last-buffer property of the video sink to get a video snapshot.
4750
4751         * tests/examples/seek/seek.c: (shot_cb), (main):
4752         Add snapshot button for playbin2 and use the frame property to save the
4753         frame as a png in the current directory.
4754
4755 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4756
4757         Patch by: Josep Torra Valles <josep at fluendo dot com>
4758
4759         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4760         (plugin_init):
4761         Add typefinding support for h264 elementary streams.
4762         Fixes bug #517420.
4763
4764 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4765
4766         * configure.ac:
4767           Require CVS of core for new API in collectpads.
4768
4769         * gst/adder/gstadder.c:
4770           Use new API to make adder sparse stream aware.
4771
4772 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4773
4774         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4775         (no_more_pads_cb):
4776         Get the object data correct so that we can remove our channels
4777         correctly.
4778
4779         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4780         (gen_vis_chain), (gst_play_sink_reconfigure),
4781         (gst_play_sink_request_pad):
4782         Add option to disable async behaviour in the sinks when possible. This
4783         makes it possible to avoid an audio queue when dealing with
4784         visualisations.
4785         Add option to add a queue for the audio path.
4786
4787         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4788         (main):
4789         Disable the vis checkbox to match the defaults of playbin2.
4790         Only get the stream info when we need to.
4791
4792 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4793
4794         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4795         (gst_gio_base_sink_set_stream):
4796         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4797         (gst_gio_base_src_set_stream):
4798         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4799         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4800         Don't use async operations as they require a running main loop.
4801         This makes us block again when closing streams and unable
4802         to mount the enclosing volume of an URI if it isn't yet.
4803
4804 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4805
4806         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4807         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4808         (gen_vis_chain), (gst_play_sink_reconfigure),
4809         (gst_play_sink_request_pad):
4810         Move tee in front of the audio and vis pipelines.
4811         Add queue for audio for now.
4812         Add visualisation support.
4813
4814         * tests/examples/seek/seek.c: (main):
4815         Visualisation is by default disabled.
4816
4817 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4818
4819         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4820         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4821         Improve debugging a bit.
4822
4823         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4824         * ext/gio/gstgiosink.h:
4825         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4826         * ext/gio/gstgiosrc.h:
4827         Try to mount the enclosing volume of a GFile if it isn't mounted
4828         yet. This requires us to wait for an async operation to finish, done
4829         with an nested GMainLoop. Authentication is not supported yet, will
4830         come later.
4831
4832 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4833
4834         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4835         (gst_play_bin_set_property), (gst_play_bin_get_property),
4836         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4837         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4838         (gst_play_sink_get_mute), (gen_audio_chain):
4839         * gst/playback/gstplaysink.h:
4840         Add mute property.
4841
4842         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4843         (gst_selector_pad_chain):
4844         * gst/playback/gststreamselector.h:
4845         Make sure we forward the event only once.
4846
4847         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4848         Add and implement the mute button for playbin2.
4849
4850 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4851
4852         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4853
4854         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4855         Add some more debug info.
4856         Make sure we never return a negative delay. Fixes #516246.
4857
4858 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4859
4860         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4861           Revert patch that makes the sink hold the object lock when
4862           calling snd_pcm_delay(), since it breaks playback for me.
4863
4864 2008-02-12  Julien Moutte  <julien@fluendo.com>
4865
4866         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4867         some seek flags when changing rate.
4868
4869 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4870
4871         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4872         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4873         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4874         Fix potential leaks.
4875
4876         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4877         Fix leak when there is no function configured.
4878
4879 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4880
4881         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4882         (gst_v4lsrc_buffer_finalize):
4883         Correctly chain up the finalize method.
4884
4885 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4886
4887         * ext/gio/gstgiostreamsink.c:
4888         * ext/gio/gstgiostreamsrc.c:
4889         Add documentation and example code for giostreamsink/giostreamsrc.
4890
4891         * tests/check/pipelines/gio.c: (GST_START_TEST):
4892         Ask the GMemoryOutputStream for the data instead of assuming that
4893         the pointer to the data stayed the same. It could've been realloc'ed.
4894
4895 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4896
4897         * ext/gio/gstgiosink.c:
4898         * ext/gio/gstgiosrc.c:
4899         Make the documentation of giosink/giosrc complete, large parts
4900         are based on the gnomevfssink/gnomevfssrc docs.
4901
4902 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4903
4904         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4905         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4906         * docs/plugins/gst-plugins-base-plugins.args:
4907         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4908         * docs/plugins/gst-plugins-base-plugins.interfaces:
4909         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4910         * docs/plugins/gst-plugins-base-plugins.signals:
4911         * docs/plugins/inspect/plugin-adder.xml:
4912         * docs/plugins/inspect/plugin-audioconvert.xml:
4913         * docs/plugins/inspect/plugin-audiorate.xml:
4914         * docs/plugins/inspect/plugin-audioresample.xml:
4915         * docs/plugins/inspect/plugin-decodebin.xml:
4916         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4917         * docs/plugins/inspect/plugin-gdp.xml:
4918         * docs/plugins/inspect/plugin-gio.xml:
4919         * docs/plugins/inspect/plugin-gnomevfs.xml:
4920         * docs/plugins/inspect/plugin-libvisual.xml:
4921         * docs/plugins/inspect/plugin-ogg.xml:
4922         * docs/plugins/inspect/plugin-pango.xml:
4923         * docs/plugins/inspect/plugin-playback.xml:
4924         * docs/plugins/inspect/plugin-queue2.xml:
4925         * docs/plugins/inspect/plugin-subparse.xml:
4926         * docs/plugins/inspect/plugin-theora.xml:
4927         * docs/plugins/inspect/plugin-uridecodebin.xml:
4928         * docs/plugins/inspect/plugin-videorate.xml:
4929         * docs/plugins/inspect/plugin-videoscale.xml:
4930         * docs/plugins/inspect/plugin-volume.xml:
4931         * docs/plugins/inspect/plugin-vorbis.xml:
4932         Add the GIO documentation again and while at that run make update.
4933
4934 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4935
4936         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4937         * ext/alsa/gstalsasink.c: (set_swparams):
4938         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4939           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4940           against libasound >= 1.0.16, since it's been deprecated in
4941           0.10.16, and alignment is always 1 then, apparently. (#512899)
4942
4943 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4944
4945         * gst/playback/gstplaybin.c: (gen_audio_element):
4946         * gst/playback/gstplaysink.c: (gen_audio_chain):
4947           Handle case where we can't create the volume element a bit
4948           better (#514307).
4949
4950 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4951
4952         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4953         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4954           Add support for https protocol. Fixes #510229.
4955
4956 2008-02-11  Julien Moutte  <julien@fluendo.com>
4957         
4958         Patch by: Alan Peevers <peeves@pacbell.net>
4959
4960         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4961         lock when calling alsa methods.
4962
4963 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4964
4965         * gst/typefind/gsttypefindfunctions.c:
4966           Bump rank of jpeg and png typefinders, which will return maximum
4967           probability in the most common cases (thus short-circuiting more
4968           expensive typefinders like the mp3 one for these two quite common
4969           image types).
4970
4971 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4972
4973         * ext/theora/theoraparse.c:
4974         Fix long description of the theora parser to be more verbose than just
4975         the type name.
4976
4977 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4978
4979         Patch by: Branko Čibej <brane at xbc dot nu>
4980
4981         * sys/xvimage/xvimagesink.c:
4982         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4983         Fixes bug #515654.
4984
4985 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4986
4987         * gst/playback/gstplaybasebin.c:
4988         Set is_dynamic as True if there are elements with both request
4989         and sometimes src pad templates instead of breaking out when it
4990         finds the first pad template that is a src.
4991
4992 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4993
4994         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4995         (update_streams), (video_combo_cb), (audio_combo_cb),
4996         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4997         Add some stream switching and volume gui for playbin2.
4998
4999 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5000
5001         * gst/playback/gstplay-marshal.list:
5002         Added marshal for streamselector Tags.
5003
5004         * gst/playback/gstplaybasebin.c: (set_active_source):
5005         Streamselector now selects pads based on the pad object instead of its
5006         name.
5007
5008         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5009         (init_group), (gst_play_bin_init), (get_group), (get_tags),
5010         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
5011         (gst_play_bin_get_text_tags),
5012         (gst_play_bin_set_current_video_stream),
5013         (gst_play_bin_set_current_audio_stream),
5014         (gst_play_bin_set_current_text_stream),
5015         (gst_play_bin_set_property), (gst_play_bin_get_property),
5016         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
5017         Remove option to mute streams with the current-a/v/t property, we have
5018         this functionality in the flags.
5019         Add signals to notify when the number of A/V/T channels changed.
5020         Add action signals to get tags for the A/V/T streams.
5021         Implement setting the current A/V/T stream.
5022         Rearrange some things to simplify stream selection.
5023         Implement volume.
5024
5025         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
5026         (gst_play_sink_get_volume), (gst_play_sink_set_property),
5027         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
5028         (activate_vis), (gst_play_sink_reconfigure):
5029         * gst/playback/gstplaysink.h:
5030         Add and implement volume setting methods.
5031
5032         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
5033         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5034         (gst_selector_pad_event), (gst_stream_selector_class_init),
5035         (gst_stream_selector_init), (gst_stream_selector_finalize),
5036         (gst_stream_selector_set_property),
5037         (gst_stream_selector_get_property),
5038         (gst_stream_selector_get_linked_pad),
5039         (gst_stream_selector_request_new_pad):
5040         * gst/playback/gststreamselector.h:
5041         Add pad properties for tags and status of pads.
5042         Keep tags on pads.
5043         Make active pad selection based on pad object instead of name.
5044
5045 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
5046
5047         * configure.ac:
5048           Revert last change as we now check in gtk-doc.m4 for sed.
5049
5050 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5051
5052         * configure.ac:
5053         Find and subst SED when building the docs.
5054
5055 2008-02-08  Julien Moutte  <julien@fluendo.com>
5056
5057         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
5058         (main): Make sure bus signals are reconnected when pressing STOP
5059         and then PLAY again for a parse launch pipeline. Fix a ref leak
5060         on the bus.
5061         * win32/common/config.h: Updated.
5062
5063 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5064
5065         * configure.ac:
5066         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5067         pre-releases or releases.
5068
5069 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5070
5071         * configure.ac:
5072         * ext/gio/Makefile.am:
5073         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
5074         reporting
5075
5076 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5077
5078         * docs/plugins/Makefile.am:
5079         Add the headers which need scanning for the GIO plugin. The rest of
5080         the docs still need migrating.
5081
5082 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5083
5084         * ext/Makefile.am:
5085         * tests/check/Makefile.am:
5086         * tests/check/pipelines/.cvsignore:
5087         Add gio in a few more places.
5088
5089 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5090
5091         * configure.ac:
5092         * ext/Makefile.am:
5093         * tests/check/Makefile.am:
5094         Move gio plugin from -bad and mark as experimental.
5095
5096 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5097
5098         * gst-libs/gst/interfaces/mixeroptions.c:
5099         * gst-libs/gst/interfaces/mixertrack.c:
5100         Comment out a couple of other things which break the build when
5101         GST_DISABLE_DEPRECATED isn't on but -Werror is.
5102
5103 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5104
5105         * docs/libs/gst-plugins-base-libs-sections.txt:
5106           Fix pbutils header.
5107
5108 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5109
5110         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5111         Fix compiler warning.
5112
5113 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5114
5115         Patch by: Peter Kjellerstedt  <pkj at axis com>
5116
5117         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5118         Clear the addrinfo struct using memset. Fixes #514937.
5119
5120 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5121
5122         * gst/tcp/gstfdset.h:
5123         Remove unused field to same some memory.
5124
5125         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5126         Mark action signals as such.
5127
5128 2008-02-06  Michael Smith <msmith@fluendo.com>
5129
5130         * ext/theora/theoradec.c: (_theora_granule_frame),
5131         (_inc_granulepos):
5132           Increment granulepos for new-bitstream versions appropriately.
5133           Fixes #514623.
5134
5135 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5136
5137         * tests/examples/seek/seek.c: (do_seek),
5138         (rate_spinbutton_changed_cb), (update_streams), (main):
5139         Remove obsolete stream_time reset after flushing seek, core does that
5140         automatically now.
5141         Improve accuracy of speed spinbutton.
5142         Only do playbin2 stuff when we actually use it.
5143
5144 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5145
5146         * tests/check/Makefile.am:
5147           Revert previous change of the test environment's GST_PLUGIN_PATH.
5148           The problem is not with the plugins, but with element factories
5149           and only occurs if elements are split out from existing plugins
5150           or if plugins change name (see #512740).
5151
5152 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5153
5154         * tests/check/Makefile.am:
5155           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5156           with the core's plugins first and our local build directories last,
5157           since we might be building against an installed core, and that
5158           core's plugin directory may contain older or other versions of
5159           our own -base plugins, but we really do want to test our local
5160           ones (if there are multiple plugins or element factories with the
5161           same name, those inspected last will trump those read in earlier).
5162           Fixes #512740 for the most part.
5163
5164 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5165
5166         * configure.ac:
5167         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5168         Use gmtime_r if available as gmtime is not MT-safe.
5169         Fixes bug #511810.
5170
5171 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5172
5173         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5174         Cast glong to time_t as time_t might have a different type on
5175         other platforms, like FreeBSD, and we get a compiler warning
5176         otherwise. Fixes bug #511825.
5177
5178 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5179
5180         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5181         (get_group), (get_n_pads), (gst_play_bin_get_property),
5182         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5183         (autoplug_select_cb), (deactivate_group):
5184         Remove stream-info, we going for something easier.
5185         Refactor getting the current group.
5186         Implement getting the number of audio/video/text streams.
5187
5188         * gst/playback/gststreamselector.c:
5189         (gst_stream_selector_class_init), (gst_stream_selector_init),
5190         (gst_stream_selector_get_property),
5191         (gst_stream_selector_request_new_pad),
5192         (gst_stream_selector_release_pad):
5193         * gst/playback/gststreamselector.h:
5194         Add property for number of pads.
5195
5196         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5197         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5198         (text_toggle_cb), (update_streams), (msg_async_done),
5199         (msg_state_changed), (main):
5200         Block slider callback when updating the slider position.
5201         Add gui elements for controlling playbin2.
5202         Add callback for async_done that updates position/duration.
5203
5204 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5205
5206         * docs/plugins/Makefile.am:
5207         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5208         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5209         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5210         * docs/plugins/gst-plugins-base-plugins.interfaces:
5211         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5212           First round of plugin docs cleansups.
5213
5214         * docs/plugins/inspect/plugin-adder.xml:
5215         * docs/plugins/inspect/plugin-alsa.xml:
5216         * docs/plugins/inspect/plugin-audioconvert.xml:
5217         * docs/plugins/inspect/plugin-audiorate.xml:
5218         * docs/plugins/inspect/plugin-audioresample.xml:
5219         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5220         * docs/plugins/inspect/plugin-cdparanoia.xml:
5221         * docs/plugins/inspect/plugin-decodebin.xml:
5222         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5223         * docs/plugins/inspect/plugin-gdp.xml:
5224         * docs/plugins/inspect/plugin-gnomevfs.xml:
5225         * docs/plugins/inspect/plugin-libvisual.xml:
5226         * docs/plugins/inspect/plugin-ogg.xml:
5227         * docs/plugins/inspect/plugin-pango.xml:
5228         * docs/plugins/inspect/plugin-subparse.xml:
5229         * docs/plugins/inspect/plugin-tcp.xml:
5230         * docs/plugins/inspect/plugin-theora.xml:
5231         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5232         * docs/plugins/inspect/plugin-video4linux.xml:
5233         * docs/plugins/inspect/plugin-videorate.xml:
5234         * docs/plugins/inspect/plugin-videoscale.xml:
5235         * docs/plugins/inspect/plugin-videotestsrc.xml:
5236         * docs/plugins/inspect/plugin-volume.xml:
5237         * docs/plugins/inspect/plugin-vorbis.xml:
5238         * docs/plugins/inspect/plugin-ximagesink.xml:
5239         * docs/plugins/inspect/plugin-xvimagesink.xml:
5240           Regenerate.
5241
5242         * ext/ogg/Makefile.am:
5243         * ext/ogg/gstoggmux.c:
5244         * ext/ogg/gstoggmux.h:
5245           Add header for oggmux. the c-file needs a doc blob still.
5246
5247 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5248
5249         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5250
5251         * gst-libs/gst/rtp/gstrtpbuffer.c:
5252         (gst_rtp_buffer_set_extension_data):
5253         * gst-libs/gst/rtp/gstrtpbuffer.h:
5254         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5255         Add gst_rtp_buffer_set_extension_data() 
5256         Add a unit test for this addition. Fixes #511478.
5257         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5258
5259 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5260
5261         * configure.ac:
5262         Back to CVS
5263
5264 === release 0.10.17 ===
5265
5266 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5267
5268         * configure.ac:
5269           releasing 0.10.17, "Peanut Butter and Jelly"
5270
5271 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5272
5273         * gst-libs/gst/interfaces/mixeroptions.c:
5274         * gst-libs/gst/interfaces/mixertrack.c:
5275         Also remove the conditional registration of the signals
5276         that disappeared with the ABI change in 0.10.14
5277
5278 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5279
5280         * gst-libs/gst/rtsp/gstrtspconnection.c:
5281         Revert patch to gstrtspconnection.c for brown paper bag
5282         release of -base. Re-opens: #511825
5283
5284 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5285
5286         * gst-libs/gst/interfaces/mixeroptions.h:
5287         * gst-libs/gst/interfaces/mixertrack.h:
5288         Change the way these deprecated function pointers are removed
5289         so that the compiled ABI is unconditionally smaller. This 
5290         sets in stone an ABI break that actually occurred when the
5291         things were deprecated in 0.10.14, which seems to be the best
5292         fix as the only known users are oss-mixer and sunaudio-mixer in 
5293         gst-plugins-good.
5294         Fixes: #513018
5295
5296 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5297
5298         * win32/common/libgstpbutils.def:
5299           Export the two new _get_type() functions which are needed
5300           by the python bindings.
5301
5302 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5303
5304         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5305         Cast glong to time_t as time_t might have a different type on
5306         other platforms, like FreeBSD, and we get a compiler warning
5307         otherwise. Fixes bug #511825.
5308
5309 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5310
5311         * gst-libs/gst/audio/gstaudiofilter.c:
5312         (gst_audio_filter_class_init):
5313         Initialize the GstRingerBuffer class to get it's debug category
5314         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5315         category and otherwise we get some g_critical(). Fixes bug #512334.
5316
5317 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5318
5319         * configure.ac:
5320         Back to CVS
5321
5322 === release 0.10.16 ===
5323
5324 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5325
5326         * configure.ac:
5327           releasing 0.10.16, "Scheduled Interruption"
5328
5329 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5330
5331         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5332
5333         * gst-libs/gst/rtp/gstrtpbuffer.c:
5334         (gst_rtp_buffer_get_extension_data):
5335         Fix typos and wrong extension check. Fixes #511274.
5336
5337 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5338
5339         * po/sk.po:
5340         Oops - add new sk.po mentioned in the LINGUAS I just committed
5341
5342 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5343
5344         * po/LINGUAS:
5345         Add ca translation to the disted list.
5346
5347         * win32/vs6/libgstsdp.dsp:
5348         Convert line endings to CRLF
5349
5350 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5351
5352         * win32/MANIFEST:
5353         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5354
5355 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5356
5357         * win32/common/libgstsdp.def:
5358         * win32/common/libgstvideo.def:
5359         Add new API declarations
5360
5361 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5362
5363         * ext/theora/gsttheoradec.h:
5364         * ext/theora/gsttheoraparse.h:
5365         * ext/theora/theoradec.c:
5366         * ext/theora/theoraparse.c:
5367         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5368         and parser by inspecting the bitstream version of the incoming data.
5369
5370 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5371
5372         * configure.ac:
5373         * pkgconfig/Makefile.am:
5374         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5375         * pkgconfig/gstreamer-audio.pc.in:
5376         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5377         * pkgconfig/gstreamer-cdda.pc.in:
5378         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5379         * pkgconfig/gstreamer-fft.pc.in:
5380         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5381         * pkgconfig/gstreamer-floatcast.pc.in:
5382         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5383         * pkgconfig/gstreamer-interfaces.pc.in:
5384         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5385         * pkgconfig/gstreamer-netbuffer.pc.in:
5386         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5387         * pkgconfig/gstreamer-pbutils.pc.in:
5388         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5389         * pkgconfig/gstreamer-riff.pc.in:
5390         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5391         * pkgconfig/gstreamer-rtp.pc.in:
5392         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5393         * pkgconfig/gstreamer-rtsp.pc.in:
5394         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5395         * pkgconfig/gstreamer-sdp.pc.in:
5396         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5397         * pkgconfig/gstreamer-tag.pc.in:
5398         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5399         * pkgconfig/gstreamer-video.pc.in:
5400         Provide one pkg-config file for every gst-plugins-base library.
5401         This makes linking to those libraries much more intuitive and
5402         provides standard pkg-config behaviour for them. Fixes bug #499697.
5403
5404 2008-01-13  David Schleef  <ds@schleef.org>
5405
5406         * gst/videoscale/vs_4tap.c:
5407           Fix valgrind error on 4tap scaling method.
5408
5409 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5410
5411         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5412         Include Winsock2.h for VS6 and use a different way initialize
5413         hints structure so it can build with VS6.
5414         * win32/MANIFEST:
5415         * win32/vs6/libgstsdp.dsp:
5416         * win32/common/libgstsdp.def:
5417         Add new files for libgstsdp.
5418         * win32/vs6/grammar.dsp:
5419         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5420         * win32/vs6/gst_plugins_base.dsw:
5421         * win32/vs6/libgstdecodebin.dsp:
5422         * win32/vs6/libgstdecodebin2.dsp:
5423         * win32/vs6/libgstplaybin.dsp:
5424         * win32/vs6/libgstvolume.dsp:
5425         Add new dependencies to the link list.
5426
5427 2008-01-13  Julien Moutte  <julien@fluendo.com>
5428
5429         * win32/common/config.h:
5430         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5431         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5432         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5433         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5434         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5435         * win32/common/interfaces-enumtypes.c:
5436         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5437         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5438         (gst_mixer_track_flags_get_type),
5439         (gst_tuner_channel_flags_get_type):
5440         * win32/common/multichannel-enumtypes.c:
5441         (gst_audio_channel_position_get_type):
5442         * win32/common/pbutils-enumtypes.c:
5443         (gst_install_plugins_return_get_type):
5444         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5445         in the win32 build directory.
5446
5447 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5448
5449         * tests/check/Makefile.am:
5450         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5451
5452         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5453         * tests/check/elements/playbin.c:
5454         * tests/check/libs/mixer.c: (test_element_interface_supported),
5455         (gst_implements_interface_init):
5456         * tests/check/libs/rtp.c: (GST_START_TEST):
5457         Fix various assignment type mismatches.
5458
5459 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5460
5461         * configure.ac:
5462         * gst-libs/gst/rtsp/Makefile.am:
5463         Add test to see if hstrerror is available or if we need libresolv
5464         (Solaris) for it, then use it in libgstrtsp.
5465
5466 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5467
5468         * gst-libs/gst/tag/Makefile.am:
5469         Fix include path order
5470
5471 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5472
5473         * gst-libs/gst/pbutils/install-plugins.c:
5474         (gst_install_plugins_context_copy),
5475         (gst_install_plugins_context_get_type):
5476         * gst-libs/gst/pbutils/install-plugins.h:
5477         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5478         for bindings.
5479
5480 2008-01-11  Michael Smith <msmith@fluendo.com>
5481
5482         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5483         (_theora_granule_frame), (_theora_granule_start_time),
5484         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5485           Adapt for post-alpha meaning of granulepos, when we
5486           have a newer version of libtheora.
5487         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5488         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5489         (theora_enc_is_discontinuous), (theora_enc_chain):
5490           Likewise.
5491         * tests/check/Makefile.am:
5492           Link libtheora into theoraenc test so we can check which version of
5493           libtheora we're testing against.
5494         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5495         (check_buffer_granulepos),
5496         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5497         (theoraenc_suite):
5498           Adapt tests to check the values that are now defined for theora; make
5499           the tests backwards-adapt the passed values if we're running against an
5500           old libtheora.
5501           Fixes #497964
5502
5503 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5504
5505         * gst-libs/gst/audio/gstbaseaudiosink.c:
5506           (gst_base_audio_sink_class_init):
5507         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5508           (gst_base_audio_src_class_init):
5509           Ref audio clock class from a thread-safe context to make sure
5510           we're not bit by GObjects lack of thread-safety here (#349410),
5511            however unlikely that may be in practice.
5512
5513 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5514
5515         * autogen.sh:
5516           Add -Wno-portability to the automake parameters to stop warnings
5517           about GNU make extensions being used. We require GNU make in almost
5518           every Makefile anyway.
5519           
5520         * configure.ac:
5521           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5522           at the same time is required for per target flags.
5523
5524 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5525
5526         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5527           Post an error message if we can't pull as many bytes as we need
5528           for the tag. This makes sure the user gets to see a proper error
5529           message if a file with a partial ID3 tag is fed to decodebin, and
5530           not a 'no ID3 tag demuxer' error, which would be confusing
5531           (see #508138).
5532
5533 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5534
5535         * gst-libs/gst/pbutils/descriptions.c: (formats):
5536           Add description strings for ID3, APE, and ICY tags.
5537
5538 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5539
5540         * gst/playback/gstdecodebin.c: (try_to_link_1):
5541           Make sure we error out correctly if we can't activate one of
5542           the elements we've added.  Fixes #508138.
5543           
5544 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5545
5546         Patch by: Bastien Nocera <hadess at hadess net>
5547
5548         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5549           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5550           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5551           the volume is the same for all channels. This works around
5552           some problem in alsa that leaves us with inconsistent state
5553           for some reason (#486840).
5554
5555 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5556
5557         Patch by: Jerone Young <jerone at gmail com>
5558
5559         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5560           If there's no mixer track by the name of 'Master' or 'Front',
5561           check if there's one called 'PCM' before trying the generic
5562           fallback logic (fixes #506928, where we pick 'Mic' as master
5563           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5564
5565 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5566
5567         * gst/playback/gstplay-enum.c:
5568         (register_gst_autoplug_select_result),
5569         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5570         (gst_play_flags_get_type):
5571         * gst/playback/gstplay-enum.h:
5572         Add enums for configuration flags.
5573
5574         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5575         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5576         (gst_play_bin_get_property), (no_more_pads_cb),
5577         (autoplug_select_cb), (gst_play_bin_change_state):
5578         Merge mode with flags.
5579         Add more property getters/setters, defaults and docs.
5580         Add properties to get number of audio/video/text streams.
5581         Create sink object in _init so that we can always rely on it being
5582         there.
5583
5584         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5585         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5586         (activate_vis), (gst_play_sink_reconfigure),
5587         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5588         (gst_play_sink_change_state):
5589         * gst/playback/gstplaysink.h:
5590         Use flags to configure the sink pipelines.
5591         Add tee before audio pipeline so that we can use it for visualisations.
5592         Start working on integrating visualisations.
5593         Remove mode, we can do everything with the flags now.
5594         Add method to configue the sink pipeline.
5595
5596 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5597
5598         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5599           (check_buffer_timestamp), (check_buffer_duration):
5600           Turn these functions into macros so we can see right away
5601           where the failure occured.
5602
5603 2008-01-05  Julien Moutte  <julien@fluendo.com>
5604
5605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5606         debugging information to understand how X calculates the stride
5607         for XvImages.
5608
5609 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5610
5611         * gst/volume/Makefile.am:
5612         * gst/volume/gstvolume.c: (volume_choose_func),
5613         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5614         (volume_setup):
5615         * gst/volume/gstvolume.h:
5616         Use GstAudioFilter as base class for the volume element instead of
5617         plain GstBaseTransform.
5618
5619 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5620
5621         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5622         Don't set element details for the abstract GstAudioFilter class.
5623
5624 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5625
5626         * gst-libs/gst/audio/gstaudiofilter.c:
5627         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5628         Implement get_unit_size() vmethod of GstBaseTransform.
5629
5630 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5631
5632         * gst-libs/gst/pbutils/Makefile.am:
5633         * gst-libs/gst/pbutils/pbutils.h:
5634         Use glib-enum generator to have a proper enum GType for
5635         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5636
5637 2007-12-31  David Schleef  <ds@schleef.org>
5638
5639         * tests/check/Makefile.am:
5640         * tests/check/pipelines/theoraenc.c:
5641           Reenable theoraenc test, which fails on the buildbot but
5642           not locally.
5643
5644 2007-12-31  David Schleef  <ds@schleef.org>
5645
5646         * docs/libs/.cvsignore:
5647         * docs/plugins/.cvsignore:
5648           Add *-undeclared.txt to fix buildbot.
5649
5650 2007-12-31  David Schleef  <ds@schleef.org>
5651
5652         * tests/check/Makefile.am:
5653           Second attempt at disabling theoraenc test long enough to
5654           get buildbot to compile -base.
5655
5656 2007-12-31  David Schleef  <ds@schleef.org>
5657
5658         * tests/check/pipelines/theoraenc.c:
5659           Disable theoraenc test long enough to get the buildbot to
5660           compile a recent -base.
5661
5662 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5663
5664         * tests/examples/seek/seek.c: (stop_cb):
5665         Make sure we reset the slider value to 0.0 without racing against a
5666         possible g_idle that sets it to something else.
5667
5668 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5669
5670         * sys/ximage/ximagesink.c:
5671         fix typo
5672
5673 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5674
5675         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5676         * gst-libs/gst/rtsp/gstrtspdefs.h:
5677         Add Location header so that we can start implementing redirects.
5678         See #506025.
5679
5680 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5681
5682         * gst/subparse/gstssaparse.c:
5683         combine if's
5684
5685 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5686
5687         * gst/subparse/gstssaparse.c:
5688         remove duplicate log message
5689
5690 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5691
5692         * ext/libvisual/visual.c: (gst_visual_chain):
5693         Fix 'xyz may be used uninitialized' compiler warnings caused
5694         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5695         abort() in any case but properly report the error.
5696
5697 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5698
5699         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5700         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5701         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5702         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5703         (autoplug_select_cb), (activate_group), (deactivate_group),
5704         (setup_next_source), (save_current_group),
5705         (gst_play_bin_change_state):
5706         Code cleanups.
5707         Remove next-uri, we can use the uri property just fine.
5708         Fix some crasher.
5709         Unref uridecodebin when switching.
5710         Fix going to READY.
5711
5712         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5713         (gst_play_sink_init), (gst_play_sink_dispose),
5714         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5715         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5716         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5717         (gst_play_sink_set_property), (gst_play_sink_get_property),
5718         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5719         (gen_vis_element), (gst_play_sink_get_mode),
5720         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5721         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5722         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5723         (gst_play_sink_change_state):
5724         * gst/playback/gstplaysink.h:
5725         Add some locking to make things threadsafe.
5726
5727         * gst/playback/test7.c: (about_to_finish_cb):
5728         Fix test.
5729
5730 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5731
5732         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5733           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5734           (gst_video_scale_transform):
5735           Don't claim to be able to handle/transform caps that can't really
5736           be handled by the currently selected scaling method (here: RGB or
5737           packed YUV with 4-tap method). Also add locking to method property.
5738
5739         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5740           (test_basetransform_based):
5741           Some test pipelines for the above (not entirely valgrind clean yet
5742           apparently).
5743
5744 2007-12-21  David Schleef  <ds@schleef.org>
5745
5746         * gst-libs/gst/video/video.c:
5747         * gst-libs/gst/video/video.h:
5748           Add additional RGBA and RGB-24 video formats.
5749
5750 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5751
5752         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5753           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5754           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5755         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5756           (cddabasesrc_suite):
5757           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5758           deprecated in the future (see #498924).
5759
5760 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5761
5762         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5763           Don't leak event.
5764
5765 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5766
5767         * gst-libs/gst/riff/riff-read.c:
5768         Use GST_ROUND_UP_2 macro
5769
5770 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5771
5772         * gst/playback/.cvsignore:
5773           Ignore more.
5774
5775 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5776
5777         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5778         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5779           (set_active_source):
5780         * gst/playback/gstplaybasebin.h:
5781         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5782           (setup_sinks), (playbin_set_subtitles_visible):
5783           Make switching off of subtitles work. To avoid all kind of
5784           problems with unlinking of the subtitle input, we just keep
5785           the subtitle inputs linked as they are and tell textoverlay
5786           not to render them. Fixes #373011.
5787           Other subtitle switching issues (esp. when there are both
5788           external and in-stream subtitles) remain. They'll be solved
5789           in playbin2.
5790
5791 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5792
5793         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5794         Init the pad segment too.
5795
5796 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5797
5798         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5799         (gst_audioringbuffer_open_device),
5800         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5801         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5802         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5803         (gst_audio_sink_create_ringbuffer):
5804         Improve debug output.
5805
5806         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5807         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5808         Prevent some functions from doing things and failing when the
5809         ringbuffer is not yet acquired.
5810
5811 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5812
5813         * gst-libs/gst/interfaces/interfaces.h:
5814           Also remove interfaces.h from CVS as it is not needed anymore.
5815
5816 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5817
5818         * gst-libs/gst/interfaces/Makefile.am:
5819           interfaces.h is not used anymore so remove it from the build
5820           process.
5821
5822 2007-12-17  David Schleef  <ds@schleef.org>
5823
5824         * gst/videotestsrc/gstvideotestsrc.c:
5825         * gst/videotestsrc/gstvideotestsrc.h:
5826           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5827           for testing vertical refresh synchronization.
5828
5829 2007-12-17  David Schleef  <ds@schleef.org>
5830
5831         * docs/libs/gst-plugins-base-libs-sections.txt:
5832         * gst-libs/gst/video/video.c:
5833         * gst-libs/gst/video/video.h:
5834           Add new GstVideFormat enum and write a bunch of helper functions
5835           based around it.
5836
5837 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5838
5839         * Makefile.am:
5840           Use new common/win32.mak.
5841
5842 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5843
5844         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5845         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5846         Add debug info.
5847         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5848         the parent state change function, just like the audiosink, because the
5849         parent waits for the element to finish its processing before completing
5850         the state change. This makes going to PAUSED a lot snappier.
5851         When going from READY to PAUSED, don't allow the ringbuffer to start
5852         yet.
5853
5854 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5855
5856         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5857         Yet another fix for broken software that produce files with an empty
5858         blockalign field. Instead of completely failing, make a second attempt
5859         at guessing the width/depth by looking at strf->size.
5860
5861 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5862
5863         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5864           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5865         * gst-libs/gst/pbutils/install-plugins.c:
5866           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5867         * gst-libs/gst/pbutils/missing-plugins.c:
5868           (gst_missing_plugin_message_get_installer_detail),
5869           (gst_missing_encoder_installer_detail_new):
5870         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5871         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5872           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5873           avoid compiler warnings (#503930).
5874
5875 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5876
5877         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5878         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5879         for jpeg video streams.
5880         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5881         for the above modification.
5882
5883 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5884
5885         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5886           (gst_x_overlay_handle_events):
5887           More guards (we don't want klass to end up being NULL).
5888
5889 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5890
5891         * configure.ac:
5892         * gst/volume/gstvolume.c: (gst_volume_init):
5893           Use new gst_base_transform_set_gap_aware() function as volume
5894           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5895           for this.
5896
5897 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5898
5899         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5900         Don't go to READY on EOS as this avoids testing of seeking and
5901         restarting after EOS, use the stop button when you want to READY.
5902         Don't try to do a flushing seek in segment-done, it does not make
5903         sense to use this for gapless playback and is not needed.
5904
5905 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5906
5907         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5908         (reset_rate_timer), (update_in_rates), (update_out_rates),
5909         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5910         (gst_queue_chain), (gst_queue_loop):
5911         Use separate timers for input and output rates.
5912         Pause measuring the output rate when we block for more data.
5913         See #503262.
5914
5915 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5916
5917         * gst/playback/gstqueue2.c: (gst_queue_chain):
5918         Pause the timer to measure the input rate when we block because the
5919         queue is filled. See #503262.
5920
5921 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5922
5923         Patch by: Peter Kjellerstedt  <pkj at axis com>
5924
5925         * gst-libs/gst/rtsp/gstrtspconnection.c:
5926         (gst_rtsp_connection_free):
5927         Close control sockets. Fixes #503440.
5928
5929 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5930
5931         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5932         Expose the right pad in the right place with the right element.
5933
5934 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5935
5936         * gst-libs/gst/pbutils/descriptions.c: (formats):
5937           Add description for 'private' dts caps (who come up with that name?).
5938
5939 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5940
5941         * Makefile.am:
5942           Add check-exports target and run it with 'make check'.
5943
5944         * configure.ac:
5945           Be stricter about what we export in our libraries: change regexp so that
5946           we only export _gst_foo(), but not __gst_foo().
5947
5948         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5949         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5950           Change internal functions to __gst_foo so they dont' get exported.
5951
5952         * win32/common/libgstaudio.def:
5953           Add missing symbols.
5954
5955 2007-12-11  David Schleef  <ds@schleef.org>
5956
5957         * ChangeLog: remove conflict markers
5958
5959 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5960
5961         * ext/gnomevfs/Makefile.am:
5962         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5963           Use gst_tag_freeform_string_to_utf8() here, which also takes
5964           into account any character sets specified by the user via
5965           environment variables.
5966
5967 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5968
5969         * gst/audioconvert/Makefile.am:
5970         Also link to libm.
5971
5972 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5973
5974         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5975         No need for floating point operations here. avoids having to link
5976         against the math library too.
5977
5978 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5979
5980         * gst-libs/gst/pbutils/descriptions.c: (formats),
5981           (format_info_get_desc):
5982         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5983           (GST_START_TEST):
5984           Add one or two missing formats.  Generate ADPCM description
5985           dynamically depending on layout/format.
5986
5987 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5988
5989         * configure.ac:
5990           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5991
5992 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5993
5994         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5995
5996         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5997           Some .srt files start with chunk number 0 and not chunk number 1,
5998           recognise and accept those as well (fixes #502497).
5999
6000         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
6001           (test_src):
6002           Add unit test for the above.
6003
6004 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
6005
6006         * gst/playback/gstplay-enum.c:
6007         (register_gst_autoplug_select_result),
6008         (gst_autoplug_select_result_get_type):
6009         * gst/playback/gstplay-enum.h:
6010         Add missing files.
6011
6012 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6013
6014         * gst/playback/Makefile.am:
6015         Group decodebin2 and uridecodebin into the same plugin so that they
6016         can share the GEnumType.
6017
6018         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
6019         (_gst_select_accumulator), (gst_decode_bin_class_init),
6020         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
6021         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
6022         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
6023         Add signal to sort factories instead of the more awkward autoplug-select
6024         signal.
6025         Modify autoplug_select so that we can try, skip or expose the
6026         autopluggin of an element on a pad.
6027
6028         * gst/playback/gstfactorylists.c: (compare_ranks),
6029         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
6030         (element_filter), (gst_factory_list_get_elements),
6031         (gst_factory_list_debug), (gst_factory_list_filter):
6032         * gst/playback/gstfactorylists.h:
6033         Simplify the API, allow getting elements based on mask.
6034
6035         * gst/playback/gstplay-marshal.list:
6036         Add some more marshallers.
6037
6038         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
6039         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
6040         (autoplug_select_cb), (activate_group):
6041         Add support for managing non-raw sinks by providing a custom element and
6042         sink list to decodebin2.
6043         Try to plug non-raw sinks when decodebin2 using autoplug-select of
6044         decodebin2.
6045
6046         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
6047         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
6048         * gst/playback/gstplaysink.h:
6049         Add support for raw and non-raw sinks. 
6050         Add support to force sinks selected by playbin2.
6051         Don't plug raw converters for non-raw sinks.
6052
6053         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
6054         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
6055         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
6056         (plugin_init):
6057         Use right accumulators.
6058         Proxy new signal.
6059
6060 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6061
6062         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6063         Use runnning time as the base time instead of the timestamp.
6064         Spotted by Saur on IRC.
6065
6066 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
6067
6068         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6069         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
6070
6071 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6072
6073         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
6074         (gst_ogg_demux_read_chain):
6075         If we find a new serial number but it does not contain a BOS page, make
6076         sure we initialize the chain to NULL because else we will try to scan it
6077         and crash. Fixes #500763
6078
6079 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
6080
6081         * gst/playback/Makefile.am:
6082         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
6083         (get_feature_array), (decoders_filter), (sinks_filter),
6084         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
6085         (gst_factory_list_filter):
6086         * gst/playback/gstfactorylists.h:
6087         Refactor some common code to filter factories and check caps compat.
6088
6089         * gst/playback/gstdecodebin.c:
6090         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6091         (gst_decode_bin_init), (gst_decode_bin_dispose),
6092         (gst_decode_bin_autoplug_continue),
6093         (gst_decode_bin_autoplug_factories),
6094         (gst_decode_bin_autoplug_select), (analyze_new_pad),
6095         (find_compatibles):
6096         * gst/playback/gstplaybin.c:
6097         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6098         (gst_play_bin_init), (gst_play_bin_finalize),
6099         (autoplug_factories_cb), (activate_group):
6100         * gst/playback/gstqueue2.c:
6101         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6102         (proxy_autoplug_continue_signal),
6103         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6104         (proxy_drained_signal):
6105         Add some more debug info and use factor filtering code.
6106
6107 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6108
6109         * gst/audiotestsrc/gstaudiotestsrc.c:
6110         * gst/volume/gstvolume.c:
6111         * gst/volume/gstvolume.h:
6112           Add GAP-flag support.
6113
6114 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6115
6116         * tests/examples/seek/seek.c: (main): Increase the range of the
6117         rate selector as I would like to test QOS behavior at higher
6118         forward and reverse playback speed like say 64x.
6119
6120 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
6121
6122         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6123         (audioresample_query), (audioresample_query_type),
6124         (gst_audioresample_set_property):
6125         Implement latency query.
6126
6127 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6128
6129         * gst-libs/gst/audio/gstbaseaudiosink.c:
6130         (gst_base_audio_sink_drain):
6131         Our EOS time contains the base_time, _wait_eos() expects a running_time
6132         so we have to subtract the base_time again before calling the function.
6133         This fixes an EOS regression where the base_time was added twice and EOS
6134         took longer and longer in certain situations.
6135         Fixes #498767.
6136
6137 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6138
6139         * docs/libs/gst-plugins-base-libs-sections.txt:
6140         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6141         (gst_base_audio_sink_set_provide_clock),
6142         (gst_base_audio_sink_get_provide_clock),
6143         (gst_base_audio_sink_set_slave_method),
6144         (gst_base_audio_sink_get_slave_method),
6145         (gst_base_audio_sink_set_property),
6146         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6147         (gst_base_audio_sink_none_slaving),
6148         (gst_base_audio_sink_handle_slaving):
6149         * gst-libs/gst/audio/gstbaseaudiosink.h:
6150         Expose methods for some object properties so that subclasses can more
6151         easily configure them.
6152         Added slave method none, that completely disables slaving to the
6153         internal clock.
6154         API: gst_base_audio_sink_set_provide_clock()
6155         API: gst_base_audio_sink_get_provide_clock()
6156         API: gst_base_audio_sink_set_slave_method()
6157         API: gst_base_audio_sink_get_slave_method()
6158
6159         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6160         (gst_base_audio_src_set_provide_clock),
6161         (gst_base_audio_src_get_provide_clock),
6162         (gst_base_audio_src_set_property),
6163         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6164         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6165         Expose methods for some object properties so that subclasses can more
6166         easily configure them.
6167         API: gst_base_audio_src_set_provide_clock()
6168         API: gst_base_audio_src_get_provide_clock()
6169
6170 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6171
6172         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6173
6174         * gst-libs/gst/sdp/gstsdpmessage.c:
6175         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6176
6177 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6178
6179         * tests/check/libs/fft.c: (GST_START_TEST):
6180         Fix scaling to really have dB instead of something else.
6181
6182 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6183
6184         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6185         GTK version, use it.
6186
6187 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6188
6189         * tests/examples/seek/seek.c: (main): Try to support stable version
6190         of GTK.
6191
6192 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6193
6194         * gst/playback/README:
6195         * gst/playback/test7.c:
6196           Fix the build + little README update.
6197
6198 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6199
6200         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6201         Add playbin2 seek pipeline.
6202
6203 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6204
6205         * gst/playback/Makefile.am:
6206         * gst/playback/gstplayback.c: (plugin_init):
6207         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6208         (eos_cb), (about_to_finish_cb), (main):
6209         Add playbin2.
6210         Added gapless playback example.
6211
6212         * gst/playback/gstplaybasebin.c:
6213         * gst/playback/gstplaybasebin.h:
6214         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6215         * gst/playback/gstqueue2.c:
6216         * gst/playback/test.c:
6217         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6218         (pad_removed_cb):
6219         * gst/playback/gststreaminfo.h:
6220         Change email.
6221
6222         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6223         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6224         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6225         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6226         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6227         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6228         (drained_cb), (unlink_group), (activate_group),
6229         (setup_next_source), (gst_play_bin_change_state),
6230         (gst_play_bin2_plugin_init):
6231         Added raw first version of playbin2. Does chained oggs and gapless
6232         playback fine. No support for raw sinks yet. No visualisations or
6233         subtitles yet.
6234
6235         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6236         (gst_play_sink_class_init), (gst_play_sink_init),
6237         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6238         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6239         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6240         (gst_play_sink_set_property), (gst_play_sink_get_property),
6241         (post_missing_element_message), (free_chain), (add_chain),
6242         (activate_chain), (gen_video_chain), (gen_text_element),
6243         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6244         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6245         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6246         (gst_play_sink_send_event), (gst_play_sink_change_state):
6247         * gst/playback/gstplaysink.h:
6248         Added Element that abstracts the sinks and their pipelines for playbin2.
6249
6250 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6251
6252         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6253         (gst_selector_pad_class_init), (gst_selector_pad_init),
6254         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6255         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6256         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6257         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6258         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6259         (gst_stream_selector_init), (gst_stream_selector_set_property),
6260         (gst_stream_selector_get_linked_pad),
6261         (gst_stream_selector_getcaps),
6262         (gst_stream_selector_is_active_sinkpad),
6263         (gst_stream_selector_activate_sinkpad),
6264         (gst_stream_selector_get_linked_pads),
6265         (gst_stream_selector_request_new_pad),
6266         (gst_stream_selector_release_pad):
6267         * gst/playback/gststreamselector.h:
6268         Improve streamselector, make it select and unselect the current pad more
6269         intelligently. 
6270         Subclass GstPad for the sinkpads of the selector.
6271         Handle segments more correctly.
6272         Fix caps negotiation.
6273         Implement release_pad.
6274
6275 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6276
6277         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6278         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6279         (remove_fakesink):
6280         Add drained signal fired when decodebin finishes decoding the data.
6281         Remove deprecated STATE_DIRTY message.
6282
6283         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6284         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6285         (analyse_source), (proxy_drained_signal), (make_decoder),
6286         (source_new_pad), (value_list_append_structure_list),
6287         (handle_redirect_message), (handle_message):
6288         Proxy the new drained signal.
6289         Handle pad removed from decodebin.
6290         Handle redirect messages by sorting multiple redirections based on the
6291         connection speed.
6292
6293 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6294
6295         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6296
6297         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6298         Fix leaking headers. Fixes #496761.
6299
6300 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6301
6302         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6303
6304         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6305         (gst_ximagesink_change_state):
6306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6307         Don't leak the PAR on errors. Fixes #496731.
6308
6309 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6310
6311         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6312           (gst_tag_from_id3_user_tag):
6313           Add mapping for audio cd discid tags, so we can extract
6314           them from tags as well (see #347848). Also compare identifiers
6315           in ID3v2 TXXX frames in a case-insensitive way to increase
6316           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6317
6318 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6319
6320         * gst-plugins-base.doap:
6321         Oops, fix the release name.
6322
6323 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6324
6325         * gst-plugins-base.doap:
6326         Add 0.10.15 release
6327
6328 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6329
6330         * configure.ac:
6331         Back to CVS
6332
6333 === release 0.10.15 ===
6334
6335 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6336
6337         * configure.ac:
6338           releasing 0.10.15, "No need to argue"
6339
6340 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6341
6342         * win32/vs6/libgstfft.dsp:
6343         Convert line endings to DOS.
6344
6345 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6346
6347         * win32/vs6/gst_plugins_base.dsw:
6348         * win32/vs6/libgstfft.dsp:
6349         * win32/MANIFEST:
6350         Add a project file for fft plugin and remove socket
6351         based plugin which don't build from the workspace.
6352         * win32/vs6/libgstaudio.dsp:
6353         * win32/vs6/libgstrtp.dsp:
6354         * win32/vs6/libgsttag.dsp:
6355         Convert line endings back to DOS.
6356         Fixes #496724
6357
6358 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6359
6360         * win32/vs6/libgstinterfaces.dsp:
6361         * win32/vs6/libgstrtsp.dsp:
6362         Convert line endings back to DOS
6363
6364 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6365
6366         * gst-libs/gst/fft/kiss_fft_f32.h:
6367         * gst-libs/gst/fft/kiss_fft_f64.h:
6368         * gst-libs/gst/fft/kiss_fft_s16.h:
6369         * gst-libs/gst/fft/kiss_fft_s32.h:
6370         Don't include malloc.h which doesn't exist on Mac OSX.
6371         Instead, pull in glib.h and use g_malloc/g_free for 
6372         consistency. Fixes: #496548
6373
6374 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6375
6376         * gst/playback/gstdecodebin2.c:
6377           Dont leak ghostpad. Fixes #475451.
6378
6379 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6380
6381         * docs/design/design-decodebin.txt:
6382         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6383         Update some more docs and comments.
6384
6385 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6386
6387         Patch by: Sebastien Moutte  <sebastien moutte net>
6388
6389         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6390           (gst_rtcp_unix_to_ntp):
6391         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6392           Fix some C99-isms and and a missing function that some versions of
6393           MSVC don't like too much (#494346).
6394
6395         * win32/vs6/gst_plugins_base.dsw:
6396         * win32/vs6/libgstaudio.dsp:
6397         * win32/vs6/libgstrtp.dsp:
6398         * win32/vs6/libgsttag.dsp:
6399           Update vs6 projects files (#494346).
6400
6401 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6402
6403         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6404
6405         * win32/common/libgstaudio.def:
6406         * win32/common/libgstcdda.def:
6407         * win32/common/libgstinterfaces.def:
6408         * win32/common/libgstnetbuffer.def:
6409         * win32/common/libgstpbutils.def:
6410         * win32/common/libgstrtp.def:
6411         * win32/common/libgstrtsp.def:
6412         * win32/common/libgsttag.def:
6413         * win32/common/libgstvideo.def:
6414           More missing symbols to export (fixes #493986).
6415
6416 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6417
6418         * docs/libs/gst-plugins-base-libs-sections.txt:
6419         * gst-libs/gst/fft/gstfftf32.c:
6420         * gst-libs/gst/fft/gstfftf32.h:
6421         * gst-libs/gst/fft/gstfftf64.c:
6422         * gst-libs/gst/fft/gstfftf64.h:
6423         * gst-libs/gst/fft/gstffts16.c:
6424         * gst-libs/gst/fft/gstffts16.h:
6425         * gst-libs/gst/fft/gstffts32.c:
6426         * gst-libs/gst/fft/gstffts32.h:
6427         * tests/check/libs/fft.c: (GST_START_TEST):
6428         Remove the magnitude and phase calculation functions as these have
6429         very special use cases and can't even be used for the spectrum
6430         element. Also adjust the docs to mention some properties of the used
6431         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6432
6433 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6434
6435         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6436           (finish_source):
6437           Avoid crash when there are external subtitles (fixes #491722).
6438
6439 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6440
6441         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6442         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6443           'Could not open resource for writing' is not an acceptable
6444           error message when we can't open the audio device (see #492334),
6445           even less so when we're trying to open it to record something.
6446
6447 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6448
6449         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6450
6451         * win32/common/libgstrtp.def:
6452           Add some more missing symbols (#492813).
6453
6454 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6455
6456         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6457
6458         * tests/check/elements/audioconvert.c: (verify_convert):
6459           Add check to make sure that the out caps have a channel layout
6460           set on them where they should have one.
6461
6462 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6463
6464         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6465
6466         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6467         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6468           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6469           (#492306).
6470
6471         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6472           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6473           (it disappeared in GLib 2.14.0) (#492306).
6474
6475         * gst-libs/gst/sdp/Makefile.am:
6476         * gst-libs/gst/sdp/gstsdpmessage.c:
6477           Fix includes and LIBS for win32/Mingw (#492306).
6478
6479         * tests/examples/dynamic/addstream.c (pause_play_stream):
6480           Use more portable g_usleep() instead of sleep() (#492306).
6481
6482 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6483
6484         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6485
6486         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6487           (gst_ring_buffer_parse_caps):
6488           Return NULL instead of an enum that happens to be 0, fixes warning
6489           on MSVC (#492114).
6490
6491         * gst-libs/gst/audio/gstringbuffer.h:
6492           No trailing commas in enum list (for gcc-2.9x).
6493
6494         * gst/videotestsrc/videotestsrc.c: (random_char):
6495           Make information loss explicit instead of implicitly truncating to
6496           eight bits via the return value.  Fixes runtime error on MSVC when
6497           using the debug CRT (#492114).
6498
6499         * win32/common/config.h.in:
6500           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6501
6502         * win32/common/libgstinterfaces.def:
6503         * win32/common/libgstrtp.def:
6504           Export a few more symbols (#492114).
6505
6506 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6507
6508         * gst-libs/gst/audio/audio.c:
6509         * gst-libs/gst/audio/audio.h:
6510           Readd the deprecation guards, but preserve compilability.
6511
6512 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6513
6514         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6515           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6516           Preserve channel layout when fixating the number of channels in the
6517           output caps, or make sure there's a suitable channel position layout
6518           set on the caps if required. Fixes #430677.
6519
6520 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6521
6522         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6523           Make sure the pipeline really operates in push mode as it should
6524           in this case.
6525
6526 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6527
6528         * gst-libs/gst/audio/audio.h:
6529           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6530           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6531           (ie. normal cvs builds) will fail.
6532
6533 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6534
6535         * docs/libs/Makefile.am:
6536         * gst-libs/gst/audio/audio.c:
6537         * gst-libs/gst/audio/audio.h:
6538         * gst-libs/gst/interfaces/mixer.c:
6539           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6540
6541 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6542
6543         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6544           (test_channel_layout_value_intersect), (audio_suite):
6545           Add simple unit test to make sure GstValue intersection
6546           of channel layouts works the way I think it does.
6547
6548 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6549
6550         * docs/libs/gst-plugins-base-libs-sections.txt:
6551         * gst-libs/gst/audio/gstaudiofilter.h:
6552         * gst-libs/gst/interfaces/mixer.h:
6553         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6554         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6555         * gst-libs/gst/sdp/gstsdpmessage.c:
6556           Fix the docs according to what gtk-doc complained about.
6557
6558 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6559
6560         * tests/icles/stress-playbin.c:
6561           Fix the build.
6562
6563 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6564
6565         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6566         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6567           Post nice/more useful error message if we don't have a decoder for
6568           the primary type.
6569
6570 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6571
6572         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6573         Be a bit more useful, unblock the pads after we fired the no-more-pads
6574         signal so that we can use the signal to inspect and connect all pads
6575         without having to keep extra state outside of decodebin.
6576
6577 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6578
6579         * gst/playback/gsturidecodebin.c:
6580         (gst_uri_decode_bin_autoplug_continue),
6581         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6582         Implement default signal handler so that we return TRUE when nothing is
6583         connected.
6584
6585 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6586
6587         * gst-libs/gst/riff/riff-media.c:
6588         (gst_riff_wavext_add_channel_layout),
6589         (gst_riff_wave_add_default_channel_layout),
6590         (gst_riff_wavext_get_default_channel_mask),
6591         (gst_riff_create_audio_caps):
6592         Use the ALSA channel layout as default for wav files without channel
6593         layout information. This fixes playback of chan-id.wav on 5.1 systems
6594         for example. Also refactor the channel layout setting a bit and add
6595         more default channel orders. Fixes #489010.
6596
6597 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6598
6599         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6600           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6601           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6602           instead.
6603
6604 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6605
6606         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6607         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6608         (gst_decode_bin_set_subs_encoding),
6609         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6610         (gst_decode_bin_get_property), (analyze_new_pad):
6611         Move subtitle encoding property to decodebin2 so that it can set the
6612         property value on all elements that it autoplugs and that require it.
6613         Make caps refcounting more consistent in get/set.
6614
6615         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6616         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6617         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6618         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6619         (proxy_autoplug_continue_signal),
6620         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6621         (make_decoder):
6622         Proxy properties and relevant signals from the internal decodebin.
6623         Make properties MT safe.
6624
6625 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6626
6627         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6628         * gst-libs/gst/tag/tags.c:
6629           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6630           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6631
6632         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6633           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6634
6635         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6636           (gst_tag_to_vorbis_comments):
6637           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6638           just mapping everything I found in the wild) (#414539).
6639
6640 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6641
6642         Inspired by patch of: René Stadler <mail at renestadler dot de>
6643
6644         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6645         (gst_decode_bin_autoplug_continue),
6646         (gst_decode_bin_autoplug_factories),
6647         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6648         (find_compatibles):
6649         * gst/playback/gstplay-marshal.list:
6650         Remove the autoplug-sort signal and replace it with a binding friendly
6651         autoplug-select signal.
6652         Add an autoplug-factories signal that can be used to generate a list of
6653         factories to try to autoplug.
6654         Add the GstPad to the autoplugging signal args as it might be needed to
6655         make a good factory selection.
6656         Fix up the marshallers for this. Fixes #407282.
6657
6658 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6659
6660         * gst-libs/gst/tag/gsttagdemux.c:
6661           Don't abort with an assertion if we receive a seek event with
6662           a start type of NONE (see launchpad bug #155878).
6663
6664 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6665
6666         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6667         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6668         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6670         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6671         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6672         Make sure that before we clean up the X resources, we shutdown and join
6673         the event thread.
6674         Also make sure the event thread does not shut down immediatly after
6675         startup because the running variable is not yet correctly set.
6676         Fixes #378770. 
6677
6678 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6679
6680         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6681         Make the window for a race in typefind and shutting down smaller until
6682         we figure out the right locking here. Avoids #485753 usually.
6683
6684         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6685         Remove unneeded lock causing a race in typefind and shutting down.
6686         Fixes #485753.
6687
6688         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6689         Also remove sinks when going to NULL because we might not complete the
6690         state change to PAUSED, causing the PAUSED->READY state change not to
6691         happen.
6692
6693 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6694
6695         * gst-libs/gst/audio/gstbaseaudiosink.c:
6696         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6697         Also explicitly release the ringbuffer when going to NULL because it
6698         is required in the setcaps function, before the state change to PAUSED
6699         completes.
6700
6701 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6702
6703         * tests/icles/.cvsignore:
6704         * tests/icles/Makefile.am:
6705         * tests/icles/stress-playbin.c:
6706           Does what it says on the tin.
6707
6708 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6709
6710         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6711         Fix queue negotiation. See #486758.
6712
6713 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6714
6715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6716         (gst_xvimagesink_xwindow_new),
6717         (gst_xvimagesink_update_colorbalance),
6718         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6719
6720         Fix handling of some of the X atoms. If the last parameter is True,
6721         XInternAtom won't create the atom if it doesn't exist, and therefore
6722         might return None. This causes X errors on Xv implementations that
6723         don't provide the colour balance attributes.
6724
6725 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6726
6727         * gst-libs/gst/tag/gstvorbistag.c:
6728         * tests/check/libs/tag.c:
6729           Extract vorbis comment LICENSE tags correctly.
6730
6731 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6732
6733         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6734
6735         * gst-libs/gst/tag/gstid3tag.c:
6736         * tests/check/libs/tag.c:
6737           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6738
6739 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6740
6741         * gst-libs/gst/tag/gsttagdemux.c:
6742           Don't error out when a buggy downstream element doesn't
6743           handle the newsegment event we send properly (especially
6744           not without posting a meaningful error message on the
6745           bus). See bug #471370 and launchpad bug #136264.
6746
6747 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6748
6749         * gst-libs/gst/audio/gstbaseaudiosink.c:
6750         (gst_base_audio_sink_drain):
6751         Use new basesink method to make our EOS drain interruptable.
6752
6753 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6754
6755         * gst-libs/gst/rtp/gstrtppayloads.c:
6756         Fix silly search-replace oversight.
6757
6758 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6759
6760         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6761
6762         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6763         (gst_basertppayload_set_outcaps):
6764         Fix caps memleak. Fixes #484989.
6765
6766
6767 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6768
6769         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6770         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6771         Fix debug output.
6772
6773 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6774
6775         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6776         (gst_base_audio_src_create):
6777         Also handle the case where there is no clock set on the audio source,
6778         like in the unit tests.
6779
6780 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6781
6782         * gst-libs/gst/rtp/gstrtppayloads.c:
6783         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6784         to avoid compiler warnings
6785
6786 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6787
6788         * gst/playback/gstdecodebin.c: (type_found),
6789         (gst_decode_bin_change_state):
6790         * gst/playback/gstdecodebin2.c: (type_found),
6791         (gst_decode_bin_change_state):
6792         Don't disconnect the have_type signal because we never reconnect it
6793         later on. Instead keep a variable to see if we already detected a type.
6794
6795 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6796
6797         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6798         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6799         (type_found):
6800         Unlink the signal handler when we found the type, we're not going to do
6801         anything sensible with more type_found signals anyway.
6802
6803 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6804
6805         * gst-libs/gst/tag/gsttagdemux.c:
6806           Don't leak caps.
6807
6808 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6809
6810         * gst-libs/gst/tag/Makefile.am:
6811         * gst-libs/gst/tag/gsttagdemux.c:
6812         * gst-libs/gst/tag/gsttagdemux.h:
6813           API: add GstTagDemux base class for simple tag demuxers.
6814
6815         * docs/libs/gst-plugins-base-libs-docs.sgml:
6816         * docs/libs/gst-plugins-base-libs-sections.txt:
6817           Add GstTagDemux to docs.
6818
6819 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6820
6821         * gst-libs/gst/rtp/gstrtpbuffer.c:
6822         (gst_rtp_buffer_get_payload_subbuffer):
6823         Fix bug introduced with last commit which inverted the logic and
6824         caused all buffers to be dropped. Fixes #483620.
6825         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6826
6827 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6828
6829         * gst-libs/gst/rtp/gstrtpbuffer.c:
6830           Replace g_return_if_val (as it could be disabled), with regular return
6831           and warning.
6832
6833 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6834
6835         * tests/check/pipelines/simple-launch-lines.c:
6836           Print message name and not just number.
6837
6838 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6839
6840         * gst-libs/gst/audio/gstbaseaudiosink.c:
6841         (gst_base_audio_sink_async_play):
6842         When slaved to the clock, don't try to align a sample with the previous
6843         one when going to PLAYING again.
6844
6845 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6846
6847         * tests/examples/snapshot/snapshot.c:
6848           Fix the build.
6849
6850 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6851
6852         * gst-libs/gst/sdp/gstsdpmessage.h:
6853         Add RFC 3556 bandwidth modifiers.
6854
6855 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6856
6857         * docs/libs/gst-plugins-base-libs-docs.sgml:
6858         * docs/libs/gst-plugins-base-libs-sections.txt:
6859         * gst-libs/gst/rtp/gstrtppayloads.c:
6860         Update documentation.
6861
6862 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6863
6864         * gst-libs/gst/rtp/Makefile.am:
6865         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6866         (gst_rtp_payload_info_for_name):
6867         * gst-libs/gst/rtp/gstrtppayloads.h:
6868         Added new file and header to deal with payload info.
6869
6870         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6871         (gst_rtp_buffer_default_clock_rate):
6872         * gst-libs/gst/rtp/gstrtpbuffer.h:
6873         Payload specific stuff is move to new headers.
6874         Implement _default_clock rate using the new payload function.
6875
6876         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6877         (gst_sdp_parse_line):
6878         * gst-libs/gst/sdp/gstsdpmessage.h:
6879         Add some more comments.
6880
6881 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6882
6883         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6884         (sdp_check_header), (sdp_type_find), (plugin_init):
6885         Add typefind function for application/sdp.
6886         Remove some old dirac typefind code that was ifdeffed out.
6887
6888 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6889
6890         * win32/common/libgstaudio.def:
6891         Add new exported functions.
6892         * win32/vs6/grammar.dsp:
6893         Add autogeneration and copy of some autegenerated files from win32/common
6894         for rtsp library.
6895         * win32/vs6/libgstaudioconvert.dsp:
6896         Add gstaudioquantize.c to the build.
6897         * win32/vs6/libgstinterfaces.dsp:
6898         Add videoorientation.c to the build.
6899         * win32/vs6/libgstriff.dsp:
6900         Add libgsttag to the link libraries list.
6901         * win32/vs6/libgstvolume.dsp:
6902         Add liboil to the link.
6903         * win32/vs6/gst_plugins_base.dsw:
6904         * win32/vs6/libgstrtsp.dsp:
6905         * win32/common/libgstrtsp.def:
6906         Add files to build libgstrtsp library.
6907         
6908 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6909
6910         * tests/examples/snapshot/snapshot.c: (main):
6911         Print error when pipeline failed to construct.
6912
6913 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6914
6915         * configure.ac:
6916         * gst-libs/gst/tag/gstid3tag.c:
6917         * gst-libs/gst/tag/gstvorbistag.c:
6918           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6919           and ID3v2 tags.
6920
6921 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6922
6923         * gst-libs/gst/floatcast/floatcast.h:
6924           Don't include config.h in an installed public header, this
6925           might break compilation of applications that don't have such
6926           a header and doesn't necessarily do what it's supposed to do
6927           anyway (ie. check for the lrint/lrintf defines) (#442065).
6928           Add docs for the various macros and document how this header
6929           has to be used (link against libm, etc.); add a few FIXMEs;
6930           include math.h for non-c99 code path.  Based on patch by
6931           Jan Schmidt.
6932           
6933 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6934
6935         * configure.ac:
6936         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6937         of duplicating these macros in configure.ac.
6938
6939 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6940
6941         * po/hu.po:
6942         * po/sv.po:
6943         * po/uk.po:
6944           Updated translations to 0.10.14
6945
6946 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6947
6948         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6949
6950         * po/pl.po:
6951           Added Polish translation.
6952
6953 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6954
6955         translated by: Ilkka Tuohela <hile@iki.fi>
6956
6957         * po/fi.po:
6958           Added Finnish translation.
6959
6960 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6961
6962         translated by: Jorge González González <aloriel@gmail.com>
6963
6964         * po/es.po:
6965           Added Spanish translation.
6966
6967 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6968
6969         translated by: Mogens Jaeger <mogens@jaeger.tf>
6970
6971         * po/da.po:
6972           Added Danish translation.
6973
6974 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6975
6976         translated by: Funda Wang <fundawang@linux.net.cn>
6977
6978         * po/zh_CN.po:
6979           Added Chinese (simplified) translation.
6980
6981 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6982
6983         translated by: Alexander Shopov <ash@contact.bg>
6984
6985         * po/bg.po:
6986           Added Bulgarian translation.
6987
6988 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6989
6990         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6991         Fix compilation wrt printf arguments.
6992
6993 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6994
6995         * configure.ac:
6996         * tests/examples/Makefile.am:
6997         * tests/examples/snapshot/.cvsignore:
6998         * tests/examples/snapshot/Makefile.am:
6999         * tests/examples/snapshot/snapshot.c: (main):
7000         Add simple snapshot example program using appsink.
7001
7002 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7003
7004         * tests/check/generic/states.c:
7005           Improved state change unit test.
7006
7007 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7008
7009         * docs/plugins/.cvsignore:
7010         * tests/check/.cvsignore:
7011           Ignore registries in any format.
7012
7013 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7014
7015         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7016         (gst_base_rtp_depayload_chain),
7017         (gst_base_rtp_depayload_set_gst_timestamp):
7018         Only copy timestamp on outgoing packets if the depayloader did not set
7019         one.
7020         Also copy duration on outgoing packets.
7021
7022 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7023
7024         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
7025         (gst_basertppayload_set_outcaps):
7026         Fix compilation because of missing %d in printf.
7027         When fixating caps, fixate what we can and throw away all remaining
7028         unfixed caps, subclasses should do something smart if they need to.
7029
7030 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7031
7032         * ext/gnomevfs/gstgnomevfssrc.c:
7033           Improve debug logs a bit and be more verbose if things go wrong.
7034
7035 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7036
7037         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7038         (gst_text_overlay_set_property):
7039         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7040         * gst-libs/gst/audio/gstbaseaudiosink.c:
7041         (gst_base_audio_sink_render):
7042         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
7043         (gst_rtcp_unix_to_ntp):
7044         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
7045         * gst/playback/gstqueue2.c:
7046         * tests/examples/seek/seek.c: (set_scale):
7047         Fix a bunch of compile warnings shown with Forte.
7048
7049         * gst/audiorate/gstaudiorate.c:
7050         Always pull in config.h before including any system headers.
7051
7052 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
7053
7054         * gst/playback/gstqueue2.c: (update_buffering),
7055         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
7056         (gst_queue_handle_sink_event), (gst_queue_chain),
7057         (gst_queue_push_one), (gst_queue_sink_activate_push),
7058         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
7059         Also fix #476514 for queue2.
7060
7061 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7062
7063         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7064         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
7065         (gst_base_rtp_depayload_chain),
7066         (gst_base_rtp_depayload_handle_sink_event),
7067         (gst_base_rtp_depayload_push_full),
7068         (gst_base_rtp_depayload_set_gst_timestamp),
7069         (gst_base_rtp_depayload_change_state):
7070         Remove code to deal with RTP to GST time conversion, we now just copy
7071         the GST timestamp we receive to the outgoing buffers.
7072         Handle segment and flushes correctly.
7073
7074         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7075         When we have no valid input timestamp, use the previous rtp timestamp on
7076         the outgoing RTP packet instead of the RTP base time.
7077
7078 2007-09-15  David Schleef  <ds@schleef.org>
7079
7080         * ext/alsa/gstalsa.c:
7081         * ext/alsa/gstalsadeviceprobe.c:
7082         * ext/alsa/gstalsamixer.c:
7083         * ext/alsa/gstalsasink.c:
7084         * ext/alsa/gstalsasrc.c:
7085           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
7086
7087 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
7088
7089         * gst-libs/gst/rtp/gstbasertppayload.c:
7090         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
7091         Add some debug info when negotiating caps.
7092
7093 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7094
7095         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7096         A buffer with an empty payload is also a valid buffer.
7097
7098 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7099
7100         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7101         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7102         (gst_basertppayload_change_state):
7103         Make sure we start our RTP timestamp from the random base RTP
7104         timestamp even if the buffer timestamp starts from some random value.
7105
7106 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7107
7108         * configure.ac:
7109         * tests/examples/Makefile.am:
7110         * tests/examples/dynamic/.cvsignore:
7111         * tests/examples/dynamic/Makefile.am:
7112         * tests/examples/dynamic/addstream.c: (create_stream),
7113         (pause_play_stream), (message_received), (eos_message_received),
7114         (perform_step), (main):
7115         Add simple exmple app to demonstrate starting and pausing live and
7116         non-live bins in a PLAYING pipeline.
7117
7118 2007-09-14  Julien MOUTTE  <julien@moutte.net>
7119
7120         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7121         typefind for QCP files (RFC #3625)
7122
7123 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7124
7125         * gst-libs/gst/audio/gstbaseaudiosink.c:
7126         (gst_base_audio_sink_init):
7127         Disable pull mode scheduling, we're not ready for it yet and it subtly
7128         breaks a lot of things.
7129
7130 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7131
7132         * tests/check/elements/libvisual.c:
7133           Test all libvisual plugins, not just the first one; this reproduces
7134           bug #450336 quite easily.  Looks like a problem with the 'jess'
7135           visualisation.
7136
7137 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7138
7139         * tests/check/Makefile.am:
7140         * tests/check/elements/.cvsignore:
7141         * tests/check/elements/libvisual.c:
7142           Add basic libvisual test case in an attempt to reproduce bug #450336.
7143           Doesn't reproduce that bug, but some other crasher instead (invalid
7144           free), at least with make elements/libvisual.forever and the bumscope
7145           plugin on x86-64/gutsy. Leaving test disabled for now.
7146
7147 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7148
7149         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7150
7151         * gst-libs/gst/rtsp/gstrtspconnection.c:
7152         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7153         (read_body), (gst_rtsp_connection_receive):
7154         Make sure we can not cancel in the middle of receiving a message.
7155         Fixes #475731.
7156
7157 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
7158
7159         Patch by: Josep Torra Valles <josep@fluendo.com>
7160
7161         * gst/playback/gstplaybasebin.c:
7162           Increase upper limit for audio queue a bit; fixes preroll problem
7163           with playbin and decodebin2 when playing a quicktime trailer with
7164           multichannel audio via http (#464666).
7165
7166 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7167
7168         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7169         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7170         (gst_base_audio_src_provide_clock),
7171         (gst_base_audio_src_set_property),
7172         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7173         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7174         Allow othe clocks than the internal clock to be used for the pipeline.
7175         Add property to disable clock provide.
7176         API: GstBaseAudioSrc::provide-clock
7177
7178 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7179
7180         * gst/playback/gstdecodebin2.c:
7181           Don't leak request pads. Fixes #475395.
7182
7183 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7184
7185         Patch by: René Stadler <mail at renestadler dot de>
7186
7187         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7188         (gst_ximage_buffer_class_init):
7189         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7190         (gst_xvimage_buffer_class_init):
7191         Correctly chain up finalize with the parent class to prevent
7192         memory leaks. Fixes #474880.
7193
7194 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7195
7196         * gst/volume/gstvolume.c: (volume_choose_func):
7197         * tests/check/elements/volume.c: (GST_START_TEST):
7198         Revert the latest change: floating point samples are allowed to
7199         have any value, not only values in the range [-1,1]. Thanks to Andy
7200         Wingo for noticing.
7201         Also fix processing of int32 samples with volumes > 4 by making the
7202         unity value smaller which prevents overflows.
7203
7204 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7205
7206         * gst-libs/gst/rtp/gstrtpbuffer.c:
7207         * tests/check/libs/rtp.c:
7208           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7209
7210 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7211
7212         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7213
7214         * gst-libs/gst/rtp/gstrtpbuffer.c:
7215           Fix up GstRTPHeader helper struct so that compilers will not under
7216           any circumstances add padding in between our fields, as currently
7217           happens with MSVC on win32, because that would lead to us sending
7218           out RTP payloads with broken RTP headers (#471194).
7219           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7220           
7221         * tests/check/Makefile.am:
7222         * tests/check/libs/.cvsignore:
7223         * tests/check/libs/rtp.c:
7224           Add some simple unit tests for GstRTPBuffer. Some are disabled
7225           because the code tested still needs fixing (set_csrc() does not work).
7226
7227 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7228
7229         * win32/MANIFEST:
7230         * win32/common/gstrtsp-enumtypes.c:
7231         * win32/common/gstrtsp-enumtypes.h:
7232         * win32/common/interfaces-enumtypes.c:
7233         * win32/common/interfaces-enumtypes.h:
7234         * win32/common/multichannel-enumtypes.c:
7235           Add rtsp enumtypes (#474384) and update others.
7236
7237 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7238
7239         * configure.ac:
7240           Fix configure check for HAVE_LIBXML_HTML.
7241
7242 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7243
7244         * tests/check/libs/.cvsignore:
7245           Ignore more, in case the build bots work again one day.
7246
7247 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7248
7249         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7250
7251         * configure.ac:
7252         * gst-libs/gst/Makefile.am:
7253         * gst-libs/gst/fft/Makefile.am:
7254         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7255         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7256         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7257         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7258         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7259         * gst-libs/gst/fft/gstfft.h:
7260         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7261         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7262         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7263         * gst-libs/gst/fft/gstfftf32.h:
7264         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7265         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7266         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7267         * gst-libs/gst/fft/gstfftf64.h:
7268         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7269         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7270         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7271         * gst-libs/gst/fft/gstffts16.h:
7272         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7273         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7274         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7275         * gst-libs/gst/fft/gstffts32.h:
7276         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7277         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7278         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7279         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7280         * gst-libs/gst/fft/kiss_fft_f32.h:
7281         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7282         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7283         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7284         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7285         * gst-libs/gst/fft/kiss_fft_f64.h:
7286         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7287         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7288         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7289         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7290         * gst-libs/gst/fft/kiss_fft_s16.h:
7291         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7292         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7293         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7294         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7295         * gst-libs/gst/fft/kiss_fft_s32.h:
7296         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7297         (kiss_fftr_f32), (kiss_fftri_f32):
7298         * gst-libs/gst/fft/kiss_fftr_f32.h:
7299         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7300         (kiss_fftr_f64), (kiss_fftri_f64):
7301         * gst-libs/gst/fft/kiss_fftr_f64.h:
7302         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7303         (kiss_fftr_s16), (kiss_fftri_s16):
7304         * gst-libs/gst/fft/kiss_fftr_s16.h:
7305         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7306         (kiss_fftr_s32), (kiss_fftri_s32):
7307         * gst-libs/gst/fft/kiss_fftr_s32.h:
7308         * gst-libs/gst/fft/kiss_version:
7309         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7310         * pkgconfig/gstreamer-plugins-base.pc.in:
7311         Add libgstfft, a FFT library based on Kiss FFT which is
7312         BSD licensed. Supported sample formats are int16, int32,
7313         float and double. For those formats a real FFT and IFFT
7314         can be done, different windowing functions can be applied
7315         and functions for extracting the magnitude and phase exist.
7316         Fixes #468619.
7317
7318         * docs/libs/Makefile.am:
7319         * docs/libs/gst-plugins-base-libs-docs.sgml:
7320         * docs/libs/gst-plugins-base-libs-sections.txt:
7321         Integrate libgstfft into the docs.
7322
7323         * tests/check/Makefile.am:
7324         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7325         Add unit tests for libgstfft, currently only testing the FFT.
7326         Unit tests for IFFT will follow soon.
7327
7328 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7329
7330         Patch by: Peter Kjellerstedt  <pkj at axis com>
7331
7332         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7333         (gst_sdp_message_init), (gst_sdp_message_uninit),
7334         (is_multicast_address), (gst_sdp_message_as_text),
7335         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7336         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7337         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7338         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7339         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7340         (gst_sdp_media_init), (gst_sdp_media_uninit),
7341         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7342         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7343         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7344         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7345         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7346         * gst-libs/gst/sdp/gstsdpmessage.h:
7347         Separate INIT_ARRAY() and related macros into two versions, one for
7348         structures and one for pointers (e.g., INIT_ARRAY() and
7349         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7350         lists of emails and phone numbers.
7351         Add missing const as appropriate.
7352         Change all gint to guint since they all actually represent unsigned
7353         values.
7354         Do not use time as a variable name as it shadows the global time().
7355         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7356         Actually implement gst_sdp_message_add_time().
7357         Make gst_sdp_message_add_time() take repeat times as an argument.
7358         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7359         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7360         misspelled as badwidth).
7361         gst-indented and a little clean up. Fixes #471067.
7362
7363 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7364
7365         * gst/volume/gstvolume.c: (volume_choose_func),
7366         (volume_process_double), (volume_process_double_clamp),
7367         (volume_process_float_clamp):
7368         Correctly clamp float/double samples in the [-1.0,1.0] range to
7369         prevent weird effects.
7370         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7371         Add unit tests for all samples types that had none before.
7372
7373 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7374
7375         * gst-libs/gst/rtp/gstrtpbuffer.c:
7376           Need to include stdlib.h for abs() here too.
7377
7378 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7379
7380         * gst/playback/gststreaminfo.c:
7381           Fix build.
7382
7383 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7384
7385         * gst/playback/gststreaminfo.c:
7386           Clean up some half-disabled code and comment.
7387
7388 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7389
7390         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7391
7392         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7393         (gst_base_rtp_payload_audio_handle_event):
7394         Return FALSE from the event handler to let the parent class handle the
7395         event. Fixes #446766.
7396
7397         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7398         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7399         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7400
7401         * gst-libs/gst/rtp/gstbasertppayload.c:
7402         Bump the MTU to 1400.
7403
7404 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7405
7406         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7407         Add an audio/x-nsf typefind function for the nsfdec element.
7408
7409 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7410         * gst/playback/gstplaybasebin.c:
7411         Included "myth://" on stream_uris list for enable buffering to mythtv files
7412
7413 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7414
7415         * docs/libs/gst-plugins-base-libs-sections.txt:
7416         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7417         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7418         (gst_rtcp_unix_to_ntp):
7419         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7420         Fix parsing of RB blocks.
7421         Fix docs.
7422         Added helper functions to convert to/from UNIX and NTP time.
7423         API: gst_rtcp_ntp_to_unix()
7424         API: gst_rtcp_unix_to_ntp()
7425
7426         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7427         (gst_rtp_buffer_get_header_len),
7428         (gst_rtp_buffer_get_extension_data),
7429         (gst_rtp_buffer_get_payload_subbuffer),
7430         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7431         (gst_rtp_buffer_ext_timestamp):
7432         * gst-libs/gst/rtp/gstrtpbuffer.h:
7433         Fix some more docs.
7434         Implement handling of packets with extensions.
7435         Fix padding check in _validate().
7436         Added function to get extension data.
7437         API: gst_rtp_buffer_get_header_len()
7438         API: gst_rtp_buffer_get_extension_data()
7439
7440 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7441
7442         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7443         (gst_base_rtp_depayload_class_init),
7444         (gst_base_rtp_depayload_set_gst_timestamp):
7445         Add some more docs for the queue-delay property and fix a typo in a
7446         comment.
7447
7448         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7449         Fix typo.
7450
7451 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7452
7453         * gst-libs/gst/audio/gstbaseaudiosink.c:
7454         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7455         (gst_base_audio_sink_change_state):
7456         When skew slaving, try to hover around the middle of a segment so that
7457         we at most drift by half a segment.
7458         If we are aligning in the oposite direction of the clock skew, we don't
7459         have to resync.
7460
7461 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7462
7463         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7464         (gst_base_rtp_depayload_setcaps),
7465         (gst_base_rtp_depayload_set_gst_timestamp):
7466         Be less silly with the segment start, just apply the clock-base to the
7467         timestamp.
7468
7469 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7470
7471         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7472         (gst_base_rtp_depayload_class_init),
7473         (gst_base_rtp_depayload_finalize),
7474         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7475         (gst_base_rtp_depayload_handle_sink_event),
7476         (gst_base_rtp_depayload_set_gst_timestamp),
7477         (gst_base_rtp_depayload_change_state):
7478         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7479         Deprecate the queue handling thread thing and remove the code.
7480         Use new method to calculate the extended timestamp.
7481
7482 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7483
7484         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7485         (gst_rtcp_packet_sdes_copy_entry):
7486         Use g_strndup which does exactly what we want.
7487
7488         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7489         (gst_rtp_buffer_ext_timestamp):
7490         * gst-libs/gst/rtp/gstrtpbuffer.h:
7491         Add helper function to compare seqnums.
7492         Add helper function to calculate extended timestamps.
7493         API: gst_rtp_buffer_compare_seqnum()
7494         API: gst_rtp_buffer_ext_timestamp()
7495
7496 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7497
7498         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7499         (gst_rtcp_packet_sdes_get_entry),
7500         (gst_rtcp_packet_sdes_copy_entry):
7501         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7502         Fix and document SDES item data function.
7503         Add new function that makes a proper copy of SDES item data.
7504         API: gst_rtcp_packet_sdes_copy_entry()
7505
7506 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7507
7508         * configure.ac:
7509         * gst/Makefile.am:
7510           The tcp and subparse plugins are under gst, but not totaly free of
7511           dependencies. Handle selection inconfigure.ac, so that they show up
7512           on the final list of what is build and what is not. Maybe they should
7513           better be moved to ext.
7514
7515 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7516
7517         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7518
7519         * configure.ac:
7520         * gst/Makefile.am:
7521           Check if libxml provides HTML parser which subparse needs.
7522           Fixes #451970.
7523
7524 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7525
7526         * ext/alsa/gstalsa.c:
7527           Fix typo and compilation on big endian systems.
7528
7529 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7530
7531         * gst/subparse/gstssaparse.c:
7532           Convert SSA newline codes into actual newline characters (#470766).
7533
7534 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7535
7536         * docs/libs/gst-plugins-base-libs-sections.txt:
7537         * gst-libs/gst/pbutils/install-plugins.c:
7538         * gst-libs/gst/pbutils/install-plugins.h:
7539         * tests/check/libs/pbutils.c:
7540           API: also add gst_install_plugins_supported() while we're at it
7541           (see #470456).
7542
7543 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7544
7545         * docs/libs/gst-plugins-base-libs-sections.txt:
7546         * gst-libs/gst/pbutils/missing-plugins.c:
7547         * gst-libs/gst/pbutils/missing-plugins.h:
7548         * tests/check/libs/pbutils.c:
7549           API: add gst_missing_*_installer_detail_new() convenience API so
7550           that applications that know exactly what they're missing can request
7551           installer detail strings for those items directly instead of having
7552           to first create a dummy missing-plugin message and then get the
7553           installer detail string from that.  Fixes #470456.
7554
7555 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7556
7557         * gst/playback/gstdecodebin.c: (close_pad_link):
7558         We need to set up delayed-linking whenever the caps are non-fixed,
7559         not just when there are multiple types - use gst_pad_is_fixed()
7560         to test.
7561
7562 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7563
7564         * gst-libs/gst/pbutils/missing-plugins.c:
7565           (gst_missing_plugin_message_get_installer_detail):
7566           Add missing separator in PID fallback case.
7567
7568 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7569
7570         * ext/alsa/Makefile.am:
7571         There is no GST_PLUGINS_BASE_LIBS defined.
7572         
7573         * ext/alsa/gstalsa.c:
7574         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7575         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7576         Add support for ALSA 24-bit formats.
7577         snd_pcm_delay can return an error code, especially
7578         during XRUNS. In that case, the best we can do is assume
7579         delay = 0.
7580
7581         * gst/audioconvert/Makefile.am:
7582         Add flags from -base before any more-remote dependencies.
7583
7584 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7585
7586         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7587
7588         * gst/volume/gstvolume.c: (volume_choose_func),
7589         (volume_update_real_volume), (gst_volume_set_volume),
7590         (gst_volume_init), (volume_process_int32),
7591         (volume_process_int32_clamp), (volume_process_int24),
7592         (volume_process_int24_clamp), (volume_process_int16),
7593         (volume_process_int16_clamp), (volume_process_int8),
7594         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7595         * gst/volume/gstvolume.h:
7596         Add support for int32, int24 and int8 to the volume element.
7597         Fixes #445529.
7598
7599 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7600
7601         * tests/examples/Makefile.am:
7602           Fix even more.
7603
7604 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7605
7606         * configure.ac:
7607         * docs/libs/Makefile.am:
7608         * docs/libs/gst-plugins-base-libs-docs.sgml:
7609         * docs/libs/gst-plugins-base-libs-sections.txt:
7610         * ext/gnomevfs/gstgnomevfssrc.c:
7611         * ext/gnomevfs/gstgnomevfssrc.h:
7612         * gst-libs/gst/Makefile.am:
7613         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7614         * pkgconfig/gstreamer-plugins-base.pc.in:
7615         * sys/v4l/v4lsrc_calls.c:
7616         * tests/examples/Makefile.am:
7617         * win32/common/config.h:
7618           Revert unwanted commit. many thanks to moap. I want a fix for 
7619           https://thomas.apestaart.org/moap/trac/ticket/239
7620
7621 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7622
7623         * gst/volume/gstvolume.c:
7624           Move passthrough below gst_object_sync_values(). Fixes #442654.
7625
7626 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7627
7628         * gst-libs/gst/audio/audio.c:
7629         Clarify the docs a little.
7630
7631 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7632
7633         * gst/volume/gstvolume.c:
7634           Enable liboil for float and add more details about problems with
7635           int16.
7636
7637 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7638
7639         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7640         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7641
7642 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7643
7644         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7645         When calculating the first timestamp of the buffers, don't go below 0
7646         and clip the samples because the offset was on the eos page.
7647         Fixes #466717.
7648
7649 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7650
7651         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7652         (gst_ogg_demux_collect_chain_info):
7653         Also submit the eos page when trying to find the first timestamp.
7654         See #466717.
7655
7656 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7657
7658         * gst-libs/gst/audio/audio.h:
7659         Use gst_util_uint64_scale() instead of doing the math
7660         with double for GST_FRAMES_TO_CLOCK_TIME() and
7661         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7662         prevents rounding errors. Fixes #467667.
7663
7664 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7665
7666         * gst-libs/gst/rtsp/gstrtspconnection.c:
7667         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7668         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7669         * gst-libs/gst/rtsp/gstrtspconnection.h:
7670         Small cleanups.
7671         On shutdown, don't read the control socket yet.
7672         Set timeout value correctly in all cases.
7673         Add function to check if the server accepts reads or writes.
7674         API: gst_rtsp_connection_poll()
7675
7676         * gst-libs/gst/rtsp/gstrtspdefs.h:
7677         Fix compilation with -pedantic.
7678         Add enum for _poll.
7679
7680 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7681
7682         Patch by: Olivier Crete  <tester at tester ca>
7683
7684         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7685         (gst_basertppayload_getcaps):
7686         * gst-libs/gst/rtp/gstbasertppayload.h:
7687         Add getcaps vfunc to basertppayload. See #465146.
7688
7689 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7690
7691         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7692         Only post buffering messages when we are a stream.
7693
7694 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7695
7696         * gst-libs/gst/pbutils/install-plugins.c:
7697         * gst-libs/gst/pbutils/missing-plugins.c:
7698           Small docs fix and addition.
7699
7700 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7701
7702         * tests/icles/.cvsignore:
7703         * tests/icles/Makefile.am:
7704         * tests/icles/test-textoverlay.c:
7705           Add a dumb little test for textoverlay alignments.
7706
7707 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7708
7709         Patch by: Dan Williams  <dcbw redhat com>
7710
7711         * ext/pango/gsttextoverlay.c:
7712         * ext/pango/gsttextoverlay.h:
7713           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7714           "silent" property so there's a Since tag in the API reference.
7715
7716 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7717
7718         * gst-libs/gst/rtp/gstbasertppayload.c:
7719         (gst_basertppayload_set_outcaps):
7720         * gst-libs/gst/rtp/gstbasertppayload.h:
7721         Improve caps negotiation so that downstream elements can confiure
7722         certain RTP properties by fixing them on the caps. See #465146.
7723         Add docs.
7724
7725 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7726
7727         * docs/libs/gst-plugins-base-libs-sections.txt:
7728         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7729         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7730           Mark as deprecated some macros which were presumably meant to be
7731           private API and accidentally exposed in the public header file.
7732           Also actually _init() lock (only works at the moment because the
7733           struct is zeroed out when created and the initial values in the
7734           mutex struct are zeroes too). (#459585)
7735
7736 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7737
7738         * docs/libs/Makefile.am:
7739           Remove cruft and do some cleanups.
7740
7741         * docs/libs/gst-plugins-base-libs-docs.sgml:
7742           Prepare for comming gtkdoc features (rebase against online docs).
7743
7744 2007-08-10  Michael Smith <msmith@fluendo.com>
7745
7746         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7747           Debug output fixes.
7748         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7749         (GST_START_TEST):
7750           Change the number of buffers used; 500 is too many and leads to
7751           timeouts.
7752
7753 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7754
7755         * gst/playback/gstqueue2.c:
7756         * gst/videorate/gstvideorate.c:
7757           Printf format fixes (#465028).
7758
7759 2007-08-09  Michael Smith <msmith@fluendo.com>
7760
7761         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7762           If we have a large (> 1 second) discontinuity, push a series of
7763           smaller buffers rather than a single very large buffer. Avoids
7764           unreasonably large single buffer allocations when encountering a
7765           large gap.
7766         * tests/check/elements/audiorate.c: (GST_START_TEST),
7767         (audiorate_suite):
7768           Add a test for this.
7769
7770 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7771
7772         * gst/playback/gstplaybasebin.c: (group_commit),
7773         (queue_remove_probe), (queue_threshold_reached):
7774
7775         Patch by: Josep Torra Valles <josep@fluendo.com>
7776         Fixes: #465015
7777         Make sure we remove the check_queues buffer probe from the 
7778         correct queue to avoid racily going back to "buffering 99%" when
7779         buffering is actually complete.
7780
7781         Also, fix the spelling of Josep's surname in the ChangeLog.
7782
7783 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7784
7785         * ext/ogg/gstoggmux.c:
7786           Do not leak oggmux instance.
7787         
7788         * ext/vorbis/vorbisenc.c:
7789           Also log values.
7790
7791 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7792
7793         * po/hu.po:
7794         * po/it.po:
7795         * po/nl.po:
7796         * po/uk.po:
7797         * po/vi.po:
7798           Updated translations.
7799
7800 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7801
7802         patch by: Yang Hong <hongyang@redflag-linux.com>
7803
7804         * ext/pango/gsttextoverlay.c:
7805         * ext/pango/gsttextoverlay.h:
7806           Add 'silent' property to GstTimeOverlay. Fixes #462979
7807
7808 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7809
7810         Patch by: Josep Torra Valles <josep@fluendo.com>
7811
7812         * docs/plugins/gst-plugins-base-plugins.args:
7813         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7814         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7815         (gst_uri_decode_bin_get_property), (gen_source_element):
7816         Add connection-speed property. Fixes #464690.
7817
7818 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7819
7820         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7821
7822         * configure.ac:
7823         * gst-libs/gst/rtsp/Makefile.am:
7824         * gst-libs/gst/rtsp/gstrtspconnection.c:
7825         (gst_rtsp_connection_connect):
7826         Fix compilation on windows. Fixes #464320.
7827
7828 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7829
7830         Patch by: Josep Torra Valles <josep@fluendo.com>
7831
7832         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7833         (gst_play_base_bin_init), (queue_threshold_reached),
7834         (gen_source_element), (setup_substreams),
7835         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7836         (gst_play_base_bin_get_streaminfo_value_array):
7837         * gst/playback/gstplaybasebin.h:
7838         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7839         (gst_play_bin_set_property), (gst_play_bin_get_property),
7840         (gst_play_bin_handle_redirect_message):
7841         Move connection-speed property from playbin to playbasebin so that we
7842         can also configure it in source elements that have the connection-speed
7843         property. Fixes #464028.
7844         Add some debug info here and there.
7845
7846 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7847
7848         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7849         Properly respond to conversion queries. Fixes #464079.
7850
7851 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7852
7853         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7854         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7855         (gst_audio_test_src_init_sine_table),
7856         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7857         * gst/audiotestsrc/gstaudiotestsrc.h:
7858         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7859         Also set the default volume to the default value specified in the
7860         GParamSpec.
7861
7862 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7863
7864         Patch by: Jens Granseuer <jensgr at gmx dot net>
7865
7866         * gst/audioconvert/gstaudioquantize.c:
7867         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7868
7869 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7870
7871         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7872         Add rdt manager for rdt transport.
7873         Fix parsing of RDT transport.
7874
7875 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7876
7877         * configure.ac:
7878         Back to CVS
7879
7880 === release 0.10.14 ===
7881
7882 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7883
7884         * configure.ac:
7885           releasing 0.10.14, "Light Years Ahead"
7886
7887 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7888
7889         * tests/check/libs/audio.c: (GST_START_TEST):
7890         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7891
7892 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7893
7894         * gst-libs/gst/audio/audio.c:
7895         When clipping a buffer with no timestamp, assume it is
7896         within the segment without warnings.
7897
7898         Fixes: #460978
7899
7900 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7901
7902         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7903         Fire the signal on the object, not the interface.
7904
7905 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7906
7907         * gst-libs/gst/rtsp/.cvsignore:
7908         Ber. Don't include the full path, idiot.
7909
7910 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7911
7912         * gst-libs/gst/rtsp/.cvsignore:
7913         Ignore generated files.
7914
7915 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7916
7917         * gst-libs/gst/interfaces/Makefile.am:
7918         * gst-libs/gst/interfaces/interfaces-marshal.list:
7919         * gst-libs/gst/interfaces/rtspextension.c:
7920         * gst-libs/gst/interfaces/rtspextension.h:
7921         * gst-libs/gst/rtsp/Makefile.am:
7922         * gst-libs/gst/rtsp/gstrtsp.h:
7923         * gst-libs/gst/rtsp/gstrtspextension.c:
7924         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7925         (gst_rtsp_extension_detect_server),
7926         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7927         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7928         (gst_rtsp_extension_configure_stream),
7929         (gst_rtsp_extension_get_transports),
7930         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7931         * gst-libs/gst/rtsp/gstrtspextension.h:
7932         * gst-libs/gst/rtsp/rtsp-marshal.list:
7933         Move the rtspextension.h interface into gstrtspextension.h
7934         as part of libgstrtsp instead of libgstinterfaces, because it's
7935         only for use within plugins, not applications. 
7936         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7937         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7938         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7939         is abstract.
7940
7941 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7942
7943         * gst-libs/gst/interfaces/Makefile.am:
7944         * gst-libs/gst/interfaces/interfaces-marshal.list:
7945         * gst-libs/gst/interfaces/rtspextension.c:
7946         (gst_rtsp_extension_iface_init),
7947         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7948         * gst-libs/gst/interfaces/rtspextension.h:
7949         Fix marshaller for the send signal.
7950         Add URL to stream selection interface method.
7951
7952 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7953
7954         * gst-libs/gst/riff/Makefile.am:
7955         Pull in our dependencies from -base before those from outside.
7956
7957 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7958
7959         * docs/libs/gst-plugins-base-libs-sections.txt:
7960         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7961         * gst-libs/gst/rtsp/gstrtspbase64.h:
7962         API: gst_rtsp_base64_decode_ip()
7963         Added function to decode Base64 in-place.
7964
7965 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7966
7967         * tests/check/libs/.cvsignore:
7968         Ignore the mixer test binary.
7969
7970 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7971
7972         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7973         Gratuitous comment change to trigger a rebuild on the buildbots.
7974
7975 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7976
7977         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7978         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7979         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7980         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7981         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7982         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7983         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7984         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7985         (gst_sdp_media_get_attribute_val):
7986         * gst-libs/gst/sdp/gstsdpmessage.h:
7987         Constify args where we can.
7988
7989 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7990
7991         * gst-libs/gst/interfaces/Makefile.am:
7992         * gst-libs/gst/interfaces/rtspextension.c:
7993         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7994         (gst_rtsp_extension_detect_server),
7995         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7996         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7997         (gst_rtsp_extension_configure_stream),
7998         (gst_rtsp_extension_get_transports),
7999         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8000         * gst-libs/gst/interfaces/rtspextension.h:
8001         Move interface for RTSP extensions from -good to here.
8002         Added helper methods to invoke interface methods.
8003
8004 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8005
8006         * docs/libs/gst-plugins-base-libs-sections.txt:
8007         * gst-libs/gst/rtsp/gstrtspdefs.h:
8008         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8009         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
8010         (gst_rtsp_message_init_response),
8011         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
8012         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
8013         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8014         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8015         (gst_rtsp_message_get_body), (dump_key_value):
8016         * gst-libs/gst/rtsp/gstrtspmessage.h:
8017         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8018         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8019         (gst_rtsp_range_parse):
8020         * gst-libs/gst/rtsp/gstrtsprange.h:
8021         * gst-libs/gst/rtsp/gstrtsptransport.c:
8022         * gst-libs/gst/rtsp/gstrtspurl.c:
8023         Fix some more RTSP docs.
8024         Add some missing methods for dealing with messages.
8025
8026 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8027
8028         * docs/libs/gst-plugins-base-libs-docs.sgml:
8029         * docs/libs/gst-plugins-base-libs-sections.txt:
8030         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8031         * gst-libs/gst/rtsp/gstrtspbase64.h:
8032         * gst-libs/gst/rtsp/gstrtspconnection.c:
8033         (gst_rtsp_connection_connect), (add_auth_header),
8034         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
8035         (read_body), (gst_rtsp_connection_receive),
8036         (gst_rtsp_connection_next_timeout),
8037         (gst_rtsp_connection_reset_timeout),
8038         (gst_rtsp_connection_set_auth):
8039         * gst-libs/gst/rtsp/gstrtspconnection.h:
8040         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
8041         * gst-libs/gst/rtsp/gstrtspdefs.h:
8042         * gst-libs/gst/rtsp/gstrtspmessage.h:
8043         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8044         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8045         (gst_rtsp_range_parse):
8046         * gst-libs/gst/rtsp/gstrtspurl.h:
8047         Added beginnings of RTSP documentation.
8048
8049 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8050
8051         * docs/libs/Makefile.am:
8052         * docs/libs/gst-plugins-base-libs-docs.sgml:
8053         * docs/libs/gst-plugins-base-libs-sections.txt:
8054         * gst-libs/gst/sdp/gstsdp.h:
8055         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
8056         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
8057         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
8058         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
8059         (gst_sdp_message_get_attribute_val),
8060         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
8061         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
8062         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
8063         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8064         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
8065         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
8066         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
8067         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
8068         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8069         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
8070         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
8071         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
8072         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
8073         (gst_sdp_media_get_attribute_val_n),
8074         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
8075         (print_media), (gst_sdp_message_dump):
8076         * gst-libs/gst/sdp/gstsdpmessage.h:
8077         Document the SDP library.
8078         Add some of the missing SDPMedia methods.
8079
8080 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8081
8082         * configure.ac:
8083         * gst-libs/gst/Makefile.am:
8084         * gst-libs/gst/rtsp/Makefile.am:
8085         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8086         * gst-libs/gst/rtsp/gstrtspbase64.h:
8087         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
8088         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
8089         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
8090         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
8091         (parse_response_status), (parse_request_line), (parse_line),
8092         (gst_rtsp_connection_read), (read_body),
8093         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8094         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8095         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8096         (gst_rtsp_connection_set_auth):
8097         * gst-libs/gst/rtsp/gstrtspconnection.h:
8098         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8099         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8100         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8101         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8102         (gst_rtsp_find_method):
8103         * gst-libs/gst/rtsp/gstrtspdefs.h:
8104         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8105         (gst_rtsp_message_new), (gst_rtsp_message_init),
8106         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8107         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8108         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8109         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8110         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8111         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8112         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8113         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8114         (gst_rtsp_message_dump):
8115         * gst-libs/gst/rtsp/gstrtspmessage.h:
8116         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8117         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8118         (gst_rtsp_range_parse), (gst_rtsp_range_free):
8119         * gst-libs/gst/rtsp/gstrtsprange.h:
8120         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8121         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8122         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8123         (range_as_text), (rtsp_transport_mode_as_text),
8124         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8125         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8126         (gst_rtsp_transport_free):
8127         * gst-libs/gst/rtsp/gstrtsptransport.h:
8128         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8129         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8130         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8131         * gst-libs/gst/rtsp/gstrtspurl.h:
8132         * gst-libs/gst/sdp/Makefile.am:
8133         * gst-libs/gst/sdp/gstsdp.h:
8134         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8135         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8136         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8137         (gst_sdp_attribute_init), (gst_sdp_message_new),
8138         (gst_sdp_message_init), (gst_sdp_message_uninit),
8139         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8140         (gst_sdp_media_uninit), (gst_sdp_media_free),
8141         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8142         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8143         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8144         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8145         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8146         (gst_sdp_message_get_attribute_val),
8147         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8148         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8149         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8150         (gst_sdp_media_get_attribute_val_n),
8151         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8152         (read_string), (read_string_del), (gst_sdp_parse_line),
8153         (gst_sdp_message_parse_buffer), (print_media),
8154         (gst_sdp_message_dump):
8155         * gst-libs/gst/sdp/gstsdpmessage.h:
8156         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8157         Move SDP and RTSP from helper objects in -good to a reusable library.
8158         Use a proper gst_ namespace.
8159
8160 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8161
8162         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8163         (vorbis_dec_flush_decode):
8164         Use the new buffer clipping function from gstaudio here.
8165
8166 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8167
8168         * docs/libs/gst-plugins-base-libs-sections.txt:
8169         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8170         * gst-libs/gst/audio/audio.h:
8171         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8172         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8173         Also add deprecation guards for gst_audio_structure_set_int() to the
8174         header.
8175
8176 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8177
8178         * docs/libs/gst-plugins-base-libs-sections.txt:
8179           Cleanup the docs.
8180
8181 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8182
8183         Patch by: Dan Williams <dcbw at redhat dot com>
8184
8185         * gst/playback/gstplaybasebin.c:
8186         (gst_play_base_bin_get_streaminfo_value_array):
8187         Don't return NULL when querying the stream info value array but instead
8188         return an empty array. Fixes #459204.
8189
8190 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8191
8192         * gst/playback/gsturidecodebin.c:
8193           Init debug category before using it.
8194
8195 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8196
8197         * gst-libs/gst/interfaces/mixer.h:
8198         Add padding vars in place of the signal pointers
8199         when building with DISABLE_DEPRECATED so that the
8200         interface structure doesn't change size.
8201
8202 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8203
8204         * docs/libs/gst-plugins-base-libs-sections.txt:
8205         * ext/alsa/gstalsamixer.c:
8206         * ext/alsa/gstalsamixer.h:
8207         * ext/alsa/gstalsamixerelement.c:
8208         * ext/alsa/gstalsamixertrack.c:
8209         * gst-libs/gst/interfaces/mixer.c:
8210         * gst-libs/gst/interfaces/mixer.h:
8211         * gst-libs/gst/interfaces/mixeroptions.c:
8212         * gst-libs/gst/interfaces/mixeroptions.h:
8213         * gst-libs/gst/interfaces/mixertrack.c:
8214         * gst-libs/gst/interfaces/mixertrack.h:
8215         * tests/check/Makefile.am:
8216         * tests/check/libs/mixer.c:
8217
8218         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8219         Fixes: #152864 
8220
8221         Add support for notifying mixer changes on the message bus, and
8222         implement it in alsamixer.
8223
8224         API: gst_mixer_get_mixer_flags
8225         API: gst_mixer_message_parse_mute_toggled
8226         API: gst_mixer_message_parse_record_toggled
8227         API: gst_mixer_message_parse_volume_changed
8228         API: gst_mixer_message_parse_option_changed
8229         API: GstMixerMessageType
8230         API: GstMixerFlags
8231
8232 2007-07-20  Michael Smith <msmith@fluendo.com>
8233
8234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8235         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8236           xcontext->im_format is only for testing XShm support (as the header
8237           file comments document). Use xvimage->im_format for everything else.
8238           Avoids spurious warnings on buffer allocation before setcaps.
8239
8240 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8241
8242         * tests/examples/volume/Makefile.am:
8243         * tests/icles/Makefile.am:
8244           We should use $(LIBM).
8245
8246 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8247
8248         * tests/icles/Makefile.am:
8249           This needs -lm.
8250
8251 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8252
8253         * gst-libs/gst/rtp/gstbasertppayload.c:
8254         (gst_basertppayload_class_init), (gst_basertppayload_init),
8255         (gst_basertppayload_set_property),
8256         (gst_basertppayload_get_property):
8257         Don't break ABI, restore previous ranges. Keep the default random
8258         selection of timestamp and seqnum offset but as soon as the app sets a
8259         specific value, use that one.
8260
8261 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8262
8263         Patch by: Bastien Nocera <hadess at hadess dot net>
8264
8265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8266         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8267         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8268         * sys/xvimage/xvimagesink.h:
8269         Add option to turn off double-buffering for debugging purposes.
8270         Fixes #437169.
8271
8272 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8273
8274         Patch by: Jorn Baayen <jorn at openedhand dot com>
8275
8276         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8277         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8278         (gst_ximagesink_init), (gst_ximagesink_class_init):
8279         * sys/ximage/ximagesink.h:
8280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8281         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8282         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8283         * sys/xvimage/xvimagesink.h:
8284         add 'handle-expose' property. Useful for video widgets which may want to
8285         be in control of Expose behaviour. Fixes #380625
8286
8287 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8288
8289         * gst-libs/gst/rtp/gstbasertppayload.c:
8290         (gst_basertppayload_class_init), (gst_basertppayload_init),
8291         (gst_basertppayload_event), (gst_basertppayload_push),
8292         (gst_basertppayload_set_property),
8293         (gst_basertppayload_get_property),
8294         (gst_basertppayload_change_state):
8295         * gst-libs/gst/rtp/gstbasertppayload.h:
8296         Fix ranges of rtp payloader properties so that the full range can be
8297         used in addition to -1 (random).
8298         Fix wrong seqnum reporting in caps.
8299         Fixes #420326.
8300
8301 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8302
8303         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8304         (gst_video_rate_query):
8305         Use boilerplate.
8306         Add latency query, might not be perfect yet but already works a lot
8307         better. Fixes #442557.
8308
8309 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8310
8311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8312         (gst_xvimagesink_setcaps):
8313         * sys/xvimage/xvimagesink.h:
8314         After a caps change, redraw our borders to avoid garbage left there
8315         when the image format changes to a smaller size, like 16:9 -> 4:3
8316         Also, hold the flow_lock a bit longer in the set_caps while we're
8317         fiddling with the xcontext.
8318
8319 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8320
8321         * Makefile.am:
8322         * configure.ac:
8323         * tests/Makefile.am:
8324         Remove bogus check for libcheck, since we check for
8325         gstreamer-check and it pulls in the required info from there, and we
8326         weren't actually _using_ the information for libcheck ourselves
8327         anyway.
8328
8329 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8330
8331         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8332         (gst_ffmpeg_caps_to_pixfmt):
8333         Fix the r_mask test for RGBA32 on little-endian.
8334         Fix a stupid typo that would have obviously broken 
8335         compilation on big-endian, if anyone was testing.
8336
8337 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8338
8339         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8340         (paint_hline_str4):
8341         * gst/videotestsrc/videotestsrc.h:
8342         Add alpha to the color struct.
8343         Use a default alpha value of 255 instead of 128.
8344
8345 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8346
8347         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8348         (setup_source):
8349         Clear the dynamic pads counter when starting a new uri. This makes
8350         reusing playbin work again.
8351         Fixes #454264.
8352
8353 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8354
8355         * configure.ac:
8356           Use pkg-config to locate check.
8357
8358 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8359
8360         * configure.ac:
8361         * tests/check/elements/volume.c: (GST_START_TEST):
8362           Fix 'make check' build against core CVS.
8363
8364 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8365
8366         * gst-libs/gst/interfaces/propertyprobe.c:
8367         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8368         * gst-libs/gst/tag/gstvorbistag.c:
8369           Make gtk-doc happy.
8370
8371 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8372
8373         * gst-libs/gst/audio/gstbaseaudiosink.c:
8374         (gst_base_audio_sink_callback):
8375           Quick hack to make audiosinks stop at EOS when operating in
8376           pull-mode; needs to be fixed properly some day.
8377
8378 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8379
8380         * docs/libs/gst-plugins-base-libs-sections.txt:
8381           Fix location of includes in the docs.
8382
8383 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8384
8385         * gst/ffmpegcolorspace/avcodec.h:
8386         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8387         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8388         (gst_ffmpegcsp_avpicture_fill):
8389         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8390         (img_get_alpha_info):
8391         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8392         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8393         end of the word. Partially fixes #451908
8394
8395 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8396
8397         * docs/libs/Makefile.am:
8398         * docs/plugins/Makefile.am:
8399           Simplify --extra-dir as gtkdoc scans recursively.
8400
8401 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8402
8403         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8404         (gst_adder_request_new_pad):
8405         Make getcaps more robust by not using the proxycaps function. This makes
8406         sure that we don't end up recursively calling getcaps upstream.
8407         See #316248.
8408
8409 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8410
8411         * gst/audioconvert/audioconvert.c:
8412         Include math.h to fix compilation.
8413
8414 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8415
8416         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8417         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8418         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8419         format, as produced by some dc1394 cameras like the iSight.
8420         See http://www.fourcc.org/yuv.php#IYU1
8421
8422 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8423
8424         * gst/audioconvert/Makefile.am:
8425         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8426         (check_default), (audio_convert_prepare_context),
8427         (audio_convert_clean_context), (audio_convert_convert):
8428         * gst/audioconvert/audioconvert.h:
8429         * gst/audioconvert/gstaudioconvert.c:
8430         (gst_audio_convert_dithering_get_type),
8431         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8432         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8433         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8434         * gst/audioconvert/gstaudioconvert.h:
8435         * gst/audioconvert/gstaudioquantize.c:
8436         (gst_audio_quantize_setup_noise_shaping),
8437         (gst_audio_quantize_free_noise_shaping),
8438         (gst_audio_quantize_setup_dither),
8439         (gst_audio_quantize_free_dither),
8440         (gst_audio_quantize_setup_quantize_func),
8441         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8442         * gst/audioconvert/gstaudioquantize.h:
8443         Implement dithering and noise shaping in audioconvert. By default now
8444         TPDF dithering (and no noise shaping) will be used when converting
8445         from a higher bit depth to 20 bit depth or smaller, otherwise
8446         everything will be as it is now.
8447         For the last audioconvert in a pipeline it would make sense to
8448         use some kind of noise shaping, enabling it by default for all
8449         conversions would give undesired results though. Fixes #360246.
8450         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8451         (GST_START_TEST):
8452         Adjust unit test for the new audioconvert.
8453
8454 2007-06-28  Wim Taymans  <wim@fluendo.com>
8455
8456         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8457         Use other metrics as well when estimating the buffer level.
8458
8459 2007-06-28  Wim Taymans  <wim@fluendo.com>
8460
8461         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8462         Small debug improvement.
8463
8464         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8465         (plugin_init):
8466         Tweak the rate estimation period.
8467         When calculating the buffer filledness in rate estimation mode, don't
8468         mix it with other metrics.
8469
8470 2007-06-28  Wim Taymans  <wim@fluendo.com>
8471
8472         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8473         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8474         When creating the groups, allow for a 5 second, unlimited buffers
8475         preroll phase after which we expose the group.
8476         When the group is exposed, use a small number of buffers up to a 2
8477         second limit. Also disconnect the overrun signal from multiqueue when we
8478         exposed the group because it is not needed anymore.
8479
8480 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8481
8482         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8483           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8484           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8485           (#451707); also, output some debugging info when dealing with
8486           freeform strings.
8487
8488         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8489           Add unit test for the above.
8490
8491 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8492
8493         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8494           Add description for Windows Media RTP caps.
8495
8496         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8497           Remove RTP fields that don't define the format from caps.
8498
8499 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8500
8501         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8502           Skip empty buffers, but not empty header buffers. That way the original
8503           vorbisdec unit test still passes (#451145); also, take into account
8504           that those empty packets might carry a granulepos.
8505
8506         * tests/check/Makefile.am:
8507         * tests/check/elements/vorbisdec.c:
8508         (_create_codebook_header_buffer), (_create_audio_buffer),
8509         (GST_START_TEST), (vorbisdec_suite):
8510           Add unit test that sends an empty packet.
8511
8512 2007-06-27  Wim Taymans  <wim@fluendo.com>
8513
8514         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8515         Don't error out on 0-sized packets, just emit a warning because this is
8516         not a fatal error. Fixes #451145.
8517
8518 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8519
8520         * docs/plugins/gst-plugins-base-plugins.args:
8521         * docs/plugins/gst-plugins-base-plugins.signals:
8522         * docs/plugins/inspect/plugin-adder.xml:
8523         * docs/plugins/inspect/plugin-alsa.xml:
8524         * docs/plugins/inspect/plugin-audioconvert.xml:
8525         * docs/plugins/inspect/plugin-audiorate.xml:
8526         * docs/plugins/inspect/plugin-audioresample.xml:
8527         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8528         * docs/plugins/inspect/plugin-cdparanoia.xml:
8529         * docs/plugins/inspect/plugin-decodebin.xml:
8530         * docs/plugins/inspect/plugin-decodebin2.xml:
8531         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8532         * docs/plugins/inspect/plugin-gdp.xml:
8533         * docs/plugins/inspect/plugin-gnomevfs.xml:
8534         * docs/plugins/inspect/plugin-libvisual.xml:
8535         * docs/plugins/inspect/plugin-ogg.xml:
8536         * docs/plugins/inspect/plugin-pango.xml:
8537         * docs/plugins/inspect/plugin-playbin.xml:
8538         * docs/plugins/inspect/plugin-subparse.xml:
8539         * docs/plugins/inspect/plugin-tcp.xml:
8540         * docs/plugins/inspect/plugin-theora.xml:
8541         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8542         * docs/plugins/inspect/plugin-video4linux.xml:
8543         * docs/plugins/inspect/plugin-videorate.xml:
8544         * docs/plugins/inspect/plugin-videoscale.xml:
8545         * docs/plugins/inspect/plugin-videotestsrc.xml:
8546         * docs/plugins/inspect/plugin-volume.xml:
8547         * docs/plugins/inspect/plugin-vorbis.xml:
8548         * docs/plugins/inspect/plugin-ximagesink.xml:
8549         * docs/plugins/inspect/plugin-xvimagesink.xml:
8550           Update docs with caps info.
8551
8552 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8553
8554         * po/POTFILES.in:
8555           Add more files with translatable strings (#450875).
8556
8557 2007-06-23  Edward Hervey  <edward@fluendo.com>
8558
8559         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8560         The chain should be freed if we error out here, else it will leak.
8561         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8562         (cleanup_decodebin):
8563         Don't forget to *properly* remove the signals, else it will leak.
8564
8565 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8566
8567         * MAINTAINERS:
8568         Updating all the maintainers files
8569
8570 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8571
8572         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8573         (main):
8574           Destroy and recreate parse-launch based pipeline after stop to be able
8575           to play again. Reorder some code and add more comments.
8576
8577 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8578
8579         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8580         When handling a delayed-caps notification case, mark
8581         the group as dynamic so that the nbdynamic count is
8582         incremented and decremented correctly. Fixes: #449156
8583         Patch by: Wim Taymans <wim@fluendo.com>
8584
8585 2007-06-19  Andy Wingo  <wingo@pobox.com>
8586
8587         * gst-libs/gst/audio/gstbaseaudiosink.c
8588         (gst_base_audio_sink_init): Enable pull-mode operation.
8589
8590 2007-06-19  Michael Smith <msmith@fluendo.com>
8591
8592         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8593           Change minimum rate back to 1000 to allow low-sample-rate wav files
8594           to play back.
8595
8596 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8597
8598         * po/vi.po:
8599           Update translations.
8600
8601 2007-06-15  David Schleef  <ds@schleef.org>
8602
8603         * gst/playback/gstqueue2.c:
8604           Fix compile error from ignored return value.
8605
8606 2007-06-15  Michael Smith <msmith@fluendo.com>
8607
8608         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8609           Update tmpbuf for all neccesary rows, not just one, as is required
8610           when downscaling.
8611           Fixes #402076.
8612
8613 2007-06-15  Michael Smith <msmith@fluendo.com>
8614
8615         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8616         (eos_buffer_probe):
8617           Add a test that ensures we set DELTA_UNIT on all non-header,
8618           non-video buffers, if we have a video stream.
8619         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8620         (gst_ogg_mux_process_best_pad):
8621           Move setting delta_pad to earlier, where we inspect all pads, so
8622           that leading audio pages don't get DELTA_UNIT unset if they come
8623           before the first DELTA_UNIT from video pages. Fixes the newly-added
8624           test. Fixes #385527.
8625
8626 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8627
8628         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8629           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8630           fails on the p5-ppc64 build bot and the failure looks like it is due
8631           to the same issue as #348114, ie. a compiler bug.
8632
8633 2007-06-13  Edward Hervey  <edward@fluendo.com>
8634
8635         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8636         Fix build on MacOSX.
8637
8638 2007-06-13  Wim Taymans  <wim@fluendo.com>
8639
8640         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8641         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8642         Fix compilation on mingw. Fixes #446972.
8643
8644 2007-06-12  Wim Taymans  <wim@fluendo.com>
8645
8646         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8647
8648         * gst/playback/gstqueue2.c: (update_buffering),
8649         (gst_queue_locked_enqueue):
8650         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8651         also update the buffering status when receiving events. Fixes #446551.
8652
8653 2007-06-11  Wim Taymans  <wim@fluendo.com>
8654
8655         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8656
8657         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8658         (gst_queue_handle_src_query):
8659         Wait for preroll before attempting to forward a duration query upstream.
8660         Fixes #445505.
8661
8662 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8663
8664         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8665         (gst_base_rtp_depayload_set_gst_timestamp):
8666         Use G_GINT64_CONSTANT macro for int64 constant.
8667         * win32/common/libgstinterfaces.def:
8668         * win32/common/libgsttag.def:
8669         Add new exported functions.
8670
8671 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8672
8673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8674           The BOS page of the first Dirac video stream needs to come before
8675           the BOS page of any Vorbis streams or other audio streams, just like
8676           it is with Theora.
8677
8678 2007-06-07  Wim Taymans  <wim@fluendo.com>
8679
8680         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8681         Fix compilation.
8682
8683 2007-06-06  Wim Taymans  <wim@fluendo.com>
8684
8685         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8686
8687         * gst/playback/gstqueue2.c: (gst_queue_init),
8688         (gst_queue_handle_sink_event), (gst_queue_chain),
8689         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8690         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8691         (gst_queue_src_activate_pull):
8692         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8693         Does not yet completely work because duration queries upstream won't
8694         block yet.
8695
8696 2007-06-06  Wim Taymans  <wim@fluendo.com>
8697
8698         * configure.ac:
8699         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8700         Some more fseeko checks.
8701
8702 2007-06-06  Wim Taymans  <wim@fluendo.com>
8703
8704         * configure.ac:
8705         check for large file support.
8706
8707 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8708
8709         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8710
8711         * gst/subparse/gstsubparse.c: (parse_subrip),
8712         (subviewer_unescape_newlines), (parse_subviewer),
8713         (gst_sub_parse_data_format_autodetect),
8714         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8715         * gst/subparse/gstsubparse.h:
8716         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8717         * tests/check/elements/subparse.c: (GST_START_TEST),
8718         (subparse_suite):
8719         Add a unit test for both SubViewer formats.
8720
8721 2007-06-01  Michael Smith <msmith@fluendo.com>
8722
8723         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8724           Don't overflow intermediate values when seeking to large time values
8725           in audiotestsrc.
8726
8727 2007-06-05  Wim Taymans  <wim@fluendo.com>
8728
8729         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8730         (gst_queue_create_read), (gst_queue_read_item_from_file),
8731         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8732         Include stdio to define fseeko.
8733
8734 2007-06-05  Wim Taymans  <wim@fluendo.com>
8735
8736         Patch by: Edward Hervey  <edward@fluendo.com>
8737
8738         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8739         (gst_v4lsrc_query):
8740         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8741
8742 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8743
8744         * gst-libs/gst/riff/Makefile.am:
8745         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8746           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8747           our own implementation.
8748
8749 2007-06-05  Wim Taymans  <wim@fluendo.com>
8750
8751         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8752         (gst_base_rtp_depayload_setcaps),
8753         (gst_base_rtp_depayload_set_gst_timestamp),
8754         (gst_base_rtp_depayload_change_state):
8755         Handle timestamp wraparound.
8756
8757 2007-06-05  Wim Taymans  <wim@fluendo.com>
8758
8759         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8760         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8761         (gst_uri_decode_bin_change_state):
8762         Make sure we name srcpads uniquely even when using different internal
8763         decodebins.
8764         Signal no-more-pads when no more dynamic elements exist.
8765         Remove pads on cleanup.
8766
8767 2007-06-05  Wim Taymans  <wim@fluendo.com>
8768
8769         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8770
8771         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8772         (gst_queue_init), (gst_queue_finalize),
8773         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8774         (gst_queue_create_read), (gst_queue_read_item_from_file),
8775         (gst_queue_open_temp_location_file),
8776         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8777         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8778         (gst_queue_is_empty), (gst_queue_is_filled),
8779         (gst_queue_change_state), (gst_queue_set_temp_location),
8780         (gst_queue_set_property):
8781         Add support for filebased buffering. Fixes #441264.
8782
8783 2007-06-05  Wim Taymans  <wim@fluendo.com>
8784
8785         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8786         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8787         (caps_notify_group_cb), (gst_decode_group_new),
8788         (gst_decode_group_free):
8789         Add support for delayed caps fixation when autoplugging.
8790         Optimize cases where a multiqueue is not needed/wanted, like right after
8791         anything that is not a demuxer.
8792
8793 2007-06-05  Wim Taymans  <wim@fluendo.com>
8794
8795         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8796         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8797         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8798         consideratly speedup ogg chain detection by not trying to find a base
8799         timestamp for skeleton streams. 
8800
8801 2007-06-05  Wim Taymans  <wim@fluendo.com>
8802
8803         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8804         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8805         (gst_multi_fd_sink_remove_flush),
8806         (gst_multi_fd_sink_remove_client_link),
8807         (gst_multi_fd_sink_handle_client_write),
8808         (gst_multi_fd_sink_handle_clients):
8809         * gst/tcp/gstmultifdsink.h:
8810         Add support for remove_flush.
8811
8812 2007-06-05  Wim Taymans  <wim@fluendo.com>
8813
8814         * docs/design/draft-keyframe-force.txt:
8815         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8816         (theora_enc_chain):
8817         Add draft design for forcing keyframes in encoders and implement in
8818         theoraenc.
8819
8820 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8821
8822         * configure.ac:
8823           Back to CVS
8824
8825 === release 0.10.13 ===
8826
8827 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8828
8829         * configure.ac:
8830           releasing 0.10.13, "What's Going on?"
8831
8832 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8833
8834         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8835         In riff, the depth is stored in the size field but it just means that
8836         the least significant bits are cleared. We can therefore just play
8837         the sample as if it had a depth == width. Fixes: #440997
8838
8839         Patch by: Wim Taymans <wim@fluendo.com> 
8840         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8841
8842 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8843
8844         * gst-libs/gst/floatcast/floatcast.h:
8845         Define inline when needed on win32 builds. Fixes: #441295
8846         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8847
8848 2007-05-29  Wim Taymans  <wim@fluendo.com>
8849
8850         * gst/playback/gstplaybasebin.c: (queue_overrun),
8851         (no_more_pads_full):
8852         Stop buffering when the group is commited because the queues filled up.
8853         Fixes #442024.
8854
8855 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8856
8857         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8858         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8859         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8860         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8861         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8862         * ext/alsa/gstalsamixer.h:
8863         * ext/alsa/gstalsamixerelement.c:
8864         (gst_alsa_mixer_element_interface_supported),
8865         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8866         (gst_alsa_mixer_element_set_property),
8867         (gst_alsa_mixer_element_get_property),
8868         (gst_alsa_mixer_element_change_state):
8869         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8870         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8871         (gst_mixer_option_changed):
8872         * gst-libs/gst/interfaces/mixer.h:
8873         Revert commits towards #152864 made so far. We'll pick it up again
8874         after the 0.10.13 release.
8875
8876 2007-05-24  Wim Taymans  <wim@fluendo.com>
8877
8878         * gst-libs/gst/audio/gstbaseaudiosink.c:
8879         (gst_base_audio_sink_render):
8880         After an interrupt (PAUSED/flush) assume that the next sample should not
8881         be aligned to the previous sample. Fixes #417992.
8882
8883 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8884
8885         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8886           Don't add channels and rate fields to the template caps for
8887           audio/x-dts, as wavparse might not always be able to set them,
8888           which would then lead to 'caps are not a real subset of the
8889           template caps' warnings.
8890
8891 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8892
8893         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8894         Handle unknown or invalid pads without crashing, as might occur if
8895         a media file like an mp3 is specified as a subtitle file.
8896         Fixes: #410039
8897
8898 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8899
8900         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8901         (setup_sinks):
8902         Block the subtitle bin output queue before ghosting it and linking,
8903         then unblock after. This avoids spurious not-linked errors caused 
8904         by the queue starting up (because it gets linked when it is ghosted). 
8905         Fixes: #350299
8906
8907 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8908
8909         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8910         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8911         file. Avoids flukes where the input gets typefound to some valid but
8912         useless type.
8913
8914 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8915
8916         * tests/check/Makefile.am:
8917         * tests/check/elements/.cvsignore:
8918         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8919         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8920           Add unit test for gnomevfssink seeking and position reporting for
8921           file:// URIs.
8922
8923 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8924
8925         Patch by: Mark Nauwelaerts <manauw at skynet be>
8926
8927         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8928         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8929         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8930         * ext/gnomevfs/gstgnomevfssink.h:
8931           Fix position reporting, especially after a seek (from upstream),
8932           see #412648.
8933
8934 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8935
8936         * ext/cdparanoia/gstcdparanoiasrc.c:
8937           Repair umlaut.
8938
8939 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8940
8941         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8942         Specify the full valid range for MP3 samplerates. Fixes a regression
8943         caused by extra header checks since the last release.
8944
8945 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8946
8947         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8949         Fix a locking-order bug I introduced with my changes the other day.
8950         Patch by Mike Smith.
8951
8952 2007-05-21  Michael Smith <msmith@fluendo.com>
8953
8954         * ext/theora/theoradec.c: (theora_handle_data_packet):
8955           Don't look inside 0-length packets (which indicate duplicated
8956           frames)
8957
8958 2007-05-21  Wim Taymans  <wim@fluendo.com>
8959
8960         * ext/cdparanoia/gstcdparanoiasrc.c:
8961         (gst_cd_paranoia_src_read_sector):
8962         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8963         (gst_base_audio_src_create):
8964         Small cleanups.
8965
8966         * ext/theora/theoradec.c: (theora_dec_sink_event):
8967         Fix typo.
8968
8969         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8970         (gst_base_rtp_depayload_set_gst_timestamp):
8971         Add some FIXME
8972
8973         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8974         And some debug info when a FIXME path is hit.
8975
8976 2007-05-21  Wim Taymans  <wim@fluendo.com>
8977
8978         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8979         (gst_base_rtp_audio_payload_class_init),
8980         (gst_base_rtp_audio_payload_init),
8981         (gst_base_rtp_audio_payload_finalize),
8982         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8983         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8984         (gst_base_rtp_payload_audio_handle_event):
8985         Some cleanups, remove minptime property as it is now in the parent
8986         class.
8987         Override parent class event function.
8988
8989         * gst-libs/gst/rtp/gstbasertppayload.c:
8990         (gst_basertppayload_class_init), (gst_basertppayload_init),
8991         (gst_basertppayload_event), (gst_basertppayload_set_property),
8992         (gst_basertppayload_get_property):
8993         * gst-libs/gst/rtp/gstbasertppayload.h:
8994         Add min-ptime property.
8995         Add handle-event vmethod. Fixes #415001.
8996
8997 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8998
8999         * gst-libs/gst/audio/gstbaseaudiosink.c
9000           (gst_base_audio_sink_change_state):
9001           Fix typo in comment.
9002
9003         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
9004           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
9005           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
9006           close_link):
9007         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
9008           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
9009           Remove trailing whitespaces in comments.
9010
9011         * gst/volume/Makefile.am:
9012           Fix tabs.
9013
9014 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9015
9016         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9017
9018         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
9019           set_option, get_option, _gst_reserved):
9020           Revert reordering functions (keep ABI).
9021
9022 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
9023
9024         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9025         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
9026         (gst_ximagesink_show_frame):
9027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9028         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
9029         (gst_xvimagesink_show_frame):
9030         When we create our own window, indicate that we handle the 
9031         WM_DELETE client message from the window manager, so that it won't 
9032         kill our window (and our app) along with it. Handle ClientMessage,
9033         post an error on the bus, and close the window. Further buffers
9034         arriving will result in a FlowError because the window has been
9035         destroyed.
9036
9037         Fixes: #393975
9038
9039         Clean up the X event handling loop and make them the same for
9040         both xvimagesink and ximagesink while I'm at it.
9041
9042 2007-05-17  Wim Taymans  <wim@fluendo.com>
9043
9044         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
9045         Make decodebin2 autoplug depayloaders too.
9046
9047         * gst/playback/gsturidecodebin.c: (source_new_pad):
9048         Set the newly created decoder in a usable state when autoplugging a
9049         dynamic source such as RTSP.
9050
9051 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9052
9053         * gst/playback/gststreaminfo.c: (cb_probe):
9054           Ignore video-codec tag for audio streams and ignore audio-codec tags
9055           for video streams. Should make codec name collection a bit more
9056           robust against sloppy demuxers that send tag events containing both
9057           tags down each pad.
9058
9059 2007-05-17  Wim Taymans  <wim@fluendo.com>
9060
9061         * gst/playback/gstqueue2.c: (update_rates):
9062         Tweak the buffering thresholds a little.
9063         Update the buffer size with the previously calculate rate instead of
9064         only when we calculate a new rate so that we get smoother buffering
9065         updates.
9066
9067         * gst/playback/Makefile.am:
9068         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
9069         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
9070         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
9071         (gst_uri_decode_bin_get_property), (unknown_type),
9072         (add_element_stream), (no_more_pads_full), (no_more_pads),
9073         (source_no_more_pads), (new_decoded_pad), (array_has_value),
9074         (gen_source_element), (has_all_raw_caps), (analyse_source),
9075         (remove_decoders), (make_decoder), (remove_source),
9076         (source_new_pad), (setup_source), (decoder_query_init),
9077         (decoder_query_duration_fold), (decoder_query_duration_done),
9078         (decoder_query_position_fold), (decoder_query_position_done),
9079         (decoder_query_latency_fold), (decoder_query_latency_done),
9080         (decoder_query_seeking_fold), (decoder_query_seeking_done),
9081         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
9082         (gst_uri_decode_bin_change_state), (plugin_init):
9083         New element that intergrates a source, optional buffering element and
9084         decodebin.
9085
9086 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9087
9088         * configure.ac:
9089           Bump libtheora requirement to 1.0alpha5 for the pixformat check
9090           (also has a .pc file, so we don't need the fallback check any
9091           longer). Fixes #438840.
9092
9093 2007-05-17  Wim Taymans  <wim@fluendo.com>
9094
9095         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9096         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9097         (apply_segment), (apply_buffer), (update_buffering),
9098         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9099         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9100         (gst_queue_handle_sink_event), (gst_queue_is_filled),
9101         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9102         (plugin_init):
9103         fix build.
9104
9105 2007-05-17  Wim Taymans  <wim@fluendo.com>
9106
9107         * gst/playback/Makefile.am:
9108         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9109         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9110         (gst_queue_getcaps), (gst_queue_bufferalloc),
9111         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9112         (apply_buffer), (update_buffering), (reset_rate_timer),
9113         (update_rates), (gst_queue_locked_flush),
9114         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9115         (gst_queue_handle_sink_event), (gst_queue_is_empty),
9116         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9117         (gst_queue_loop), (gst_queue_handle_src_event),
9118         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9119         (gst_queue_src_activate_push), (gst_queue_change_state),
9120         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9121         On our way to playbin2 this is the new network queue that does buffering
9122         all by itself using high and low watermarks. It can also measure up and
9123         downstream bandwidth to optimally size the queue.
9124
9125 2007-05-17  Michael Smith <msmith@fluendo.com>
9126
9127         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9128         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9129           Use the segment->last_stop value to calculate the next timestamp to
9130           generate after a seek; not the segment->start value.
9131
9132 2007-05-15  David Schleef  <ds@schleef.org>
9133
9134         * docs/Makefile.am: Install docs even when --disable-gtk-doc
9135           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
9136
9137 2007-05-15  Wim Taymans  <wim@fluendo.com>
9138
9139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9140         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9141         Some more chained streaming ogg timestamp fixes.
9142
9143 2007-05-15  Wim Taymans  <wim@fluendo.com>
9144
9145         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9146         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9147         (gst_ogg_demux_handle_page):
9148         Add some FIXMEs.
9149         Fix chain start/stop segment handling based on patch by
9150         <ahalda at cs dot mcgill dot ca> see #320984.
9151
9152 2007-05-15  Michael Smith <msmith@fluendo.com>
9153
9154         * configure.ac:
9155           We don't require a C++ compiler. So don't require one.
9156
9157 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9158
9159         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9160           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9161           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9162           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9163           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9164           gst_alsa_mixer_update_track):
9165           Apply some of the cleanup Tim suggested in #152864 afterwards.
9166
9167 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9168
9169         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9170
9171         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9172           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9173           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9174           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9175           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9176           gst_alsa_mixer_handle_source_callback,
9177           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9178           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9179           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9180           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9181           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9182           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9183         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9184         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9185           gst_alsa_mixer_element_interface_supported,
9186           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9187           gst_alsa_mixer_element_set_property,
9188           gst_alsa_mixer_element_get_property,
9189           gst_alsa_mixer_element_change_state):
9190         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9191         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9192           gst_mixer_option_changed):
9193         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9194           volume_changed, option_changed, _gst_reserved):
9195           Implement notification for alsamixer. Fixes #152864
9196
9197 2007-05-14  David Schleef  <ds@schleef.org>
9198
9199         * gst/videotestsrc/videotestsrc.c:
9200         * gst/videotestsrc/videotestsrc.h:
9201           Add support for video/x-raw-bayer.
9202
9203 2007-05-12  David Schleef  <ds@schleef.org>
9204
9205         * sys/xvimage/xvimagesink.c:
9206           Add some sanity checking for the XVImage size returned by X.
9207           Related to #377400.
9208
9209 2007-05-12  Wim Taymans  <wim@fluendo.com>
9210
9211         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9212         (gst_base_rtp_depayload_setcaps),
9213         (gst_base_rtp_depayload_set_gst_timestamp):
9214         Parse and use additional caps fields as described in updated
9215         application/x-rtp caps spec.
9216
9217 2007-05-12  Wim Taymans  <wim@fluendo.com>
9218
9219         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9220         (gst_ogg_demux_collect_chain_info):
9221         If there is a stream in a chain without any data packets, ignore the
9222         stream in the total length calculations. Might be related to #436820.
9223
9224 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9225
9226         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9227         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9228         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9229         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9230         (plugin_init):
9231
9232         Consolidate and re-work our mpeg system stream detection to probe
9233         more packets and produce a higher confidence result. Fixes a
9234         regression caused by lowering the typefind probability last year
9235         - related to bug #397810. Remove the redundant MPEG-1 specific 
9236         typefind function, as the new one detects both MPEG-1 & MPEG-2
9237         happily.
9238
9239         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9240         little. 
9241
9242         Tested against my media test directory, with some improvements and
9243         no regressions.
9244
9245 2007-05-10  Wim Taymans  <wim@fluendo.com>
9246
9247         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9248         (queue_out_of_data):
9249         Connect to the new queue "pushing" signal instead of the broken
9250         "running" one.
9251
9252 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9253
9254         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9255         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9256         Move variable declaration before the first instruction.
9257         * gst/videotestsrc/videotestsrc.c:
9258         Define M_PI if it's not defined yet.
9259         * win32/common/libgstrtp.def:
9260         Add new exported functions.
9261
9262 2007-05-09  Michael Smith <msmith@fluendo.com>
9263
9264         * ext/theora/theoradec.c: (theora_handle_type_packet):
9265           gst_pad_push_event() does not return a GstFlowReturn!
9266
9267 2007-05-09  Wim Taymans  <wim@fluendo.com>
9268
9269         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9270         * tests/examples/seek/seek.c: (do_seek):
9271         Some small cosmetic changes.
9272
9273 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9274
9275         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9276           gst_adder_change_state):
9277         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9278           segment_pending, segment_position, segment_rate):
9279           Handle playback-rate on adder.
9280
9281 2007-05-07  Michael Smith <msmith@fluendo.com>
9282
9283         * ext/theora/gsttheoradec.h:
9284         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9285         (theora_dec_sink_event), (theora_handle_comment_packet),
9286         (theora_handle_type_packet), (theora_dec_change_state):
9287           Don't push events (newsegment, tags) before initialising the
9288           decoder.
9289           This is neccesary for seeking to work correctly in gnonlin.
9290
9291 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9292
9293         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9294         * gst/adder/gstadder.c:
9295         * gst/audiotestsrc/gstaudiotestsrc.c
9296           (gst_audio_test_src_create_white_noise):
9297         * gst/videotestsrc/gstvideotestsrc.c:
9298         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9299           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9300           volume_sink_template, volume_src_template, gst_volume_init,
9301           volume_process_double, volume_process_int16,
9302           volume_process_int16_clamp):
9303           Doc fixes and formatting.
9304
9305 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9306
9307         * tests/check/Makefile.am:
9308         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9309           Minimal check for volume's GstController usability; also another
9310           test for #422295.
9311
9312 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9313
9314         * gst-libs/gst/cdda/gstcddabasesrc.c:
9315         (gst_cdda_base_src_add_track):
9316           Fix it so that it (a) makes sense and (b) doesn't break
9317           everything cdda-related including the unit test.
9318
9319 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9320
9321         * gst-libs/gst/cdda/gstcddabasesrc.c:
9322         (gst_cdda_base_src_add_track):
9323           Fix build when disabling asserts.
9324
9325 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9326
9327         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9328           When XShm is not available, we might get row strides that are not
9329           rounded up to multiples of four; this is bad, because virtually
9330           every RGB-processing element in GStreamer assumes rowstrides are
9331           rounded up to multiples of four, so let's allocate at least enough
9332           memory to avoid crashes in this case. The image will still be
9333           displayed distorted though if this happens, so that still needs
9334           fixing (maybe by allocating a bigger image with an 'even' width
9335           and then clipping it appropriately when rendering - something for
9336           Xlib aficionados in any case).
9337
9338 2007-05-03  Michael Smith <msmith@fluendo.com>
9339
9340         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9341           If a buffer doesn't have a timestamp, assume it's contiguous with
9342           the previous buffer, and synthesise timestamps appropriately.
9343
9344 2007-05-03  Edward Hervey  <edward@fluendo.com>
9345
9346         * tests/check/elements/videorate.c: (GST_START_TEST):
9347         Set buffer timestamp to a valid value in order to test the buffer
9348         really does stay in videorate.
9349
9350 2007-05-03  Edward Hervey  <edward@fluendo.com>
9351
9352         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9353         There is no sensible way to handle incoming buffers which don't have a
9354         valid timestamp. We therefore discard them and wait for the next one.
9355
9356 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9357
9358         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9359         * gst/playback/gstdecodebin2.c: (plugin_init):
9360           Better error message for text files.
9361
9362 2007-04-29  Wim Taymans  <wim@fluendo.com>
9363
9364         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9365         Fix offset bug in generation RR packets.
9366
9367 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9368
9369         * ext/theora/theoradec.c: (_theora_granule_time),
9370         (theora_dec_push_forward), (theora_handle_data_packet),
9371         (theora_dec_decode_buffer): Calculate buffer duration correctly
9372         to generate a perfect stream (#433888).
9373         * gst/audioresample/gstaudioresample.c:
9374         (audioresample_check_discont): Glib provides ABS.
9375
9376 2007-04-27  Wim Taymans  <wim@fluendo.com>
9377
9378         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9379         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9380         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9381         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9382         (gst_rtcp_packet_bye_set_reason):
9383         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9384         Fix RB block parsing and writing.
9385         Add support for constructing BYE packets.
9386
9387 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9388
9389         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9390         (gst_base_audio_src_create):
9391         * po/POTFILES.in:
9392           When posting a warning message because samples were dropped, post
9393           something more intelligible than he default error message for clock
9394           errors which is just confusing in this context (#432984).
9395
9396 2007-04-25  Wim Taymans  <wim@fluendo.com>
9397
9398         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9399         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9400         (read_packet_header), (gst_rtcp_packet_move_to_next),
9401         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9402         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9403         (gst_rtcp_packet_sdes_get_item_count),
9404         (gst_rtcp_packet_sdes_first_item),
9405         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9406         (gst_rtcp_packet_sdes_first_entry),
9407         (gst_rtcp_packet_sdes_next_entry),
9408         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9409         (gst_rtcp_packet_sdes_add_entry):
9410         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9411         Implement code to write SR, RR and SDES packets.
9412
9413 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9414
9415         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9416
9417         * sys/ximage/ximagesink.c:
9418           Fix build if XShm is not available (#432362).
9419
9420 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9421
9422         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9423         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9424         pointers to random memory which are passed to g_free() when
9425         audio_convert_prepare_context() is called the first time.
9426
9427 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9428
9429         Patch by: Dan Williams <dcbw redhat com>
9430
9431         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9432           Don't leak incoming buffer if gst_pad_push() returns a
9433           non-OK flow. Fixes #432755.
9434          
9435         * tests/check/elements/videorate.c: (GST_START_TEST),
9436         (videorate_suite):
9437           Unit test for the above by Yours Truly.
9438
9439 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9440
9441         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9442         (gst_adder_sink_event), (gst_adder_collected):
9443           Fix non-flushing segmented seeks, Fixes #340060 for me
9444
9445 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9446
9447         Patch by: Olivier Crete  <tester at tester ca>
9448
9449         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9450         (gst_base_rtp_audio_payload_class_init),
9451         (gst_base_rtp_audio_payload_init),
9452         (gst_base_rtp_audio_payload_dispose):
9453           Chain up to parent class in dispose function; get rid of
9454           unnecessary 'diposed' flag in private structure (#415001).
9455
9456 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9457
9458         * docs/libs/gst-plugins-base-libs.types:
9459         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9460         (gst_base_rtp_audio_payload_class_init):
9461         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9462         * gst-libs/gst/rtp/gstbasertppayload.c:
9463           Some minor docs fixes and additions; also add missing 'Since' bits.
9464
9465 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9466
9467         Patch by: Zeeshan Ali  <zeenix gmail com>
9468
9469         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9470         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9471         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9472         (gst_base_rtp_audio_payload_push):
9473         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9474           The recently-added gst_base_rtp_audio_payload_push() should take an
9475           object of type GstBaseRTPAudioPayload as first argument (#431672).
9476
9477 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9478
9479         * gst/audioresample/gstaudioresample.c:
9480           Make more functions static, just because we can.
9481
9482 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9483
9484         * tests/check/elements/audioresample.c:
9485           Add unit test for audioresample shutdown crasher (#420106).
9486
9487 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9488
9489         * gst/subparse/gstsubparse.c:
9490         * gst/subparse/samiparse.c:
9491           Use GST_DISABLE_XML here
9492
9493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9494         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9495         (gst_xvimagesink_buffer_alloc),
9496         (gst_xvimagesink_navigation_send_event):
9497         * sys/xvimage/xvimagesink.h:
9498           Include stdlib.h when using atoi.
9499           
9500         * tests/check/elements/playbin.c: (playbin_suite):
9501           Use GST_DISABLE_REGISTRY here
9502
9503 2007-04-19  Michael Smith  <msmith@fluendo.com>
9504
9505         * ext/theora/gsttheoraenc.h:
9506         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9507         (theora_enc_sink_event), (theora_enc_change_state):
9508           Track initialisation state; don't try to use encoder state if we're
9509           not initialised (it'll segfault).
9510
9511 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9512
9513         * tests/check/pipelines/.cvsignore:
9514         Fix build.
9515
9516 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9517
9518         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9519         Allow random depths between 1 and 32 instead of only multiplies of 8.
9520
9521 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9522
9523         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9524         Set the maximum number of channels for PCM and float in the correct
9525         place to have it also used when creating the template caps.
9526
9527 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9528
9529         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9530         Correctly support 4, 6 and 8 channels with normal PCM and float
9531         wav files.
9532
9533         Fix the depth and signedness calculation in extensible wav files and
9534         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9535         mask is found.
9536
9537         Add support for float, alaw and mulaw in extensible wav files.
9538
9539         This allows correct playback of all but 5 files from
9540         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9541         
9542         (gst_riff_create_audio_template_caps):
9543         Add voxware and float formats to the template caps.     
9544
9545 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9546
9547         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9548
9549         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9550         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9551
9552         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9553         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9554         Use the correct format strings for integer formats.
9555
9556 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9557
9558         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9559           Don't use pad_alloc_buffer_and_set_caps to create a small header
9560           packet, or, worse, to create a big temporary video buffer using the
9561           src pad.
9562
9563 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9564
9565         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9566         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9567           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9568           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9569
9570 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9571
9572         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9573           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9574           streamheader_suite):
9575           Add another test set up for failure
9576
9577 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9578
9579         * tests/check/Makefile.am:
9580         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9581           GST_START_TEST, streamheader_suite, main):
9582           Add a test for the streamheader bug Wim fixed.
9583
9584 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9585
9586         * ext/theora/theoradec.c: (theora_dec_sink_event):
9587         Fix misleading comment.
9588
9589 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9590
9591         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9592           More sanity checks for the header fields.
9593
9594 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9595
9596         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9597           Try encodings from all environment variables, not just those in the
9598           first environment variable that is set.
9599
9600 2007-04-12  Wim Taymans  <wim@fluendo.com>
9601
9602         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9603         (gst_video_rate_chain):
9604         Add some debug.
9605
9606         * tests/check/elements/videorate.c: (GST_START_TEST),
9607         (videorate_suite):
9608         Added check for videorate changing caps handling. Closes #421834.
9609
9610 2007-04-12  Michael Smith  <msmith@fluendo.com>
9611
9612         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9613           Use scale functions to avoid overflow when calculating duration of 
9614           vorbis buffers.
9615
9616 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9617
9618         * docs/libs/gst-plugins-base-libs-sections.txt:
9619         * gst-libs/gst/tag/tag.h:
9620         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9621           API: add gst_tag_freeform_string_to_utf8() (#405072).
9622
9623         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9624           Use gst_tag_freeform_string_to_utf8() here.
9625
9626 2007-04-12  Wim Taymans  <wim@fluendo.com>
9627
9628         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9629         (gst_gdp_pay_sink_event):
9630         Make sure we set the IN_CAPS flag correctly.
9631
9632         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9633         Get the IN_CAPS flag before we call functions that mess with the flags.
9634
9635 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9636
9637         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9638           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9639           Only stamp buffers with offset/offset_end right before they get
9640           pushed.  This ensures offset continuity, which was not the case
9641           before as shown by
9642           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9643
9644 2007-04-06  Wim Taymans  <wim@fluendo.com>
9645
9646         * gst/playback/gstplaybin.c: (add_sink),
9647         (gst_play_bin_change_state):
9648         Activate sync in playbin, we are ready to handle it for live streams.
9649
9650 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9651
9652         * tests/check/elements/playbin.c:
9653         (test_sink_usage_video_only_stream), (playbin_suite):
9654           Add small test for stream-info-value-array code paths.
9655
9656 2007-04-05  Wim Taymans  <wim@fluendo.com>
9657
9658         * gst-libs/gst/audio/gstbaseaudiosink.c:
9659         (gst_base_audio_sink_skew_slaving):
9660         Don't try to create invalid calibration parameters by making the
9661         internal time go backwards, instead make external time go forward.
9662
9663 2007-04-05  Wim Taymans  <wim@fluendo.com>
9664
9665         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9666
9667         * gst/playback/gstplaybasebin.c: (add_stream):
9668         Fix leak in add_stream(), when g_value_set_object() increases the
9669         refcount of streaminfo object. Fixes #426250.
9670
9671 2007-04-03  David Schleef  <ds@schleef.org>
9672
9673         * gst/videotestsrc/gstvideotestsrc.c:
9674         * gst/videotestsrc/gstvideotestsrc.h:
9675         * gst/videotestsrc/videotestsrc.c:
9676         * gst/videotestsrc/videotestsrc.h:
9677           Add a test pattern called "circular", which has concentric
9678           rings with varying radial frequency.  The main purpose of this
9679           pattern is to test fidelity loss in a filter or scaler element.
9680           Notably, this pattern is scale invariant, and is optimally viewed
9681           with a width (and height) of 400.
9682
9683 2007-04-03  Wim Taymans  <wim@fluendo.com>
9684
9685         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9686
9687         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9688         (deactivate_free_recursive):
9689         Decodebin2 doesn't unref pads it obtains in some occasions:
9690         - multiqueue src pads, when either connecting further or exposing
9691         - sink pads of new autoplugged elements
9692         - peer pads when recursively freeing elements
9693         Fixes #425455.
9694
9695 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9696
9697         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9698         Add audio/x-raw-float support, now that audioconvert support
9699         non-native endianness floats.
9700
9701 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9702
9703         * docs/libs/gst-plugins-base-libs-docs.sgml:
9704           gstreamer-plugins-base.pc doesn't exist, it's
9705           gstreamer-plugins-base-0.10.pc.
9706
9707 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9708
9709         Patch by: René Stadler <mail at renestadler dot de>
9710         with some minor changes
9711
9712         * gst-libs/gst/floatcast/floatcast.h:
9713         Use more efficient float endianness conversion functions that don't
9714         involve 2 function calls per value.
9715         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9716         (check_default), (audio_convert_prepare_context):
9717         * gst/audioconvert/gstaudioconvert.c:
9718         (gst_audio_convert_parse_caps), (make_lossless_changes):
9719         Support non-native endianness floats as input and output.
9720         Fixes #339838.
9721         * tests/check/elements/audioconvert.c: (verify_convert),
9722         (GST_START_TEST):
9723         Add unit tests for the non-native endianness float conversions.
9724
9725 2007-03-29  Wim Taymans  <wim@fluendo.com>
9726
9727         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9728         (gst_base_rtp_depayload_base_init),
9729         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9730         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9731         (gst_base_rtp_depayload_set_gst_timestamp),
9732         (gst_base_rtp_depayload_change_state),
9733         (gst_base_rtp_depayload_set_property),
9734         (gst_base_rtp_depayload_get_property):
9735         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9736         Add Private structure.
9737         Bring element code to 2007.
9738         Parse clock-base caps param and use it when generating the
9739         newsegment.
9740         Reset variables before going to PAUSED.
9741         Fix some docs.
9742
9743 2007-03-29  Wim Taymans  <wim@fluendo.com>
9744
9745         * docs/libs/gst-plugins-base-libs-docs.sgml:
9746         * docs/libs/gst-plugins-base-libs-sections.txt:
9747         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9748         (gst_base_rtp_audio_payload_get_adapter):
9749         Add RTCP docs.
9750         Fix some more docs.
9751
9752         * gst-libs/gst/rtp/Makefile.am:
9753         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9754         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9755         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9756         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9757         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9758         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9759         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9760         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9761         (gst_rtcp_packet_sr_get_sender_info),
9762         (gst_rtcp_packet_sr_set_sender_info),
9763         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9764         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9765         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9766         (gst_rtcp_packet_sdes_get_chunk_count),
9767         (gst_rtcp_packet_sdes_first_chunk),
9768         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9769         (gst_rtcp_packet_sdes_first_item),
9770         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9771         (gst_rtcp_packet_bye_get_ssrc_count),
9772         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9773         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9774         (gst_rtcp_packet_bye_get_reason_len),
9775         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9776         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9777         Add new helper object for parsing and creating RTCP messages.
9778
9779 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9780
9781         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9782         PCM samples with width=8 must be always unsigned, no matter what
9783         depth they have.
9784
9785 2007-03-29  Andy Wingo  <wingo@pobox.com>
9786
9787         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9788         perfect offsets also, not just timestamps.
9789
9790         * tests/check/elements/videorate.c (test_more): Test that given
9791         any incoming offsets, that videorate produces perfect offsets.
9792
9793 2007-03-29  Wim Taymans  <wim@fluendo.com>
9794
9795         * gst-libs/gst/riff/riff-ids.h:
9796         Add some more RIFF formats.
9797
9798 2007-03-29  Wim Taymans  <wim@fluendo.com>
9799
9800         * gst-libs/gst/rtp/gstrtpbuffer.c:
9801         (gst_rtp_buffer_default_clock_rate):
9802         * gst-libs/gst/rtp/gstrtpbuffer.h:
9803         Fix fixed payload names and docs.
9804         Added method to get the default clock rates of fixed payload types.
9805         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9806
9807 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9808
9809         * tests/check/pipelines/.cvsignore:
9810         Add new vorbisdec test to cvsignore.
9811
9812 2007-03-28  Wim Taymans  <wim@fluendo.com>
9813
9814         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9815         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9816         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9817         (gst_base_audio_sink_set_property),
9818         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9819         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9820         (gst_base_audio_sink_skew_slaving),
9821         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9822         (gst_base_audio_sink_async_play):
9823         * gst-libs/gst/audio/gstbaseaudiosink.h:
9824         Store private stuff in GstBaseAudioSinkPrivate.
9825         Add configurable clock slaving modes property.
9826         API:: GstBaseAudioSink::slave-method property
9827         Some more latency reporting tweaks.
9828         Added skew based clock slaving correction and make it the default until
9829         the resampling method is more robust.
9830
9831 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9832
9833         * gst/audioconvert/audioconvert.c:
9834         Add docs to the integer pack functions and implement proper
9835         rounding. Before we had rounding towards negative infinity, i.e.
9836         always the smaller number was taken. Now we use natural rounding,
9837         i.e. rounding to the nearest integer and to the one with the largest
9838         absolute value for X.5. The old rounding introduced some minor
9839         distortions. Fixes #420079
9840         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9841         Fix one unit test that assumed the old rounding and added unit tests
9842         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9843         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9844         rounding from signed int32 to signed/unsigned int16.
9845
9846 2007-03-27  Michael Smith  <msmith@fluendo.com>
9847
9848         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9849         (gst_audio_convert_transform_caps):
9850           Fix typo in debug line introduced recently, as pointed out on irc.
9851
9852 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9853
9854         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9855         * tests/check/libs/tag.c: (GST_START_TEST):
9856           Make sure we parse floating-point numbers in vorbis comments
9857           correctly with either '.' or ',' as separator, no matter what
9858           the current locale is. Add unit test for this too.
9859
9860 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9861
9862         Patch by: René Stadler  <mail at renestadler de>
9863
9864         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9865           When writing out floating-point numbers to vorbis comment tags, always
9866           use the same character as separator no matter what the current locale is
9867           (fixes #423051).
9868
9869         * tests/check/libs/tag.c: (GST_START_TEST):
9870           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9871
9872 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9873
9874         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9875           vorbis_handle_data_packet):
9876           Correctly set DURATION to generate a timestamp-continuous stream.
9877           One bug left at the end; see
9878           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9879         * tests/check/Makefile.am:
9880         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9881           Add a test to check this.  Without the above patch this test fails.
9882
9883 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9884
9885         * gst-libs/gst/rtp/Makefile.am:
9886         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9887
9888 2007-03-23  Michael Smith  <msmith@fluendo.com>
9889
9890         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9891         (gst_video_rate_reset), (gst_video_rate_chain):
9892           If videorate changes caps, we can no longer use the old buffer
9893           (which may have a different size, incompatible with our caps).
9894           So don't do that; just duplicate the new frame more times.
9895
9896 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9897
9898         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9899         Remove playbin's override of the set_clock vmethod. It's irrelevant
9900         after Wim's commit on the 19th.
9901
9902 2007-03-22  Wim Taymans  <wim@fluendo.com>
9903
9904         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9905         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9906         * ext/gnomevfs/gstgnomevfssrc.h:
9907         Don't cache file sizes. Fixes #341078.
9908
9909 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9910
9911         * gst/playback/gstplaybin.c: (add_sink):
9912           Use GST_PTR_FORMAT to log caps. 
9913
9914 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9915
9916         Patch by: Young-Ho Cha <ganadist at chollian net>
9917
9918         * gst/subparse/samiparse.c: (handle_start_font):
9919           Special-case some more colour names that pango doesn't handle by
9920           default. Fixes #420578.
9921
9922 2007-03-20  Michael Smith  <msmith@fluendo.com>
9923
9924         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9925           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9926           that marks EOS internally. After that, libvorbis will buffer all
9927           input data, and encode none of it, eventually leading to memory
9928           exhaustion.
9929
9930 2007-03-19  Wim Taymans  <wim@fluendo.com>
9931
9932         * gst/playback/gstdecodebin.c: (remove_fakesink):
9933         Don't post STATE_DIRTY anymore.
9934
9935         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9936         (gst_play_bin_change_state):
9937         Remove stream_time reset in seek handling, core does that now.
9938         Disable clocking for live pipelines by forcing a NULL clock to the
9939         complete pipeline, core is too smart now for our previous hack.
9940         We can always autoplug in PAUSED now.
9941
9942 2007-03-17  David Schleef  <ds@schleef.org>
9943
9944         * REQUIREMENTS:  Update this file, change the formatting to make
9945         it more consistent, plus more machine readable.
9946
9947 2007-03-16  Michael Smith  <msmith@fluendo.com>
9948
9949         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9950         (strip_width_64), (append_with_other_format):
9951           Previous fix was too simplistic, and broke the tests. Use a better
9952           approach; only strip 64 from widths for integer audio.
9953
9954 2007-03-16  Michael Smith  <msmith@fluendo.com>
9955
9956         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9957         (gst_audio_convert_transform_caps):
9958           We don't support 64 bit integer audio, so don't try to claim we can.
9959           Stops us producing caps don't match our template caps.
9960           Update comments.
9961
9962 2007-03-15  Michael Smith  <msmith@fluendo.com>
9963
9964         * gst/audioresample/gstaudioresample.c:
9965         (audioresample_check_discont), (audioresample_transform):
9966           Don't trigger discontinuities for very small imperfections; a filter
9967           flush will sound bad, and many plugins have rounding errors leading
9968           to these.
9969
9970 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9971
9972         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9973
9974         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9975         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9976         API: add "min-ptime" property to RTP base audio payloader.
9977         API: add gst_base_rtp_audio_payload_push().
9978         API: add gst_base_rtp_audio_payload_get_adapter().
9979         Fixes #415001
9980         Indentation/whitespace/documentation fixes.
9981
9982 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9983
9984         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9985         (audioresample_transform_size), (audioresample_do_output),
9986         (audioresample_transform), (audioresample_pushthrough): Handle
9987         discontinuous streams.
9988         * gst/audioresample/gstaudioresample.h:
9989         * tests/check/elements/audioresample.c:
9990         (test_discont_stream_instance), (GST_START_TEST),
9991         (audioresample_suite): Add a test for discontinuous streams.
9992         * win32/common/config.h: Updated.
9993
9994 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9995
9996         * po/af.po:
9997         * po/az.po:
9998         * po/cs.po:
9999         * po/en_GB.po:
10000         * po/it.po:
10001         * po/nb.po:
10002         * po/nl.po:
10003         * po/or.po:
10004         * po/sq.po:
10005         * po/sr.po:
10006         * po/sv.po:
10007         * po/uk.po:
10008         * po/vi.po:
10009           Update translations from translation project.
10010
10011 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10012
10013         * gst/audioresample/debug.h:
10014         * gst/audioresample/resample.c: (resample_init):
10015           Since I really am not interested in a debug line for each sample
10016           being processed, move the library's debugging to its own category,
10017           libaudioresample
10018
10019 2007-03-13  Michael Smith  <msmith@fluendo.com>
10020
10021         * ext/theora/theoradec.c: (theora_handle_type_packet):
10022           Since the plugin doesn't support anything other than 4:2:0 right
10023           now, post an error and fail if we get something else. Won't matter
10024           until libtheora supports the other pixel formats, but hopefully
10025           that'll be soon...
10026
10027 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10028
10029         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
10030         Use gst_guint64_to_gdouble for conversion.
10031         * win32/MANIFEST:
10032         Add new files to the win32 MANIFEST.
10033         * win32/common/libgstaudio.def:
10034         * win32/common/libgstpbutils.def:
10035         Add new exported functions.
10036         * win32/vs6/gst_plugins_base.dsw:
10037         * win32/vs6/libgstdecodebin.dsp:
10038         * win32/vs6/libgstplaybin.dsp:
10039         Change the link to libgstpbutils.lib.
10040         * win32/vs6/libgstdecodebin2.dsp:
10041         Add a new project for decodebin2.
10042         * win32/vs6/libgstpbutils.dsp:
10043         Add a new project for pbutils.
10044
10045 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10046
10047         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10048           Also accept partial dates with only year and month,
10049           like 1999-12-00 (fixes #410396 even more).
10050
10051         * tests/check/libs/tag.c: (GST_START_TEST):
10052           Add unit test for the above.
10053
10054 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10055
10056         * tests/check/elements/subparse.c: (GST_START_TEST),
10057         (subparse_suite):
10058           Add unit test for MPL2 subtitle format (#413799).
10059
10060 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10061
10062         Patch by: Kamil Pawlowski  <kamilpe gmail com>
10063
10064         * gst/subparse/Makefile.am:
10065         * gst/subparse/gstsubparse.c:
10066         (gst_sub_parse_data_format_autodetect),
10067         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
10068         (gst_subparse_type_find):
10069         * gst/subparse/gstsubparse.h:
10070         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
10071         * gst/subparse/mpl2parse.h:
10072           Add support for MPL2 subtitle format (#413799).
10073
10074 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10075
10076         * configure.ac:
10077           We require core CVS for the new buffer metadata copy functions.
10078
10079 2007-03-09  Wim Taymans  <wim@fluendo.com>
10080
10081         * gst-libs/gst/tag/gstid3tag.c:
10082         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10083         Fixes #414496.
10084
10085         Patch by: Alex Lancaster <alexl at users sourceforge net>
10086
10087 2007-03-09  Wim Taymans  <wim@fluendo.com>
10088
10089         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10090         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
10091         Improve adapter usage and comments.
10092
10093 2007-03-09  Wim Taymans  <wim@fluendo.com>
10094
10095         * ext/pango/gsttextrender.c: (gst_text_render_chain):
10096         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10097         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10098         Use new metadata copy function.
10099
10100         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10101         (gst_ffmpegcsp_transform):
10102         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10103         Basetransform copied the metadata for us.
10104
10105 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10106
10107         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10108         (gst_text_overlay_video_event):
10109           Some more logging. Only accept newsegment events in TIME format and
10110           send a WARNING message if they are not in TIME format.
10111
10112         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10113         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10114         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10115         * gst/subparse/gstsubparse.h:
10116           No need to allocate GstSegment structure dynamically, just put it
10117           into the instance structure; ignore newsegment events in BYTE
10118           format and in particular don't let it overwrite our saved TIME
10119           segment from the last seek.
10120
10121 2007-03-09  Michael Smith  <msmith@fluendo.com>
10122
10123         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10124           Replace AC3 typefinder with one that isn't terrible, and actually
10125           works usefully.
10126
10127 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10128
10129         * gst/audioconvert/gstaudioconvert.c:
10130         (gst_audio_convert_transform):
10131           fix error category and translatable string
10132           
10133
10134 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10135
10136         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10137         * pkgconfig/gstreamer-plugins-base.pc.in:
10138           Fix up utils => pbutils here too.
10139
10140 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10141
10142         * gst/subparse/gstsubparse.c: (handle_buffer):
10143           Break out of loop in chain function as soon as possible if we get
10144           a non-OK flow return.
10145
10146 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10147
10148         * tests/check/elements/alsa.c: (GST_START_TEST):
10149         Unref the mixer if the state change fails too (if the
10150         alsa devices are inaccessible, for example)
10151
10152 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10153
10154         * tests/check/Makefile.am:
10155         Don't test libvisual elements in the states check, because libvisual
10156         seems to leak internally.
10157
10158         Re-enable the alsa and states tests now that there's new suppressions
10159         in gst.supp.
10160
10161         * tests/check/elements/alsa.c: (GST_START_TEST):
10162         Don't leak the alsamixer we instantiated.
10163
10164 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10165
10166         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10167         (gst_ximagesink_change_state), (gst_ximagesink_reset),
10168         (gst_ximagesink_finalize):
10169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10170         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10171         Move some cleanup stuff from the state change handler into a _reset()
10172         function that can be called from _finalize(). This ensures that things
10173         get freed even if (for some reason) the NULL->READY state transition
10174         fails in the parent class.
10175         Even if a parent state change fails, process our downward state change
10176         logic instead of bailing out early.
10177         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10178
10179 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10180
10181         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10182         Extra log line.
10183
10184         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10185         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10186         Use pango_font_description_set_family_static instead of 
10187         pango_font_description_set_family to save a string copy (it was
10188         leaking due to the strdup anyway)
10189
10190         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10191         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10192         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10193         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10194         Chain up in finalize.
10195
10196 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10197
10198         * gst-libs/gst/interfaces/mixertrack.c:
10199         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10200         (gst_mixer_track_set_property):
10201           API: add "untranslated-label" property which should be set by
10202           implementations at construct time (#414645).
10203
10204         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10205         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10206           Set "untranslated-label" when constructing mixer track objects.
10207
10208         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10209           Unit test to check the above.
10210
10211 2007-03-07  Wim Taymans  <wim@fluendo.com>
10212
10213         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10214         Fix confusing debug message.
10215
10216 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10217
10218         * gst-plugins-base.doap:
10219         update doap file with new version
10220
10221 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10222
10223         * configure.ac:
10224         Back to CVS
10225
10226 === release 0.10.12 ===
10227
10228 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10229
10230         * configure.ac:
10231           releasing 0.10.12, "Zombie Horde"
10232
10233 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10234
10235         * configure.ac:
10236         Bump version to 0.10.11.4 pre-release
10237
10238 2007-03-06  Wim Taymans  <wim@fluendo.com>
10239
10240         * gst-libs/gst/audio/gstbaseaudiosink.c:
10241         (gst_base_audio_sink_async_play):
10242         Fix regression that made GStreamer skip the first samples of audio.
10243         Fixes #414684.
10244
10245 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10246
10247         * configure.ac:
10248         Bump version to 0.10.11.3 pre-release
10249
10250 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10251
10252         * po/POTFILES.in:
10253           Update paths for the rename from utils to pbutils to fix the build.
10254
10255 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10256
10257         * gst-libs/gst/pbutils/Makefile.am:
10258           Change directory to install headers in from gst/utils to gst/pbutils
10259           as well.
10260
10261 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10262
10263         * configure.ac:
10264         * docs/libs/gst-plugins-base-libs-docs.sgml:
10265         * docs/libs/gst-plugins-base-libs-sections.txt:
10266         * gst-libs/gst/Makefile.am:
10267         * gst-libs/gst/interfaces/mixer.c:
10268         * gst-libs/gst/pbutils/Makefile.am:
10269         * gst-libs/gst/pbutils/descriptions.c:
10270         (gst_pb_utils_get_source_description),
10271         (gst_pb_utils_get_sink_description),
10272         (gst_pb_utils_get_decoder_description),
10273         (gst_pb_utils_get_encoder_description),
10274         (gst_pb_utils_get_element_description),
10275         (gst_pb_utils_add_codec_description_to_tag_list),
10276         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10277         * gst-libs/gst/pbutils/descriptions.h:
10278         * gst-libs/gst/pbutils/install-plugins.c:
10279         * gst-libs/gst/pbutils/install-plugins.h:
10280         * gst-libs/gst/pbutils/missing-plugins.c:
10281         (gst_missing_uri_source_message_new),
10282         (gst_missing_uri_sink_message_new),
10283         (gst_missing_element_message_new),
10284         (gst_missing_decoder_message_new),
10285         (gst_missing_encoder_message_new),
10286         (gst_missing_plugin_message_get_description):
10287         * gst-libs/gst/pbutils/missing-plugins.h:
10288         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10289         * gst-libs/gst/pbutils/pbutils.h:
10290         * gst-libs/gst/utils/Makefile.am:
10291         * gst-libs/gst/utils/base-utils.c:
10292         * gst-libs/gst/utils/base-utils.h:
10293         * gst-libs/gst/utils/descriptions.c:
10294         * gst-libs/gst/utils/descriptions.h:
10295         * gst-libs/gst/utils/install-plugins.c:
10296         * gst-libs/gst/utils/install-plugins.h:
10297         * gst-libs/gst/utils/missing-plugins.c:
10298         * gst-libs/gst/utils/missing-plugins.h:
10299         * gst-plugins-base.spec.in:
10300         * gst/playback/Makefile.am:
10301         * gst/playback/gstdecodebin.c:
10302         * gst/playback/gstdecodebin2.c:
10303         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10304         (gen_source_element):
10305         * gst/playback/gstplaybin.c: (plugin_init):
10306         * tests/check/Makefile.am:
10307         * tests/check/libs/pbutils.c: (GST_START_TEST),
10308         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10309         * tests/check/libs/utils.c:
10310           rename utils to pbutils
10311
10312 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10313
10314         * docs/plugins/Makefile.am:
10315         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10316         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10317         * docs/plugins/inspect/plugin-decodebin2.xml:
10318         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10319         Add documentation for decodebin2 that indicates that the API
10320         is still unstable.
10321
10322 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10323
10324         * configure.ac:
10325         Update to 0.10.11.2 (0.10.12 pre-release)
10326
10327 2007-03-01  Wim Taymans  <wim@fluendo.com>
10328
10329         * gst-libs/gst/audio/gstbaseaudiosink.c:
10330         (gst_base_audio_sink_async_play):
10331         base time is irrelevant here.
10332
10333 2007-03-01  Wim Taymans  <wim@fluendo.com>
10334
10335         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10336         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10337         Improve debugging.
10338
10339         * gst-libs/gst/audio/gstbaseaudiosink.c:
10340         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10341         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10342         Improve latency and clock slaving calculations.
10343         Improve slave clock calibration.
10344
10345         * gst-libs/gst/audio/gstringbuffer.c:
10346         (gst_ring_buffer_commit_full):
10347         When we are asked to render N sample to 0 bytes, return N.
10348
10349 2007-03-01  Wim Taymans  <wim@fluendo.com>
10350
10351         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10352         (gst_alsasink_write), (gst_alsasink_reset):
10353         * ext/alsa/gstalsasink.h:
10354         Remove unused dispose function.
10355         Rename lock to not interfere with alsasrc lock.
10356
10357         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10358         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10359         (gst_alsasrc_read), (gst_alsasrc_reset):
10360         * ext/alsa/gstalsasrc.h:
10361         Implement finalize function.
10362         Use lock to protect alsa access.
10363         Implement _reset.
10364         Fine tune sw params.
10365
10366 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10367
10368         * configure.ac:
10369           Convert to new AG_GST style.
10370
10371 2007-02-28  Wim Taymans  <wim@fluendo.com>
10372
10373         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10374
10375         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10376         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10377         Fix race condition when rapidly switching visualisations in playbin.
10378         Fixes #401029.
10379
10380 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10381
10382         * tests/check/Makefile.am:
10383         Include local stuff before system installed things in LDFLAGS and
10384         CFLAGS.
10385
10386 2007-02-28  Wim Taymans  <wim@fluendo.com>
10387
10388         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10389         Improve debugging.
10390
10391 2007-02-28  Wim Taymans  <wim@fluendo.com>
10392
10393         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10394         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10395         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10396         Fix duration and timestamping, taking latency into account.
10397         Implement latency query.
10398
10399 2007-02-28  Wim Taymans  <wim@fluendo.com>
10400
10401         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10402         (gst_audio_clock_new):
10403         Fix clock name.
10404
10405         * gst-libs/gst/audio/gstbaseaudiosink.c:
10406         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10407         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10408         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10409         (gst_base_audio_src_create):
10410         Improve latency query code.
10411         Use proper clock names.
10412
10413 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10414
10415         * tests/check/generic/states.c: (GST_START_TEST):
10416           Copy the states.c test from core again
10417         * tests/check/Makefile.am:
10418           ignore cdio and cdparanoiasrc
10419
10420 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10421
10422         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10423         (double_hq), (audio_convert_get_func_index), (check_default),
10424         (audio_convert_prepare_context), (audio_convert_convert):
10425           Also make valgrind happy and avoid copying data in some cases.
10426
10427 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10428
10429         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10430         (double_hq), (audio_convert_get_func_index),
10431         (audio_convert_prepare_context), (audio_convert_convert):
10432         * gst/audioconvert/gstaudioconvert.c:
10433         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10434         (gst_audio_convert_transform_caps):
10435         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10436         (audioconvert_suite):
10437           Don't run inplace if that overwrites source data as we go. Add more
10438           tests. Fixes #339837 even more.
10439
10440 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10441
10442         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10443         (msg_segment_done): Fix various seeking bugs (Slider was not
10444         updating when doing a non flushing seek, Reverse playback 
10445         on segment seek was wrong).
10446
10447 2007-02-26  Wim Taymans  <wim@fluendo.com>
10448
10449         * tests/examples/seek/seek.c: (stop_seek):
10450         When we stop scrubbing, don't leave the pipeline PLAYING when we
10451         requested a PAUSED state.
10452
10453 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10454
10455         Patch by: René Stadler <mail at renestadler de>
10456
10457         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10458           Parse date strings in vorbis comments that have an invalid (zero)
10459           month or day (#410396).
10460
10461         * tests/check/libs/tag.c: (GST_START_TEST):
10462           Test case for the above.
10463
10464 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10465
10466         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10467
10468         * configure.ac:
10469         * ext/alsa/Makefile.am:
10470         * gst/audiotestsrc/Makefile.am:
10471           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10472
10473 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10474
10475         * gst/playback/gstplaybin.c:
10476           Improve docs: point out that the application needs to assist playbin
10477           with buffering.
10478
10479 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10480
10481         * gst-libs/gst/utils/install-plugins.c:
10482         * gst-libs/gst/utils/missing-plugins.c:
10483         * tests/check/libs/utils.c: (missing_msg_check_getters):
10484           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10485           to just 'gstreamer'. Document the caps string component of the
10486           decoder/encoder detail a bit better, since not everyone will be
10487           familiar with the GStreamer media type/caps system (but they better
10488           enjoy nested itemized lists).
10489
10490 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10491
10492         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10493         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10494           Fix copying of GstNetBuffer (would crash before, or at least lead to
10495           invalid memory access, #410772), for now by copying the GstBuffer copy
10496           code from the core over here so we can copy the GstBuffer fields on a
10497           provided buffer instance (of type GstNetBuffer in this case). Would be
10498           better to fix this with some support by the core though (and in the long
10499           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10500
10501         * tests/check/Makefile.am:
10502           Enable unit test for GstNetBuffer.
10503
10504 2007-02-22  Andy Wingo  <wingo@pobox.com>
10505
10506         * gst-libs/gst/audio/gstbaseaudiosink.c
10507         (gst_base_audio_sink_init): Disable pull-mode activation until we
10508         figure out how to make audio sinks go to PLAYING.
10509
10510 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10511
10512         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10513         (double_hq), (audio_convert_get_func_index),
10514         (audio_convert_prepare_context), (audio_convert_convert):
10515         * gst/audioconvert/audioconvert.h:
10516         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10517         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10518         * gst/audioconvert/gstchannelmix.h:
10519         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10520           Add float as an intermediate format, as well as float mixing. Enable
10521           test that was failing before. Fixes #339837
10522
10523 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10524
10525         * tests/examples/seek/seek.c: (do_seek):
10526         Undo the previous commit: -1 as a stop time implies that the stop
10527         time is the end of file, clearing any previously configured segment.
10528
10529 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10530
10531         * tests/examples/seek/seek.c: (do_seek):
10532         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10533
10534 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10535
10536         * gst/volume/gstvolume.c: (volume_process_int16),
10537         (volume_process_int16_clamp), (volume_set_caps):
10538           Unbreak volume, value remains gint.
10539
10540 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10541
10542         * gst/volume/gstvolume.c: (volume_choose_func),
10543         (volume_update_real_volume), (gst_volume_set_volume),
10544         (gst_volume_init), (volume_process_double), (volume_process_float),
10545         (volume_process_int16), (volume_process_int16_clamp),
10546         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10547         * gst/volume/gstvolume.h:
10548           Extend float audio support (double) and some int->uint cleanups.
10549
10550 2007-02-20  Edward Hervey  <edward@fluendo.com>
10551
10552         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10553         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10554         (sort_end_pads), (gst_decode_group_expose),
10555         (gst_decode_group_hide):
10556         Don't free groups from the streaming threads. Just put them aside and
10557         free them in dispose.
10558
10559 2007-02-20  Edward Hervey  <edward@fluendo.com>
10560
10561         * gst/playback/gstdecodebin2.c: (connect_element),
10562         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10563         (sort_end_pads), (gst_decode_group_expose):
10564         Handle dynamic pads within groups.
10565         Sort pads before exposing them in order to make playbin happy.
10566         There still is a race with the multiqueue filling up. This should be
10567         solved separately.
10568         Fixes #398721
10569
10570 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10571
10572         * gst-libs/gst/utils/base-utils.c:
10573         * gst-libs/gst/utils/descriptions.c:
10574         * gst-libs/gst/utils/install-plugins.c:
10575         * gst-libs/gst/utils/missing-plugins.c:
10576           Some more docs (and descriptions for two subtitle formats).
10577
10578 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10579
10580         * gst-libs/gst/audio/audio.c:
10581           Fix documentation.
10582
10583 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10584
10585         Patch by: Yves Lefebvre  <ivanohe abacom com>
10586
10587         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10588           Don't leak caps. Fixes #408278.
10589
10590 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10591
10592         * ext/cdparanoia/gstcdparanoiasrc.h:
10593         * ext/ogg/gstoggdemux.h:
10594         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10595         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10596         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10597         * gst-libs/gst/audio/audio.h:
10598         * gst-libs/gst/audio/gstaudiofilter.h:
10599         * gst-libs/gst/interfaces/videoorientation.h:
10600         * gst/adder/gstadder.h:
10601           More docs coverage and some ChangeLog surgery (add missing names)
10602
10603 2007-02-15  Wim Taymans  <wim@fluendo.com>
10604
10605         * sys/ximage/ximagesink.c:
10606         (gst_ximagesink_calculate_pixel_aspect_ratio):
10607         * sys/xvimage/xvimagesink.c:
10608         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10609         Small constifications.
10610
10611 2007-02-15  Wim Taymans  <wim@fluendo.com>
10612
10613         * gst-libs/gst/audio/gstbaseaudiosink.c:
10614         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10615         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10616         (gst_base_audio_sink_async_play),
10617         (gst_base_audio_sink_change_state):
10618         Answer latency query.
10619         Use configured latency when syncing.
10620         Fix clock slaving.
10621
10622         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10623         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10624         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10625         Fix possible memleak.
10626         Implement latency query.
10627         Small cleanups.
10628
10629 2007-02-15  Wim Taymans  <wim@fluendo.com>
10630
10631         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10632         Ignore errors in reset, these are not fatal. They also grab the element
10633         lock which is already taking when this function is called. Fixes
10634         #405451.
10635
10636 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10637
10638         * configure.ac:
10639           Remove 'tests/examples/xerror/Makefile' from output files again.
10640
10641 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10642
10643         * configure.ac:
10644         * docs/plugins/Makefile.am:
10645           Also crossref against gst-plugins-base-libs.
10646
10647 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10648
10649         * configure.ac:
10650         * docs/libs/Makefile.am:
10651         * docs/plugins/Makefile.am:
10652           Add crossreferences to glib/gobject/gstream docs.
10653
10654         * gst-libs/gst/audio/audio.h:
10655           Source formatting.
10656
10657         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10658           Add own debug category.
10659
10660 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10661
10662         Patch by: René Stadler <mail at renestadler de>
10663
10664         * gst-libs/gst/tag/gstvorbistag.c:
10665           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10666           (#403597).
10667
10668 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10669
10670         * gst/playback/gstplaybasebin.c: (setup_source):
10671           When we have external subtitles and wait for the subtitle decodebin
10672           to get up and running, we set up a (sync) bus handler for the
10673           subtitle decodebin, so we can stop waiting when it posts an error
10674           message. However, we should do that before we set the subtitle
10675           decodebin's state to playing, otherwise things are racy and we might
10676           miss error messages posted before we had a chance to set up the bus.
10677           This should finally fix totem hanging on .txt pseudo-subtitle files.
10678           
10679 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10680
10681         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10682           Use gst_gdouble_to_guint64 for conversions.
10683         * win32/common/config.h.in:
10684           Add a define for GST_INSTALL_PLUGINS_HELPER
10685         * win32/common/libgstaudio.def:
10686         * win32/common/libgstcdda.def:
10687         * win32/common/libgstnetbuffer.def:
10688         * win32/common/libgstrtp.def:
10689         * win32/common/libgutils.def:
10690           Add new exported functions.
10691         * win32/vs6/gst_plugins_base.dsw:
10692         * win32/vs6/libgstdecodebin.dsp:
10693         * win32/vs6/libgstnetbuffer.dsp:
10694         * win32/vs6/libgstplaybin.dsp:
10695         * win32/vs6/libgstrtp.dsp:
10696         * win32/vs6/libgstvorbis.dsp:
10697         * win32/vs6/libgstcdda.dsp:
10698         * win32/vs6/libgstgdp.dsp:
10699         * win32/vs6/libgstutils.dsp:
10700           Update and add new project files.
10701
10702 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10703
10704         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10705         (subrip_remove_unhandled_tags), (parse_subrip):
10706           For SubRip (.srt) subtitles, ignore all markup tags we don't
10707           handle (like font tags, for example).
10708
10709         * tests/check/elements/subparse.c:
10710           Add test for this.
10711
10712 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10713
10714         * gst/playback/gstdecodebin.c: (add_fakesink),
10715         (gst_decode_bin_change_state):
10716         * gst/playback/gstdecodebin2.c: (add_fakesink),
10717         (gst_decode_bin_change_state):
10718           Don't error out if there is no fakesink in the NULL to READY state
10719           change, since when decodebin is re-used, we're only adding the
10720           fakesink element in READY to PAUSED.
10721
10722         * tests/check/elements/decodebin.c:
10723         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10724         (decodebin_suite):
10725           Minimal unit test to make sure we can use the same decodebin
10726           instance twice (at least with audiotestsrc input).
10727
10728 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10729
10730         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10731           Try to get devic-name from device string first, and from handle only
10732           as fallback (seems to yield better results and is more robust
10733           against buggy probing code on the application side).
10734
10735 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10736
10737         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10738
10739         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10740         (gst_alsa_find_device_name):
10741         * ext/alsa/gstalsa.h:
10742         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10743         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10744           Improve device-name detection a bit, especially in the case where
10745           the device is not actually open (#405020, #405024). Move common code
10746           into gstalsa.c instead of duplicating it.
10747
10748 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10749
10750         * gst/audioconvert/gstaudioconvert.c:
10751           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10752
10753 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10754
10755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10756         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10757         (gst_xvimagesink_interface_supported),
10758         (gst_xvimagesink_probe_get_properties),
10759         (gst_xvimagesink_probe_probe_property),
10760         (gst_xvimagesink_probe_needs_probe),
10761         (gst_xvimagesink_probe_get_values),
10762         (gst_xvimagesink_property_probe_interface_init),
10763         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10764         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10765         (gst_xvimagesink_get_type):
10766         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10767         for XVAdaptors so that one can choose the adaptor to use with 
10768         gstreamer-properties.
10769
10770 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10771
10772         * gst/audioconvert/gstaudioconvert.c:
10773           Also mention that a conversion from double to float is suboptimal still.
10774
10775 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10776
10777         * gst-libs/gst/audio/gstaudiofilter.c:
10778         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10779           Clear our formats structure and free the caps contained in it when
10780           shutting down.
10781
10782 2007-02-05  Andy Wingo  <wingo@pobox.com>
10783
10784         * gst-libs/gst/audio/gstbaseaudiosink.c
10785         (gst_base_audio_sink_callback): Update basesink->offset so that we
10786         pull monotonically increasing offsets instead of, um, seeking back
10787         to 0 each time. Fixes alsasrc ! alsasink!
10788
10789 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10790
10791         * gst/videoscale/gstvideoscale.c:
10792           A width and height of 1 makes us crash, so increase minimum size to
10793           2x2 pixels until someone feels like fixing this (#404512).
10794
10795 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10796
10797         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10798           Add small test to make sure request pads are cleaned up properly
10799           even if oggmux never changes state out of NULL.
10800
10801 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10802
10803         * tests/check/libs/utils.c: (GST_START_TEST):
10804           Fix unit test. Turns out things work much better when you
10805           NULL-terminate string arrays. Should make p5 build bot happy again.
10806
10807 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10808
10809         * gst-libs/gst/audio/Makefile.am:
10810         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10811         (gst_audio_filter_template_base_init),
10812         (gst_audio_filter_template_class_init),
10813         (gst_audio_filter_template_init),
10814         (gst_audio_filter_template_set_property),
10815         (gst_audio_filter_template_get_property),
10816         (gst_audio_filter_template_setup),
10817         (gst_audio_filter_template_filter),
10818         (gst_audio_filter_template_filter_inplace), (plugin_init):
10819           Oops, forgot to commit fixed-up example.
10820
10821 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10822
10823         * docs/libs/gst-plugins-base-libs-sections.txt:
10824         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10825         (gst_audio_filter_class_init), (gst_audio_filter_init),
10826         (gst_audio_filter_set_caps),
10827         (gst_audio_filter_class_add_pad_templates):
10828         * gst-libs/gst/audio/gstaudiofilter.h:
10829           Port GstAudioFilter to 0.10. This change technically breaks
10830           API and ABI (and thus also every library developer's heart),
10831           but seems justifiable on the grounds that the base class was
10832           completely unusable before (ie. would crash immediately when
10833           actually used). Fixes #403963 (and eventually also #403572).
10834           Also document all of this a bit.
10835
10836 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10837
10838         * gst-libs/gst/utils/install-plugins.c:
10839         (gst_install_plugins_spawn_child):
10840         * tests/check/libs/utils.c:
10841         (test_base_utils_install_plugins_do_callout):
10842           Lowering log level to see why things fail on the p5 build bot;
10843           fix some typos in unit test messages.
10844
10845 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10846
10847         * tests/check/libs/utils.c:
10848         (test_base_utils_install_plugins_do_callout):
10849           Don't hard-code temp directory for test helper; use GLib functions
10850           to write out file and do error checking etc.
10851
10852 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10853
10854         * gst-libs/gst/utils/Makefile.am:
10855         * gst-libs/gst/utils/base-utils.h:
10856         * gst-libs/gst/utils/install-plugins.c:
10857         (gst_install_plugins_context_set_xid),
10858         (gst_install_plugins_context_new),
10859         (gst_install_plugins_context_free),
10860         (gst_install_plugins_get_helper),
10861         (gst_install_plugins_spawn_child),
10862         (gst_install_plugins_return_from_status),
10863         (gst_install_plugins_installer_exited),
10864         (gst_install_plugins_async), (gst_install_plugins_sync),
10865         (gst_install_plugins_return_get_name),
10866         (gst_install_plugins_installation_in_progress):
10867         * gst-libs/gst/utils/install-plugins.h:
10868           API: add API for applications to initiate installation of missing
10869           plugins, ie. gst_install_plugins_async() primarily.
10870           Based on libgimme-codec by Ryan Lortie.
10871
10872         * configure.ac:
10873           Add --with-install-plugins-helper configure option so distros can specify
10874           the path of the helper script or program to call when plugin installation
10875           is requested (distros: please do any argument munging in this helper
10876           script instead of patching GStreamer to pass arguments differently
10877           to another program directly).
10878
10879         * docs/libs/gst-plugins-base-libs-docs.sgml:
10880         * docs/libs/gst-plugins-base-libs-sections.txt:
10881           Build and document new API.
10882
10883         * tests/check/libs/utils.c: (result_cb),
10884         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10885         (libgstbaseutils_suite):
10886           Some simple checks for the new API.
10887
10888 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10889
10890         * tests/check/elements/audioconvert.c: (test_float_conversion):
10891           Add small test for 32bit float <=> 64bit float conversion (works
10892           only one way so far, 32=>64 produces structured noise).
10893
10894 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10895
10896         * gst/audioconvert/gstaudioconvert.c:
10897         (set_structure_widths_32_and_64), (make_lossless_changes):
10898           We don't support floats with a width of 40, 48 or 56 bits.
10899
10900 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10901
10902         * gst/audioconvert/audioconvert.c: (float), (double),
10903         (audio_convert_get_func_index):
10904         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10905         (make_lossless_changes):
10906           Support for 64-bit float audio in audioconvert (#339837)
10907
10908 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10909
10910         Patch by: Holger Wansing  <linux wansing-online de>
10911
10912         * po/LINGUAS:
10913         * po/de.po:
10914           Add German translation (#352069).
10915
10916 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10917
10918         reviewed by: Wim Taymans <wim@fluendo.com>
10919
10920         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10921         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10922         Use newly added GstCollectPads API to free the allocated resources in
10923         the GstOggPad structures (#402393).
10924
10925 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10926
10927         * gst/playback/gstplaybin.c: (gen_vis_element):
10928           Add audioresample+audioconvert in front of the visualisation
10929           element, so that elements like libvisual 0.4 that don't support all
10930           samplerates can work.
10931
10932           Fixes: #402505
10933
10934 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10935
10936         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10937         (gst_play_base_bin_get_streaminfo_value_array):
10938           Take some locks and make a copy of the streaminfo value array we
10939           maintain while holding the lock, so that the application can
10940           retrieve the stream-info as a value array in a thread-safe way.
10941
10942 2007-01-30  Wim Taymans  <wim@fluendo.com>
10943
10944         * gst/audioconvert/gstaudioconvert.c:
10945         Don't fail on 0 sized buffers. Fixes #396835.
10946
10947 2007-01-29  David Schleef  <ds@schleef.org>
10948
10949         * gst/typefind/gsttypefindfunctions.c:
10950           Detect BBCD as video/x-dirac, so we can play raw dirac
10951           streams.
10952
10953 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10954
10955         * ext/theora/theoraenc.c: (theora_enc_chain):
10956           Check return value of theora_encode_header(), or we might try to
10957           allocate a random number of bytes. theora_encode_header() can fail
10958           if libtheora has been compiled with encoding support disabled.
10959           Fixes #398110.
10960
10961 2007-01-29  Wim Taymans  <wim@fluendo.com>
10962
10963         * tests/check/gst/.cvsignore:
10964         Do as buildbot says.
10965
10966 2007-01-29  Wim Taymans  <wim@fluendo.com>
10967
10968         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10969         Fix strides in libvisual. Gst uses X strides.
10970         Inspired by: <ed at catmur dot co dot uk> and 
10971         <tim at centricular dot net>
10972         Fixes #401118.
10973
10974 2007-01-27  Wim Taymans  <wim@fluendo.com>
10975
10976         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10977         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10978         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10979         (gst_ogg_demux_perform_seek),
10980         (gst_ogg_demux_bisect_forward_serialno),
10981         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10982         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10983         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10984         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10985         * ext/ogg/gstoggdemux.h:
10986         Properly propagate streaming errors when we are scanning the file for
10987         chains so that we don't crash when shut down. Might fix some crashers
10988         when quickly switching oggs in RB such as #332503 and #378436.
10989
10990 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10991
10992         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10993           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10994           error code as well.
10995
10996 2007-01-25  Wim Taymans  <wim@fluendo.com>
10997
10998         * gst/playback/gstplaybasebin.c: (remove_source):
10999         Don't try to disconnect a signal from a finalized object.
11000
11001 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11002
11003         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
11004           Cast lock macro parameters to make sure we're actually accessing the
11005           lock member at the right class level. Free list itself in _dispose()
11006           as well and NULL it in case dispose gets called multiple times.
11007
11008 2007-01-25  Edward Hervey  <edward@fluendo.com>
11009
11010         * gst/playback/gstdecodebin2.c:
11011         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
11012         Free GstDecodeGroups no longer used.
11013         (gst_decode_group_expose):
11014         Don't unlock too many times !
11015         (deactivate_free_recursive):
11016         Free iterator once we're done with it.
11017         Fix for recursively deactivating elements (stop at ghostpads).
11018
11019 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11020
11021         * gst/playback/gstplaybin.c: (handoff):
11022           Fix up caps on the frame buffer before we save it and potentially
11023           make it accessible to other threads via g_object_get; also use
11024           gst_buffer_replace() instead of gst_mini_object_replace().
11025
11026 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11027
11028         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11029           Make getting the current frame thread-safe.
11030
11031 2007-01-25  Edward Hervey  <edward@fluendo.com>
11032
11033         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
11034         (gst_decode_group_new), (gst_decode_group_free):
11035         Set queues to bigger sizes to cope with HD contents.
11036         Fix some mutex freeing and add comment about MT safe methods.
11037
11038 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11039
11040         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11041         (gst_text_overlay_text_event):
11042           Don't unnecessarily ref (and then leak) upstream events if the text
11043           pad is not linked. Fixes #399948.
11044
11045         * tests/check/gst-plugins-base.supp:
11046           Add suppression for pango on edgy/x86 for textoverlay test.
11047
11048 2007-01-24  Wim Taymans  <wim@fluendo.com>
11049
11050         * gst-libs/gst/rtp/gstrtpbuffer.h:
11051         Add some more fixed payloads.
11052
11053 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11054
11055         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
11056           Error out properly if we get an error from libogg while reading the
11057           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
11058
11059 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11060
11061         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
11062           Don't leak mutex.
11063
11064         * tests/check/elements/playbin.c:
11065         (test_sink_usage_video_only_stream),
11066         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
11067         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
11068         (test_missing_suburisource_handler),
11069         (test_missing_primary_decoder), (playbin_suite):
11070           Run all tests once with decodebin and once with decodebin2.
11071           One test does not pass yet with decodebin2.
11072
11073 2007-01-23  Edward Hervey  <edward@fluendo.com>
11074
11075         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
11076         Fix the cases where oggmux doesn't properly figure out that all
11077         sinkpads have gone EOS, and therefore doesn't push out the remaining
11078         buffers and the final EOS event.
11079         Fixes #363379
11080
11081 2007-01-23  Julien MOUTTE  <julien@moutte.net>
11082
11083         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11085         Don't lock on navigation event push, just on keysym to string.
11086         Fixes #397673 again.
11087
11088 2007-01-22  Edward Hervey  <edward@fluendo.com>
11089
11090         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
11091         (get_current_group), (group_demuxer_event_probe),
11092         (gst_decode_group_expose), (deactivate_free_recursive),
11093         (gst_decode_group_free):
11094         Cleanups.
11095         Don't forget to emit 'no-more-pads' once a group is exposed.
11096         Cleanup elements from a DecodeGroup once we remove it.
11097         Protect call to gst_decode_group_expose() with the decodebin lock.
11098
11099 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11100
11101         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11103         Looking at Xorg code i can't figure out if that XKeysymToString
11104         function is thread sensible or not. Lock it just in case as
11105         recommended by Radek Doulik <rodo at ximian dot com>.
11106
11107 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11108
11109         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11111         Lock that X Call as well. Fixes #397673.
11112
11113 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11114
11115         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11116           Don't go into an endless loop if the file starts with 00 00 01 2X,
11117           like quicktime redirect files might. Fixes #396042.
11118
11119         * tests/check/Makefile.am:
11120         * tests/check/gst/.cvsignore:
11121         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11122         (typefindfunctions_suite):
11123           Add unit test for the above.
11124
11125 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11126
11127         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11128           On second thought, use "depth" field rather than "bpp" field.
11129
11130 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11131
11132         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11133           Camtasia caps apparently need a bpp field (#398875).
11134
11135 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11136
11137         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11138         (gen_source_element), (gst_play_base_bin_change_state):
11139           Attempt at a better error message in case we don't have the required
11140           URI handler installed; post missing-plugin message also when we're
11141           missing an URI handler for the subtitle URI; clean up properly also
11142           when an error occurs and we never made it to PAUSED state.
11143
11144         * tests/check/elements/playbin.c: (GST_START_TEST),
11145         (playbin_suite):
11146           Check that we're also getting a missing-plugin messsage for a
11147           missing subtitle URI handler (and clean up properly).
11148
11149 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11150
11151         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11152           Plug a few reference leaks.
11153
11154 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11155
11156         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11157           Lower probability a bit if the marker isn't right at the start,
11158           to decrease the chance of false positives.
11159
11160 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11161
11162         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11163           Small mpeg2 system stream typefinding improvement: make typefinder
11164           probe a bit into the stream instead of just looking for a marker
11165           at the beginning. Fixes #397810.
11166
11167 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11168
11169         * gst/audioconvert/gstchannelmix.c:
11170           Remove compatibility cruft for prehistoric GLib versions.
11171
11172 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11173
11174         * gst/playback/Makefile.am:
11175         * gst/playback/gstdecodebin.c: (close_pad_link):
11176         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11177         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11178         (gst_play_base_bin_handle_message_func), (unknown_type):
11179           Let decodebin be the element to post missing-plugin messages for
11180           missing decoders (rather than playbin); make playbin implement
11181           GstBin::handle_message so we can suppress missing-plugin messages
11182           for types we're not handling on purpose (don't want to bring up an
11183           installer in those cases).
11184
11185 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11186
11187         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11188         * gst-libs/gst/tag/gstvorbistag.c:
11189         (gst_tag_list_to_vorbiscomment_buffer):
11190         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11191           Fix potentially unaligned access (#397207).
11192
11193 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11194
11195         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11196         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11197         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11198         (main):
11199           Allow to toggle looping while it plays. Fix callback prototype. Clean
11200           up code a bit more. Add copyright header.
11201
11202 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11203
11204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11205           Red and blue mask was swapped (spotted by Dan Williams).
11206
11207 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11208
11209         * gst-libs/gst/tag/gstid3tag.c:
11210         * gst-libs/gst/tag/gstvorbistag.c:
11211           Use new beats-per-minute tag from core.
11212
11213 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11214
11215         * po/POTFILES.in:
11216           Add new files with translatable strings, so they actually make it
11217           into the template file one day.
11218
11219 2007-01-12  Andy Wingo  <wingo@pobox.com>
11220
11221         * gst-libs/gst/audio/gstbaseaudiosink.c
11222         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11223         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11224         stuff, as the base class handles this now. Actually tell the ring
11225         buffer to start.
11226         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11227         How did this work before? Maybe I'm not as awesome a programmer as
11228         I think.
11229
11230         * gst-libs/gst/audio/gstbaseaudiosrc.c
11231         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11232         of a pad function.
11233
11234 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11235
11236         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11237           Remove more fields so that the application can better blacklist
11238           formats that have been tried before.
11239
11240 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11241
11242         * gst-libs/gst/audio/mixerutils.h:
11243           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11244           used when compiling with c++ compilers as well.
11245
11246 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11247
11248         * gst/typefind/gsttypefindfunctions.c:
11249           Fix comment.
11250
11251 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11252
11253         * gst/playback/gstplaybin.c: (post_missing_element_message),
11254         (gen_video_element), (gen_text_element), (gen_audio_element),
11255         (gen_vis_element):
11256           Post missing-plugin messages also when we error out because
11257           converters, textoverlay or auto*sinks are missing (#161922).
11258
11259 2007-01-10  Wim Taymans  <wim@fluendo.com>
11260
11261         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11262         (is_demuxer_element), (new_caps):
11263         * gst/playback/gstplaybasebin.c: (source_new_pad):
11264         Fix the case where we try to ref a NULL element when we delay a link
11265         because of unfixed caps.
11266         Set the state of autoplugged decodebins to PAUSED.
11267         RTSP now works in playbin, we can remove it from the blacklist.
11268
11269 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11270
11271         * gst/playback/Makefile.am:
11272         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11273         (unknown_type), (setup_subtitle), (gen_source_element):
11274         * gst/playback/gstplaybin.c: (plugin_init):
11275           Post missing-plugin messages on the bus for missing sources and
11276           missing decoders/demuxers/depayloaders; fix error code used when
11277           we're missing an URI handler source; for media types that we are not
11278           handling on purpose at the moment, don't print "don't know how to
11279           handle xyz" messages to the terminal or post missing-plugin
11280           messages on the bus.
11281
11282         * tests/check/elements/playbin.c: (create_playbin),
11283         (GST_START_TEST), (gst_codec_src_uri_get_type),
11284         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11285         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11286         (gst_codec_src_init_type), (gst_codec_src_base_init),
11287         (gst_codec_src_create), (gst_codec_src_class_init),
11288         (gst_codec_src_init), (plugin_init), (playbin_suite):
11289           Add some tests for the missing-plugin stuff.
11290
11291 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11292
11293         * configure.ac:
11294         * gst-libs/gst/Makefile.am:
11295         * gst-libs/gst/utils/Makefile.am:
11296         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11297         * gst-libs/gst/utils/base-utils.h:
11298         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11299         (find_format_info), (caps_are_rtp_caps),
11300         (gst_base_utils_get_source_description),
11301         (gst_base_utils_get_sink_description),
11302         (gst_base_utils_get_decoder_description),
11303         (gst_base_utils_get_encoder_description),
11304         (gst_base_utils_get_element_description),
11305         (gst_base_utils_add_codec_description_to_tag_list),
11306         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11307         * gst-libs/gst/utils/descriptions.h:
11308         * gst-libs/gst/utils/missing-plugins.c:
11309         (missing_structure_get_type), (copy_and_clean_caps),
11310         (gst_missing_uri_source_message_new),
11311         (gst_missing_uri_sink_message_new),
11312         (gst_missing_element_message_new),
11313         (gst_missing_decoder_message_new),
11314         (gst_missing_encoder_message_new),
11315         (missing_structure_get_string_detail),
11316         (missing_structure_get_caps_detail),
11317         (gst_missing_plugin_message_get_installer_detail),
11318         (gst_missing_plugin_message_get_description),
11319         (gst_is_missing_plugin_message):
11320         * gst-libs/gst/utils/missing-plugins.h:
11321           API: add new libgstbaseutils library with functions
11322           - to create and parse missing-plugins messages
11323           - that provide (translated) descriptions for caps/decoders/sources/etc.
11324           Closes #392393.
11325
11326         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11327         * pkgconfig/gstreamer-plugins-base.pc.in:
11328           Add new lib.
11329
11330         * docs/libs/gst-plugins-base-libs-docs.sgml:
11331         * docs/libs/gst-plugins-base-libs-sections.txt:
11332           Generate docs for new lib and API.
11333
11334         * tests/check/Makefile.am:
11335         * tests/check/libs/.cvsignore:
11336         * tests/check/libs/utils.c: (missing_msg_check_getters),
11337         (GST_START_TEST), (libgstbaseutils_suite):
11338           Add some basic unit tests.
11339
11340 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11341
11342         * ext/ogg/Makefile.am:
11343           Dist gstoggdemux.h to fix 'make distcheck'.
11344
11345         * sys/v4l/Makefile.am:
11346           Fix 'make distcheck' even more.
11347
11348 2007-01-09  Wim Taymans  <wim@fluendo.com>
11349
11350         * docs/plugins/Makefile.am:
11351         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11352         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11353         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11354         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11355         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11356         (gst_ogg_demux_perform_seek):
11357         * ext/ogg/gstoggdemux.h:
11358         Added docs.
11359         Add some more comments.
11360         Small cleanups.
11361
11362 2007-01-09  Wim Taymans  <wim@fluendo.com>
11363
11364         * ext/theora/theoradec.c:
11365         * ext/vorbis/vorbisdec.c:
11366         * gst-libs/gst/audio/gstringbuffer.c:
11367         (gst_ring_buffer_commit_full):
11368         * gst-libs/gst/audio/gstringbuffer.h:
11369         * gst-libs/gst/rtp/gstrtpbuffer.c:
11370         * gst-libs/gst/tag/gstvorbistag.c:
11371         Small documentation updates/fixes
11372
11373 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11374
11375         * configure.ac:
11376           Require core CVS HEAD for Andy's basesrc/sink API additions.
11377
11378 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11379
11380         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11381
11382         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11383         (plugin_init):
11384           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11385           on flac.sf.net (there appear to be other versions of the first
11386           ogg page in the wild) (#391365).
11387
11388 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11389
11390         * configure.ac:
11391           Check if localtime_r() is available.
11392
11393         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11394           If localtime_r() is not available, fall back to localtime(). Should
11395           fix build on MingW (#393310).
11396
11397 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11398
11399         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11400         * gst/subparse/gstsubparse.h:
11401           Remove spurious 1000 subtrahend when calculating the timestamp from
11402           the frame number and the frame rate . Also, use the frames/second
11403           value specified in the first line of the file, if one is specified
11404           there. Should fix #357503.
11405
11406         * tests/check/elements/subparse.c: (do_test),
11407         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11408         (subparse_suite):
11409           Add some basic unit tests for the microdvd subtitle format.
11410
11411 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11412
11413         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11414
11415         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11416         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11417         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11418         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11419         (gst_xvimagesink_set_xwindow_id),
11420         (gst_xvimagesink_set_event_handling),
11421         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11422         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11423         Fixes: #390076.
11424         Add an adaptor property to select a specific XV adaptor.
11425         * sys/xvimage/xvimagesink.h:
11426
11427 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11428
11429         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11430         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11431         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11432         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11433         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11434         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11435         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11436         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11437         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11438         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11439         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11440         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11441         Use flow_lock much more to protect every access to xwindow.
11442         Try to catch erros while creating images in case some drivers are
11443         just generating an XError when the requested image is too big.
11444         Should fix : #354698, #384008, #384060.
11445         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11446         Implement some stress testing of setting window xid.
11447
11448 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11449
11450         * win32/common/libgsaudio.def:
11451           Add new exported function.
11452         * win32/common/libgstogg.dsp:
11453           Add gstoggaviparse.c to the build.
11454         * win32/common/libgstvideoscale.dsp:
11455           Add vs_4tap.c to the build.
11456         * win32/common/libgstvorbis.dsp:
11457           Add vorbistag.c to the build.
11458         
11459 2007-01-06  Andy Wingo  <wingo@pobox.com>
11460
11461         * gst-libs/gst/audio/gstbaseaudiosink.c
11462         (gst_base_audio_sink_class_init)
11463         (gst_base_audio_sink_init): 
11464         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11465         to baseaudiosink, and tell basesink that we can work in pull mode.
11466         This way the ring buffer thread drives the pipeline directly, if
11467         pull mode is possible. There is some lingering nastiness regarding
11468         capsnego, however.
11469         (gst_base_audio_sink_callback): Implement the callback to pull
11470         data. This interface is a bit light, though -- it should get a
11471         GstFlowReturn return value at least.
11472
11473 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11474
11475         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11476         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11477         * gst/playback/gstdecodebin2.c:
11478         (gst_decode_group_check_if_blocked):
11479           Printf format and missing argument fixes.
11480
11481 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11482
11483         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11484         (gst_ogm_parse_change_state):
11485         Activate pads before adding them to the element.
11486
11487 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11488
11489         * tests/examples/seek/scrubby.c: (main):
11490         * tests/examples/seek/seek.c: (main):
11491           Call g_thread_init() first thing in main() (see #391278).
11492
11493 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11494
11495         * tests/check/Makefile.am:
11496         * tests/check/libs/.cvsignore:
11497         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11498         (netbuffer_suite):
11499           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11500           for the time being, since it's broken, see #393099.
11501
11502 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11503
11504         * tests/check/Makefile.am:
11505           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11506
11507 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11508
11509         * configure.ac:
11510           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11511           so that GST_BASE_CFLAGS can go inbetween them, making sure
11512           we use uninstalled gst-libs headers
11513         * docs/libs/Makefile.am:
11514         * ext/alsa/Makefile.am:
11515         * ext/cdparanoia/Makefile.am:
11516         * ext/gnomevfs/Makefile.am:
11517         * ext/libvisual/Makefile.am:
11518         * ext/ogg/Makefile.am:
11519         * ext/theora/Makefile.am:
11520         * ext/vorbis/Makefile.am:
11521         * gst-libs/gst/audio/Makefile.am:
11522         * gst-libs/gst/cdda/Makefile.am:
11523         * gst-libs/gst/interfaces/Makefile.am:
11524         * gst-libs/gst/riff/Makefile.am:
11525         * gst-libs/gst/rtp/Makefile.am:
11526         * gst-libs/gst/tag/Makefile.am:
11527         * gst/adder/Makefile.am:
11528         * gst/audioconvert/Makefile.am:
11529         * gst/audiorate/Makefile.am:
11530         * gst/audioresample/Makefile.am:
11531         * gst/playback/Makefile.am:
11532         * gst/tcp/Makefile.am:
11533         * gst/videoscale/Makefile.am:
11534         * gst/volume/Makefile.am:
11535         * sys/ximage/Makefile.am:
11536         * sys/xvimage/Makefile.am:
11537         * tests/icles/Makefile.am:
11538           adapt
11539
11540 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11541
11542         * gst-libs/gst/interfaces/xoverlay.c:
11543         (gst_x_overlay_handle_events):
11544         * gst-libs/gst/interfaces/xoverlay.h:
11545         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11546         (gst_ximagesink_set_xwindow_id),
11547         (gst_ximagesink_set_event_handling),
11548         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11549         (gst_ximagesink_get_property), (gst_ximagesink_init),
11550         (gst_ximagesink_class_init):
11551         * sys/ximage/ximagesink.h:
11552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11553         (gst_xvimagesink_set_xwindow_id),
11554         (gst_xvimagesink_set_event_handling),
11555         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11556         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11557         (gst_xvimagesink_class_init):
11558         * sys/xvimage/xvimagesink.h:
11559         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11560         Add a method to the XOverlay interface to allow disabling of 
11561         event handling in x[v]imagesink elements. This will let X events
11562         propagate to parent windows which can be usefull in some cases.
11563         Be carefull that the application is then responsible of pushing
11564         navigation events and expose events to the video sink.
11565         Fixes: #387138.
11566
11567 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11568
11569         * gst-libs/gst/tag/gstvorbistag.c:
11570         * tests/check/libs/tag.c: (GST_START_TEST):
11571           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11572           (fixes #392070).
11573
11574 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11575
11576         * configure.ac:
11577         * docs/Makefile.am:
11578         * docs/design/Makefile.am:
11579           Dist design docs.
11580
11581 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11582
11583         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11584         typo. Fixes: #390063.
11585
11586 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11587
11588         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11590         caps leak.
11591         * win32/common/config.h: Updated.
11592
11593 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11594
11595         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11596         (setup_gdpdepay_streamheader):
11597         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11598         (setup_gdppay_streamheader):
11599           Fix the dp tests, but activating the pads for the streamheader tests
11600           too and cleaning up conditionaly
11601
11602 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11603
11604         * gst/ffmpegcolorspace/avcodec.h:
11605         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11606         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11607         (gst_ffmpegcsp_avpicture_fill):
11608         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11609         (img_get_alpha_info):
11610         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11611         other end of the word. Fixes: #387073.
11612
11613         Add some inconsequential branch hints in a couple of places.
11614
11615 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11616
11617         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11618         (gst_ffmpeg_caps_to_smpfmt):
11619           The "signed" field in raw audio caps is of boolean type, trying to
11620           extract the value with _get_int() will fail (fix to keep in sync with
11621           the copy in gst-ffmpeg)
11622
11623 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11624
11625         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11626         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11627         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11628         (cleanup_gdpdepay):
11629         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11630         * tests/check/elements/subparse.c: (teardown_subparse):
11631         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11632         * tests/check/elements/videorate.c: (cleanup_videorate):
11633         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11634         * tests/check/elements/volume.c: (cleanup_volume):
11635         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11636         (cleanup_vorbisdec):
11637         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11638         (cleanup_vorbistag):
11639           consistent pad (de)activation
11640
11641 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11642
11643         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11644           Forgot to register the extensions.
11645
11646 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11647
11648         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11649         (plugin_init):
11650           Add typefinder for VIVO files (my christmas present to the 90s).
11651
11652 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11653
11654         * gst/playback/gstdecodebin.c: (type_found):
11655           Special-case the text/plain media type: we only want to recognise it
11656           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11657           parser, but not if the entire stream is of text/plain type. If the
11658           entire stream is text/plain, we should just error out.
11659
11660           This fixes playback of audio files with lyrics in totem. Totem can't
11661           distinguish between text files and subtitle files and passes any
11662           .txt file with the same basename as the main file to playbin as
11663           suburi, and playbin will then throw a 'subtitle found, but no video
11664           stream' error, which isn't entirely helpful. See #380342.
11665
11666           Also, with this change we'll show a slightly more correct error
11667           message in case totem passes a playlist file to us (although a
11668           custom error message wording instead of the default text would
11669           probably not be a bad idea either).
11670
11671           Same problem also needs to be fixed for playbin+decodebin2.
11672
11673         * tests/check/Makefile.am:
11674         * tests/check/elements/decodebin.c: (src_handoff_cb),
11675         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11676         (decodebin_suite):
11677           Add simple unit test for decodebin for the above.
11678
11679 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11680
11681         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11682         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11683           Refuse to change state to READY when we failed to create any of the
11684           required elements in our instance init function.
11685
11686 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11687
11688         * docs/libs/gst-plugins-base-libs-sections.txt:
11689           Small docs fixes/updates.
11690
11691         * gst-libs/gst/video/gstvideosink.h:
11692           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11693           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11694           removed from the base sink API between 0.9.6 and 0.9.7).
11695           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11696           accessor macros, so we don't do a runtime GObject type check every
11697           time we use them.
11698
11699 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11700
11701         * Makefile.am:
11702         * gst-plugins-base.doap:
11703         * gst-plugins-base.spec.in:
11704           add doap file
11705
11706 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11707
11708         Patch by: Jens Granseuer <jensgr at gmx net>
11709
11710         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11711         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11712         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11713         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11714         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11715           Declare variables at the beginning of a block. Fixes #383195.
11716
11717 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11718
11719         * configure.ac:
11720         Bump version nano - back to CVS.
11721
11722
11723 === release 0.10.11 ===
11724
11725 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11726
11727         * configure.ac:
11728           releasing 0.10.11, "Dumb things"
11729
11730 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11731
11732         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11733         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11734         Handle the case where an element has multiple pads with 
11735         unfixed caps as well as still possibly producing more dynamic 
11736         pads by storing each case as a distinct entry in the dynamic list.
11737         Fixes #38223 again.
11738
11739 2006-12-04  Wim Taymans  <wim@fluendo.com>
11740
11741         * gst/playback/gstdecodebin.c: (close_pad_link):
11742         Fix #382223, add more dynamic caps handling.
11743
11744 2006-12-04  Wim Taymans  <wim@fluendo.com>
11745
11746         * gst-libs/gst/audio/gstringbuffer.h:
11747         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11748         (gst_netaddress_set_ip4_interface),
11749         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11750         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11751         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11752         (gst_netaddress_get_ttl):
11753         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11754         * gst/playback/gstdecodebin.c: (close_pad_link):
11755         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11756         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11757         * win32/common/config.h:
11758
11759 2006-12-01  Michael Smith  <msmith@fluendo.com>
11760
11761         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11762           Delete bad debug code.
11763           Fixes #381219
11764
11765 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11766
11767         * gst/videoscale/vs_4tap.c:
11768         * win32/MANIFEST:
11769         * win32/common/config.h:
11770         * win32/vs8/libgstvideoscale.vcproj:
11771         Fix compilation on win32 under VS8
11772         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11773         Partially fixes #381175
11774
11775 2006-11-30  Michael Smith  <msmith@fluendo.com>
11776
11777         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11778         (GST_START_TEST):
11779           It would be very bad if, after a discont buffer, we thought every
11780           single following buffer was also discont. So, add to the test to
11781           ensure that this isn't the case.
11782           
11783         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11784           ... it was the case. So fix it.
11785
11786 2006-11-28  Wim Taymans  <wim@fluendo.com>
11787
11788         * gst/playback/gstplaybasebin.c: (check_queue_event):
11789         Improve debug.
11790
11791         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11792         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11793         padtemplate caps. Refixes #357577.
11794
11795 2006-11-28  Wim Taymans  <wim@fluendo.com>
11796
11797         * gst/playback/gstplaybasebin.c: (check_queue_event),
11798         (queue_threshold_reached), (queue_out_of_data),
11799         (gen_preroll_element):
11800         Add event probe to see when EOS is in a queue and we can disable the
11801         underrun signals. Fixes #357577.
11802
11803 2006-11-28  Edward Hervey  <edward@fluendo.com>
11804
11805         * gst/playback/Makefile.am:
11806         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11807         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11808         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11809         (gst_decode_bin_init), (gst_decode_bin_dispose),
11810         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11811         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11812         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11813         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11814         (connect_element), (expose_pad), (type_found),
11815         (pad_added_group_cb), (pad_removed_group_cb),
11816         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11817         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11818         (are_raw_caps), (multi_queue_overrun_cb),
11819         (multi_queue_underrun_cb), (gst_decode_group_new),
11820         (get_current_group), (group_demuxer_event_probe),
11821         (gst_decode_group_control_demuxer_pad),
11822         (gst_decode_group_control_source_pad),
11823         (gst_decode_group_check_if_blocked),
11824         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11825         (gst_decode_group_hide), (gst_decode_group_free),
11826         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11827         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11828         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11829         (plugin_init):
11830         New decodebin2 element.
11831         Closes #370092
11832         * gst/playback/gstplay-marshal.list:
11833         Added marshallers for new signals in decodebin2
11834         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11835         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11836         is set.
11837
11838 2006-11-28  Wim Taymans  <wim@fluendo.com>
11839
11840         * gst/playback/gstplaybasebin.c: (setup_source),
11841         (gst_play_base_bin_change_state):
11842         Disable rtsp:// uris for the release, it's not good enough yet.
11843         Remove unused var.
11844
11845 2006-11-26  Wim Taymans  <wim@fluendo.com>
11846
11847         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11848         (theora_dec_push_forward), (theora_dec_push_reverse),
11849         (theora_handle_data_packet), (theora_dec_decode_buffer),
11850         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11851         (theora_dec_chain_forward), (theora_dec_chain):
11852         Implement reverse playback.
11853
11854         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11855         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11856         (vorbis_dec_chain_forward):
11857         Clear buffers used for reverse playback in _reset.
11858         No need to set the eos flag, we clip samples using the segment.
11859
11860 2006-11-24  Wim Taymans  <wim@fluendo.com>
11861
11862         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11863         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11864         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11865         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11866         Some cleanups.
11867         Handle continued pages in reverse mode.
11868
11869 2006-11-24  Wim Taymans  <wim@fluendo.com>
11870
11871         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11872         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11873         (vorbis_dec_flush_decode):
11874         Small cleanups.
11875         Don't try to add invalid timestamps.
11876         Clipping will unref the buffer.
11877
11878 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11879
11880         * gst/adder/gstadder.h:
11881         * gst/audiotestsrc/gstaudiotestsrc.h:
11882           remove obsolete _factory_init protos
11883
11884 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11885
11886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11887           Fix spacing in debug message.
11888
11889 2006-11-23  Wim Taymans  <wim@fluendo.com>
11890
11891         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11892         (gst_ogg_demux_chain):
11893         Don't just ignore return values from _pad_push().
11894         Small debug improvements.
11895
11896 2006-11-23  Michael Smith  <msmith@fluendo.com>
11897
11898         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11899           If our incoming buffer is marked as DISCONT, then increment the page
11900           number (so that the discontinuity is marked in the final ogg
11901           bitstream) and flush the previous page.
11902
11903 2006-11-22  Michael Smith  <msmith@fluendo.com>
11904
11905         * ext/theora/gsttheoraenc.h:
11906         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11907         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11908         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11909         (theora_enc_chain), (theora_enc_change_state):
11910           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11911
11912         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11913         (GST_START_TEST), (theoraenc_suite):
11914           Enable discontinuity test, fix it.
11915
11916 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11917
11918         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11919         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11920         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11921         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11922         (gst_text_overlay_change_state):
11923         * ext/pango/gsttextoverlay.h:
11924           Some textoverlay fixes: for one, in the video chain function,
11925           actually wait for a text buffer to come in if there is none at the
11926           moment and there should be one; also, deal more gracefully with
11927           incoming buffers that do not have a timestamp or duration; discard
11928           text buffer when not needed any longer. Fixes #341681.
11929
11930         * tests/check/Makefile.am:
11931         * tests/check/elements/.cvsignore:
11932         * tests/check/elements/textoverlay.c:
11933         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11934         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11935         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11936         (test_video_waits_for_text_send_text_newsegment_thread),
11937         (test_video_waits_for_text_shutdown_element),
11938         (test_render_continuity_push_video_buffers_thread),
11939         (textoverlay_suite):
11940           Add some unit tests for textoverlay.
11941
11942 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11943
11944         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11945           Avoid integer underflow when the found probability for mp3 is
11946           smaller than the 'penalty' we subtract if there's not a clean
11947           mp3 header sync at offset 0.
11948
11949 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11950
11951         * docs/libs/gst-plugins-base-libs-sections.txt:
11952           Add some new symbols to the docs
11953
11954 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11955
11956         * tests/check/Makefile.am:
11957         * tests/check/elements/ffmpegcolorspace.c:
11958         (ffmpegcolorspace_suite):
11959           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11960           (for now not for valgrinding though, since it takes too long).
11961
11962 2006-11-20  Wim Taymans  <wim@fluendo.com>
11963
11964         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11965         (gst_ffmpeg_pixfmt_to_caps):
11966         Fix RGBA32 caps. Fixes #357038.
11967
11968 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11969
11970         * gst-libs/gst/interfaces/mixertrack.h:
11971           Add FIXME so we can add some padding here in 0.11
11972
11973 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11974
11975         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11976           Fix GstBaseRTPAudioPayload structure so the whole GObject
11977           inheritance business actually works (parent class instance structure
11978           must always come first in the derived class instance structure).
11979
11980 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11981
11982         * gst/videotestsrc/Makefile.am:
11983         * tests/check/Makefile.am:
11984           Make sure our checks and the videotestsrc plugin link against the
11985           local uninstalled gst libs and not any installed gst libs that
11986           might happen to exist as well.
11987
11988         * tests/check/elements/adder.c: (message_received),
11989         (test_event_message_received), (test_play_twice_message_received):
11990         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11991           Fix compiler warnings when compiling against core with disabled
11992           debugging system.
11993
11994 2006-11-16  Michael Smith  <msmith@fluendo.com>
11995
11996         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11997         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11998           Fix audiorate, so that it accurately sets offsets and timestamps.
11999           Doesn't change the fundamental algorithmic decisions; so should be
12000           safe.
12001
12002         * tests/check/Makefile.am:
12003           Enable audiorate test now that it passes.
12004
12005 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
12006
12007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
12008           clear xv when going to NULL, remove // commented non-existant proto
12009
12010         * tests/examples/seek/seek.c: (main):
12011           add missing tooltip description for scrub and play_scrub
12012
12013 2006-11-14  David Schleef  <ds@schleef.org>
12014
12015         * configure.ac:
12016           Bump liboil requirement to 0.3.8.
12017         * gst-libs/gst/riff/riff-media.c:
12018           Add Dirac fourcc.
12019         * gst/videoscale/vs_image.h:
12020         * gst/videoscale/vs_scanline.h:
12021           Use liboil's stdint.h.
12022         * gst/videotestsrc/videotestsrc.c:
12023           Remove liboil related ifdef's, since they aren't needed now, and
12024           won't work with future versions.
12025
12026 2006-11-14  David Schleef  <ds@schleef.org>
12027
12028         * gst/videoscale/Makefile.am:
12029         * gst/videoscale/gstvideoscale.c:
12030         * gst/videoscale/gstvideoscale.h:
12031         * gst/videoscale/vs_4tap.c:
12032         * gst/videoscale/vs_4tap.h:
12033         * gst/videoscale/vs_image.c:
12034         * gst/videoscale/vs_image.h:
12035         * gst/videoscale/vs_scanline.c:
12036         * gst/videoscale/vs_scanline.h:
12037           Add a 4-tap image scaler.  Theoretically looks much prettier.
12038           The tap calculation could use some improvement.
12039
12040 2006-11-14  Wim Taymans  <wim@fluendo.com>
12041
12042         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
12043
12044         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
12045         (gst_riff_parse_strf_iavs):
12046         * gst/subparse/gstsubparse.c: (convert_encoding):
12047         * gst/tcp/gstmultifdsink.c:
12048         (gst_multi_fd_sink_handle_client_write):
12049         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12050         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
12051         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
12052         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
12053         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12054         (gst_ximagesink_ximage_new):
12055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12056         Various gsize and gssize printf fixes. Fixes #372507.
12057
12058 2006-11-13  Wim Taymans  <wim@fluendo.com>
12059
12060         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12061         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
12062         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12063         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
12064         (vorbis_dec_chain_forward), (vorbis_dec_chain):
12065         * ext/vorbis/vorbisdec.h:
12066         First stab at vorbis reverse playback.
12067
12068 2006-11-13  Wim Taymans  <wim@fluendo.com>
12069
12070         * gst-libs/gst/audio/gstbaseaudiosink.c:
12071         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12072         * gst-libs/gst/audio/gstbaseaudiosink.h:
12073         Make the clock sync code more accurate wrt resampling and playback
12074         at different rates.
12075         
12076         * gst-libs/gst/audio/gstringbuffer.c:
12077         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
12078         * gst-libs/gst/audio/gstringbuffer.h:
12079         Use better algorithm to interpolate sample rates. 
12080
12081 2006-11-13  Michael Smith  <msmith@fluendo.com>
12082
12083         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
12084           Improve a debug line slightly.
12085
12086         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
12087           Call gst_riff_init() in plugin_init, to avoid getting errors from
12088           the debug system (unrelated changes to another plugin made this turn
12089           up; not sure why).
12090
12091 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12092
12093         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
12094
12095         * win32/common/libgsttag.def:
12096           Add missing symbol (#366492).
12097
12098 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
12099
12100         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12101           Don't unref a NULL pad.
12102
12103 2006-11-09  Wim Taymans  <wim@fluendo.com>
12104
12105         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12106         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12107         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12108         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12109         (gst_ogg_demux_loop):
12110         Implement first stab at reverse playback.
12111
12112 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
12113
12114         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12115         (gst_riff_create_video_template_caps):
12116           add h263/h264 variants to the caps, Fixes #363118
12117
12118 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
12119
12120         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12121         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12122           Use g_strerror instead of strerror so we get UTF-8.
12123
12124 2006-11-03  David Schleef  <ds@schleef.org>
12125
12126         * ext/ogg/gstoggdemux.c:
12127         * ext/ogg/gstoggmux.c:
12128           Add/remove KW-DIRAC header here, since it is ogg-specific.
12129
12130 2006-11-03  Michael Smith  <msmith@fluendo.com>
12131
12132         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12133           Recognise more mpeg4 elementary video streams.
12134
12135 2006-11-02  Edward Hervey  <edward@fluendo.com>
12136
12137         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12138         Lower the probability of mp3 typefinding functions if we don't find a
12139         valid mp3 header at the start of the file.
12140         Closes #369482
12141
12142 2006-11-02  Wim Taymans  <wim@fluendo.com>
12143
12144         * ext/theora/gsttheoradec.h:
12145         * ext/theora/theoradec.c: (gst_theora_dec_init),
12146         (theora_dec_sink_event), (theora_dec_chain_forward),
12147         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12148         (theora_dec_chain):
12149         Document and partially implement an algorithm for doing reverse playback
12150         of theora video.
12151
12152 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12153
12154         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12155
12156         * win32/common/config.h:
12157         * win32/common/interfaces-enumtypes.c:
12158         * win32/common/libgsttag.def:
12159         * win32/vs8/gst-plugins-base.sln:
12160         * win32/vs8/libgstaudioresample.vcproj:
12161         * win32/vs8/libgstinterfaces.vcproj:
12162         * win32/vs8/libgstogg.vcproj:
12163         * win32/vs8/libgstriff.vcproj:
12164         * win32/vs8/libgsttag.vcproj:
12165         * win32/vs8/libgsttheora.vcproj:
12166         * win32/vs8/libgstvideoscale.vcproj:
12167         * win32/vs8/libgstvorbis.vcproj:
12168           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12169           to libgsttag.def; add missing dependencies for some vs8 projects;
12170           re-arrange placement of .def files in vs8 projects (#366334).
12171
12172 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12173
12174         * ext/ogg/gstogg.c:
12175           Remove unused variable.
12176
12177         * ext/ogg/gstoggdemux.c:
12178           Fix Wim's surname in plugin description.
12179
12180 2006-10-31  Wim Taymans  <wim@fluendo.com>
12181
12182         * gst-plugins-base.spec.in:
12183         spec new .h file. Fixes #368310.
12184
12185 2006-10-31  Michael Smith  <msmith@fluendo.com>
12186
12187         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12188         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12189         (gst_multi_fd_sink_get_stats),
12190         (gst_multi_fd_sink_remove_client_link),
12191         (gst_multi_fd_sink_queue_buffer),
12192         (gst_multi_fd_sink_handle_clients):
12193         * gst/tcp/gstmultifdsink.h:
12194           Make using the remove or clear signals threadsafe.
12195           Make calling get-stats with an invalid fd not segfault.
12196           Fixes 368273.
12197
12198 2006-10-31  Wim Taymans  <wim@fluendo.com>
12199
12200         * gst-libs/gst/rtp/Makefile.am:
12201         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12202         (gst_base_rtp_audio_payload_init):
12203         Fix and activate base audio payloader.
12204
12205 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12206
12207         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12208         (plugin_init):
12209           Add typefinder for QuickTime Image Files (see #366156).
12210
12211 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12212
12213         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12214           Another typo fix (#366212).
12215
12216 2006-10-27  Wim Taymans  <wim@fluendo.com>
12217
12218         * gst/volume/gstvolume.c: (volume_transform_ip):
12219         Use stream time to synchronize volume property instead of rather random
12220         timestamps. This is needed when gnonlin does its time shifting.
12221
12222 2006-10-27  Wim Taymans  <wim@fluendo.com>
12223
12224         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12225
12226         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12227         Remove the pad from the element in release_pad. Fixes #364812.
12228
12229 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12230
12231         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12233           Explicitly create our custom buffer classes at a thread-safe
12234           location as well, since g_type_class_ref() doesn't seem to be
12235           entirely thread-safe either (#365501; also see #349410).
12236
12237 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12238
12239         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12240         (gst_riff_parse_info):
12241           If strings in INFO chunk are not UTF-8, do something similar to
12242           what we do for ID3v1 tags: check a number of environment variables
12243           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12244           character sets to try, otherwise try the current locale and/or fall
12245           back on ISO-8859-1. Fixes #360552.
12246
12247 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12248
12249         * gst/videotestsrc/gstvideotestsrc.c:
12250         (gst_video_test_src_pattern_get_type),
12251         (gst_video_test_src_set_pattern):
12252         * gst/videotestsrc/gstvideotestsrc.h:
12253         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12254         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12255         (gst_video_test_src_checkers8):
12256         * gst/videotestsrc/videotestsrc.h:
12257           Add a bunch of exciting new checkers patterns.
12258
12259 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12260
12261         * gst/subparse/Makefile.am:
12262         * gst/subparse/gstsubparse.c:
12263         (gst_sub_parse_data_format_autodetect),
12264         (gst_sub_parse_format_autodetect), (handle_buffer),
12265         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12266         * gst/subparse/gstsubparse.h:
12267         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12268         (parse_tmplayer):
12269         * gst/subparse/tmplayerparse.h:
12270           Add support for TMPlayer-type subtitles (#362845).
12271
12272         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12273         (GST_START_TEST), (subparse_suite):
12274           Add some basic unit tests for the above.
12275
12276 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12277
12278         * tests/check/elements/audiorate.c: (test_injector_base_init),
12279         (test_injector_class_init), (test_injector_chain),
12280         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12281         (GST_START_TEST), (audiorate_suite):
12282           More tests for audiorate: inject buffers to check behaviour when
12283           buffers overlap.
12284
12285 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12286
12287         * tests/check/Makefile.am:
12288         * tests/check/elements/.cvsignore:
12289         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12290         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12291           Add some basic unit tests for audiorate. Disabled at the moment
12292           since it doesn't pass yet (see bug #363119).
12293
12294 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12295
12296         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12297         (parse_subrip), (handle_buffer):
12298           Add missing closing tags for markup and fix broken markup,
12299           otherwise pango won't render anything (fixes #357531). Also,
12300           make sure the text we send out is always NUL-terminated
12301           (better safe than sorry etc.).
12302
12303         * tests/check/elements/subparse.c: (test_srt_do_test),
12304         (test_srt):
12305           Some more tests for .srt incl. tests for the above stuff.
12306
12307 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12308
12309         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12311         Patch by: Stefan Kost  <ensonic@users.sf.net>
12312         Try to redraw borders only when needed. Apparently this consumes
12313         resources on small devices... :-O (#363607)
12314
12315 2006-10-20  Michael Smith  <msmith@fluendo.com>
12316
12317         * gst/tcp/gstmultifdsink.c:
12318         (gst_multi_fd_sink_client_queue_buffer):
12319           If caps change, then update the client's idea of the caps so that we
12320           don't end up re-sending streamheaders for every single buffer after
12321           the caps change.
12322
12323 2006-10-20  Michael Smith  <msmith@fluendo.com>
12324
12325         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12326         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12327           Set caps on pushed buffers; fix up refcounting of caps objects.
12328
12329 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12330
12331         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12332         (plugin_init):
12333           Typefind mmsh header data packet to application/x-mmsh (#362625).
12334
12335 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12336
12337         * tests/check/Makefile.am:
12338         * tests/check/elements/.cvsignore:
12339         * tests/check/elements/subparse.c: (buffer_from_static_string),
12340         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12341         (GST_START_TEST), (subparse_suite):
12342           Add very simple unit test for subparse.
12343
12344 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12345
12346         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12347         (parse_subrip):
12348           Strip trailing newlines from subtitle text output.
12349
12350 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12351
12352         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12353         (gst_sub_parse_change_state):
12354           Fix memleak; clear subparse->textbuf n state change function.
12355
12356 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12357
12358         * gst/subparse/gstsubparse.c:
12359         (gst_sub_parse_data_format_autodetect):
12360           Don't require subrip (.srt) files to start with a chunk number of 1.
12361
12362 2006-10-18  Wim Taymans  <wim@fluendo.com>
12363
12364         * gst-libs/gst/audio/gstbaseaudiosink.c:
12365         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12366         * gst-libs/gst/audio/gstbaseaudiosink.h:
12367         Extract rate from the NEWSEGMENT event.
12368         Use commit_full to also take rate adjustment into account when writing
12369         samples to the ringbuffer.
12370         
12371         * gst-libs/gst/audio/gstringbuffer.c:
12372         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12373         (gst_ring_buffer_read):
12374         * gst-libs/gst/audio/gstringbuffer.h:
12375         Added _commit_full() to also take rate into account.
12376         Use simple interpolation algorithm to resample audio.
12377         API: gst_ring_buffer_commit_full()
12378
12379         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12380         * tests/examples/seek/seek.c: (segment_done):
12381         Don't try to seek with 0.0 rate, just pause instead.
12382         Remove bogus debug line.
12383
12384 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12385
12386         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12387         (setup_source):
12388           Catch async errors when starting up the subtitle bin, so we can
12389           stop waiting and continue with the main film instead of hanging
12390           forever. Fixes #339366.
12391
12392         * tests/check/elements/playbin.c: (playbin_suite):
12393           Enable unit test for the above.
12394
12395 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12396
12397         * tests/check/Makefile.am:
12398         * tests/check/elements/.cvsignore:
12399         * tests/check/elements/playbin.c: (GST_START_TEST),
12400         (gst_red_video_src_uri_get_type),
12401         (gst_red_video_src_uri_get_protocols),
12402         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12403         (gst_red_video_src_uri_handler_init),
12404         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12405         (gst_red_video_src_create), (gst_red_video_src_class_init),
12406         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12407           Some small and basic unit tests for playbin; not very useful yet,
12408           but at least a start.
12409
12410 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12411
12412         * gst/playback/gstplaybin.c: (setup_sinks):
12413           The old pad activation spiel.
12414
12415 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12416
12417         * gst/playback/gstplaybasebin.c: (setup_source):
12418           Don't hang forever if the subbin already fails to start up in 
12419           the state change to PAUSED (#339366).
12420
12421 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12422
12423         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12424         (gst_tuner_set_channel), (gst_tuner_get_channel),
12425         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12426         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12427         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12428         (gst_tuner_find_channel_by_name):
12429           Fix some function guards, add some more function guards.
12430
12431 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12432
12433         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12434         (remove_element_chain):
12435         Don't return a pad from get_our_ghost_pad unless it is actually the
12436         one we want.
12437         Change a cast in remove_element_chain slightly.
12438
12439 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12440
12441         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12442         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12443         Segment seeking needs to use the rate and set stop to -1.
12444
12445 2006-10-13  Wim Taymans  <wim@fluendo.com>
12446
12447         * gst-libs/gst/audio/gstbaseaudiosink.c:
12448         (gst_base_audio_sink_setcaps):
12449         Don't crash when ringbuffer is not yet created.
12450         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12451         Fixes #361634.
12452
12453         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12454         * gst/playback/gststreamselector.c:
12455         (gst_stream_selector_request_new_pad):
12456         Activate pads befre adding them to running elements.
12457
12458 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12459
12460         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12461         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12462         updater when we start grabing the slider. Don't wait for the
12463         pipeline to be PAUSED.
12464
12465 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12466
12467         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12468         (gst_mixer_set_volume), (gst_mixer_get_volume),
12469         (gst_mixer_set_mute), (gst_mixer_set_option),
12470         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12471         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12472         (gst_mixer_option_changed):
12473           Guard mixer interface functions against bogus arguments.
12474
12475 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12476
12477         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12478         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12479         (msg_state_changed), (main): Use state-changed messages to trigger
12480         start/stop of scale update timer. Indeed the scale slider was
12481         jumping here and there because the update timer was activated 
12482         before seek completed. This fixes instant applying of rate changes
12483         by pressing the spinbutton like a crazy man !
12484
12485 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12486
12487         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12488
12489         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12490         (gst_basertppayload_finalize):
12491           Fix two small memory leaks (#361456).
12492
12493 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12494
12495         * tests/examples/seek/seek.c: (do_seek),
12496         (rate_spinbutton_changed_cb): When changing spinbutton we try
12497         to change the rate on the fly.
12498
12499 2006-10-10  Wim Taymans  <wim@fluendo.com>
12500
12501         * gst-libs/gst/riff/riff-ids.h:
12502         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12503         (gst_riff_create_audio_template_caps):
12504         Add WMS caps.
12505
12506 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12507
12508         Patch by: Josep Torra Valles <josep@fluendo.com>
12509
12510         * ext/gnomevfs/gstgnomevfssink.c:
12511         * ext/gnomevfs/gstgnomevfssrc.c:
12512         Fix URI interface implementation return type.
12513         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12514         Fix what looks like a copy/paste issue when assigning values.
12515         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12516         (gst_audio_filter_template_get_type):
12517         Cast to prevent Forte warnings.
12518         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12519         Fix URI interface implementation return type.
12520         gst_pad_query_position requires a signed integer pointer as
12521         3rd parameter, GstClockTime is unsigned.
12522         * gst/audioconvert/audioconvert.c:
12523         Fix integer overflow when treated as signed.
12524         * gst/audioresample/resample.c: (resample_add_input_data):
12525         Cast to prevent warnings on Forte.
12526         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12527         Fix integer overflow when treated as signed.
12528         * gst/ffmpegcolorspace/imgconvert_template.h:
12529         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12530         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12531         (cleanup_decodebin):
12532         Who initialises a guint to -1!
12533         Cast function pointers to prevent warnings on Forte.
12534         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12535         (queue_threshold_reached):
12536         Cast function pointers correctly to prevent warnings on Forte.
12537         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12538         Cast function pointers correctly to prevent warnings on Forte.
12539         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12540         Obvious change to unsigned, 0xEF > max signed char.
12541         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12542         GstClockTime is unsigned, initialise correctly.
12543         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12544         Cast so pointer arithemetic doesn't cause warnings on Forte.
12545         * gst/videorate/gstvideorate.c:
12546         Use correct return value.
12547         * tests/examples/seek/scrubby.c:
12548         GstClockTime is unsigned, initialise correctly.
12549
12550 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12551
12552         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12553
12554         * gst/typefind/gsttypefindfunctions.c:
12555           Recognise XML files and XML-like files shorter than 256 bytes as
12556           well (fixes #359237).
12557
12558 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12559
12560         Patch by: Renato Filho <renato.filho@indt.org.br>
12561         
12562         * gst/typefind/gsttypefindfunctions.c:
12563         Added typefind functions to video/x-nuv media.
12564         
12565 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12566
12567         * gst-libs/gst/interfaces/xoverlay.c:
12568         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12569           Some more guards against invalid input.
12570
12571 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12572
12573         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12574         Useless goto.
12575         * tests/examples/seek/seek.c: (do_seek),
12576         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12577         seek example to experiment with rates != 1.0 (reverse playback !)
12578
12579 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12580
12581         * gst-libs/gst/interfaces/xoverlay.c:
12582           Unref message in doc-example (spotted by Robert McQueen)
12583
12584 2006-10-06  Wim Taymans  <wim@fluendo.com>
12585
12586         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12587         (mpeg1_parse_header), (mpeg1_sys_type_find):
12588         printf fix.
12589
12590 2006-10-06  Wim Taymans  <wim@fluendo.com>
12591
12592         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12593         (close_pad_link):
12594         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12595         Activate dynamic pads before adding them to the element.
12596
12597 2006-10-06  Michael Smith  <msmith@fluendo.com>
12598
12599         * gst-libs/gst/floatcast/floatcast.h:
12600           Fix obviously-bogus macros; use the correct types.
12601
12602 2006-10-06  Wim Taymans  <wim@fluendo.com>
12603
12604         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12605         (gst_base_rtp_depayload_change_state):
12606         Also call parent state change function to activate pads.
12607
12608         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12609         (mpeg1_parse_header), (mpeg1_sys_type_find):
12610         Add some more debug info in mpeg typefinding.
12611
12612 2006-10-06  Michael Smith  <msmith@fluendo.com>
12613
12614         * ext/theora/theoradec.c: (theora_dec_chain):
12615           Zero byte theora packets are valid and well-defined; don't warn on
12616           them.
12617
12618 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12619
12620         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12621         (gst_multi_fd_sink_get_stats), (find_limits),
12622         (gst_multi_fd_sink_queue_buffer):
12623           API: add dropped_buffers to the get-stats GValueArray
12624
12625 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12626
12627         * ext/alsa/gstalsadeviceprobe.c:
12628         (gst_alsa_device_property_probe_get_values):
12629         * ext/alsa/gstalsasink.c: (set_hwparams):
12630         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12631         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12632         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12633         (gst_ogg_mux_process_best_pad):
12634         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12635         (gst_ogg_parse_chain):
12636         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12637         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12638         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12639         (gst_vorbis_enc_buffer_check_discontinuous):
12640         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12641         * gst-libs/gst/audio/gstbaseaudiosink.c:
12642         (gst_base_audio_sink_render):
12643         * gst-libs/gst/cdda/gstcddabasesrc.c:
12644         (gst_cdda_base_src_handle_track_seek):
12645         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12646         (gst_base_rtp_depayload_push_full):
12647         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12648         * gst/audioresample/resample.c: (resample_input_pushthrough):
12649         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12650         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12651         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12652         (wavpack_type_find):
12653         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12654         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12655         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12656         * tests/check/elements/volume.c: (GST_START_TEST):
12657           Printf format fixes.
12658
12659 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12660
12661         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12662           Fix a simple mistake (see the docs)
12663           Fixes #359580
12664
12665 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12666
12667         * docs/plugins/Makefile.am:
12668         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12669         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12670         * docs/plugins/gst-plugins-base-plugins.args:
12671         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12672         * docs/plugins/inspect/plugin-adder.xml:
12673         * docs/plugins/inspect/plugin-alsa.xml:
12674         * docs/plugins/inspect/plugin-audioconvert.xml:
12675         * docs/plugins/inspect/plugin-audiorate.xml:
12676         * docs/plugins/inspect/plugin-audioresample.xml:
12677         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12678         * docs/plugins/inspect/plugin-cdparanoia.xml:
12679         * docs/plugins/inspect/plugin-decodebin.xml:
12680         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12681         * docs/plugins/inspect/plugin-gdp.xml:
12682         * docs/plugins/inspect/plugin-gnomevfs.xml:
12683         * docs/plugins/inspect/plugin-libvisual.xml:
12684         * docs/plugins/inspect/plugin-ogg.xml:
12685         * docs/plugins/inspect/plugin-pango.xml:
12686         * docs/plugins/inspect/plugin-playbin.xml:
12687         * docs/plugins/inspect/plugin-subparse.xml:
12688         * docs/plugins/inspect/plugin-tcp.xml:
12689         * docs/plugins/inspect/plugin-theora.xml:
12690         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12691         * docs/plugins/inspect/plugin-video4linux.xml:
12692         * docs/plugins/inspect/plugin-videorate.xml:
12693         * docs/plugins/inspect/plugin-videoscale.xml:
12694         * docs/plugins/inspect/plugin-videotestsrc.xml:
12695         * docs/plugins/inspect/plugin-volume.xml:
12696         * docs/plugins/inspect/plugin-vorbis.xml:
12697         * docs/plugins/inspect/plugin-ximagesink.xml:
12698         * docs/plugins/inspect/plugin-xvimagesink.xml:
12699           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12700
12701 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12702
12703         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12704
12705         * ext/vorbis/Makefile.am:
12706         * ext/vorbis/vorbis.c: (plugin_init):
12707         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12708         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12709         * ext/vorbis/vorbisparse.h:
12710         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12711         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12712         (gst_vorbis_tag_parse_packet):
12713         * ext/vorbis/vorbistag.h:
12714           Add new vorbistag element which derives from vorbisparse
12715           and is essentially the same as well, only that it implements
12716           the GstTagSetter interface and can modify the stream's
12717           vorbiscomment on the fly (#335635).
12718
12719         * tests/check/Makefile.am:
12720         * tests/check/elements/.cvsignore:
12721         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12722         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12723         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12724         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12725           Add unit test for new vorbistag element.
12726
12727 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12728
12729         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12730         (vorbis_parse_push_headers), (vorbis_parse_chain):
12731           Set BOS flag in packet structure to fix 'jump depends
12732           on unitialized value' errors in valgrind; various minor
12733           clean-ups.
12734
12735 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12736
12737         * gst/playback/gstdecodebin.c: (close_pad_link):
12738         Fix typo in a debug statement.
12739
12740         * gst/playback/gstplaybasebin.c: (probe_triggered),
12741         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12742         (gen_source_element), (source_new_pad), (analyse_source),
12743         (setup_source):
12744         When handling no_more_pads in new_decoded_pad, make sure to treat
12745         subtitle pads correctly. Fixes playback with subtitle files.
12746
12747         Move a recurring message to LOG level.
12748
12749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12750         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12751         which ends up as -1 when cast to an int. Make the logic handle the
12752         max value as an unsigned mask and only change the colorkey when it's
12753         a value we recognise.
12754
12755 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12756
12757         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12758         Removed empty * between paragraphs
12759
12760 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12761
12762         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12763         * gst-libs/gst/rtp/README:
12764         Moved some documentation into .c file
12765
12766 2006-09-29  Wim Taymans  <wim@fluendo.com>
12767
12768         * gst/playback/gstdecodebin.c: (no_more_pads):
12769         Fix compilation.
12770
12771 2006-09-29  Wim Taymans  <wim@fluendo.com>
12772
12773         * gst/playback/gstdecodebin.c: (new_caps):
12774         Remove g_print
12775
12776         * gst/playback/gstplaybin.c:
12777         Add some docs.
12778
12779 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12780
12781         * tests/check/Makefile.am:
12782           Re-enable cddabasesrc test to see if it works again
12783           now.
12784
12785 2006-09-29  Wim Taymans  <wim@fluendo.com>
12786
12787         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12788         (gen_source_element):
12789         Handle invalid URIs a bit more gracefully.
12790
12791 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12792
12793         * tests/check/pipelines/oggmux.c:
12794           Remove obsolete comment.
12795
12796 2006-09-29  Michael Smith  <msmith@fluendo.com>
12797
12798         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12799         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12800         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12801         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12802         (gst_ogg_mux_collected):
12803           Commit patch from James "Doc" Livingston, adds proper EOS handling
12804           in oggmux. GStreamer can, for the first time ever, create a valid
12805           Ogg file! Yay!
12806
12807         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12808         (oggmux_suite):
12809           Reenable tests now that they pass.
12810
12811 2006-09-29  Wim Taymans  <wim@fluendo.com>
12812
12813         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12814         Stop reading commands when EOF (we read 0) as well.
12815
12816 2006-09-28  Wim Taymans  <wim@fluendo.com>
12817
12818         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12819         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12820         (find_dynamic), (unlinked), (close_link):
12821         Implement delayed caps linking needed for element with a lot of
12822         different caps on the src pads that get fixed at runtime.
12823         Improve management of dynamic elements.
12824
12825         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12826         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12827         (gen_preroll_element), (remove_groups), (unknown_type),
12828         (add_element_stream), (no_more_pads_full), (no_more_pads),
12829         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12830         (new_decoded_pad), (setup_subtitle), (array_has_value),
12831         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12832         (analyse_source), (remove_decoders), (make_decoder),
12833         (remove_source), (setup_source), (finish_source), (prepare_output),
12834         (gst_play_base_bin_change_state):
12835         * gst/playback/gstplaybasebin.h:
12836         Use more _CAST instead of full type checking casts.
12837         Small cleanups, plug some leaks.
12838         Handle dynamic sources.
12839         Add some helper functions to create lists of strings used for
12840         blacklisting and other stuff.
12841         Refactor some code dealing with analysing the source.
12842         Re-enable sources without pads (like cd:// or other selfcontained
12843         elements).
12844
12845 2006-09-28  Wim Taymans  <wim@fluendo.com>
12846
12847         * gst-libs/gst/audio/gstbaseaudiosink.c:
12848         (gst_base_audio_sink_render):
12849         When we have a timestamp, we can still perform clipping.
12850         When we have no clock, we must play the sample ASAP.
12851
12852 2006-09-28  Wim Taymans  <wim@fluendo.com>
12853
12854         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12855         Set caps on outgoing buffers.
12856
12857         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12858         (gst_video_rate_event), (gst_video_rate_chain):
12859         * gst/videorate/gstvideorate.h:
12860         Fix videorate some more. Fixes #357977
12861
12862 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12863
12864         * tests/check/elements/adder.c: (adder_suite):
12865           Don't set timeout to 6 seconds when we're running
12866           in valgrind ... (and how is 6 seconds longer than
12867           the default anyway?)
12868
12869 2006-09-28  Wim Taymans  <wim@fluendo.com>
12870
12871         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12872         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12873         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12874         Keep sink and src segment to keep track of time and support more
12875         input formats.
12876         Fix bogus next_offset and run_time calculation, don't understand how
12877         this could have worked before. Fixes #357976.
12878         Remove some unneeded vars.
12879
12880 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12881
12882         * gst/playback/gstplaybin.c: (remove_sinks):
12883           Only remove visualisation from visbin if there is a visbin (or:
12884           don't throw warnings when closing totem without playing a file).
12885
12886 2006-09-27  Wim Taymans  <wim@fluendo.com>
12887
12888         * gst-libs/gst/audio/gstbaseaudiosink.c:
12889         (gst_base_audio_sink_render):
12890         Add some more info in a WARNING.
12891
12892         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12893         (gst_base_audio_src_create):
12894         Handle PAUSE in create function, use new -core addition to
12895         wait for playing. Fixes pausing and resuming capture from an
12896         audiosrc.
12897
12898         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12899         (gst_ring_buffer_read):
12900         Constify some more.
12901         Caller supports interrupted reads now.
12902
12903 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12904
12905         * tests/check/Makefile.am:
12906           Another attempt to make the gen64 buildbot happy.
12907
12908 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12909
12910         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12911
12912         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12913         (gst_visual_chain), (gst_visual_change_state):
12914           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12915           correctly. Fixes #357800
12916
12917 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12918
12919         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12920           Add timeout to _get_state() so we see which pipeline it is
12921           that causes trouble on the gen64 build bot.
12922
12923 2006-09-27  Wim Taymans  <wim@fluendo.com>
12924
12925         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12926         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12927         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12928         (gst_base_rtp_depayload_set_gst_timestamp):
12929         the source pad always uses fixed caps.
12930
12931 2006-09-27  Wim Taymans  <wim@fluendo.com>
12932
12933         * docs/libs/gst-plugins-base-libs-docs.sgml:
12934         * docs/libs/gst-plugins-base-libs-sections.txt:
12935         * gst-libs/gst/audio/gstaudioclock.c:
12936         * gst-libs/gst/audio/gstaudioclock.h:
12937         * gst-libs/gst/audio/gstaudiosink.c:
12938         * gst-libs/gst/audio/gstaudiosink.h:
12939         * gst-libs/gst/audio/gstaudiosrc.c:
12940         * gst-libs/gst/audio/gstbaseaudiosink.c:
12941         (gst_base_audio_sink_render):
12942         * gst-libs/gst/audio/gstbaseaudiosink.h:
12943         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12944         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12945         * gst-libs/gst/audio/gstringbuffer.h:
12946         Added docs for the audio libs.
12947
12948 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12949
12950         * tests/check/Makefile.am:
12951           Temporarily disable test that fails on the bots for unknown reasons.
12952
12953 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12954
12955         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12956         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12957         Moved AudioCodecType into priv
12958         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12959
12960 2006-09-25  Wim Taymans  <wim@fluendo.com>
12961
12962         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12963         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12964         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12965         (new_pad):
12966         Cleanups and small leak fixes.
12967         Added Depayloaders to valid list of autopluggable elements.
12968
12969 2006-09-25  Wim Taymans  <wim@fluendo.com>
12970
12971         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12972         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12973         (gen_video_element), (gen_text_element), (gen_audio_element),
12974         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12975         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12976         Detect NO_PREROLL state change returns and disable clock distribution to
12977         the sinks so that sync is disabled.
12978         Avoid some type checking and do simple casts instead.
12979         Small cleanups, fix some FIXMEs.
12980         Be more robust when linking user specified elements, catch an report
12981         errors. Fixes #357404.
12982         Fix some leaks in the error paths.
12983
12984 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12985
12986         * ChangeLog:
12987           ChangeLog surgery for missing bug-number
12988
12989 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12990
12991         Patch by: Peter Kjellerstedt  <pkj at axis com>
12992
12993         * gst/playback/test.c:
12994           Fix compilation with uClibc and -Werror (#357591).
12995
12996 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12997
12998         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12999           Parse dates that are followed by a time as well (#357532).
13000
13001         * tests/check/libs/tag.c: (test_vorbis_tags):
13002           Add unit test for this.
13003
13004 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13005
13006         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13007         (gst_audio_convert_transform_caps):
13008         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
13009         * gst/videotestsrc/videotestsrc.h:
13010           A few array const-ifications.
13011
13012 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13013
13014         * tests/check/Makefile.am:
13015           See if this makes the build bots happy.
13016
13017         * tests/check/libs/cddabasesrc.c:
13018           UTF8-ise my name.
13019
13020 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13021
13022         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13023
13024         * gst/subparse/samiparse.c: (handle_start_font),
13025         (fix_invalid_entities):
13026           More case-insensitivity for certain tags; recognise entities with
13027           decimal codes as special entities as well (#357330).
13028
13029 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13030
13031         * gst-libs/gst/Makefile.am:
13032           Need to build tag directory before cdda.
13033
13034 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13035
13036         * docs/libs/gst-plugins-base-libs-sections.txt:
13037         * gst-libs/gst/cdda/Makefile.am:
13038         * gst-libs/gst/cdda/gstcddabasesrc.c:
13039         (gst_cdda_base_src_base_init):
13040         * gst-libs/gst/cdda/gstcddabasesrc.h:
13041         * gst-libs/gst/tag/tag.h:
13042         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
13043         (gst_tag_register_musicbrainz_tags):
13044           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
13045           depend on libgsttag. This is required so we can extract/read tags like
13046           DISCID without depending on libgstcddabasesrc (which used to register
13047           them).
13048
13049         * gst-libs/gst/tag/gstvorbistag.c:
13050           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
13051           tags (also see #347848).
13052
13053         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
13054           Log vorbis comments we are actually writing. Const-ify array.
13055
13056 2006-09-23  Wim Taymans  <wim@fluendo.com>
13057
13058         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13059         Improve buffering a bit by avoiding a deadlock because we cannot assume
13060         the underrun is always called.
13061
13062 2006-09-23  Wim Taymans  <wim@fluendo.com>
13063
13064         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13065
13066         * gst-libs/gst/riff/riff-ids.h:
13067         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13068         (gst_riff_create_audio_template_caps):
13069         Added MPEG-4 AAC and id and caps. Fixes #357289
13070         Added WMA9 Lossless id.
13071
13072 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13073
13074         * ext/gnomevfs/gstgnomevfssrc.c:
13075           Fix misleading docs addition.
13076
13077         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13078           Get rid of compiler warning the right way.
13079
13080 2006-09-22  Wim Taymans  <wim@fluendo.com>
13081
13082         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13083         (gst_base_rtp_depayload_finalize),
13084         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
13085         (gst_base_rtp_depayload_push_full),
13086         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
13087         (gst_base_rtp_depayload_process),
13088         (gst_base_rtp_depayload_set_gst_timestamp),
13089         (gst_base_rtp_depayload_queue_release):
13090         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13091         Small cleanups.
13092         Fix some leaks.
13093         Refactored the process method and added methods to push from the process
13094         vmethod.
13095         Use _scale functions.
13096         API: gst_base_rtp_depayload_push_ts
13097         API: gst_base_rtp_depayload_push
13098
13099         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13100         timestamps are uint.
13101
13102 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
13103
13104         * gst-libs/gst/interfaces/xoverlay.c:
13105           Remove unused statement from doc example.
13106
13107 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
13108
13109         * gst-libs/gst/interfaces/videoorientation.c:
13110         (gst_video_orientation_iface_init),
13111         (gst_video_orientation_get_hflip),
13112         (gst_video_orientation_get_vflip),
13113         (gst_video_orientation_get_hcenter),
13114         (gst_video_orientation_get_vcenter),
13115         (gst_video_orientation_set_hflip),
13116         (gst_video_orientation_set_vflip),
13117         (gst_video_orientation_set_hcenter),
13118         (gst_video_orientation_set_vcenter):
13119           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13120           in ChangeLog)
13121
13122 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
13123
13124         * tests/check/Makefile.am:
13125         * tests/check/elements/.cvsignore:
13126         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13127         (create_rgb_conversions), (rgb_conversion_free),
13128         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13129         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13130           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13131           but disable for now since it doesn't pass (something wrong with
13132           RGBA somewhere).
13133
13134 2006-09-21  Wim Taymans  <wim@fluendo.com>
13135
13136         * gst/playback/gstplaybasebin.c: (group_commit),
13137         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13138         (queue_out_of_data), (gen_preroll_element),
13139         (preroll_remove_overrun), (probe_triggered):
13140         Refactor handling of overrun detection.
13141         Separate handling of group completion and deadlock detection when doing
13142         network buffering. This should fix some deadlocks that were not detected
13143         because the group was completed.
13144         Add more comments, improve debugging.
13145
13146 2006-09-21  Wim Taymans  <wim@fluendo.com>
13147
13148         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13149         * tests/check/libs/audio.c:
13150         Some more compilation fixes.
13151
13152 2006-09-21  Wim Taymans  <wim@fluendo.com>
13153
13154         * gst-libs/gst/audio/gstringbuffer.c:
13155         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13156         (gst_ring_buffer_read):
13157         Early morning compilation fix.
13158
13159 2006-09-20  Wim Taymans  <wim@fluendo.com>
13160
13161         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13162         * tests/check/elements/multifdsink.c: (GST_START_TEST):
13163         * tests/check/elements/videorate.c: (GST_START_TEST):
13164         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13165         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13166         Fix some warnings.
13167
13168 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13169
13170         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13171         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13172         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13173           Handcrafted merge to help CVS understanding what I changed and what
13174           not.
13175
13176 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13177
13178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13179         (gst_xvimagesink_get_times):
13180           change colorkey behaviour back according to #354773 comment 6/7
13181
13182 2006-09-19  Michael Smith  <msmith@fluendo.com>
13183
13184         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13185         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13186         (gst_multi_fd_sink_recover_client),
13187         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13188         (gst_multi_fd_sink_get_property):
13189         * gst/tcp/gstmultifdsink.h:
13190           Implement stubbed out properties unit-type, units-soft-max,
13191           units-max, to allow specifying maximum sizes in units other than
13192           buffers.
13193           Fixes #355935
13194
13195 2006-09-19  Wim Taymans  <wim@fluendo.com>
13196
13197         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13198         (gst_riff_create_audio_template_caps):
13199         Reorder the audio formats a bit for clarity.
13200         Detect and create caps for MSGSM and MSN (WAV49).
13201         Fixes #356596.
13202
13203         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13204         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13205         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13206         Small cleanups, move error handling out of normal flow for clarity.
13207
13208 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13209
13210         * docs/libs/gst-plugins-base-libs-docs.sgml:
13211         * docs/libs/gst-plugins-base-libs.types:
13212         * gst-libs/gst/interfaces/Makefile.am:
13213         * gst-libs/gst/interfaces/videoorientation.c:
13214         (gst_video_orientation_get_type),
13215         (gst_video_orientation_iface_init),
13216         (gst_video_orientation_get_hflip),
13217         (gst_video_orientation_get_vflip),
13218         (gst_video_orientation_get_hcenter),
13219         (gst_video_orientation_get_vcenter),
13220         (gst_video_orientation_set_hflip),
13221         (gst_video_orientation_set_vflip),
13222         (gst_video_orientation_set_hcenter),
13223         (gst_video_orientation_set_vcenter):
13224         * gst-libs/gst/interfaces/videoorientation.h:
13225           API: Add new interface to control video orientation (fixes #354908)
13226
13227 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13228
13229         * gst/videotestsrc/gstvideotestsrc.c:
13230           Use G_UNLIKELY in _create and log one more detail.
13231           
13232         (gst_video_test_src_get_times), (gst_video_test_src_create):
13233         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13234           Use gst_util_uint64_scale_int in _get_times().
13235
13236 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13237
13238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13239           Give better warning message (add object and detail).
13240
13241 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13242
13243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13244         (gst_xvimagesink_get_times):
13245           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13246           #354773), use gst_util_uint64_scale_int in _get_times()
13247
13248 2006-09-18  Michael Smith  <msmith@fluendo.com>
13249
13250         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13251           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13252           always true, leading to dropping all timestamps.
13253
13254 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13255
13256         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13257         (gst_visual_chain), (gst_visual_change_state):
13258           update to work also with libvisual 0.4 API, fix double unref (#355914)
13259           
13260         * tools/gst-launch-ext.1.in:
13261         * tools/gst-visualise.1.in:
13262           remove references to old man-pages
13263
13264         * tests/examples/seek/seek.c: (main):
13265           add real meadi-buttons, add tool-tips for the seek-options, arrange
13266           seek options in a table
13267
13268 2006-09-18  Michael Smith  <msmith@fluendo.com>
13269
13270         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13271         (gst_ogg_mux_push_buffer):
13272           Don't generate out-of-order timestamps from oggmux, instead clamp
13273           output timestamps to be >= the previously output ts.
13274           Fixes #355595
13275
13276 2006-09-18  Michael Smith  <msmith@fluendo.com>
13277
13278         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13279         (gst_multi_fd_sink_class_init):
13280           Updates, fixes, and typo corrections for multifdsink. No functional
13281           changes.
13282
13283 2006-09-17  Michael Smith  <msmith@fluendo.com>
13284
13285         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13286           Don't crash on truncated files - check that we got an 8 byte buffer
13287           before trying to memcmp it.
13288
13289 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13290
13291         * gst/playback/gstplaybasebin.c: (get_active_source):
13292           Make stream-switching appear instant to the application
13293           (ie. make sure that a g_object_get on 'current-foo' returns
13294           the stream previously set with g_object_set(). Totem needs
13295           this to update stream-related meta-info (like audio-codec)
13296           correctly when switching streams.
13297
13298 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13299
13300         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13301         (gst_alsa_mixer_ensure_track_list):
13302           Try harder to guess which mixer track is the master mixer
13303           track (instead of just taking the first one that has a pvolume).
13304           Fixes #342228.
13305
13306 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13307
13308         reviewed by: <delete if not using a buddy>
13309
13310         * gst-libs/gst/audio/audio.h:
13311         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13312
13313 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13314
13315         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13316         (gst_audio_convert_transform_caps):
13317           Get structure-name just once.
13318
13319 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13320
13321         * tests/check/elements/audioresample.c: (GST_START_TEST):
13322         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13323         * tests/check/elements/volume.c: (GST_START_TEST):
13324         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13325         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13326         (test_pipeline), (GST_START_TEST):
13327         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13328         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13329           Fix big batch of compiler warnings.
13330
13331 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13332
13333         * ext/gnomevfs/gstgnomevfssrc.c:
13334           Add docs about icydemux usage in connection with gnomevfssrc
13335
13336         * ext/libvisual/visual.c:
13337         * ext/ogg/gstoggaviparse.c:
13338         * ext/ogg/gstoggdemux.c:
13339         * ext/ogg/gstoggmux.c:
13340         * ext/ogg/gstoggparse.c:
13341         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13342         * gst-libs/gst/audio/gstaudiosink.c:
13343         * gst-libs/gst/audio/gstaudiosrc.c:
13344         * gst/audiorate/gstaudiorate.c:
13345           More G_OBJECT macro fixing.
13346
13347         * gst/audiotestsrc/gstaudiotestsrc.h:
13348           Fix wrong info in header due to copy & paste
13349
13350 2006-09-15  Wim Taymans  <wim@fluendo.com>
13351
13352         * gst-libs/gst/audio/gstbaseaudiosink.c:
13353         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13354         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13355         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13356         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13357         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13358         Do the delay calculation in the source/sink base classes as this is
13359         specific for the capture/playback mode.
13360         Try to fixate a bit better, like round depth up to a multiple of 8
13361         bigger than width.
13362         Handle underruns correctly by marking DISCONT on buffers and adjusting
13363         timestamps to handle the gap.
13364         Set offset/offset_end correctly on buffers.
13365
13366         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13367         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13368         (gst_ring_buffer_read):
13369         Remove resync and underrun recovery from the ringbuffer.
13370         Fix ringbuffer read code on under/overrun.
13371
13372 2006-09-15  Wim Taymans  <wim@fluendo.com>
13373
13374         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13375         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13376         (queue_threshold_reached), (gst_play_base_bin_set_property),
13377         (gst_play_base_bin_get_property):
13378         * gst/playback/gstplaybasebin.h:
13379         Don't use a 0 low watermark when buffering, it is catching starvation
13380         way too late. Instead, use a 3 second queue with 30 and 95
13381         percent low/high watermarks. 
13382         Added queue-min-threshold property to configure low watermark.
13383         Use new _buffering message API.
13384         Make queue_threshold variable big enough to store a uint64 time value.
13385         API: playbin::queue-min-threshold property.
13386
13387 2006-09-15  Wim Taymans  <wim@fluendo.com>
13388
13389         * configure.ac:
13390         We require 0.10.10.1 now because of _wait_preroll().
13391
13392         * gst-libs/gst/audio/gstbaseaudiosink.c:
13393         (gst_base_audio_sink_render):
13394         Use gst_base_sink_wait_preroll().
13395
13396 2006-09-15  Wim Taymans  <wim@fluendo.com>
13397
13398         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13399         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13400         Use DEBUG_OBJECT more.
13401
13402 === release 0.10.10 ===
13403
13404 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13405
13406         patch by: Michael Smith <msmith at fluendo dot com>
13407
13408         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13409         (gst_multi_fd_sink_client_queue_buffer),
13410         (gst_multi_fd_sink_new_client):
13411         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13412         (multifdsink_suite):
13413           Fix implementation of sync-method 'next-keyframe'
13414           Closes #354594
13415
13416 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13417
13418         patch by: Wim Taymans <wim at fluendo dot com>
13419
13420         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13421         This patch removes the RANDOM flag that was incorrectly introduced with
13422         revision 1.91.  Fixes #354590
13423
13424 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13425
13426         * tests/check/Makefile.am:
13427           Random variation in Makefile line to see if it makes the
13428           gen64-base-full bot any happier.
13429
13430 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13431
13432         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13433           Disable test that fails at the moment (killed after timeout).
13434
13435 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13436
13437         Patch by: James Livingston  <doclivingston at gmail.com>
13438
13439         * tests/check/Makefile.am:
13440         * tests/check/pipelines/.cvsignore:
13441         * tests/check/pipelines/oggmux.c: (get_page_codec),
13442         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13443         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13444         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13445         (test_theora_vorbis), (oggmux_suite):
13446           Add simple unit test for oggmux from #337026 with checking for the
13447           EOS flags disabled for the time being.
13448
13449 2006-09-04  Wim Taymans  <wim@fluendo.com>
13450
13451         patch by: Alessandro Dessina <alessandro nnva org>
13452
13453         * ext/ogg/gstoggmux.c:
13454         Add cmml caps to oggmux. Fixes #353912
13455
13456 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13457
13458         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13459           Returning a return value often helps. In this case, we
13460           don't need the return value anyway, so just get rid of it.
13461           Should make build bots much happier.
13462
13463 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13464
13465         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13466         (paint_get_structure), (gst_video_test_src_get_size),
13467         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13468         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13469         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13470         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13471         * gst/videotestsrc/videotestsrc.h:
13472           Add support for AYUV and the various RGBA formats. Initialise
13473           fields of paintinfo structs allocated on the stack.
13474
13475         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13476         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13477         (check_rgb_buf), (videotestsrc_suite):
13478           Add unit tests for videotestsrc's RGB output.
13479
13480 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13481
13482         * gst/videotestsrc/gstvideotestsrc.c:
13483         (gst_video_test_src_pattern_get_type),
13484         (gst_video_test_src_set_pattern):
13485         * gst/videotestsrc/gstvideotestsrc.h:
13486         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13487         (gst_video_test_src_black), (gst_video_test_src_white),
13488         (gst_video_test_src_red), (gst_video_test_src_green),
13489         (gst_video_test_src_blue):
13490         * gst/videotestsrc/videotestsrc.h:
13491           Add more uni-colour patterns ("white", "red", "green", and "blue").
13492
13493 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13494
13495         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13496           Fix stride for YVYU, should be word-aligned (#353658).
13497
13498 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13499
13500         * gst/adder/gstadder.c: (gst_adder_src_event):
13501           Fix build.
13502
13503 2006-08-31  Edward Hervey  <edward@fluendo.com>
13504
13505         * gst/adder/gstadder.c: (forward_event_func),
13506         (gst_adder_src_event), (gst_adder_collected),
13507         (gst_adder_change_state):
13508         * gst/adder/gstadder.h:
13509         Remember the start position asked in the incoming seeks, so we can
13510         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13511         of assuming it will always be 0).
13512
13513 2006-08-31  Edward Hervey  <edward@fluendo.com>
13514
13515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13516         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13517         (gst_ogg_demux_loop):
13518         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13519
13520 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13521
13522         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13523         (gst_ffmpegcsp_get_unit_size):
13524           Return FALSE instead of returning a random false unit
13525           size when the format isn't known/supported (even if
13526           this shouldn't happen under normal circumstances).
13527
13528 2006-08-29  Wim Taymans  <wim@fluendo.com>
13529
13530         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13531
13532         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13533         (gst_gnome_vfs_src_start):
13534         Try harder to get the size from a uri by using _info_uri() when
13535         _info_from_handle() does not give us enough info. 
13536         Also follow symlinks when getting the size.
13537         Partially Fixes #332864.
13538
13539 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13540
13541         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13542
13543         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13544         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13545         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13546         (gst_alsa_mixer_set_record):
13547         * ext/alsa/gstalsamixertrack.c:
13548         (gst_alsa_mixer_track_update_alsa_capabilities),
13549         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13550         (gst_alsa_mixer_track_update):
13551         * ext/alsa/gstalsamixertrack.h:
13552           Improve and fix mixer track handling, in particular better handling
13553           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13554           separate track objects for tracks that have both capture and playback
13555           volume (and label them differently as well so they're not mistakenly
13556           assumed to be duplicates); classify mixer tracks that only affect
13557           the audible volume of something (rather than the capture volume)
13558           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13559           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13560           (following the meaning documented in the mixer interface header
13561           file); add support for alsa's exclusive cswitch groups; update/sync
13562           state/flags better if mixer settings are changed by another
13563           application. Fixes #336075.
13564
13565 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13566
13567         * gst/playback/gstplaybin.c:
13568           Improve docs: add section about BUFFERING messages sent by playbin.
13569
13570 2006-08-29  Michael Smith  <msmith@fluendo.com>
13571
13572         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13573         (gst_vorbis_enc_buffer_check_discontinuous),
13574         (gst_vorbis_enc_chain):
13575           Ignore explicit DISCONT marked on buffers (which is often spurious,
13576           particularly when using multiple segments), in favour of solely
13577           using the timestamps/durations.
13578
13579 2006-08-29  Edward Hervey  <edward@fluendo.com>
13580
13581         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13582         Don't rely on incoming buffers offset anymore, since it is completely
13583         broken when using multiple segments.
13584         Instead convert the incoming buffers timestamp to running time, and
13585         then convert that value to the offsets.
13586         Also inform GstSegment of the last outputted stop position, which is
13587         needed if we received several segments with an unknown stop value.
13588
13589 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13590
13591         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13592           fix buffer unreffing on a header push failure
13593
13594 2006-08-28  Wim Taymans  <wim@fluendo.com>
13595
13596         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13597         (gst_audio_rate_chain):
13598         Make the metadata of the buffer writable before changing its
13599         flags.
13600
13601 2006-08-28  Wim Taymans  <wim@fluendo.com>
13602
13603         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13604         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13605         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13606         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13607         Fix audiorate some more.
13608         Reset and resync counters on flush and READY.
13609         Handle the DISCONT flag correctly.
13610         Use GstSegment to track position.
13611         Fail when not negotiated.
13612         Fixes #353234.
13613
13614 2006-08-25  Michael Smith  <msmith@fluendo.com>
13615
13616         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13617           Fix spelling.
13618           Remove accidently included debug line.
13619
13620 2006-08-25  Wim Taymans  <wim@fluendo.com>
13621
13622         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13623         Small cleanups.
13624         If a buffer is received with no caps, make the buffer metadata
13625         writable and set the caps, making sure that we don't screw up the
13626         refcounts.
13627
13628 2006-08-25  Michael Smith  <msmith@fluendo.com>
13629
13630         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13631         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13632           Fix memory leaks and misleading debug messages, add a couple of
13633           comments.
13634
13635         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13636         (gst_multi_fd_sink_render):
13637           Do not use gst_buffer_make_writable() in a basesink render method,
13638           as it may incorrectly unref the buffer. Instead, use convoluted
13639           dance to avoid copying the buffer except when we need to.
13640
13641 2006-08-25  Michael Smith  <msmith@fluendo.com>
13642
13643         * ext/vorbis/vorbisenc.c:
13644         (gst_vorbis_enc_buffer_check_discontinuous):
13645           Allow very small discontinuities in the timestamps. These we can't
13646           do anything useful with anyway (because vorbis's timestamps have
13647           only sample granularity), and are commonly produced by elements with
13648           minor bugs. Allow up to 1/2 a sample out.
13649           Fixes #351742.
13650
13651 2006-08-24  Wim Taymans  <wim@fluendo.com>
13652
13653         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13654         (play_scrub_toggle_cb), (main):
13655         Add a checkbox to enable play scrubbing. Makes it possible to disable
13656         normal scrubbing.
13657
13658 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13659
13660         * tests/check/elements/.cvsignore:
13661           make buildbot happy
13662
13663 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13664
13665         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13666         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13667         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13668         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13669         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13670         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13671         (gst_ogm_text_parse_strip_trailing_zeroes),
13672         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13673         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13674           Refactor ogm parse, do better input checking, misc. clean-ups.
13675           Cache incoming events and push them once the source pad has
13676           been created. Don't pass unterminated strings to sscanf().
13677           Strip trailing zeroes from subtitle text output, since they
13678           are not valid UTF-8. Don't push vorbiscomment packets on
13679           the subtitle text pad. Output perfect streams if possible.
13680
13681 2006-08-23  Wim Taymans  <wim@fluendo.com>
13682
13683         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13684         Waits for tasks to settle down so that we clean up correctly for 
13685         valgrind.
13686
13687 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13688
13689         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13690           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13691           actually return return value in taglists_are_equal.
13692
13693 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13694
13695         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13696           Fix crash due to broken bitstream parsing on x86-64: can't make
13697           any assumptions about sizeof(struct) due to alignment/packing
13698           differences on different architectures. Fixes #351790.
13699
13700 2006-08-22  Wim Taymans  <wim@fluendo.com>
13701
13702         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13703         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13704         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13705         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13706         (gst_riff_parse_info):
13707         Protect public functions against bad input.
13708         Do some cleanups.
13709         Fix documentation.
13710
13711 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13712
13713         * gst-libs/gst/riff/riff-ids.h:
13714         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13715           Add voxware audio IDs (even if we can't play it) (#351795).
13716
13717 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13718
13719         * gst-libs/gst/riff/riff-media.c:
13720         (gst_riff_create_video_template_caps),
13721         (gst_riff_create_audio_template_caps),
13722         (gst_riff_create_iavs_template_caps):
13723           Const-ify some arrays and use G_N_ELEMENTS instead
13724           of wasting oodles of RAM on terminator bits.
13725
13726 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13727
13728         * gst-libs/gst/tag/gstvorbistag.c:
13729         (gst_tag_list_to_vorbiscomment_buffer):
13730         * tests/check/libs/tag.c: (GST_START_TEST):
13731           And the same for _to_vorbiscomment_buffer(): allow
13732           id_data_len == 0 for speex.
13733
13734 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13735
13736         * configure.ac:
13737         * docs/plugins/Makefile.am:
13738         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13739         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13740         * docs/plugins/inspect/plugin-gdp.xml:
13741         * gst/gdp/Makefile.am:
13742         * tests/check/Makefile.am:
13743           Move GDP plugin to -base from -bad.  Closes #347783.
13744
13745 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13746
13747         * gst-libs/gst/tag/gstvorbistag.c:
13748         (gst_tag_list_from_vorbiscomment_buffer):
13749           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13750           Also add some checks to make sure we don't memcmp() beyond the end of
13751           vorbiscomment buffer if the ID to check for is larger than the buffer.
13752
13753         * tests/check/libs/tag.c: (GST_START_TEST):
13754           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13755
13756 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13757
13758         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13759         (gst_vorbis_enc_set_metadata):
13760           Use vorbis comment utility functions from libgsttag
13761           instead of re-inventing the wheel (partially fixes #347091).
13762
13763 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13764
13765         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13766         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13767         as some that won't.
13768
13769 2006-08-21  Wim Taymans  <wim@fluendo.com>
13770
13771         * docs/libs/Makefile.am:
13772         * docs/libs/gst-plugins-base-libs-sections.txt:
13773         * docs/libs/gst-plugins-base-libs.types:
13774         Don't try to GObject scan the netbuffer as it's not a GObject.
13775         Fixes #351308.
13776
13777         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13778         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13779         Document GstNetBuffer.
13780
13781 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13782
13783         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13784         (audioconvert_suite):
13785           Add testcase for caps-size-explosion
13786
13787 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13788
13789         * gst/audioconvert/gstaudioconvert.c:
13790         (gst_audio_convert_get_unit_size), (set_structure_widths):
13791           Lower debug, use g_assert in _get_unit_size
13792
13793         * gst/audioresample/gstaudioresample.c:
13794         (audioresample_get_unit_size):
13795         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13796         (gst_ffmpegcsp_get_unit_size):
13797         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13798           use g_assert in _get_unit_size
13799
13800 2006-08-18  Wim Taymans  <wim@fluendo.com>
13801
13802         * docs/libs/gst-plugins-base-libs-sections.txt:
13803         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13804         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13805         (gst_rtp_buffer_get_payload_buffer):
13806         * gst-libs/gst/rtp/gstrtpbuffer.h:
13807         Document GstRTPBuffer.
13808         Added function to efficiently strip payload headers.
13809         API: gst_rtp_buffer_get_payload_subbuffer()
13810
13811 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13812
13813         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13814         (gst_tag_to_vorbis_comments):
13815           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13816           tags and deserialise them properly as well (#347091).
13817           Add some more gtk-doc blurbs and also some g_return_if_fail().
13818
13819         * tests/check/libs/tag.c: (GST_START_TEST),
13820         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13821           More tests.
13822
13823 2006-08-17  Wim Taymans  <wim@fluendo.com>
13824
13825         * ext/ogg/Makefile.am:
13826         * ext/ogg/gstogg.c: (plugin_init):
13827         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13828         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13829         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13830         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13831         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13832         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13833         Added ogg-in-avi parser element. Fixes #140139.
13834
13835         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13836         Fixed a bug in oggdemux debug code.
13837
13838         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13839         (gst_riff_create_audio_template_caps):
13840         Recognise Ogg in the AVI extensible wave format.
13841
13842 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13843
13844         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13845           Make buffer durations add up (duration should be next_ts-ts for
13846           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13847           from CVS.
13848
13849         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13850         (test_buffer_timestamps), (cddabasesrc_suite):
13851           Add unit test for the above.
13852
13853         * tests/check/Makefile.am:
13854           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13855           to see what happens.
13856
13857 2006-08-16  Wim Taymans  <wim@fluendo.com>
13858
13859         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13860         (gst_alsasink_open):
13861         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13862         (gst_alsasrc_open):
13863         Avoid setting and using a NULL device name.
13864         Print more info when we fail to open a device.
13865
13866 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13867
13868         * docs/libs/gst-plugins-base-libs-sections.txt:
13869         * gst-libs/gst/tag/tag.h:
13870         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13871           API: add gst_tag_parse_extended_comment() (#351426).
13872
13873         * tests/check/Makefile.am:
13874         * tests/check/libs/.cvsignore:
13875         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13876           Add unit test for gst_tag_parse_extended_comment().
13877
13878 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13879
13880         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13882           Fix leak (#351502).
13883
13884 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13885
13886         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13887         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13888         * docs/plugins/gst-plugins-base-plugins.args:
13889         * gst/playback/gstplaybin.c:
13890           Document playbin.
13891           
13892         * docs/plugins/inspect/plugin-adder.xml:
13893         * docs/plugins/inspect/plugin-alsa.xml:
13894         * docs/plugins/inspect/plugin-audioconvert.xml:
13895         * docs/plugins/inspect/plugin-audiorate.xml:
13896         * docs/plugins/inspect/plugin-audioresample.xml:
13897         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13898         * docs/plugins/inspect/plugin-cdparanoia.xml:
13899         * docs/plugins/inspect/plugin-decodebin.xml:
13900         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13901         * docs/plugins/inspect/plugin-gnomevfs.xml:
13902         * docs/plugins/inspect/plugin-ogg.xml:
13903         * docs/plugins/inspect/plugin-pango.xml:
13904         * docs/plugins/inspect/plugin-playbin.xml:
13905         * docs/plugins/inspect/plugin-subparse.xml:
13906         * docs/plugins/inspect/plugin-tcp.xml:
13907         * docs/plugins/inspect/plugin-theora.xml:
13908         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13909         * docs/plugins/inspect/plugin-video4linux.xml:
13910         * docs/plugins/inspect/plugin-videorate.xml:
13911         * docs/plugins/inspect/plugin-videoscale.xml:
13912         * docs/plugins/inspect/plugin-videotestsrc.xml:
13913         * docs/plugins/inspect/plugin-volume.xml:
13914         * docs/plugins/inspect/plugin-vorbis.xml:
13915         * docs/plugins/inspect/plugin-ximagesink.xml:
13916         * docs/plugins/inspect/plugin-xvimagesink.xml:
13917           Update to CVS version.
13918
13919 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13920
13921         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13922         (gst_play_bin_set_property), (gst_play_bin_get_property),
13923         (value_list_append_structure_list),
13924         (gst_play_bin_handle_redirect_message),
13925         (gst_play_bin_handle_message):
13926           API: GstPlayBin::connection-speed
13927           Add "connection-speed" property; re-order redirect messages with
13928           multiple redirect locations depending on the minimum bitrate if
13929           that information is available and a connection speed is set
13930           (#350399).
13931
13932 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13933
13934         * gst/playback/gstplaybin.c:
13935           Update max volume to the same value that the volume element uses.
13936
13937 2006-08-14  Wim Taymans  <wim@fluendo.com>
13938
13939         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13940         Less uglyness..
13941
13942 2006-08-14  Wim Taymans  <wim@fluendo.com>
13943
13944         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13945         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13946         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13947         Add some more debug info.
13948         Don't crash when a seek failed.
13949         Actually return the result of the seek instead of TRUE.
13950         Ignore multiple BOS pages with the same serial so that we don't create
13951         the same stream multiple times.
13952         Post an error when we fail to do the initial seek.
13953
13954 2006-08-13  Wim Taymans  <wim@fluendo.com>
13955
13956         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13957         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13958         Small code cleanup.
13959
13960         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13961         (gst_alsa_mixer_new):
13962         Remove hack that always set the device to hw:0*.
13963         Properly find the card name for whatever device was configured.
13964         Do some better debugging.
13965         Fixes #350784.
13966
13967         * ext/alsa/gstalsamixerelement.c:
13968         (gst_alsa_mixer_element_set_property),
13969         (gst_alsa_mixer_element_change_state):
13970         Cleanups.
13971         Handle setting of a NULL device name better.
13972
13973 2006-08-11  Wim Taymans  <wim@fluendo.com>
13974
13975         * gst/adder/gstadder.c:
13976         Don't clip float values. Fixes #350900.
13977
13978 2006-08-11  Andy Wingo  <wingo@pobox.com>
13979
13980         * gst/tcp/gsttcp.c: Really fix the build?
13981
13982         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13983         fixes the build.
13984
13985 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13986
13987         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13988           Float caps shouldn't have a "signed" field.
13989
13990 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13991
13992         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13993           Implement SEEKING query in its most basic form, so that we can
13994           at least check if we're seekable or not (#350655).
13995
13996 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13997
13998         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13999           The checks here are not even close to anything that would
14000           justify MAXIMUM probability, lowering to POSSIBLE until someone
14001           fixes the checks (case at hand: quicktime redirection files
14002           might start with 00 00 01 XX and pass the checks here just
14003           fine, see #350399).
14004
14005 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14006
14007         Patch by: Sjoerd Simons  <sjoerd at luon net>
14008
14009         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
14010           Better detection for multipart/x-mixed-replace: accept leading
14011           whitespaces before the boundary marker as well (as our very own
14012           multipartmux used to produce) (#349068).
14013
14014 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
14015
14016         Patch by: Young-Ho Cha  <ganadist at chollian net>
14017
14018         * gst-libs/gst/riff/riff-ids.h:
14019         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14020         (gst_riff_create_audio_template_caps):
14021           Detect DTS audio streams (#350157).
14022
14023 2006-08-05  Andy Wingo  <wingo@pobox.com>
14024
14025         * ext/theora/gsttheoraparse.h:
14026         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
14027         (theora_parse_dispose, theora_parse_set_property)
14028         (theora_parse_get_property, theora_parse_munge_granulepos)
14029         (theora_parse_push_buffer, theora_parse_change_state):
14030         API: GstTheoraParse::synchronization-points
14031         Add a property 'synchronization-points' to fix badly synchronized oggs.
14032
14033 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14034
14035         * tests/check/Makefile.am:
14036         * tests/check/libs/.cvsignore:
14037         * tests/check/libs/audio.c: (structure_contains_channel_positions),
14038         (fixed_caps_have_channel_positions), (GST_START_TEST),
14039         (audio_suite), (main):
14040           Add a few tests for the channel position stuff in libgstaudio.
14041
14042 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14043
14044         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
14045         (gst_alsa_detect_channels):
14046         * ext/alsa/gstalsasink.c:
14047           Add support for cards that (only) do more than 8 channels,
14048           like the Delta 44 (#345188).
14049
14050         * gst-libs/gst/audio/multichannel.c:
14051         (gst_audio_check_channel_positions):
14052         * gst-libs/gst/audio/multichannel.h:
14053           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
14054           unspecified channel position and cannot be combined with any
14055           of the other audio channel positions; adjust position layout
14056           checks accordingly (#345188).
14057
14058 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14059
14060         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14061           Recognise ancient RealAudio files (see #349779).
14062
14063 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14064
14065         Patch by: Jens Granseuer  <jensgr at gmx net>
14066
14067         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14068           Add typefinder for Interplay's MVE format (#348973).
14069
14070 2006-08-02  Wim Taymans  <wim@fluendo.com>
14071
14072         Patch by: Marcel Moreaux <marcelm at luon dot net>
14073
14074         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14075         (gst_base_rtp_depayload_add_to_queue):
14076         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14077         Handle RTP sequence number rollover.
14078         Disable jitterbuffer by default.
14079
14080 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14081
14082         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
14083         (audioresample_set_caps):
14084         Don't leak references to the incoming caps. Clean them up when
14085         stopping.
14086
14087         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14088         (gst_video_scale_finalize):
14089         Don't leak our temporary pixel buffer.
14090
14091         * tests/check/Makefile.am:
14092         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14093         (GST_START_TEST), (simple_launch_lines_suite):
14094
14095         Fix leaks and re-enable the test for valgrind checking.
14096
14097 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14098
14099         Patch by: Sjoerd Simons  <sjoerd at luon net>
14100
14101         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14102         (plugin_init):
14103           Add typefind function for multipart/x-mixed-replace (#348916).
14104
14105 2006-07-28  Wim Taymans  <wim@fluendo.com>
14106
14107         * gst/adder/gstadder.c: (gst_adder_setcaps),
14108         (gst_adder_query_duration):
14109         Fix leak in duration query.
14110         Reflow some docs and notes.
14111
14112 2006-07-28  Michael Smith  <msmith@fluendo.com>
14113
14114         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14115         (vorbisenc_suite):
14116           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14117           aspect of it.
14118
14119 2006-07-28  Michael Smith  <msmith@fluendo.com>
14120
14121         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14122         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14123         (gst_vorbis_enc_push_buffer),
14124         (gst_vorbis_enc_buffer_check_discontinuous),
14125         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14126         * ext/vorbis/vorbisenc.h:
14127           Handle discontinuities in the input vorbis stream correctly,
14128           so that the output is properly timestamped (and has good granulepos
14129           values). Needs some oggmux fixes too.
14130
14131 2006-07-27  Wim Taymans  <wim@fluendo.com>
14132
14133         patch by: Kai Vehmanen <kv2004 eca cx>
14134
14135         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14136         (gst_base_rtp_depayload_chain),
14137         (gst_base_rtp_depayload_handle_sink_event),
14138         (gst_base_rtp_depayload_change_state):
14139         Don't send multiple newsegments with different formats.
14140         Fixes #348677.
14141
14142 2006-07-26  Wim Taymans  <wim@fluendo.com>
14143
14144         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14145         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14146         Make seeking in ogg more accurate again by doing the more correct
14147         granuletime to stream time conversion.
14148
14149 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14150
14151         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14152         (gst_multi_fd_sink_new_client):
14153           debug a little more understandably
14154           do not use goto as a substitute for break, especially if
14155           break is also being used
14156
14157 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14158
14159         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14160         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14161           Remove GLib-2.6 compatibility cruft.
14162
14163 2006-07-24  Wim Taymans  <wim@fluendo.com>
14164
14165         * gst-libs/gst/audio/gstbaseaudiosink.c:
14166         (gst_base_audio_sink_render):
14167         Don't try to align a sample to an unknown value.
14168
14169 2006-07-24  Wim Taymans  <wim@fluendo.com>
14170
14171         * gst-libs/gst/audio/gstbaseaudiosink.c:
14172         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14173         When the audio clock is slaved to another clock, never try to align
14174         samples but trust the rate interpolation algorithm.
14175
14176 2006-07-24  Wim Taymans  <wim@fluendo.com>
14177
14178         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14179         Don't try to calculate silence samples, base class does this much
14180         better now.
14181
14182         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14183         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14184         (gst_ring_buffer_acquire):
14185         Calculate silence samples correctly.
14186
14187         * gst-libs/gst/audio/gstringbuffer.h:
14188         Add _CAST macro.
14189
14190 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14191
14192         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14193           Limit search for the first markup tag to the first few kB of
14194           the file. If we don't find one there, it's highly unlikely that
14195           this is an XML(-ish) file.
14196
14197 2006-07-21  Andy Wingo  <wingo@pobox.com>
14198
14199         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14200         test to the one in vorbisenc. Also commented out.
14201
14202         * tests/check/pipelines/vorbisenc.c: 
14203         (test_discontinuity): New test, commented out until Mike lands
14204         some elite vorbisenc patches.
14205
14206         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14207         Bufferstraw was actually factored out of these tests. Now we share
14208         code yay.
14209
14210         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14211         for bufferstraw addition to gstcheck.
14212
14213 2006-07-21  Wim Taymans  <wim@fluendo.com>
14214
14215         * ext/theora/theoradec.c: (clip_buffer):
14216         Better clipping.
14217
14218 2006-07-21  Wim Taymans  <wim@fluendo.com>
14219
14220         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14221         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14222         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14223         Fix leak.
14224         Avoid type casting when we can.
14225
14226         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14227         Fix mem leak.
14228
14229 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14230
14231         * ext/alsa/gstalsamixerelement.c:
14232         (gst_alsa_mixer_element_change_state):
14233           Make state change fail if the specified device can't be opened
14234           for some reason.
14235
14236 2006-07-20  Wim Taymans  <wim@fluendo.com>
14237
14238         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14239         (cb_newpad), (main):
14240         Example of a small audio/video player using decodebin.
14241
14242 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14243
14244         * gst-libs/gst/riff/riff-ids.h:
14245           Add 'fact' chunk id
14246
14247 2006-07-19  Wim Taymans  <wim@fluendo.com>
14248
14249         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14250         (gst_base_rtp_depayload_chain),
14251         (gst_base_rtp_depayload_change_state):
14252         Don't assert when not negotiated but post a meaningfull 
14253         error message. Fixes #347918.
14254
14255         * gst-libs/gst/rtp/gstbasertppayload.c:
14256         Add comment about better default MTU size.
14257
14258         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14259         Small cleanups, start docs.
14260
14261 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14262
14263         Patch by: Martin Szulecki
14264
14265         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14266           If "device-name" is requested and the device is not
14267           open, try to temporarily open it to obtain this
14268           information (#342494).
14269
14270 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14271
14272         * gst-libs/gst/tag/gstid3tag.c:
14273           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14274
14275         * gst-libs/gst/tag/gsttageditingprivate.h:
14276         * gst-libs/gst/tag/gstvorbistag.c:
14277           Some more random const-ifications.
14278
14279 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14280
14281         * gst-libs/gst/riff/riff-ids.h:
14282         * gst-libs/gst/riff/riff-media.c:
14283         (gst_riff_create_video_template_caps):
14284           Add more FOURCCs (sort list to make stuff easier to find),
14285           add comment what those 16 bytes in struct _gst_riff_strh according to
14286           one avi-dumper are
14287
14288 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14289
14290         * gst-libs/gst/audio/multichannel.c:
14291         (gst_audio_check_channel_positions),
14292         (gst_audio_fixate_channel_positions):
14293           Const-ify two arrays.
14294
14295 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14296
14297         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14298           Fix typo, so that alsasink also advertises 8 channels
14299           if that's supported (tags: can, worms, open, alsa, ph34r).
14300
14301 2006-07-17  Wim Taymans  <wim@fluendo.com>
14302
14303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14304         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14305         *sigh*, when is the compiler going to warn when the comments
14306         are out-of-sync with the code.. Refix case of busted theora
14307         headers with 0 granule pos.
14308
14309 2006-07-14  Wim Taymans  <wim@fluendo.com>
14310
14311         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14312         (gst_base_rtp_depayload_wait),
14313         (gst_base_rtp_depayload_change_state),
14314         (gst_base_rtp_depayload_set_property),
14315         (gst_base_rtp_depayload_get_property):
14316         Fix 99% cpu load by waiting for absolute times on the
14317         clock. Fixes #347300.
14318
14319 2006-07-14  Andy Wingo  <wingo@pobox.com>
14320
14321         * ext/theora/gsttheoraparse.h: 
14322         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14323         (theora_parse_push_headers, theora_parse_clear_queue)
14324         (theora_parse_drain_queue_prematurely, )
14325         (theora_parse_sink_event, theora_parse_change_state): Queue events
14326         until we initialized our state, like in vorbisparse.
14327
14328         * ext/vorbis/vorbisparse.h: 
14329         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14330         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14331         (vorbis_parse_drain_queue_prematurely, )
14332         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14333         until we have initialized our state. Fixes seeking after an
14334         initial pad block.
14335
14336 2006-07-14  Andy Wingo  <wingo@pobox.com>
14337
14338         Patch by: Iain Holmes <iaingnome@gmail.com>
14339         
14340         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14341
14342 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14343
14344         * configure.ac:
14345         Bump nano back to CVS
14346
14347 === release 0.10.9 ===
14348
14349 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14350
14351         * configure.ac:
14352           releasing 0.10.9, "I walk the line"
14353
14354 2006-07-14  Michael Smith  <msmith@fluendo.com>
14355
14356         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14357           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14358           (commonly happens when running this test under valgrind) when trying
14359           to remove the buffer probe.
14360
14361 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14362
14363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14364         Fix missing g_unlock from the previous commit
14365
14366 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14367
14368         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14369         (gst_ximagesink_change_state):
14370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14371         (gst_xvimagesink_change_state):
14372         Implement a locking order to ensure we always take the object lock
14373         before the x_lock and never vice-versa.
14374
14375 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14376
14377         * gst/playback/gstdecodebin.c: (find_compatibles):
14378         Fix a caps leak when linking (#347304)
14379
14380         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14381         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14382         (gst_ximagesink_change_state):
14383         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14384         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14385         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14386         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14387         Don't leak shared memory resources. Use the object lock to protect
14388         against the xcontext disappearing while returning a buffer from the
14389         pipeline. (#347304)
14390
14391 2006-07-12  Edward Hervey  <edward@fluendo.com>
14392
14393         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14394         (vorbis_handle_comment_packet):
14395         gst_tag_list_merge() returns a new object. Take that into account when
14396         using it. This avoids memleak.
14397         Revert previous commit which is not needed.
14398
14399 2006-07-12  Edward Hervey  <edward@fluendo.com>
14400
14401         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14402         Reset the decoder in finalize so that all fields get cleared.
14403
14404 2006-07-12  Wim Taymans  <wim@fluendo.com>
14405
14406         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14407         (gst_base_audio_src_set_clock),
14408         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14409         Don't try to post an error message when setting the clock fails
14410         as this can happen when adding an element to a bin which will then
14411         deadlock. Fixes #347296.
14412
14413 2006-07-12  Edward Hervey  <edward@fluendo.com>
14414
14415         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14416         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14417         (vorbis_handle_type_packet):
14418         Post tag messages on the bus even if we're not initialized.
14419         If we're not initialized, we still postpone the event pushing of tags.
14420
14421 2006-07-12  Wim Taymans  <wim@fluendo.com>
14422
14423         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14424         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14425         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14426         Revert last two changes that broke the freeze.
14427
14428 2006-07-12  Wim Taymans  <wim@fluendo.com>
14429
14430         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14431         basesink calculates silence sample correctly for us.
14432
14433 2006-07-12  Wim Taymans  <wim@fluendo.com>
14434
14435         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14436         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14437         Calculate correct silence samples so we don't fill our ringbuffer
14438         with noise.
14439
14440 2006-07-12  Edward Hervey  <edward@fluendo.com>
14441
14442         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14443         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14444         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14445         * ext/vorbis/vorbisdec.h:
14446         Delay sending events (newsegment, tags) until the decoder is properly
14447         initialized.
14448         Fixes #347295
14449
14450 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14451
14452         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14453         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14454           Patch from #347221 adding a test for audioconvert
14455           channel remappings.
14456
14457 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14458
14459         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14460         (gst_ssa_parse_parse_line):
14461           Don't include the terminating NUL in the buffer size,
14462           it's only there for extra paranoia (would add random
14463           '*' characters at the end of each subtitle since the
14464           terminator itself is not valid UTF-8 technically).
14465           Also fix indenting after boilerplate macro.
14466
14467 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14468
14469         * gst/playback/gstdecodebin.c: (close_pad_link):
14470           Also emit 'unknown-type' signal (which should really be
14471           called unhandled-type) if we found potential decoders/demuxers
14472           in the registry but none of them worked in the end (as in the
14473           case where the plugins don't exist any longer but are still
14474           listed in the registry). Fixes #329798.
14475
14476 2006-07-08  Andy Wingo  <wingo@pobox.com>
14477
14478         * theoraparse.c (theora_parse_push_buffer)
14479         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14480         Add some more debugging. Fix granulepos reconstruction in the face
14481         of discontinuities.
14482
14483 2006-07-06  Wim Taymans  <wim@fluendo.com>
14484
14485         * gst-libs/gst/audio/gstbaseaudiosink.c:
14486         (gst_base_audio_sink_class_init),
14487         (gst_base_audio_sink_provide_clock):
14488         Use gobject_class instead of G_OBJECT_CLASS (klass)
14489
14490         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14491         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14492         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14493         (gst_base_audio_src_get_time),
14494         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14495         (gst_base_audio_src_create_ringbuffer):
14496         Fix latency and buffer-time constants and properties ala basesink.
14497         Implement pull based scheduling. Fixes #346527.
14498         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14499         one segment.
14500         Refuse slaving to another clock instead of silently not working.
14501         Only provide a clock when we are actually able to do so.
14502         Various small cleanups and compiler hints.
14503
14504 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14505
14506         Patch by: Lutz Mueller <lutz at topfrose de>
14507
14508         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14509         (plugin_init):
14510           Add typefinding for text/html (#346581).
14511
14512 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14513
14514         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14515         (xml_check_first_element), (xml_type_find), (smil_type_find):
14516           Fix SMIL typefinding, make xml_check_first_element() more
14517           useful.
14518
14519 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14520
14521         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14522         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14523         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14524         * gst/playback/gstplaybasebin.h:
14525           Protect list of elements with a subtitle-encoding property and
14526           the subtitle encoding member itself with a lock of their own
14527           instead of using the object lock. This prevents a dead-lock in
14528           the element-remove callback in some circumstances when shutting
14529           down playbin.
14530
14531 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14532
14533         * win32/common/libgsttag.def:
14534         Export some new functions.
14535         * win32/vs6/libgstogg.dsp:
14536         Add a link to libgsttag-0.10.lib.
14537
14538 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14539
14540         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14541           Some const-ification.
14542
14543 2006-07-04  Wim Taymans  <wim@fluendo.com>
14544
14545         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14546         Improve checking if we are dealing with a stream. Added some
14547         more uris that need buffering.
14548
14549 2006-07-03  Edward Hervey  <edward@fluendo.com>
14550
14551         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14552         Remove unused variable.
14553
14554 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14555
14556         * Makefile.am:
14557           include lcov.mak
14558         * configure.ac:
14559           add GCOV_LIBS to GST_LIBS
14560
14561 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14562
14563         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14564
14565         * ext/alsa/gstalsasrc.c:
14566           Add 32 bps to template caps and increase channels range
14567           from [1,2] to [1,MAX]. See #346326.
14568
14569 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14570
14571         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14572           Recognise 'WMVA' video codec fourcc (#345879).
14573           
14574 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14575          
14576         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14577           Fixed nasty memory leak
14578
14579 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14580
14581         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14582         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14583           fix logging
14584
14585 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14586
14587         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14588         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14589         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14590         Protect remove_fakesink using a mutex, so that we don't try and
14591         remove the fakesink simultaneously from multiple threads.
14592
14593         When going from READY to PAUSED, restore the fakesink, so that
14594         it is there when decodebin gets reused.
14595
14596 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14597
14598         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14599         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14600         * gst-libs/gst/rtp/gstbasertppayload.c:
14601         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14602         * gst/tcp/gstmultifdsink.c:
14603         * gst/tcp/gsttcpclientsink.c:
14604         * gst/tcp/gsttcpclientsrc.c:
14605         * gst/tcp/gsttcpserversink.c:
14606         * gst/tcp/gsttcpserversrc.c:
14607         * gst/videorate/gstvideorate.c:
14608         * gst/videotestsrc/gstvideotestsrc.c:
14609         * sys/v4l/gstv4ljpegsrc.c:
14610         * sys/v4l/gstv4lmjpegsink.c:
14611         * sys/v4l/gstv4lsrc.c:
14612         * tests/examples/seek/scrubby.c:
14613         * tests/examples/seek/seek.c:
14614           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14615
14616 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14617
14618         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14619           Second field in GEnumValue shouldn't be a description,
14620           but a stringified version of the enum value.
14621
14622 2006-06-22  Wim Taymans  <wim@fluendo.com>
14623
14624         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14625         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14626         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14627         Avoid type checking in buffer casts.
14628         Avoid caps copy in buffer_alloc when we can.
14629         Use pad_peer_accept.
14630
14631 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14632
14633         * gst-libs/gst/tag/tag.h:
14634           Oops, make that 'Since: 0.10.9'.
14635
14636 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14637
14638         * docs/libs/gst-plugins-base-libs-sections.txt:
14639         * gst-libs/gst/tag/tag.h:
14640         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14641         (gst_tag_image_type_get_type):
14642           API: add GstTagImageType enum to describe images contained
14643           in image tags (#345641).
14644
14645 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14646
14647         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14648           Fix warnings with gst-inspect: "buffers-min" property
14649           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14650           typo in property description.
14651
14652 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14653
14654         Patch by: Cody Russell <bratsche at gnome org>
14655
14656         * gst/audioresample/gstaudioresample.c:
14657         (gst_audioresample_class_init):
14658         * gst/playback/gststreamselector.c:
14659         (gst_stream_selector_class_init):
14660         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14661         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14662         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14663         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14664         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14665         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14666         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14667         * gst/videotestsrc/gstvideotestsrc.c:
14668         (gst_video_test_src_class_init):
14669         * gst/volume/gstvolume.c: (gst_volume_class_init):
14670           Avoid unnecessary class cast check in class_init
14671           functions (#337747).
14672
14673 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14674
14675         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14676         (gst_text_overlay_video_chain):
14677           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14678           and doesn't validate its input either (and neither did
14679           textoverlay it seems). Let's do that then and fix #345206.
14680
14681 2006-06-19  Wim Taymans  <wim@fluendo.com>
14682
14683         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14684         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14685         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14686         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14687         (find_syncframe), (find_limits), (assign_value),
14688         (count_burst_unit), (gst_multi_fd_sink_new_client),
14689         (gst_multi_fd_sink_handle_client_write),
14690         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14691         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14692         (gst_multi_fd_sink_change_state):
14693         * gst/tcp/gstmultifdsink.h:
14694         Added shiny new burst-on-connect methods.
14695         Add properties to control the minimal amount of data queued.
14696         Small cleanups.
14697         API: bytes-min property
14698         API: time-min property
14699         API: buffers-min property
14700         API: burst-unit property
14701         API: burst-value property
14702         API: add-full signal
14703
14704         * gst/tcp/gsttcp-marshal.list:
14705         Added new marshaller code for the new signal.
14706
14707         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14708         (multifdsink_suite):
14709         Added testcases for new burst methods.
14710
14711 2006-06-19  Edward Hervey  <edward@fluendo.com>
14712
14713         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14714         Implement clipping for accurate seeking.
14715         Closes #345225
14716
14717 2006-06-19  Wim Taymans  <wim@fluendo.com>
14718
14719         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14720
14721         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14722         (gst_video_scale_transform):
14723         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14724
14725 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14726
14727         * configure.ac:
14728           Fix --disable-external (can't set conditionals conditionally,
14729           #343602).
14730
14731 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14732
14733         * tests/check/elements/audioresample.c: (test_reuse),
14734         (audioresample_suite):
14735           Add test case for bug #342789 fixed below.
14736
14737 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14738
14739         * gst/audioresample/gstaudioresample.c:
14740         (gst_audioresample_class_init), (gst_audioresample_init),
14741         (audioresample_start), (audioresample_stop),
14742         (gst_audioresample_set_property), (gst_audioresample_get_property):
14743           Implement GstBaseTransform::start and ::stop so that audioresample
14744           can clear its internal state properly and be reused instead of
14745           causing non-negotiated errors with playbin under some circumstances
14746           (#342789).
14747
14748         * tests/check/elements/audioresample.c: (setup_audioresample),
14749         (cleanup_audioresample):
14750           Need to set element state here so that ::start and ::stop are
14751           called.
14752
14753 2006-06-16  Wim Taymans  <wim@fluendo.com>
14754
14755         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14756
14757         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14758         Parse extra data better, apparently it's right behind
14759         the normal strf header size. Fixes #343500.
14760
14761 2006-06-16  Wim Taymans  <wim@fluendo.com>
14762
14763         * ext/alsa/gstalsasink.c: (set_hwparams):
14764         If we fail to set the buffer_time and period_time alsa
14765         parameters, post a warning and leave alsa select a 
14766         default instead of failing. Fixes #342085
14767
14768 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14769
14770         * docs/libs/gst-plugins-base-libs-sections.txt:
14771         * gst-libs/gst/cdda/gstcddabasesrc.h:
14772           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14773           out in the header file and shouldn't be listed in the docs.
14774
14775         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14776           Must dereference pointer to fourcc in the debug statement.
14777
14778 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14779
14780         * docs/libs/Makefile.am:
14781         * docs/libs/gst-plugins-base-libs-docs.sgml:
14782         * docs/libs/gst-plugins-base-libs-sections.txt:
14783         * docs/libs/gst-plugins-base-libs.types:
14784         add remaining symbols into correct setions
14785         
14786         * gst-libs/gst/audio/gstringbuffer.c:
14787         fix incomplete docs
14788         
14789         * gst-libs/gst/audio/gstringbuffer.h:
14790         comment out not yet implemented function
14791         
14792         
14793         * gst-libs/gst/floatcast/floatcast.h:
14794         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14795         add short descriptions
14796         
14797         
14798         * gst-libs/gst/interfaces/propertyprobe.c:
14799         fix return value docs   
14800         
14801         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14802         simplify debug logging
14803         
14804         * gst-libs/gst/riff/riff-read.h:
14805         sync function prototype and docs
14806         
14807         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14808         remove left over symbol
14809
14810 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14811
14812         * autogen.sh:
14813         * configure.ac:
14814         * docs/Makefile.am:
14815           Use GST_PLUGIN_DOCS macro in configure.ac, add
14816           --enable-plugin-docs default to autogen.sh and use
14817           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14818
14819 2006-06-15  Wim Taymans  <wim@fluendo.com>
14820
14821         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14822         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14823         (gst_ogg_demux_loop):
14824         Combine GstFlowReturn from the source pads to give a
14825         meaningfull result to the upstream peer or to stop the
14826         processing task in case of errors.
14827
14828 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14829
14830         * gst/playback/gststreaminfo.c: (cb_probe):
14831           Try GST_TAG_CODEC as fallback when extracting the
14832           codec name; more debug info.
14833
14834 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14835
14836         * ext/ogg/Makefile.am:
14837         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14838           Extract language tags from ogm subtitle streams, so that
14839           the subtitle menu choices are labelled correctly in
14840           Totem (fixes #344708).
14841
14842 2006-06-14  Wim Taymans  <wim@fluendo.com>
14843
14844         Patch by: Alessandro Decina <alessandro at nnva dot org>
14845
14846         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14847         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14848         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14849         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14850         Fix various leaks. Fixes #343699.
14851         Add x-smoke mime type.
14852
14853 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14854
14855         * gst-libs/gst/riff/riff-ids.h:
14856           Add IDs for 'bext' chunks (see #343837).
14857
14858 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14859
14860         Patch by: Young-Ho Cha  <ganadist at chollian net>
14861
14862         * gst/subparse/samiparse.c: (sami_context_pop_state),
14863         (handle_start_font), (end_sami_element):
14864           Honour font face tags in SAMI subtitles (#344503).
14865
14866 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14867
14868         * po/POTFILES.in:
14869           add missing files containing translatable strings
14870
14871 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14872
14873         * docs/libs/tmpl/.cvsignore:
14874           we don't want those *.sgml files in CVS either
14875
14876 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14877
14878         * docs/libs/.cvsignore:
14879         * tests/check/elements/.cvsignore:
14880         * tests/check/libs/.cvsignore:
14881           ignore more
14882
14883 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14884
14885         * docs/libs/Makefile.am:
14886           also commiting the changed Makefile.am (added more libs to the
14887           doc-build)
14888
14889 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14890
14891         * docs/libs/gst-plugins-base-libs-docs.sgml:
14892         * docs/libs/gst-plugins-base-libs-sections.txt:
14893         * docs/libs/gst-plugins-base-libs.types:
14894           first batch of reordering things, add index & hierarchy
14895
14896 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14897
14898         * configure.ac:
14899           use GST_PKG_CHECK_MODULES, cleans up output
14900
14901 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14902
14903         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14904           Add support for burn:// URIs (#343385); const-ify things a bit,
14905           use G_N_ELEMENTS instead of hard-coded array size.
14906
14907 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14908
14909         Patch by: Young-Ho Cha  <ganadist at chollian net>
14910
14911         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14912           Fix up broken entities before passing them to libxml *sigh*.
14913           (#343303).
14914           
14915 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14916
14917         * configure.ac:
14918           back to TRUNK
14919
14920 === release 0.10.8 ===
14921
14922 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14923
14924         * configure.ac:
14925           releasing 0.10.8, "Moar gij ziet mij nie"
14926
14927 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14928
14929         * configure.ac:
14930         * po/af.po:
14931         * po/az.po:
14932         * po/cs.po:
14933         * po/en_GB.po:
14934         * po/hu.po:
14935         * po/it.po:
14936         * po/nb.po:
14937         * po/nl.po:
14938         * po/or.po:
14939         * po/sq.po:
14940         * po/sr.po:
14941         * po/sv.po:
14942         * po/uk.po:
14943         * po/vi.po:
14944         * win32/common/config.h:
14945           0.10.7.2 prerelease
14946
14947 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14948
14949         * docs/libs/tmpl/gstaudio.sgml:
14950         * docs/libs/tmpl/gstcolorbalance.sgml:
14951         * docs/libs/tmpl/gstmixer.sgml:
14952         * docs/libs/tmpl/gstringbuffer.sgml:
14953         * docs/libs/tmpl/gsttuner.sgml:
14954         * docs/libs/tmpl/gstxoverlay.sgml:
14955         * gst-libs/gst/audio/audio.c:
14956         * gst-libs/gst/audio/gstringbuffer.c:
14957         * gst-libs/gst/interfaces/colorbalance.c:
14958         * gst-libs/gst/interfaces/mixer.c:
14959         * gst-libs/gst/interfaces/tuner.c:
14960         * gst-libs/gst/interfaces/xoverlay.c:
14961           move last template doc snippets to source code and delete them
14962
14963 2006-06-06  Michael Smith  <msmith@fluendo.com>
14964
14965         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14966         (theora_parse_drain_queue):
14967           Mark DELTA_UNIT on non-keyframes.
14968
14969 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14970
14971         * gst-libs/gst/audio/gstbaseaudiosink.c:
14972         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14973         * gst-libs/gst/audio/gstbaseaudiosink.h:
14974         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14975         (gst_ring_buffer_samples_done):
14976         * gst-libs/gst/audio/gstringbuffer.h:
14977         Document better the fact that latency_time and buffer_time are values
14978         stored in microseconds, and not the usual GStreamer nanoseconds.
14979         Change the variables (compatibly) that store them from GstClockTime 
14980         to guint64 to make it more clear that they're not storing clock times.
14981         Also, remove the bogus property description that says the user can
14982         specify -1 to get the default value, since that's never been the case.
14983
14984         When computing the default segment size for the ring buffer, make it
14985         an integer number of samples.
14986
14987         When the sub-class indicates a delay greater than the number of
14988         samples we've written return 0 from the audio sink get_time method.
14989
14990 2006-06-02  Michael Smith  <msmith@fluendo.com>
14991
14992         * tests/check/elements/audioconvert.c: (set_channel_positions),
14993         (get_float_mc_caps), (get_int_mc_caps):
14994         * tests/check/elements/audioresample.c:
14995         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14996         * tests/check/elements/videorate.c:
14997         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14998         * tests/check/elements/volume.c:
14999         * tests/check/elements/vorbisdec.c:
15000         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
15001           Don't busy-wait in tests; this was causing test timeouts very
15002           frequently when running under valgrind.
15003
15004 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15005
15006         * gst/tcp/README:
15007         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
15008         (gst_multi_fd_sink_remove_client_link),
15009         (gst_multi_fd_sink_client_queue_caps),
15010         (gst_multi_fd_sink_client_queue_buffer),
15011         (gst_multi_fd_sink_handle_client_write),
15012         (gst_multi_fd_sink_render):
15013         * gst/tcp/gstmultifdsink.h:
15014           make multifdsink properly deal with streamheader:
15015           - streamheader is taken from caps
15016           - buffers marked with IN_CAPS are not sent
15017           - streamheaders are sent, on connection, from the caps of the
15018             buffer where the client gets positioned to
15019           - further streamheader changes are done every time the client
15020             will receive a buffer with different caps
15021         * tests/check/elements/multifdsink.c: (GST_START_TEST),
15022         (gst_multifdsink_create_streamheader):
15023           add tests for this
15024
15025 2006-06-02  Michael Smith  <msmith@fluendo.com>
15026
15027         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15028           Reinstate limit on channel count. Vorbis does not define the meaning
15029           of > 6 channels, so they're just independent channels. Gstreamer
15030           currently has no mechanism to represent N independent channels.
15031
15032 2006-06-02  Michael Smith  <msmith@fluendo.com>
15033
15034         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15035           Don't arbitrarily restrict channel counts and rate in vorbis.
15036           In terms of effects likely on real-world files, this fixes 96kHz
15037           playback of vorbis.
15038
15039 2006-06-02  Michael Smith  <msmith@fluendo.com>
15040
15041         * gst/audioconvert/audioconvert.c: (float):
15042           More correct float->int conversion.
15043
15044 2006-06-02  Michael Smith  <msmith@fluendo.com>
15045
15046         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
15047           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
15048           value. Fixes g-critical on trying to play back ogg containing
15049           unknown codec.
15050
15051 2006-06-02  Wim Taymans  <wim@fluendo.com>
15052
15053         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
15054         (setup_source):
15055         * gst/playback/gstplaybasebin.h:
15056         Make the subtitle detection work from any thread so we don't
15057         deadlock. Fixes #343397.
15058
15059 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15060
15061         * gst/volume/Makefile.am:
15062           Seriously, it's not *that* hard to get compilation right.  Even
15063           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
15064
15065 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15066
15067         * gst/volume/gstvolume.c: (volume_choose_func),
15068         (volume_update_real_volume), (gst_volume_class_init),
15069         (gst_volume_init), (volume_process_float), (volume_process_int16),
15070         (volume_process_int16_clamp), (volume_set_caps),
15071         (volume_transform_ip), (plugin_init):
15072         * gst/volume/gstvolume.h:
15073         rewrite the passthrough check, split _int16 and _int16_clamp, fix
15074         another property desc., remove unused param from process function
15075         
15076         * tests/check/elements/volume.c: (volume_suite):
15077         reactivate the passthrough test
15078
15079 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15080
15081         * ext/alsa/gstalsamixerelement.h:
15082         * ext/alsa/gstalsamixeroptions.h:
15083         * ext/alsa/gstalsamixertrack.h:
15084         * ext/gnomevfs/gstgnomevfssink.h:
15085         * ext/gnomevfs/gstgnomevfssrc.h:
15086         * ext/theora/gsttheoradec.h:
15087         * ext/theora/gsttheoraenc.h:
15088         * ext/theora/gsttheoraparse.h:
15089         * ext/vorbis/vorbisparse.h:
15090         * gst-libs/gst/audio/gstaudioclock.h:
15091         * gst-libs/gst/audio/gstaudiofilter.h:
15092         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15093         * gst/audioconvert/gstaudioconvert.h:
15094         * gst/audioresample/gstaudioresample.h:
15095         * gst/audiotestsrc/gstaudiotestsrc.h:
15096         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15097         * gst/playback/gststreamselector.h:
15098         * gst/tcp/gstmultifdsink.h:
15099         * gst/tcp/gsttcpclientsink.h:
15100         * gst/tcp/gsttcpclientsrc.h:
15101         * gst/tcp/gsttcpserversink.h:
15102         * gst/tcp/gsttcpserversrc.h:
15103         * gst/videorate/gstvideorate.h:
15104         * gst/videoscale/gstvideoscale.h:
15105         * gst/videotestsrc/gstvideotestsrc.h:
15106         * gst/volume/gstvolume.h:
15107         * sys/v4l/gstv4ljpegsrc.h:
15108         * sys/v4l/gstv4lmjpegsink.h:
15109         * sys/v4l/gstv4lmjpegsrc.h:
15110         * sys/v4l/gstv4lsrc.h:
15111         * sys/ximage/ximagesink.h:
15112         * sys/xvimage/xvimagesink.h:
15113         * tests/old/testsuite/alsa/sinesrc.h:
15114         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15115
15116 2006-05-31  Wim Taymans  <wim@fluendo.com>
15117
15118         * ext/libvisual/visual.c: (gst_visual_reset),
15119         (gst_visual_sink_setcaps), (gst_visual_sink_event),
15120         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15121         Handle DISCONT.
15122         Use running time before doing QoS.
15123         Handle mono too.
15124
15125 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15126
15127         * docs/libs/Makefile.am:
15128           set a magic variable to indicate we know the docs are incomplete
15129
15130 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15131
15132         * win32/common/libgstvideo.def:
15133           export gst_video_calculate_display_ratio
15134         * win32/vs6/libgstvideoscale.dsp:
15135           add link to libgstvideo-0.10.lib
15136
15137 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15138
15139         * gst/playback/gstplaybasebin.c: (gen_source_element):
15140           Throw a more comprehensible error for rtsp:// URIs (rather
15141           than erroring out with a negotiation error later on) until
15142           we fix playbin to handle rtspsrc etc.
15143
15144 2006-05-30  Wim Taymans  <wim@fluendo.com>
15145
15146         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15147         (gst_text_overlay_text_event):
15148         Added some FIXMEs.
15149
15150 2006-05-30  Wim Taymans  <wim@fluendo.com>
15151
15152         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15153         (gst_adder_request_new_pad), (gst_adder_release_pad):
15154         * gst/adder/gstadder.h:
15155         Implement release_request_pad.
15156         Make padcounter atomic.
15157
15158         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15159         Added check for release_pad in adder.
15160
15161 2006-05-30  Wim Taymans  <wim@fluendo.com>
15162
15163         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15164         Fix build again.
15165
15166 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15167
15168         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15169         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15170         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15171         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15172         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15173         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15174         (gst_ogg_demux_bisect_forward_serialno),
15175         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15176         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15177           add more debugging
15178           clean up printf formats for granulepos and serialno
15179
15180 2006-05-30  Michael Smith  <msmith@fluendo.com>
15181
15182         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15183         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15184         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15185         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15186         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15187         * ext/vorbis/vorbisenc.h:
15188           Multi-channel caps negotiation, so we can do proper multichannel
15189           vorbis encoding, negotiated through audioconvert.
15190
15191 2006-05-30  Wim Taymans  <wim@fluendo.com>
15192
15193         * tests/check/elements/adder.c: (test_event_message_received),
15194         (test_play_twice_message_received), (GST_START_TEST),
15195         (adder_suite):
15196         Added check to show that #339935 is fixed with ongoing
15197         adder and collectpads fixes.
15198
15199 2006-05-29  Wim Taymans  <wim@fluendo.com>
15200
15201         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15202         Don't leak pad name.
15203
15204 2006-05-29  Wim Taymans  <wim@fluendo.com>
15205
15206         * gst/adder/gstadder.c: (gst_adder_query_duration),
15207         (forward_event_func), (forward_event), (gst_adder_src_event):
15208         Fix adder seeking.
15209         Make query/seeking code threadsafe.
15210
15211         * tests/check/Makefile.am:
15212         * tests/check/elements/adder.c: (test_event_message_received),
15213         (GST_START_TEST), (test_play_twice_message_received):
15214         Fix adder test case.
15215
15216 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15217
15218         Patch by: Young-Ho Cha  <ganadist at chollian net>
15219
15220         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15221         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15222         (set_encoding_element), (decodebin_element_added_cb),
15223         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15224         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15225         * gst/playback/gstplaybasebin.h:
15226           Add 'subtitle-encoding' property to playbin, so applications can
15227           force a subtitle encoding for non-UTF8 subtitles (#342268).
15228
15229         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15230         (gst_sub_parse_set_property):
15231           Rename recently-added 'encoding' property to 'subtitle-encoding'
15232           (so it can be proxied by playbin/decodebin in a generic way
15233           with less danger of false positives).
15234
15235 2006-05-29  Michael Smith  <msmith@fluendo.com>
15236
15237         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15238         (append_with_other_format), (set_structure_widths),
15239         (gst_audio_convert_transform_caps):
15240           Patch from #341562: give more specific audio caps in get_caps, so
15241           that basetransform  can make better decisions on what caps to
15242           negotiate.
15243
15244 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15245
15246         * tests/check/elements/volume.c:
15247         make it compile again
15248
15249 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15250
15251         * tests/check/elements/volume.c: (volume_suite):
15252         disable test until #343196 gets resolved
15253
15254 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15255
15256         * gst/adder/gstadder.c: (gst_adder_get_type):
15257         Make it easier to copy&paste
15258         
15259         * gst/volume/Makefile.am:
15260         * gst/volume/gstvolume.c: (volume_update_real_volume),
15261         (gst_volume_set_volume), (gst_volume_set_mute),
15262         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15263         (volume_transform_ip), (volume_update_mute),
15264         (volume_update_volume):
15265         * gst/volume/gstvolume.h:
15266         Add own debug category, move duplicate code to helper function, fix
15267         property texts, add more comments and prepare ffor liboil-goodness
15268         
15269         * tests/check/Makefile.am:
15270         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15271         add test for mute and passtrough case, be a bit more verbose to track
15272         failure
15273         
15274         * tests/check/generic/states.c: (GST_START_TEST):
15275         catch elements that fail to instantiate
15276
15277 2006-05-28  Edward Hervey  <edward@fluendo.com>
15278
15279         * tests/check/pipelines/simple-launch-lines.c:
15280         * tests/check/pipelines/theoraenc.c:
15281         * tests/check/pipelines/vorbisenc.c:
15282         Comment out tests using parse_launch() if core was built without
15283         parsing capabilities.
15284
15285 2006-05-27  Edward Hervey  <edward@fluendo.com>
15286
15287         * tests/check/Makefile.am:
15288         Extra bonus points for whoever explains to ensonic that you are meant
15289         to test unit tests thoroughly before commiting them, especially if
15290         you know it's going to break.
15291         De-activated element/adder tests.
15292
15293 2006-05-27  Edward Hervey  <edward@fluendo.com>
15294
15295         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15296         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15297         Marking caps conversion issues as GST_WARNING is way too verbose,
15298         Moving them to GST_LOG.
15299
15300 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15301
15302         * README:
15303           Replace current README (containing the release notes from
15304           some 0.9.x version) with a proper README taken from the core.
15305
15306 2006-05-26  Wim Taymans  <wim@fluendo.com>
15307
15308         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15309         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15310         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15311         (vorbis_dec_change_state):
15312         Small cleanups.
15313         Add some FIXMEs
15314         Clip output samples to segment boundaries.
15315
15316 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15317
15318         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15319         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15320         Improve the errors produced on bad output, including some human
15321         readable description strings.
15322         Handle the (theoretical for ximagesink) case where the XServer 
15323         has a different idea about the size required for a particular 
15324         frame and gives us too small a memory allocation.
15325
15326 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15327
15328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15329         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15330         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15331         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15332         Improve the errors produced on bad output, including some human 
15333         readable description strings.
15334         Handle RGB Xv formats properly by transforming them into our 
15335         big-endian caps description.
15336         Use gst_caps_truncate to ensure that we never try and choose a
15337         non-fixed caps in buffer_alloc.
15338         Handle the case where the XServer has a different idea about the size
15339         required for a particular frame and gives us too small a memory
15340         allocation.
15341         Use -1 to indicate 'no image format', because 0 is a valid XServer
15342         image format number.
15343         Put RGB Xv formats at the end of the caps, so that we always prefer
15344         YUV format frames.
15345         Iterate the available Xv Encodings to determine the maximum width and
15346         height, and then return that in our caps.
15347         (Closes #315312, #337544)
15348
15349 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15350
15351         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15352         When there is only one unfinished pad and it receives an event that
15353         doesn't match our requirements, we need to set alldone=FALSE so that
15354         the fakesink is not removed yet.
15355
15356 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15357
15358         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15359           Use gst_type_find_helper_for_buffer() to find the type
15360           of stream from the first packet.
15361
15362         * configure.ac:
15363           Bump requirements to core CVS (needed for vorbis
15364           typefinding to work).
15365
15366 2006-05-24  Edward Hervey  <edward@fluendo.com>
15367
15368         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15369         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15370         contain.  Else they play perfectly fine with qtdemux.
15371
15372 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15373
15374         * ext/theora/theoradec.c:
15375         * ext/theora/theoraenc.c:
15376         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15377         * gst/audiorate/gstaudiorate.c:
15378           make more debug catagories static
15379         
15380         * tests/check/Makefile.am:
15381         * tests/check/elements/adder.c: (message_received),
15382         (test_event_message_received), (GST_START_TEST),
15383         (test_play_twice_message_received), (adder_suite):
15384           added test case for using element twice, extra bonus points for anyone
15385           who can make these test run reliably
15386
15387 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15388
15389         * ext/theora/theoradec.c: (theora_dec_chain):
15390           Make work with time-stamped input buffers that do not
15391           have a granulepos in BUFFER_OFFSET_END (like theora
15392           buffers coming from matroskademux). Fixes #342448.
15393
15394 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15395
15396         Patch by: Peter Kjellerstedt  <pkj at axis com>
15397
15398         * gst/tcp/Makefile.am:
15399           fdstresstest doesn't need Gtk+, fix compilation if 
15400           gtk is not available (#342566).
15401
15402 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15403          
15404         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15405           80 line columns
15406           Removed redundant floor()
15407
15408 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15409
15410         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15411           On second thought, just skip JUNK chunks automatically, so
15412           the caller doesn't have to handle this. Fixes #342345.
15413           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15414           not GST_FLOW_ERROR.
15415
15416 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15417
15418         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15419           Don't bail out on JUNK chunks with a size of 0 (would try to
15420           pull_range 0 bytes before, which sources don't like too much).
15421           See #342345.
15422
15423 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15424
15425         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15427         Use the gstutil scaling function to preserve 64 bits while calculating
15428         output width and height from the display-aspect-ratio. (A continuation
15429         of #341542)
15430
15431 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15432
15433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15434         (gst_xvimagesink_buffer_alloc):
15435         * sys/xvimage/xvimagesink.h:
15436         When performing buffer allocations, remember the caps and image format
15437         we return so that if the same caps are asked for next time we can
15438         return them immediately without doing any caps intersections.
15439
15440 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15441          
15442         * gst-libs/gst/rtp/README:
15443           Some new documentation
15444         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15445           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15446         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15447         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15448           New RTP audio base payloader class. Supports frame or sample based
15449           codecs.  Not enabled in Makefile.am until approved.
15450
15451 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15452
15453         * tests/check/elements/alsa.c: (test_device_property_probe):
15454           Fix test case: don't try to free NULL GValueArray when there
15455           are no devices.
15456
15457 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15458
15459         * tests/check/Makefile.am:
15460         * tests/check/elements/alsa.c: (test_device_property_probe),
15461         (alsa_suite), (main):
15462           Add simple test that runs a device property probe on alsasrc,
15463           alsasink and alsamixer. Disable valgrind check for now (too
15464           many leaks in libasound, and valgrind ignored my suppressions
15465           additions).
15466
15467 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15468
15469         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15470         (gst_alsa_device_property_probe_probe_property),
15471         (gst_alsa_device_property_probe_needs_probe),
15472         (gst_alsa_device_property_probe_get_values),
15473         (gst_alsa_type_add_device_property_probe_interface):
15474         * ext/alsa/gstalsadeviceprobe.h:
15475         * ext/alsa/gstalsamixerelement.c:
15476         (gst_alsa_mixer_element_init_interfaces):
15477         * ext/alsa/gstalsamixerelement.h:
15478           Clean up and simplify alsa device probing. Make it actually work
15479           for multiple classes. Don't cache results any longer.
15480
15481         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15482         (gst_alsasink_init):
15483         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15484         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15485         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15486           Make alsasink and alsasrc implement the GstPropertyProbe interface
15487           for device probing (#342181).
15488           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15489
15490 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15491
15492         * gst/subparse/samiparse.c: (handle_start_font):
15493           Don't ignore return value of strtol (++compiler_happiness).
15494
15495 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15496
15497         Patch by: Young-Ho Cha  <ganadist chollian net>
15498
15499         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15500         (gst_sub_parse_class_init), (gst_sub_parse_init),
15501         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15502         (convert_encoding):
15503         * gst/subparse/gstsubparse.h:
15504           Add 'encoding' property (#341681).
15505
15506         * gst/subparse/samiparse.c: (characters_sami):
15507           Output is pango markup, so we need to escape text
15508           between tags (#342143).
15509
15510 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15511
15512         * gst-libs/gst/audio/multichannel.c:
15513         (gst_audio_check_channel_positions):
15514           It's okay to have caps with channels=1 and a channel position
15515           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15516           (deinterleavers might want to keep the position in the caps,
15517           so that they can be re-interleaved again properly later).
15518           Leave check for unexpected 2-channel layouts intact for now.
15519
15520 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15521
15522         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15523         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15524         basesrc can do its job correctly.
15525
15526 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15527
15528         * ext/alsa/Makefile.am:
15529         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15530         (gst_alsa_detect_formats), (get_channel_free_structure),
15531         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15532         (gst_alsa_probe_supported_formats):
15533         * ext/alsa/gstalsa.h:
15534         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15535           Refactor and improve caps probing code: probe signedness
15536           when we probe the supported formats/widths; set endianness
15537           to the one we actually probed for (ie. cpu endianness).
15538           
15539         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15540         (gst_alsasrc_close):
15541         * ext/alsa/gstalsasrc.h:
15542           Implement caps probing for alsasrc.
15543
15544 2006-05-15  Wim Taymans  <wim@fluendo.com>
15545
15546         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15547         (theora_dec_src_query), (theora_dec_src_event),
15548         (theora_dec_sink_event), (theora_handle_comment_packet),
15549         (theora_handle_data_packet), (theora_dec_change_state):
15550         Cleanups, add some G_LIKELY.
15551         Use segment helpers instead of our own wrong code.
15552         Clear queued buffers on seek and READY.
15553
15554         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15555         (vorbis_dec_convert), (vorbis_dec_src_query),
15556         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15557         (vorbis_handle_comment_packet), (vorbis_dec_push),
15558         (vorbis_handle_data_packet), (vorbis_dec_chain),
15559         (vorbis_dec_change_state):
15560         * ext/vorbis/vorbisdec.h:
15561         Remove old useless packetno variable.
15562         Do position query properly.
15563         Add some G_LIKELY.
15564         Do cleanup of queued buffers in new helper function
15565         and use it.
15566
15567 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15568
15569         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15570           Query supported sample rates. Fixes #341732.
15571
15572 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15573
15574         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15575         (gst_decode_bin_change_state): Make decodebin reusable
15576         when going from PAUSE_TO_READY and then back to PAUSED.
15577         Fixes #331678.
15578
15579 2006-05-15  Wim Taymans  <wim@fluendo.com>
15580
15581         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15582         (vorbis_dec_convert), (vorbis_dec_src_query),
15583         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15584         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15585         (vorbis_dec_clean_queued), (vorbis_dec_push),
15586         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15587         Cleanups. Use refcounting and DEBUG_OBJECT.
15588         Reset segment on flush, use code methods instead of our
15589         own wrong version.
15590         Fix potential memleak.
15591
15592 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15593
15594         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15595         (gst_alsasink_init):
15596         * ext/alsa/gstalsasink.h:
15597           Don't leak allocated snd_output_t structure if there's
15598           more than one alsasink instance at a time (#341873).
15599           Also fix GObject macros in header file.
15600           
15601 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15602
15603         * gst/subparse/gstsubparse.c:
15604         (gst_sub_parse_data_format_autodetect):
15605           Don't use libxml functions in the typefinding code.
15606
15607 2006-05-15  Wim Taymans  <wim@fluendo.com>
15608
15609         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15610         Fix seeking performance in the case where a non-header 
15611         packet has a 0 granulepos (busted theora case). 
15612         Fixes #341719
15613         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15614          the first place, you limelight stealer you)
15615
15616 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15617
15618         * gst/subparse/gstsubparse.c:
15619         (gst_sub_parse_data_format_autodetect):
15620           Improve SAMI typefinding: handle case where there are
15621           whitespaces or newlines in front of the first <SAMI>
15622           tag (#169936).
15623
15624 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15625
15626         * configure.ac:
15627           Build video4linux plugin even if there's no XVIDEO, just
15628           without implementing the GstXOverlay interface (#334002).
15629          
15630 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15631
15632         * configure.ac:
15633         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15634         (plugin_init):
15635           Add tentative support for libvisual-0.4 (#336881).
15636
15637 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15638
15639         Patch by: Young-Ho Cha <ganadist at chollian net>
15640
15641         * gst/subparse/samiparse.c: (handle_start_font):
15642           Need to map "silver" colour explicitly (#169936).
15643
15644 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15645
15646         Patch by: Young-Ho Cha  <ganadist at chollian net>
15647
15648         * gst/subparse/Makefile.am:
15649         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15650         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15651         (gst_sub_parse_format_autodetect), (feed_textbuf),
15652         (gst_subparse_type_find), (plugin_init):
15653         * gst/subparse/gstsubparse.h:
15654         * gst/subparse/samiparse.c:
15655         * gst/subparse/samiparse.h:
15656           Add support for SAMI subtitles (#169936).
15657
15658 2006-05-14  Michael Smith  <msmith@fluendo.com>
15659
15660         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15661           Fix #341696: crash when mixing L+R+C to mono or stereo.
15662         * tests/check/Makefile.am:
15663         * tests/check/elements/audioconvert.c: (set_channel_positions),
15664         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15665         (audioconvert_suite):
15666           Add test for the above, including some generic framework bits for
15667           testing multichannel things.
15668
15669 === release 0.10.7 ===
15670
15671 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15672
15673         * configure.ac:
15674           releasing 0.10.7, "Leave the gun"
15675
15676 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15677
15678         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15679         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15680         Fix the build.
15681
15682 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15683
15684         * docs/libs/gst-plugins-base-libs-docs.sgml:
15685         * docs/libs/gst-plugins-base-libs-sections.txt:
15686         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15687         * gst-libs/gst/video/video.h:
15688         * gst/videoscale/Makefile.am:
15689         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15691         * tests/check/Makefile.am:
15692         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15693         (main):
15694           Fix integer overflow problem with pixel-aspect-ratio calculations
15695           in videoscale and xvimagesink (#341542)
15696
15697 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15698
15699         * gst-libs/gst/tag/gstid3tag.c:
15700           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15701
15702 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15703
15704         * win32/MANIFEST:
15705           update win32 files listing
15706
15707 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15708
15709         patch by: Sjoerd Simons (sjoerd@luon.net)
15710
15711         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15712         (group_create), (group_destroy), (add_stream),
15713         (gst_play_base_bin_get_property),
15714         (gst_play_base_bin_get_streaminfo_value_array):
15715         * gst/playback/gstplaybasebin.h:
15716           API: GstPlayBaseBin::stream-info-value-array property
15717           use a more bindings-friendly way of exposing streaminfo
15718           using a GValueArray.  Tested in ipython.
15719           Closes #341114
15720
15721 2006-05-11  Wim Taymans  <wim@fluendo.com>
15722
15723         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15724         (queue_underrun_cb), (queue_filled_cb):
15725         Also catch queue underruns but don't do anything yet.
15726         Refactor and comment queue enlarging code a bit.
15727
15728         * gst/playback/gstplaybasebin.c: (queue_overrun),
15729         (queue_threshold_reached), (queue_out_of_data),
15730         (gen_preroll_element):
15731         If a queue over/underruns check that we don't create nasty
15732         deadlocks when the min-threshold is not reached but the
15733         max-bytes is. In those cases disable max-bytes when we
15734         know that the queue is fed timed data.
15735         Add more comments.
15736
15737 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15738
15739         * gst/playback/gstplaybin.c: (gen_audio_element):
15740           Make playbin automatically plug an 'audioresample'
15741           element before the audio sink as well. This solves
15742           problems with sinks that only accept a very specific
15743           sample rate, like esdsink (e.g. #340379).
15744
15745 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15746
15747         * gst/playback/gstplaybasebin.c: (gen_source_element):
15748           Make http sources send special headers so that we receive
15749           icecast metadata if the http stream is an icecast stream
15750           (otherwise the server will just ignore them). This also
15751           means that from now on users will need the 'icydemux'
15752           element from gst-plugins-good installed if they want to
15753           listen to icecast radio streams. (#341432, #333657).
15754
15755 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15756
15757         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15758         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15759           remove stupid example from docs - it should come with a simple
15760           C program instead.
15761           Clean up/fix docs
15762         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15763         (fail_if_can_read), (GST_START_TEST),
15764         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15765           add a test for changing streamheader which exposes a bug in
15766           multifdsink
15767
15768 2006-05-11  Michael Smith  <msmith@fluendo.com>
15769
15770         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15771         (gst_gnome_vfs_src_received_headers_callback):
15772         * ext/gnomevfs/gstgnomevfssrc.h:
15773           Don't set icy-caps unless we have a sane interval value. Move
15774           interval to a local variable; we never use it outside this function.
15775
15776 2006-05-11  Wim Taymans  <wim@fluendo.com>
15777
15778         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15780         Register special buffer types along with the objects so
15781         that they are not registered at runtime from N different
15782         streaming threads since they are not threadsafe.
15783
15784 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15785
15786         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15787         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15788           add two more tests, one doing streamheader
15789
15790 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15791
15792         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15793           clean up the bufqueue when shutting down
15794         * tests/check/Makefile.am:
15795         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15796         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15797         (main):
15798           add a test for the leak that was just fixed
15799
15800 2006-05-10  Wim Taymans  <wim@fluendo.com>
15801
15802         * gst/adder/gstadder.c: (gst_adder_setcaps),
15803         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15804         (gst_adder_src_event), (gst_adder_sink_event),
15805         (gst_adder_class_init), (gst_adder_finalize),
15806         (gst_adder_request_new_pad), (gst_adder_collected):
15807         * gst/adder/gstadder.h:
15808         Updated some docs. Added comments and FIXMEs all over the place.
15809         Improve debugging info.
15810         Fix leak on finalize by not calling the parent.
15811         Implement duration query.
15812         Make event forwarding threadsafe.
15813         Correctly send NEWSEGMENT at start and after flush.
15814         Handle EOS correctly.
15815         Post error when not negotiated.
15816
15817         * tests/check/elements/adder.c: (GST_START_TEST):
15818         Added FIXME in the test.
15819
15820 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15821
15822         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15823         (gst_text_overlay_halign_get_type),
15824         (gst_text_overlay_wrap_mode_get_type):
15825         * ext/theora/theoradec.c: (theora_handle_type_packet),
15826         (theora_handle_data_packet):
15827         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15828         (theora_enc_sink_setcaps), (theora_enc_chain):
15829         * gst-libs/gst/cdda/gstcddabasesrc.c:
15830         (gst_cdda_base_src_mode_get_type):
15831         * gst/audiotestsrc/gstaudiotestsrc.c:
15832         (gst_audiostestsrc_wave_get_type):
15833         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15834         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15835         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15836         (gst_sync_method_get_type), (gst_unit_type_get_type),
15837         (gst_client_status_get_type):
15838         * gst/videoscale/gstvideoscale.c:
15839         (gst_video_scale_method_get_type):
15840         * gst/videotestsrc/gstvideotestsrc.c:
15841         (gst_video_test_src_pattern_get_type):
15842         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15843         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15844         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15845         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15846         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15847         (paint_setup_RGB565), (paint_setup_xRGB1555):
15848           Const-ify GEnumValue and GFlagsValue arrays. Use
15849           GST_ROUND_UP_* macros instead of home-made ones.
15850
15851 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15852
15853         * configure.ac:
15854           Require core CVS for the new newsegment stuff.
15855
15856 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15857
15858         Patch by: Sjoerd Simons  <sjoerd at luon net>
15859
15860         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15861           Register nick for enum value (#341160).
15862
15863 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15864
15865         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15866         (plugin_init):
15867          backout typefind patch #340375
15868          
15869         * tests/check/elements/adder.c: (message_received),
15870         (GST_START_TEST), (adder_suite):
15871           redo, signal-handling of test
15872
15873 2006-05-09  Wim Taymans  <wim@fluendo.com>
15874
15875         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15876         (gst_adder_collected):
15877         * gst/adder/gstadder.h:
15878         Remove bogus segment merging and forwarding, we don't
15879         care about timestamps anyway and we just produce a
15880         continuous stream. 
15881         Also create a nice NEWSEGMENT event when we start.
15882         Use _scale_int some more.
15883
15884 2006-05-09  Edward Hervey  <edward@fluendo.com>
15885
15886         * tests/icles/stress-xoverlay.c:
15887         Fix if core was built without parsing support.
15888
15889 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15890
15891         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15892           Add SEDG (Samsung MPEG-4) fourcc.
15893
15894 2006-05-09  Edward Hervey  <edward@fluendo.com>
15895
15896         * tests/icles/stress-xoverlay.c:
15897         * tests/examples/volume/volume.c:
15898         Fix if core was built without parsing support.
15899
15900         * tests/examples/seek/seek.c:
15901         Disable the parse_launch example if core was built without parsing
15902         support.
15903
15904 2006-05-08  Edward Hervey  <edward@fluendo.com>
15905
15906         * autogen.sh: (CONFIGURE_DEF_OPT): 
15907         libtoolize on Darwin/MacOSX is called glibtoolize
15908
15909 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15910
15911         * tests/check/Makefile.am:
15912         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15913           Disable the adder test, until the build-slaves posses the kindness to 
15914           either like it or to give valid reason for not doing so 
15915
15916 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15917
15918         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15919         (adder_suite):
15920           Shuffle NULL state change around and raise timeout more
15921
15922 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15923
15924         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15925         (mp4_type_find), (plugin_init):
15926           Add typefind to distinguish between "audio/x-m4a" and new type
15927           "video/mp4". Fixes #340375
15928
15929         * tests/check/elements/adder.c: (adder_suite):
15930           Raise timeout to make buildbot happy
15931
15932 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15933
15934         * gst/adder/gstadder.c: (gst_adder_sink_event),
15935         (gst_adder_request_new_pad), (gst_adder_change_state):
15936         * gst/adder/gstadder.h:
15937         * tests/check/Makefile.am:
15938         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15939         (adder_suite), (main):
15940           Add sink-event handling to adder. It tries to merge incomming
15941           newsegment-events. Added test to check if segment_done is comming
15942           through. Fixes #340060
15943
15944 2006-05-05  Andy Wingo  <wingo@pobox.com>
15945
15946         * ext/theora/theoraparse.c (gst_theora_parse_init)
15947         (theora_parse_src_convert, theora_parse_src_query):
15948         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15949         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15950         query functions on the source pads of the theora and vorbis parse
15951         elements. Fixes position querying when doing a remux.
15952
15953 2006-05-05  Michael Smith  <msmith@fluendo.com>
15954
15955         * ext/theora/theoraparse.c: (parse_granulepos),
15956         (theora_parse_drain_queue_prematurely),
15957         (theora_parse_queue_buffer), (theora_parse_sink_event):
15958           Fix flushing.
15959           Fix invalid granulepos outputs when starting with a non-keyframe.
15960
15961 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15962
15963         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15964         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15965         Rearrange MPEG system stream detection, fixing some memleaks in the
15966         process.
15967         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15968         they clean up their data correctly.
15969         Remove unused ogganx caps and move the 'is_annodex' check to inside
15970         the 'is_ogg' if statement.
15971
15972 2006-05-05  Wim Taymans  <wim@fluendo.com>
15973
15974         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15975         Properly remove ghostpads. Fixes #340392
15976
15977 2006-05-04  David Schleef  <ds@schleef.org>
15978
15979         * gst/typefind/gsttypefindfunctions.c:
15980
15981 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15982
15983         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15984         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15985
15986         When typefinding an MP3 in push-based mode, don't penalise the
15987         probability down to 74% when we found 5 valid frames just because we
15988         can't peek the end of the file.
15989
15990         Make the probability for detecting MPEG Transport Streams based on the
15991         number of sequential headers we successfully detected.
15992
15993 2006-05-03  Wim Taymans  <wim@fluendo.com>
15994
15995         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15996         (vorbis_dec_push), (vorbis_dec_chain):
15997         Still produce an error when we receive an empty packet.
15998
15999 2006-05-03  Wim Taymans  <wim@fluendo.com>
16000
16001         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16002         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
16003         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
16004         Mark buffers with DISCONT after seek and after activating new
16005         chains.
16006
16007         * ext/theora/gsttheoradec.h:
16008         * ext/theora/theoradec.c: (gst_theora_dec_reset),
16009         (theora_get_query_types), (theora_dec_sink_event),
16010         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
16011         (theora_dec_change_state):
16012         Fix frame counter.
16013         Detect and mark DISCONT buffers.
16014
16015         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16016         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
16017         (vorbis_dec_change_state):
16018         * ext/vorbis/vorbisdec.h:
16019         Use GstSegment.
16020         Detect and mark DISCONT buffers.
16021         Don't crash on 0 sized buffers.
16022
16023 2006-05-03  Wim Taymans  <wim@fluendo.com>
16024
16025         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
16026         (volume_transform_ip):
16027         Increase "volume" property to 10.0. Fixes #340369.
16028         Set the process function to NULL when capsnego fails so that
16029         we properly error out.
16030
16031 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16032
16033         * gst/playback/gstplaybin.c: (add_sink):
16034         * gst/playback/test.c: (main):
16035         * gst/playback/test5.c: (dump_element_stats):
16036         * gst/playback/test6.c: (main):
16037           free caps using gst_caps_unref, don't leak caps-strings
16038
16039 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
16040
16041         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
16042         (plugin_init):
16043           Refine musepack typefinding a bit. Return MAXIMUM
16044           probability when we detect stream version 7 to make
16045           sure the mpeg audio typefinder doesn't trump us.
16046
16047 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16048
16049         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16050           Protect against unexpected NULL strf_data buffer.
16051
16052 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16053
16054         * tests/check/elements/audioconvert.c: (verify_convert),
16055         (GST_START_TEST):
16056           interpret the out[] buffer in the order the bytes are actually
16057           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
16058           Other tests should use BYTE_ORDER since the array is filled in
16059           with actual values
16060
16061 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16062
16063         * tests/check/elements/audioconvert.c: (verify_convert),
16064         (GST_START_TEST):
16065           when a test fails, give an indication of which it is
16066
16067 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16068
16069         * gst-libs/gst/cdda/gstcddabasesrc.c:
16070           compile fix; strtol() needs <stdlib.h>
16071
16072 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16073
16074         * ext/alsa/gstalsamixerelement.c:
16075         * ext/alsa/gstalsasrc.c:
16076         * ext/cdparanoia/gstcdparanoiasrc.c:
16077         * ext/gnomevfs/gstgnomevfssink.c:
16078         * ext/gnomevfs/gstgnomevfssrc.c:
16079         * ext/ogg/gstoggdemux.c:
16080         * ext/ogg/gstoggmux.c:
16081         * ext/ogg/gstoggparse.c:
16082         * ext/ogg/gstogmparse.c:
16083         * ext/pango/gstclockoverlay.c:
16084         * ext/pango/gsttextoverlay.c:
16085         * ext/pango/gsttextrender.c:
16086         * ext/pango/gsttimeoverlay.c:
16087         * ext/theora/theoradec.c:
16088         * ext/theora/theoraenc.c:
16089         * ext/vorbis/vorbisdec.c:
16090         * ext/vorbis/vorbisenc.c:
16091         * gst-libs/gst/audio/gstaudiofilter.c:
16092         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16093         * gst/audioconvert/gstaudioconvert.c:
16094         * gst/audiorate/gstaudiorate.c:
16095         * gst/audioresample/gstaudioresample.c:
16096         * gst/audiotestsrc/gstaudiotestsrc.c:
16097         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16098         * gst/playback/gstdecodebin.c:
16099         * gst/playback/gstplaybin.c:
16100         * gst/playback/gststreamselector.c:
16101         * gst/subparse/gstsubparse.c:
16102         * gst/tcp/gstmultifdsink.c:
16103         * gst/tcp/gsttcpclientsink.c:
16104         * gst/tcp/gsttcpclientsrc.c:
16105         * gst/tcp/gsttcpserversink.c:
16106         * gst/tcp/gsttcpserversrc.c:
16107         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16108         * gst/videorate/gstvideorate.c:
16109         * gst/videoscale/gstvideoscale.c:
16110         * gst/videotestsrc/gstvideotestsrc.c:
16111         * gst/volume/gstvolume.c:
16112         * sys/v4l/gstv4ljpegsrc.c:
16113         * sys/v4l/gstv4lmjpegsink.c:
16114         * sys/v4l/gstv4lmjpegsrc.c:
16115         * sys/v4l/gstv4lsrc.c:
16116         * sys/ximage/ximagesink.c:
16117         * sys/xvimage/xvimagesink.c:
16118         * tests/check/libs/cddabasesrc.c:
16119           make GstElementDetails const
16120
16121 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16122
16123         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16124         (gst_adder_init):
16125           send events from src-pad to all sink-pads fixes #338657
16126
16127 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16128
16129         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16130         (alsasink_parse_spec):
16131           query width capabilities from alsa, fixes #338919
16132
16133 2006-04-28  Wim Taymans  <wim@fluendo.com>
16134
16135         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16136         (gst_multi_fd_sink_remove_client_link):
16137         * gst/tcp/gstmultifdsink.h:
16138         Fix race condition in multifdsink that can lead to spurious 
16139         duplicate clients. this patch adds a new signal that is fired when
16140         multifdsink has removed all references to the fd.
16141         Fixes #339574.
16142         Updated documentation.
16143         API: client-fd-removed signal added
16144
16145 2006-04-28  Michael Smith  <msmith@fluendo.com>
16146
16147         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16148           When asking g_value_array_new to prealloc elements, we may as well
16149           ask for the right number of elements.
16150
16151 2006-04-28  Wim Taymans  <wim@fluendo.com>
16152
16153         * gst-libs/gst/audio/gstbaseaudiosink.c:
16154         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16155         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16156         patch to make timestamp checking more tollerant to rounding 
16157         errors given that real discontinuities are to be marked on
16158         buffers. Fixes some asf files and #338778.
16159         Also avoid some crashers when we receive an event in the 
16160         NULL state.
16161
16162 2006-04-28  Michael Smith  <msmith@fluendo.com>
16163
16164         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16165         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16166         (gst_gnome_vfs_src_get_property),
16167         (gst_gnome_vfs_src_send_additional_headers_callback),
16168         (gst_gnome_vfs_src_received_headers_callback),
16169         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16170         (gst_gnome_vfs_src_stop):
16171         * ext/gnomevfs/gstgnomevfssrc.h:
16172           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16173           proper shared support within icydemux.
16174
16175 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16176
16177         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16178         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16179           fix up docs
16180           fix a leak when no caps negotiated
16181           fix counting of input frames
16182         * tests/check/elements/.cvsignore:
16183         * tests/check/elements/videorate.c: (assert_videorate_stats),
16184         (GST_START_TEST), (videorate_suite):
16185           add tests for these
16186
16187 2006-04-28  Wim Taymans  <wim@fluendo.com>
16188
16189         * gst-libs/gst/audio/gstringbuffer.c:
16190         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16191         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16192         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16193         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16194         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16195         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16196         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16197         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16198         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16199         Check arguments passed to public functions instead of
16200         crashing.
16201
16202 2006-04-28  Wim Taymans  <wim@fluendo.com>
16203
16204         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16205         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16206         GstBaseAudioSrc must be live or it does not work.
16207
16208         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16209         Don't set live to TRUE as this is the default in the parentclass.
16210
16211 2006-04-28  Wim Taymans  <wim@fluendo.com>
16212
16213         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16214         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16215         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16216         fixation cases better. Fixes #338991
16217
16218 2006-04-28  Wim Taymans  <wim@fluendo.com>
16219
16220         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16221         Handle 0/1 framerate correctly Fixes #331901.
16222
16223 2006-04-28  Wim Taymans  <wim@fluendo.com>
16224
16225         * tests/check/elements/audioconvert.c: (get_float_caps),
16226         (GST_START_TEST), (audioconvert_suite):
16227         Added check for correct clipping when doing float samples
16228         in audioconvert.
16229
16230 2006-04-28  Wim Taymans  <wim@fluendo.com>
16231
16232         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16233         (gst_video_rate_chain):
16234         Print more debugging info.
16235
16236 2006-04-28  Wim Taymans  <wim@fluendo.com>
16237
16238         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16239         (resample_set_state_from_caps):
16240         Add support for other formats audioresample can handle such as
16241         32 bits in and float and 64 bits float. Fixes #301759
16242
16243 2006-04-28  Wim Taymans  <wim@fluendo.com>
16244
16245         * gst/audioconvert/audioconvert.c: (float):
16246         correctly clip float samples > 1.0. Fixes #338718
16247
16248 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16249
16250         Patch by: Young-Ho Cha  <ganadist at chollian net>
16251
16252         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16253         (gst_text_overlay_render_text):
16254           Don't strip newlines from the text. Also, center lines
16255           within multi-line paragraphs (#339405).
16256
16257 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16258
16259         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16260           Fix wavpack typefinding to work in more cases (don't peek
16261           for chunks of multiple hundred kBs at once, but process
16262           things step-by-step in smaller units). Fixes #339786.
16263
16264 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16265
16266         * configure.ac:
16267           back to HEAD
16268
16269 === release 0.10.6 ===
16270
16271 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16272
16273         * configure.ac:
16274           releasing 0.10.6, "Chao"
16275
16276 2006-04-26  David Schleef  <ds@schleef.org>
16277
16278         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16279           Fixes #338897.
16280
16281 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16282
16283         * configure.ac:
16284         * win32/common/config.h:
16285           new prerelease
16286
16287 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16288
16289         patch by: Wim Taymans
16290
16291         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16292         (gst_ogg_demux_perform_seek):
16293           make sure correct newsegments are sent, so that the decoder
16294           and the demuxer agree on timestamps.  Fixes playback of a lot
16295           of Ogg files that do not start from 0.  Fixes #339833.
16296
16297 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16298
16299         Patch by: Edward Hervey  <edward@fluendo.com>
16300
16301         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16302         * tests/check/Makefile.am:
16303         * tests/check/elements/videorate.c: (assert_videorate_stats),
16304         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16305         (videorate_suite), (main):
16306           Fix an infinite loop if frames are passed in with wrongly ordered
16307           timestamps.  Fixes #339013.
16308
16309 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16310
16311         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16312
16313         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16314           fix typefinding on some ISO files.  Fixes #339212.
16315
16316 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16317
16318         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16319
16320         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16321           add another H264 fourcc.  Fixes #339047.
16322
16323 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16324
16325         Patch by: Jan Schmidt
16326
16327         * gst/playback/gststreamselector.c:
16328         (gst_stream_selector_bufferalloc):
16329           Restore old StreamSelector behaviour.
16330           Fixes #338419.
16331
16332 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16333
16334         * configure.ac:
16335         * win32/common/config.h:
16336           prerelease
16337
16338 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16339
16340         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16341
16342         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16343         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16344           Fix some memory leaks: on finalize, free buffers left in the queue
16345           before destroying the queue; in _push(), unref rtp_buf even if
16346           the process vfunc returned a NULL buffer as output buffer (#337548);
16347           demote some recuring debug messages to LOG level.
16348
16349 2006-04-11  Wim Taymans  <wim@fluendo.com>
16350
16351         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16352         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16353         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16354         (gst_ogg_demux_loop):
16355         More cleanups.
16356         Respect segment stop when emiting EOS or SEGMENT_DONE.
16357         Fixes (#337945).
16358
16359 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16360
16361         * gst/playback/gststreamselector.c:
16362         (gst_stream_selector_get_property):
16363           Don't leak pad name.
16364
16365 2006-04-10  Michael Smith  <msmith@fluendo.com>
16366
16367         * tests/check/Makefile.am:
16368         * tests/check/gst-plugins-base.supp:
16369           Suppress an old libtheora bug (fixed in more recent versions), so 
16370           that FC4 buildslaves can pass.
16371
16372 2006-04-10  Wim Taymans  <wim@fluendo.com>
16373
16374         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16375         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16376         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16377         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16378         (gst_ogg_demux_loop):
16379         Don't leak events.
16380         Remember what error we got when finding chains, if we
16381         were shutdown, that would not be an error.
16382
16383 2006-04-10  Wim Taymans  <wim@fluendo.com>
16384
16385         * gst-libs/gst/audio/gstbaseaudiosink.c:
16386         (gst_base_audio_sink_event):
16387         Starting the ringbuffer when we did not acquire it can cause
16388         a deadlock, is pointless and causes nasty things for
16389         subclasses. 
16390         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16391
16392 2006-04-10  Wim Taymans  <wim@fluendo.com>
16393
16394         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16395         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16396         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16397         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16398         (gst_ogg_demux_deactivate_current_chain),
16399         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16400         (gst_ogg_demux_bisect_forward_serialno),
16401         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16402         Add some more debugging.
16403
16404 2006-04-10  Wim Taymans  <wim@fluendo.com>
16405
16406         * ext/theora/theoradec.c: (theora_dec_src_event),
16407         (theora_handle_data_packet):
16408         Some more debug info.
16409
16410         * tests/examples/seek/seek.c: (start_seek), (main):
16411         Print element messages too.
16412
16413 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16414
16415         * gst/audioresample/debug.h:
16416           replace debug macros with variable number of parameters
16417           by a simple alias to gstreamer standard debug macros 
16418          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16419           supported by MSVC 6.0 and 7.1)
16420         * gst/audioresample/resample.h:
16421           define M_PI and rint for WIN32
16422         * win32/common/libgstaudio.def:
16423         * win32/common/libgstriff.def:
16424         * win32/common/libgsttag.def:
16425         * win32/common/libgstvideo.def:
16426           add new exported functions
16427         * win32/vs6:
16428           update project files
16429
16430 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16431
16432         * ext/alsa/gstalsamixeroptions.c:
16433         (gst_alsa_mixer_options_class_init):
16434         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16435         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16436         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16437         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16438         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16439         * gst-libs/gst/audio/gstaudiofilter.c:
16440         (gst_audio_filter_class_init):
16441         * gst-libs/gst/audio/gstaudiosink.c:
16442         (gst_audioringbuffer_class_init):
16443         * gst-libs/gst/audio/gstaudiosrc.c:
16444         (gst_audioringbuffer_class_init):
16445         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16446         * gst-libs/gst/interfaces/colorbalancechannel.c:
16447         (gst_color_balance_channel_class_init):
16448         * gst-libs/gst/interfaces/mixeroptions.c:
16449         (gst_mixer_options_class_init):
16450         * gst-libs/gst/interfaces/mixertrack.c:
16451         (gst_mixer_track_class_init):
16452         * gst-libs/gst/interfaces/tunerchannel.c:
16453         (gst_tuner_channel_class_init):
16454         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16455         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16456         (gst_netbuffer_class_init):
16457         * gst-libs/gst/rtp/gstbasertppayload.c:
16458         (gst_basertppayload_class_init):
16459         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16460         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16461         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16462         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16463         * gst/playback/gststreamselector.c:
16464         (gst_stream_selector_class_init):
16465         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16466         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16467         * sys/v4l/gstv4lcolorbalance.c:
16468         (gst_v4l_color_balance_channel_class_init):
16469         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16470         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16471         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16472         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16473         (gst_v4l_tuner_norm_class_init):
16474         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16476         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16477         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16478
16479 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16480
16481         * ext/pango/gsttextrender.h:
16482         * gst-libs/gst/audio/gstaudiosink.h:
16483         * gst-libs/gst/audio/gstaudiosrc.h:
16484         * gst-libs/gst/audio/gstbaseaudiosink.h:
16485         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16486         * gst-libs/gst/audio/gstringbuffer.h:
16487         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16488         * gst-libs/gst/rtp/gstbasertppayload.h:
16489         * gst-libs/gst/video/gstvideofilter.h:
16490         * gst-libs/gst/video/gstvideosink.h:
16491         * gst/playback/gstplaybasebin.h:
16492         * gst/tcp/gstmultifdsink.h:
16493         * sys/v4l/gstv4lelement.h:
16494         Fix broken GObject macros
16495
16496 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16497
16498         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16499         More debug to trace why my USB headset is not working with gst
16500
16501 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16502
16503         * gst/playback/gstplaybasebin.c: (group_destroy):
16504         Clean up our group elements properly in the case where it never 
16505         got committed - it still got added unconditionally to the bin.
16506
16507 2006-04-07  Wim Taymans  <wim@fluendo.com>
16508
16509         * ext/theora/theoradec.c: (theora_dec_sink_event),
16510         (theora_handle_data_packet), (theora_dec_chain):
16511         Unref unhandled events.
16512         Protect against empty buffers.
16513         Perform QoS on running time.
16514
16515 2006-04-07  Michael Smith  <msmith@fluendo.com>
16516
16517         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16518         (gst_vorbis_enc_chain):
16519           Remove leaks from vorbisenc.
16520           Mostly minor changes, the only significant one is that now the
16521           buffers we set as 'streamheader' on the caps are copies of the
16522           original buffers, to avoid circular refcounting problems.
16523
16524 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16525
16526         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16527           Don't remove our mute-probe if someone else already did so.
16528           Don't set a 2nd one if there is already one pending on the pad.
16529
16530         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16531         (do_playbin_seek):
16532           When a seek fails, ensure that playbin is still set back to playing.
16533           
16534         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16535         (mpeg_ts_type_find), (plugin_init):
16536           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16537
16538 2006-04-06  Andy Wingo  <wingo@pobox.com>
16539
16540         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16541         (gst_video_rate_init): Caps-related parameters should not be reset
16542         by a flush -- move their inits to the instance init function.
16543         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16544         is not OK, just return the result.
16545
16546         * gst/audiotestsrc/gstaudiotestsrc.c
16547         (gst_audio_test_src_class_init)
16548         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16549         broken by Stefan's commit on 24 March.
16550
16551         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16552         buffers being pushed out. Fixes oggmux ! multifdsink.
16553
16554 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16555
16556         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16557         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16558         * ext/vorbis/vorbisdec.h:
16559         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16560         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16561         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16562         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16563         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16564         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16565         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16566         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16567         (gst_vorbis_enc_buffer_from_packet),
16568         (gst_vorbis_enc_buffer_from_header_packet),
16569         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16570         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16571         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16572         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16573         (gst_vorbis_enc_change_state):
16574         * ext/vorbis/vorbisenc.h:
16575           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16576           vorbisenc adhere to the official nomenclature; use boilerplate
16577           macro.
16578
16579 2006-04-04  Andy Wingo  <wingo@pobox.com>
16580
16581         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16582         Whoops, fix bug introduced. Bad hacker!
16583         
16584         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16585         Properly handle the case where you get EOS before any buffers are
16586         received. Use gst_buffer_make_metadata_writable where appropriate.
16587
16588         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16589         is often negative -- make it signed so as not to wrap around.
16590         Fixes segfaults introduced on 9 March.
16591
16592 2006-04-03  Wim Taymans  <wim@fluendo.com>
16593
16594         * ext/theora/gsttheoradec.h:
16595         * ext/theora/theoradec.c: (theora_dec_src_event):
16596         Don't try to store a gdouble in a gboolean.
16597         Small cleanups.
16598
16599 2006-04-03  Michael Smith  <msmith@fluendo.com>
16600
16601         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16602           Oggmux sucks.
16603           Make it suck slightly less by writing out the final page.
16604           Still can't encode a vorbis-in-ogg file correctly, though.
16605
16606 2006-04-03  Andy Wingo  <wingo@pobox.com>
16607
16608         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16609         a g_print.
16610
16611         * ext/theora/theora.c (plugin_init): Register theoraparse.
16612
16613         * ext/theora/gsttheoraparse.h: 
16614         * ext/theora/theoraparse.c: New files implementing a theora
16615         parser. Now we can properly remux ogg/theora+vorbis, yay.
16616
16617         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16618
16619 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16620
16621         * gst/audiotestsrc/gstaudiotestsrc.c:
16622           Fixed the sample pipeline (see #323798)
16623
16624 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16625
16626         * configure.ac:
16627         * win32/common/config.h:
16628         * win32/common/config.h.in:
16629           use AS_VERSION and AS_NANO
16630           more cleanups
16631
16632 2006-03-31  Andy Wingo  <wingo@pobox.com>
16633
16634         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16635         uninitialized variable return that would happen.
16636         
16637         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16638         uninitialized variable return that would never happen.
16639
16640         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16641         (vorbis_parse_sink_event): Add an event function to flush our
16642         state on a seek, and to drain buffers on a premature EOS.
16643         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16644         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16645         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16646         (vorbis_parse_drain_queue): Queue up buffers until we can set
16647         their timestamps and granulepos values.
16648
16649         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16650         and keep track of data needed for deriving granulepos and
16651         timestamps for buffers.
16652
16653 2006-03-29  Wim Taymans  <wim@fluendo.com>
16654
16655         Patch by: j^ <j at bootlab dot org>
16656
16657         * ext/alsa/gstalsamixerelement.c:
16658         (gst_alsa_mixer_element_class_init):
16659         * ext/alsa/gstalsasink.c:
16660         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16661         * ext/ogg/gstoggdemux.c:
16662         * ext/ogg/gstoggmux.c:
16663         * ext/ogg/gstoggparse.c:
16664         * ext/pango/gstclockoverlay.c:
16665         * ext/pango/gsttextoverlay.c:
16666         * ext/pango/gsttextrender.c:
16667         * ext/pango/gsttimeoverlay.c:
16668         * ext/theora/theoradec.c:
16669         * ext/theora/theoraenc.c:
16670         * ext/vorbis/vorbisdec.c:
16671         * ext/vorbis/vorbisenc.c:
16672         * gst/audioconvert/gstaudioconvert.c:
16673         * gst/subparse/gstsubparse.c:
16674         * gst/tcp/gstmultifdsink.c:
16675         * gst/tcp/gsttcpclientsink.c:
16676         * gst/tcp/gsttcpclientsrc.c:
16677         * gst/tcp/gsttcpserversink.c:
16678         * gst/tcp/gsttcpserversrc.c:
16679           better/unified long descriptions
16680           Fixes #336477
16681
16682 2006-03-29  Wim Taymans  <wim@fluendo.com>
16683
16684         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16685         (stop_seek):
16686         Don't let double and triple clicks mess up our state.
16687
16688 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16689
16690         * gst/playback/gstplaybin.c: (gen_video_element),
16691         (gen_text_element), (gen_audio_element), (gen_vis_element):
16692           Error out gracefully when we can't create any of the usual
16693           conversion elements for some reason. Also, don't try to
16694           create an audioscale (sic) element that's not used anyway.
16695
16696 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16697
16698         * gst/playback/gstplaybasebin.c: (setup_source):
16699           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16700           element for a particular protocol, that's confusing for users.
16701           Instead, post a RESOURCE_FAILED error, so that our own error
16702           message is actually shown in totem etc. (#336303).
16703
16704 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16705
16706         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16707
16708         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16709         (gst_gnome_vfs_src_get_icy_metadata):
16710           Fix some minor memory leaks (#336194).
16711
16712 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16713
16714         * ext/gnomevfs/gstgnomevfs.c:
16715         (gst_gnome_vfs_location_to_uri_string):
16716         * ext/gnomevfs/gstgnomevfs.h:
16717         * ext/gnomevfs/gstgnomevfssink.c:
16718         (gst_gnome_vfs_sink_set_property):
16719         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16720           Make gnomevfssink accept filenames as well as URIs for the
16721           "location" property, just like gnomevfssrc does (and
16722           filesrc/filesink do) (#336190).
16723
16724 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16725
16726         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16727           set to NULL before unreffing, fixes a valgrind leak.
16728           Why was this not triggering the error that an object needs to
16729           be NULL before unreffing ?
16730         * win32/common/config.h:
16731           update
16732
16733 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16734
16735         * gst/subparse/gstsubparse.c: (convert_encoding),
16736         (gst_sub_parse_change_state):
16737         * gst/subparse/gstsubparse.h:
16738           Text subtitle files may or may not be UTF-8. If it's not, we
16739           don't really want to see '?' characters in place of non-ASCII
16740           characters like accented characters. So let's assume the input
16741           is UTF-8 until we come across text that is clearly not. If it's
16742           not UTF-8, we don't really know what it is, so try the following:
16743           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16744           is set; if not, check (b) if the current locale encoding is
16745           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16746           the current locale encoding is UTF-8 and the environment variable
16747           was not set to any particular encoding. Not perfect, but better
16748           than nothing (and better than before, I think) (fixes #172848).
16749
16750 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16751
16752         * configure.ac:
16753           update core requirement to 0.10.4.1 because of async_playback
16754           vmethod on GstBaseSink
16755
16756 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16757
16758         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16759         * gst/adder/gstadder.c: (gst_adder_init):
16760         use DEBUG_FUNCPTR for collectpads
16761
16762 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16763
16764         * docs/plugins/Makefile.am:
16765         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16766         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16767         * ext/cdparanoia/gstcdparanoiasrc.c:
16768         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16769         (gst_gnome_vfs_sink_class_init):
16770         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16771         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16772         * ext/ogg/gstoggmux.c:
16773         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16774         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16775         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16776         * ext/pango/gsttextoverlay.c:
16777         * ext/pango/gsttextrender.c:
16778         * ext/theora/theoradec.c:
16779         * ext/theora/theoraenc.c:
16780         * ext/vorbis/vorbisdec.c:
16781         * ext/vorbis/vorbisenc.c:
16782         * gst-libs/gst/audio/gstaudiofilter.c:
16783         (gst_audio_filter_base_init):
16784         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16785         (gst_audio_filter_template_base_init):
16786         * gst/adder/gstadder.c: (gst_adder_get_type):
16787         * gst/adder/gstadder.h:
16788         * gst/audioconvert/gstaudioconvert.c:
16789         * gst/audiotestsrc/gstaudiotestsrc.c:
16790         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16791         (gst_audio_test_src_create):
16792         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16793         * gst/playback/gstdecodebin.c:
16794         * gst/playback/gstplaybin.c:
16795         * gst/playback/gststreamselector.c:
16796         (gst_stream_selector_base_init):
16797         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16798         * gst/volume/gstvolume.c:
16799         * sys/v4l/gstv4lmjpegsink.c:
16800         * sys/v4l/gstv4lmjpegsrc.c:
16801         * tests/check/libs/cddabasesrc.c:
16802         * tests/old/examples/gob/gst-identity2.gob:
16803           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16804           define GstElementDetails at the top
16805
16806 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16807
16808         * win32/common/libgstinterfaces.def:
16809         Add a lot of export functions for gst-python
16810         * win32/vs6/libgstinterfaces.dsp:
16811         Add a missing include folder in the project configuration
16812         
16813 2006-03-23  Wim Taymans  <wim@fluendo.com>
16814
16815         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16816         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16817         (gst_base_audio_src_change_state):
16818         Fix audio sources, forgot to make the ringbuffer
16819         startable...
16820
16821 2006-03-23  Wim Taymans  <wim@fluendo.com>
16822
16823         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16824         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16825         (gst_base_audio_src_change_state):
16826         unparent instead of unref the ringbuffer.
16827
16828 2006-03-23  Wim Taymans  <wim@fluendo.com>
16829
16830         * gst-libs/gst/audio/gstbaseaudiosink.c:
16831         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16832         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16833         Implement new async_play vmethod to start slaving and allow
16834         playback start in case of async PLAY state changes. 
16835
16836         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16837         Enable QoS with new method in base class.
16838
16839 2006-03-23  Wim Taymans  <wim@fluendo.com>
16840
16841         Patch by: Julien MOUTTE <julien at moutte dot net>
16842
16843         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16844         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16845         Partially handle 0 framerate, only EOS after the first frame
16846         is missing.
16847
16848 2006-03-23  Wim Taymans  <wim@fluendo.com>
16849
16850         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16851
16852         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16853         (gst_riff_create_video_template_caps):
16854         * gst/ffmpegcolorspace/avcodec.h:
16855         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16856         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16857         (gst_ffmpegcsp_avpicture_fill):
16858         * gst/ffmpegcolorspace/imgconvert.c:
16859         Patch for support of YVU9 AVI files (#334822)
16860
16861 2006-03-22  Edward Hervey  <edward@fluendo.com>
16862
16863         * docs/design/design-decodebin.txt:
16864         Added design document for new decodebin
16865         (Target Caps): text/x-pango-markup is also a default target caps.
16866
16867 2006-03-22  Wim Taymans  <wim@fluendo.com>
16868
16869         * gst-libs/gst/audio/gstbaseaudiosink.c:
16870         (gst_base_audio_sink_dispose):
16871         Since we _parent the ringbuffer, we also need to
16872         _unparent instead of a plain _unref.
16873
16874 2006-03-22  Wim Taymans  <wim@fluendo.com>
16875
16876         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16877         (stop_seek), (scrub_toggle_cb), (main):
16878         Add scrub checkbox.
16879
16880 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16881
16882         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16883         (gst_ogg_parse_chain):
16884           Fix very inefficient usage of linked lists (#335365).
16885
16886 2006-03-21  Edward Hervey  <edward@fluendo.com>
16887
16888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16889         * gst/playback/gstplaybin.c: (handoff):
16890         * gst/playback/gststreamselector.c:
16891         (gst_stream_selector_set_property):
16892         gcc 4.1 unreferenced pointer fixes.
16893         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16895         gst_buffer_ref() now takes a GstBuffer*.
16896
16897 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16898
16899         * sys/xvimage/xvimagesink.c:
16900         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16901         by Jan Schmidt.
16902
16903 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16904
16905         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16906         (id3v1_type_find), (apetag_type_find), (plugin_init):
16907           Can't do tag preferences via probability, as tags would then
16908           lose against types that are recognised with MAXIMUM probability
16909           (like .wav); so let all tag typefinders return MAXIMUM themselves
16910           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16911           that we can prefer APE to ID3v1 (fixes #335028).
16912           
16913 2006-03-17  Wim Taymans  <wim@fluendo.com>
16914
16915         * gst-libs/gst/audio/gstbaseaudiosink.c:
16916         (gst_base_audio_sink_change_state):
16917         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16918         (gst_ring_buffer_may_start):
16919         * gst-libs/gst/audio/gstringbuffer.h:
16920         Only start playback if we are playing.
16921         should fix #330748.
16922
16923 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16924
16925         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16926         * win32/common/config.h:
16927           Revert accidental commits to these files.
16928
16929 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16930
16931         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16932
16933         * tests/Makefile.am:
16934           Don't try to build tests in tests/icles if we
16935           don't have X (#323852)
16936
16937 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16938
16939         * gst-libs/gst/tag/gstid3tag.c:
16940           Add TXXX frame identifiers for replaygain stuff as used
16941           by some taggers (see #323721).
16942
16943 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16944
16945         * gst/playback/gststreamselector.c:
16946         (gst_stream_selector_set_property),
16947         (gst_stream_selector_bufferalloc):
16948           Preserve the existing buggy streamselector behaviour by performing
16949           a fallback buffer allocation when downstream isn't linked yet.
16950           This should really be fixed in playbin by blocking pads until it's
16951           linked them.
16952           Also, use gst_pad_alloc_buffer instead of
16953           gst_pad_alloc_buffer_and_set.
16954
16955 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16956
16957         * gst-libs/gst/tag/gstid3tag.c:
16958           Don't crash on unknown ID3v2 TXXX frames.
16959           
16960 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16961
16962         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16963           Chain up to the parent finalize method.
16964           Add 32-bit sample size to the template caps.
16965
16966         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16967         (gst_riff_create_video_template_caps):
16968           Add the fourcc that the VMWare codec uses.
16969           
16970         * gst/playback/gststreamselector.c:
16971         (gst_stream_selector_set_property),
16972         (gst_stream_selector_bufferalloc),
16973         (gst_stream_selector_request_new_pad):
16974           For the active pad, forward buffer-alloc requests, otherwise
16975           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16976           having to memcpy every frame when used by playbin.
16977
16978         * gst/tcp/gstmultifdsink.c:
16979         (gst_multi_fd_sink_handle_client_write):
16980           Get negotiated caps from the sink pad, rather than the sink
16981           pad's peer.
16982
16983 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16984
16985         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16986         
16987         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16988           Don't forget to set src->callbacks_pushed to FALSE again when
16989           popping them, otherwise re-activation in a different mode won't
16990           work (#334620).
16991
16992 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16993
16994         Patch by: Sebastien Moutte  <sebastien moutte net>
16995
16996         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16997         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16998         (gst_ffmpeg_smpfmt_to_caps):
16999           Replace __VA_ARGS__ caps creation macros with varargs functions.
17000           Makes things compile on MSVC (#320765), looks nicer, and we can
17001           tell the compiler to check for the NULL terminator.
17002
17003 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17004
17005         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17006
17007         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17008           Make sure the buffer we copy into is really always big
17009           enough, this time for real (#333488).
17010           
17011 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17012
17013         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17014           Add support for 24bpp DIB (#305279).
17015
17016 2006-03-14  Wim Taymans  <wim@fluendo.com>
17017
17018         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
17019         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17020         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
17021         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17022         (gst_video_scale_init), (gst_video_scale_src_event):
17023         Re-enable QoS after the release.
17024         Rework videoscale to use the base class src_event handler.
17025
17026 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17027
17028         * configure.ac:
17029           back to CVS.
17030
17031 === release 0.10.5 ===
17032
17033 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
17034
17035         * configure.ac:
17036           releasing 0.10.5, "Net"
17037
17038 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17039
17040         * docs/plugins/Makefile.am:
17041           Part of previous cdparanoiasrc docs fixes, forgot to commit.
17042           
17043 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17044
17045         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17046         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17047         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17048           Add cdparanoiasrc to docs.
17049
17050         * gst-libs/gst/cdda/gstcddabasesrc.c:
17051           More GstCddaBaseSrc docs.
17052
17053 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17054
17055         * docs/libs/gst-plugins-base-libs-sections.txt:
17056         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
17057         * gst-libs/gst/tag/tag.h:
17058           API: libgsttag: new method gst_tag_from_id3_user_tag().
17059
17060 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17061
17062         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17063           NULL-terminate array of mpeg4 video file extensions.
17064           Fixes crash on PPC (#334226).
17065
17066 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17067
17068         * ext/gnomevfs/gstgnomevfssrc.c:
17069         (gst_gnome_vfs_src_check_get_range):
17070           gnome_vfs_uri_is_local() alone is not a good indicator
17071           whether we can operate in pull-mode with a specific URI,
17072           as it returns FALSE for file:// URIs that point to an
17073           NFS-mounted path. Be more conservative here: whitelist
17074           local files, blacklist http URIs and use the old
17075           mechanism for anything else (fixes #334216).
17076
17077 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17078
17079         * configure.ac:
17080           back to trunk
17081
17082 === release 0.10.4 ===
17083
17084 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
17085
17086         * configure.ac:
17087           releasing 0.10.4, "Power"
17088
17089 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
17090
17091         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17092         Disable max-lateness by setting it to -1 for now, so that 
17093         we can bed QoS stuff in thoroughly between now and the next
17094         release.
17095
17096 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17097
17098         Patch by: Fabrizio Gennari
17099
17100         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17101           Make sure we don't read beyond the palette buffer in case of
17102           broken or manipulated files (#333488)
17103
17104 2006-03-10  Edward Hervey  <edward@fluendo.com>
17105
17106         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17107         Fix for variable not initialized.
17108
17109 2006-03-09  Wim Taymans  <wim@fluendo.com>
17110
17111         * ext/libvisual/visual.c: (gst_visual_get_type),
17112         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17113         (gst_visual_chain):
17114         Small cleanups.
17115
17116         * ext/theora/gsttheoradec.h:
17117         * ext/theora/theoradec.c: (gst_theora_dec_init),
17118         (gst_theora_dec_reset), (_theora_granule_time),
17119         (theora_dec_src_convert), (theora_dec_sink_convert),
17120         (theora_dec_src_query), (theora_dec_src_event),
17121         (theora_dec_sink_event), (theora_handle_comment_packet),
17122         (theora_handle_header_packet), (theora_dec_push),
17123         (theora_handle_data_packet), (theora_dec_chain),
17124         (theora_dec_change_state):
17125         Add simple QoS.
17126
17127 2006-03-09  Wim Taymans  <wim@fluendo.com>
17128
17129         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17130         (audiocast_register_listener), (gst_gnome_vfs_src_start):
17131         Some cleanups.
17132
17133 2006-03-09  Wim Taymans  <wim@fluendo.com>
17134
17135         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17136         Don't try to activate NULL chains.
17137
17138 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17139
17140         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17141           Fix invalid memory access to region before peek'd data (#332964).
17142
17143 2006-03-09  Wim Taymans  <wim@fluendo.com>
17144
17145         Patch by: Christophe Fergeau
17146
17147         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17148         * ext/pango/gsttextrender.c: (gst_text_render_init):
17149         * gst/adder/gstadder.c: (gst_adder_init):
17150         Don't leak padtemplates, closes #333510.
17151
17152 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17153
17154         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17155           Fix invalid memory access: make sure string passed to
17156           regexec() is NUL-termianted.
17157
17158 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17159
17160         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17161         (mp3_type_find):
17162           Refactor mpeg/audio typefinding to make it more maintainable
17163           and easier to fine-tune. Make probing into middle of the file
17164           work properly (fixes #333900, also see #152688).
17165
17166 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17167
17168         * gst/typefind/gsttypefindfunctions.c:
17169         (utf8_type_find_have_valid_utf8_at_offset):
17170           Remove part from previous commit that was bogus:
17171           g_utf8_validate() does in fact not accept embedded
17172           zeroes, so we don't need to check for those (thanks
17173           to Mike for the hint).
17174
17175 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17176
17177         * gst/typefind/gsttypefindfunctions.c:
17178         (utf8_type_find_count_embedded_zeroes),
17179         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17180           Make plain/text typefinder more conservative: firstly, check
17181           for embedded zeroes, which are perfectly valid UTF-8 characters,
17182           but also a fairly good sign that something is not a plain text
17183           file; secondly, probe into the middle of the file if possible.
17184           If we can't probe into the middle, limit the probability value
17185           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17186
17187 2006-03-08  Michael Smith  <msmith@fluendo.com>
17188
17189         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17190           Make typefind function name for mpeg4 video unique.
17191
17192 2006-03-08  Wim Taymans  <wim@fluendo.com>
17193
17194         * ext/libvisual/visual.c: (gst_visual_init),
17195         (gst_visual_clear_actors), (gst_visual_dispose),
17196         (gst_visual_reset), (gst_visual_src_setcaps),
17197         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17198         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17199         (gst_visual_chain), (gst_visual_change_state):
17200         Cleanups, post nice errors.
17201         Handle sink and src events.
17202         Implement simple QoS.
17203
17204         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17205         Use new basesink methods to configure max-lateness.
17206         Small doc update.
17207
17208         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17209         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17210         Debug statement cleanups.
17211
17212         * gst/volume/gstvolume.c: (gst_volume_class_init):
17213         Simple cleanup.
17214
17215 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17216
17217         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17218         (gst_text_overlay_init), (gst_text_overlay_set_property),
17219         (gst_text_overlay_get_property):
17220           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17221           as string type properties, but mark them deprecated. Add
17222           'halignment' and 'valignment' properties that use enums
17223           instead of strings.
17224
17225 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17226
17227         Patch by: Fabrizio Gennari
17228
17229         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17230           Allow palettes with less than 256 colours in AVI files
17231           (#333488)
17232
17233 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17234
17235         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17236         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17237         pad. We were releasing the queued text buffer when we should keep
17238         it until video pad gets EOS or discard the text buffer because it's
17239         too old. That was eating the last subtitle buffer. Add some more
17240         debug.
17241
17242 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17243
17244         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17245         (gst_text_overlay_video_chain):
17246           Fix invalid memory access (we can't access a buffer after it's been
17247           pushed downstream without taking a reference); fix memory leak (if
17248           there's no text to render, bail out before allocating stuff).
17249
17250 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17251
17252         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17253         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17254         * ext/pango/gsttextoverlay.h:
17255           If input is plain text, escape it before passing it to
17256           pango_layout_set_markup().
17257
17258 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17259
17260         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17261           Don't ignore flow return from gst_pad_push().
17262
17263 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17264
17265         Patch by: Fabrizio Gennari
17266
17267         * ext/libvisual/visual.c: (gst_visual_getcaps),
17268         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17269         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17270         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17271         (gst_vorbisenc_convert_sink):
17272         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17273         (gst_audio_duration_from_pad_buffer):
17274         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17275         (gst_audio_filter_chain):
17276         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17277         (gst_base_rtp_depayload_setcaps):
17278         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17279         (gst_video_get_size):
17280         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17281           Don't leak references returned by gst_pad_get_parent()
17282           (#333663)
17283
17284 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17285
17286         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17287           change location param details
17288         * gst/volume/gstvolume.c: (plugin_init):
17289           correct plugin description
17290
17291 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17292
17293         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17294         (gst_gnome_vfs_src_check_get_range):
17295           Override GstBaseSrc::check_get_range() in order to avoid opening
17296           the resource just to check whether we can operate in pull-mode or
17297           not - we can predict that pretty well from the URI alone. Should
17298           fix problems with last.fm (#331690). (Requires latest core CVS).
17299
17300 2006-03-06  Wim Taymans  <wim@fluendo.com>
17301
17302         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17303         (gst_video_sink_class_init):
17304         Throw away frames that are later than 20 ms.
17305
17306 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17307
17308         Patch by: Fabrizio Gennari
17309
17310         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17311           Set depth on WMA caps (#333545)
17312
17313 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17314
17315         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17316         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17317           put Theora BOS pages before others.  This hardcodes
17318           the Ogg/Theora I profile, but hey.
17319
17320 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17321
17322         * ext/ogg/README:
17323           updated with some examples
17324         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17325         (granulepos_add), (theora_buffer_from_packet):
17326         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17327         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17328         (gst_vorbisenc_chain):
17329           implement strategy from ext/ogg/README
17330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17331         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17332         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17333         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17334           Fix muxer so that oggz-validate is happy with all streams;
17335           except for no eos mark, and the BOS page ordering
17336         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17337         (check_buffer_granulepos):
17338         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17339           update tests to check for OFFSET being set as requested
17340           fixed type of granulepos, it's not a ClockTime
17341
17342 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17343
17344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17345         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17346         Check that the xvimage we are creating has a correct size
17347         before returning it. (#314897)
17348
17349 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17350
17351         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17352           Give id3 and ape tag typefinders a rank slightly higher
17353           than PRIMARY to ensure they're always run before any of
17354           the other typefinders (in particular wav and mp3) (#324186).
17355
17356 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17357
17358         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17359           Add support for '3IVD' fourcc (#333403).
17360
17361 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17362
17363         * configure.ac:
17364           Bump requirements to GStreamer CVS for the new error enum.
17365
17366         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17367           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17368           space left on the device (fixes #333352).
17369
17370 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17371
17372         * win32/vs6:
17373           add a project file for libgstvolume
17374           update the workspace
17375
17376 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17377
17378         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17379         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17380         (GST_START_TEST):
17381           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17382           Set IN_CAPS on header buffers
17383
17384 2006-03-02  Wim Taymans  <wim@fluendo.com>
17385
17386         * docs/plugins/Makefile.am:
17387         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17388         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17389         Add audioresample to docs.
17390
17391         * gst/audioconvert/gstaudioconvert.c:
17392         Add revision date.
17393
17394         * gst/audioresample/gstaudioresample.c:
17395         (gst_audioresample_base_init), (gst_audioresample_class_init),
17396         (gst_audioresample_init), (gst_audioresample_dispose),
17397         (audioresample_get_unit_size), (audioresample_transform_caps),
17398         (resample_set_state_from_caps), (audioresample_transform_size),
17399         (audioresample_set_caps), (audioresample_event),
17400         (audioresample_do_output), (audioresample_transform),
17401         (audioresample_pushthrough), (gst_audioresample_set_property),
17402         (gst_audioresample_get_property), (plugin_init):
17403         * gst/audioresample/gstaudioresample.h:
17404         Added docs.
17405         Small code cleanups.
17406
17407 2006-03-02  Wim Taymans  <wim@fluendo.com>
17408
17409         * docs/plugins/Makefile.am:
17410         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17411         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17412         Added videoscale to docs.
17413
17414         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17415         (gst_video_rate_swap_prev), (gst_video_rate_event),
17416         (gst_video_rate_chain):
17417         Fix typo in docs.
17418
17419         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17420         (gst_video_scale_init), (gst_video_scale_prepare_size),
17421         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17422         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17423         * gst/videoscale/gstvideoscale.h:
17424         Added docs, examples.
17425         Some code cleanups.
17426         Post errors instead of g_warning.
17427
17428 2006-03-02  Wim Taymans  <wim@fluendo.com>
17429
17430         * docs/libs/gst-plugins-base-libs-docs.sgml:
17431         * docs/libs/gst-plugins-base-libs-sections.txt:
17432         * docs/libs/gst-plugins-base-libs.types:
17433         * docs/plugins/Makefile.am:
17434         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17435         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17436         Added some more docs to libs and plugins.
17437
17438         * gst-libs/gst/audio/gstringbuffer.c:
17439         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17440         * gst-libs/gst/audio/gstringbuffer.h:
17441         Document ringbuffer some more.
17442
17443         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17444         (gst_video_rate_setcaps), (gst_video_rate_reset),
17445         (gst_video_rate_init), (gst_video_rate_flush_prev),
17446         (gst_video_rate_swap_prev), (gst_video_rate_event),
17447         (gst_video_rate_chain), (gst_video_rate_change_state):
17448         * gst/videorate/gstvideorate.h:
17449         Fix videorate to use segments.
17450         Make it work with 0/1 framerates (closes #331903)
17451         Handle EOS correctly.
17452         Added docs.
17453
17454 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17455
17456         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17457         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17458         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17459           In state change function, first chain up to parent class,
17460           then handle downwards state change stuff. Remove some
17461           commented out cruft from 0.8 code.
17462
17463 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17464
17465         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17466         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17467         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17468         (gst_ogm_parse_chain):
17469           Don't remove/re-add source pad if the new caps are the same as
17470           the old caps anyway (#333042). When removing source pad, don't
17471           unref it afterwards - we didn't ref it when adding. Sprinkle some
17472           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17473           after using gst_pad_get_parent(). Return downstream flow return
17474           value in chain function.
17475
17476 2006-03-02  Wim Taymans  <wim@fluendo.com>
17477
17478         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17479         * docs/plugins/gst-plugins-base-plugins.args:
17480         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17481         * docs/plugins/gst-plugins-base-plugins.interfaces:
17482         * docs/plugins/gst-plugins-base-plugins.signals:
17483         Fix hierarchy, added some more elements to the docs.
17484
17485         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17486         (gst_ffmpegcsp_get_type):
17487         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17488         Fix docs for ffmpegcolorspace.
17489
17490 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17491
17492         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17493         (apetag_type_find), (ape_type_find), (plugin_init):
17494           Some typefinding fine-tuning:
17495           - rank ID3/APE tags in order of preference via probabilities, so that
17496             ID3v2 > APEv2 > APEv1 > ID3v1.
17497           - three or four bytes don't really justify MAXIMUM probability,
17498             change those to 'very likely' (musepack and monkeysaudio).
17499
17500 2006-03-01  Wim Taymans  <wim@fluendo.com>
17501
17502         * docs/plugins/Makefile.am:
17503         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17504         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17505         * ext/alsa/gstalsamixer.c:
17506         * ext/alsa/gstalsamixer.h:
17507         * ext/alsa/gstalsamixerelement.c:
17508         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17509         * ext/alsa/gstalsamixerelement.h:
17510         * ext/alsa/gstalsasink.c:
17511         * ext/alsa/gstalsasink.h:
17512         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17513         (gst_alsasrc_init):
17514         * ext/alsa/gstalsasrc.h:
17515         Added alsa docs.
17516         Small code cleanups.
17517
17518 2006-03-01  Wim Taymans  <wim@fluendo.com>
17519
17520         * ext/theora/Makefile.am:
17521         Dist new header too,
17522
17523 2006-03-01  Wim Taymans  <wim@fluendo.com>
17524
17525         * docs/plugins/Makefile.am:
17526         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17527         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17528         * ext/gnomevfs/gstgnomevfssink.h:
17529         * ext/gnomevfs/gstgnomevfssrc.h:
17530         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17531         * ext/vorbis/vorbisdec.h:
17532         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17533         * ext/vorbis/vorbisenc.h:
17534         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17535         (vorbis_parse_chain), (vorbis_parse_change_state):
17536         * ext/vorbis/vorbisparse.h:
17537         * gst/audioconvert/gstaudioconvert.h:
17538         * gst/tcp/gsttcpserversink.h:
17539         * gst/videotestsrc/gstvideotestsrc.c:
17540         * gst/videotestsrc/gstvideotestsrc.h:
17541         * gst/volume/gstvolume.c:
17542         * gst/volume/gstvolume.h:
17543         Fix some more docs.
17544         Added docs for vorbisdec and vorbisparse.
17545         Fix vorbisparse.
17546
17547 2006-03-01  Wim Taymans  <wim@fluendo.com>
17548
17549         * docs/plugins/Makefile.am:
17550         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17551         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17552         * ext/pango/gstclockoverlay.h:
17553         * ext/pango/gsttextoverlay.h:
17554         * ext/pango/gsttextrender.h:
17555         * ext/pango/gsttimeoverlay.h:
17556         * ext/theora/gsttheoradec.h:
17557         * ext/theora/gsttheoraenc.h:
17558         * ext/theora/theoradec.c:
17559         * ext/theora/theoraenc.c:
17560         * gst/audioconvert/gstaudioconvert.h:
17561         * gst/audiotestsrc/gstaudiotestsrc.h:
17562         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17563         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17564         * gst/tcp/gstmultifdsink.h:
17565         Updated/added documentation.
17566
17567         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17568         (gst_text_overlay_halign_get_type),
17569         (gst_text_overlay_wrap_mode_get_type),
17570         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17571         (gst_text_overlay_init), (gst_text_overlay_set_property),
17572         (gst_text_overlay_get_property):
17573         Fix up properties to be enums instead of string to make bindings,
17574         introspection and automatic GUI creation possible.
17575         Add getters for the properties.
17576
17577 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17578
17579         * gst/audiotestsrc/gstaudiotestsrc.c:
17580           added defines of M_PI and M_PI_2
17581         * gst/ffmpegcolorspace/avcodec.h:
17582           removed #include "stdint.h" for win32 as _stdint.h is 
17583           autogenerated to win32/common
17584         * win32/common/libgstaudio.def:
17585         * win32/common/libgsttag.def:
17586           added some exports
17587         * win32/vs6:
17588           some project files bugs corrected
17589         * win32/vs7:
17590           project files are reset to the default vs7 configuration 
17591           (they link to msvcr71.dll using default optimizations)
17592           
17593 2006-02-28  Wim Taymans  <wim@fluendo.com>
17594
17595         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17596         Fix some docs.
17597
17598 2006-02-28  Edward Hervey  <edward@fluendo.com>
17599
17600         * ext/alsa/gstalsasrc.c:
17601         Set proper class on the ElementDetails:
17602         Source/Audio instead of Src/Audio/
17603
17604 2006-02-28  Edward Hervey  <edward@fluendo.com>
17605
17606         * gst/videoscale/vs_scanline.c:
17607         (vs_scanline_resample_nearest_RGBA):
17608         Revert optimization in videoscale. It should go in liboil and have
17609         an appropriate liboil function.
17610
17611 2006-02-28  Wim Taymans  <wim@fluendo.com>
17612
17613         * gst-libs/gst/audio/gstbaseaudiosink.c:
17614         (gst_base_audio_sink_provide_clock):
17615         Don't try to provide a clock in the NULL state.
17616
17617 2006-02-28  Wim Taymans  <wim@fluendo.com>
17618
17619         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17620         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17621         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17622         (gst_ogg_demux_deactivate_current_chain),
17623         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17624         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17625         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17626         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17627         Use GstSegment infrastructure to remove duplicated code
17628         and handle more seek cases correctly.
17629
17630 2006-02-28  Wim Taymans  <wim@fluendo.com>
17631
17632         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17633         (gst_ffmpegcsp_transform):
17634         Don't ignore return code from ffmpeg convert function.
17635
17636         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17637         Split out some long statements to ease debugging.
17638
17639 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17640
17641         * ext/libvisual/visual.c: (gst_visual_init),
17642         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17643         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17644         being able to renegotiate the size. Instead, use the negotiation
17645         algorithm from the goom plugin to pick an initial output caps. 
17646
17647         Also, allow theoretical libvisual plugins that might support non-GL 
17648         output even if they also do GL.
17649
17650 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17651
17652         * ext/libvisual/visual.c: (gst_visual_init),
17653         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17654         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17655         possible negotiation issues.
17656
17657 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17658
17659         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17660
17661 2006-02-24  Michael Smith  <msmith@fluendo.com>
17662
17663         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17664         (cmml_type_find), (plugin_init):
17665           Fix CMML type find function to not require a specific minor version
17666           of the CMML header.
17667
17668           Add an MPEG4 video elementary stream typefind function.
17669
17670 2006-02-04  Michael Smith  <msmith@fluendo.com>
17671
17672         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17673         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17674         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17675         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17676         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17677         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17678           Annodex support in ogg demuxer. Doesn't do very much without the
17679           other annodex patches (to come).
17680
17681 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17682
17683         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17684
17685         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17686           Pick up palette for MS video v1 (#327028)
17687
17688 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17689
17690         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17691         (gst_ffmpegcsp_caps_remove_format_info),
17692         (gst_ffmpegcsp_get_unit_size):
17693           The 'palette_data' field from incoming RGB caps shouldn't be
17694           proxied on outgoing YUV caps; also, restrict unit size
17695           adjustment in case of paletted data only to the unit that
17696           actually has a palette. Fixes #330711.
17697
17698 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17699
17700         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17701         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17702         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17703         (gst_ffmpegcsp_get_unit_size):
17704           Plug some memory leaks.
17705
17706 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17707
17708         * sys/ximage/Makefile.am:
17709         * sys/xvimage/Makefile.am:
17710           Add some _CFLAGS and _LIBS that seem to be missing
17711           and/or required for Cygwin (see #317048).
17712
17713 2006-02-22  Wim Taymans  <wim@fluendo.com>
17714
17715         * ext/alsa/gstalsasrc.c:
17716         Fix description as pointed out by caugier.
17717
17718 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17719
17720         Reviewed by : Edward Hervey  <edward@fluendo.com>
17721
17722         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17723         (qt_type_find):
17724         Better 3gp typefinding (#331526).
17725
17726 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17727
17728         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17729           Don't send EOS event here, the base class will send one for us.
17730
17731         * gst/playback/gstplaybasebin.c: (prepare_output):
17732           Subpictures without video stream aren't allowed either.
17733         
17734         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17735           Fix debug statement copy'n'paste-o.
17736
17737 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17738
17739         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17740           Fix issues with mixer keeping state when muting/unmuting
17741           and when changing the volume whilst muted (see #331763
17742           and #331765).
17743
17744 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17745
17746         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17747         (parse_subrip), (gst_sub_parse_format_autodetect):
17748           Set right caps given that we send escaped text. Also,
17749           honour <i></i>, <b></b> and <u></u> markers that can be found
17750           in .srt files (fixes #310202).
17751
17752 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17753
17754         * gst-libs/gst/audio/mixerutils.c:
17755         (element_factory_rank_compare_func):
17756           Make order in which elements are tried more determinable.
17757
17758 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17759
17760         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17761         (remove_element_chain), (cleanup_decodebin),
17762         (gst_decode_bin_change_state): Make decodebin reusable by
17763         fixing remove_element_chain first and then introduce a
17764         cleaner in state change to ->NULL. (Closes #331678)
17765
17766 2006-02-19  Wim Taymans  <wim@fluendo.com>
17767
17768         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17769         use 0666 mask when creating files so umask gets applied
17770         correctly. Fixes #331295.
17771
17772 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17773
17774         * gst/subparse/Makefile.am:
17775         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17776         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17777         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17778         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17779         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17780         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17781         * gst/subparse/gstssaparse.h:
17782         * gst/subparse/gstsubparse.c: (plugin_init):
17783           Add very basic parser for SSA subtitle streams (as often
17784           found in matroska files).
17785
17786 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17787
17788         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17789           That should be text/x-pango-markup, not text/x-pango-layout.
17790
17791 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17792
17793         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17794         Polishing.
17795
17796 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17797
17798         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17799         (gst_text_overlay_finalize), (gst_text_overlay_init),
17800         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17801         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17802         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17803         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17804         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17805         Fix state change deadlock.
17806
17807 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17808
17809         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17810         (gst_text_overlay_finalize), (gst_text_overlay_init),
17811         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17812         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17813         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17814         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17815         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17816         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17817         and subtitles files.
17818
17819 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17820
17821         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17822         should be considered as raw.
17823
17824 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17825
17826         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17827         (cb_probe):
17828         * gst/playback/gststreaminfo.h: Introduce language informations.
17829
17830 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17831
17832         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17833         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17834         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17835         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17836         Set shared memory segments to be deleted as soon as we have attached,
17837         that way they get cleaned up automatically if we crash.
17838
17839 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17840
17841         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17842         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17843         functions are called with lock held.
17844
17845 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17846
17847         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17848         (gst_text_overlay_finalize), (gst_text_overlay_init),
17849         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17850         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17851         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17852         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17853         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17854         (gst_text_overlay_change_state): Refactoring of textoverlay
17855         without collectpads. This now supports sparse subtitles coming
17856         from a demuxer instead of a sub file. Seeking is still broken 
17857         though. Need to discuss with wtay some more on how to handle
17858         seeking correctly.
17859         * ext/pango/gsttextoverlay.h:
17860         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17861         subtitles coming from the demuxer.
17862
17863 2006-02-17  Wim Taymans  <wim@fluendo.com>
17864
17865         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17866         (gst_vorbisenc_convert_sink):
17867         Use some more scaling functions.
17868
17869 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17870
17871         * ext/cdparanoia/gstcdparanoiasrc.c:
17872         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17873         (gst_cd_paranoia_paranoia_callback),
17874         (gst_cd_paranoia_src_signal_is_being_watched),
17875         (gst_cd_paranoia_src_read_sector):
17876         * ext/cdparanoia/gstcdparanoiasrc.h:
17877           Add back 'transport-error' and 'uncorrected-error' signals and
17878           make them actually be fired when bad stuff happens (#319340).
17879
17880 2006-02-17  Wim Taymans  <wim@fluendo.com>
17881
17882         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17883         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17884         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17885         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17886         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17887         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17888         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17889         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17890         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17891         (gst_ring_buffer_clear):
17892         Small cleanups.
17893         Added some G_LIKELY.
17894
17895 2006-02-17  Wim Taymans  <wim@fluendo.com>
17896
17897         * gst-libs/gst/audio/TODO:
17898         Update TODO
17899
17900         * gst-libs/gst/audio/gstbaseaudiosink.c:
17901         (gst_base_audio_sink_get_offset):
17902         When trying to play samples ASAP and we don't have a
17903         previous sample, try to play at position 0 instead of
17904         an invalid position.
17905
17906 2006-02-17  Wim Taymans  <wim@fluendo.com>
17907
17908         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17909         (gst_alsasink_reset):
17910         Also release lock when we get an error in _reset();
17911         fix an error message.
17912
17913 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17914
17915         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17916         (gst_alsasink_init), (get_channel_free_structure),
17917         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17918         (gst_alsasink_close):
17919         * ext/alsa/gstalsasink.h:
17920           Add support for more than 2 channels (#326720).
17921
17922 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17923
17924         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17925           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17926           with 4 or 6 channels, assume a default channel layout to make things
17927           work (not sure there's anything else we can do in those cases).
17928
17929 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17930
17931         * gst-libs/gst/audio/multichannel.c:
17932           Minor docs fix.
17933
17934         * gst-libs/gst/riff/Makefile.am:
17935         * gst-libs/gst/riff/riff-ids.h:
17936         * gst-libs/gst/riff/riff-media.c:
17937         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17938           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17939           channels and a channel layout map.
17940           
17941 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17942
17943         Reviewed by Edward Hervey  <edward@fluendo.com>
17944
17945         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17946         C-level optimization of the RGBA nearest neighbour function.
17947         Eventually this might end up in liboil with vectorized versions.
17948
17949 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17950
17951         * gst-libs/gst/audio/multichannel.c:
17952         (gst_audio_get_channel_positions):
17953           When we have more than 2 channels, but no channel layout is
17954           specified in the caps, return some default channel layout
17955           to the caller and warn about about a possibly buggy element
17956           (could be buggy filtercaps as well of course) (#317038).
17957
17958 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17959
17960         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17961           Add gst-libs/gst/cdda to list of lib search paths.
17962
17963 2006-02-15  Andy Wingo  <wingo@pobox.com>
17964
17965         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17966         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17967         to the Lord Jesus that I do not have to touch the ogg muxer ever
17968         again.
17969
17970 2006-02-15  Edward Hervey  <edward@fluendo.com>
17971
17972         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17973         quicktime movie files can also contain 'uuid' atoms.
17974
17975 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17976
17977         * gst/audioconvert/plugin.c: (plugin_init):
17978           Register the GstAudioChannelPosition enum type with the type
17979           system in the plugin_init function, so that it is known before
17980           any element actually makes use of multi-channel stuff. This is
17981           required for example if one wants to be able to deserialise/use
17982           a caps string with channel positions before any pipeline has
17983           been setup and started, like with gst-launch.
17984
17985 2006-02-14  Wim Taymans  <wim@fluendo.com>
17986
17987         * gst-libs/gst/audio/gstringbuffer.c:
17988         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17989         (gst_ring_buffer_samples_done), (wait_segment),
17990         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17991         Add some compiler G_(UN_)LIKELY help.
17992         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17993         make sure they can exit their functions. Should fix #330748
17994
17995 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17996
17997         * Makefile.am:
17998         * configure.ac:
17999         * win32/MANIFEST:
18000         * win32/common/_stdint.h:
18001           Windows does not have long long; copy the generated _stdint.h
18002         * win32/common/interfaces-enumtypes.c:
18003         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18004         (gst_mixer_track_flags_get_type),
18005         (gst_tuner_channel_flags_get_type):
18006         * win32/common/multichannel-enumtypes.c:
18007         (gst_audio_channel_position_get_type):
18008           update
18009
18010 2006-02-13  Wim Taymans  <wim@fluendo.com>
18011
18012         * gst-libs/gst/audio/gstbaseaudiosink.c:
18013         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
18014         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18015         Always sync on first sample we receive when starting.
18016
18017 2006-02-13  Wim Taymans  <wim@fluendo.com>
18018
18019         * gst/playback/gstplaybin.c: (gen_vis_element):
18020         Update vis bin docs.
18021         Move queue after tee so we don't queue video buffers but
18022         audio samples instead. Fixes problems where the video queue
18023         is filled and the audio queue empty.
18024
18025 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
18026
18027         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
18028           No need to push an EOS event here, GstBaseSrc will do that for us
18029           when we return FLOW_UNEXPECTED.
18030           
18031 2006-02-12  Wim Taymans  <wim@fluendo.com>
18032
18033         * gst-libs/gst/audio/gstbaseaudiosink.c:
18034         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
18035         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
18036         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18037         Use scale functions when possible.
18038         Fix error messages.
18039         Free clockid when after waiting for EOS.
18040         Use G_(UN_)LIKLY when it makes sense.
18041         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
18042
18043 2006-02-12  Edward Hervey  <edward@fluendo.com>
18044
18045         * gst/playback/gstplaybasebin.c: (prepare_output): 
18046         Remove stray semi-colon (fixes #330888).
18047
18048 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
18049
18050         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
18052         Fix up the XShm call testing so that we catch errors, and don't
18053         cause new ones by attempting to detach from a segment we failed
18054         to attach to. Fixes #312439.
18055
18056 2006-02-10  Edward Hervey  <edward@fluendo.com>
18057
18058         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18059         Added flv file typefind (video/x-flv).
18060
18061 2006-02-10  Edward Hervey  <edward@fluendo.com>
18062
18063         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18064         (gst_riff_create_video_template_caps):
18065         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
18066         Also added the caps to the default set of riff video caps.
18067
18068 2006-02-09  Andy Wingo  <wingo@pobox.com>
18069
18070         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
18071         time and the end time of the last packet in the page.
18072         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
18073         on the pages in our queue, set the duration as well. Reflow a
18074         debug statement.
18075         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
18076         Fixes bad muxing order.
18077
18078 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18079
18080         * gst-libs/gst/rtp/gstbasertppayload.c:
18081         (gst_basertppayload_setcaps), (gst_basertppayload_push):
18082           update seqnum before setting it on the packet; this makes sure
18083           that the timestamp and seqnum properties match after pushing
18084           a buffer
18085
18086 2006-02-09  Andy Wingo  <wingo@pobox.com>
18087
18088         * gst-libs/gst/audio/gstringbuffer.c
18089         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
18090         overflow after 13.5 hours of recording. Kapow!
18091
18092         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18093         the buffer size -- we don't care about underrun/overrun reporting
18094         right now, just need to return a useful value.
18095
18096 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18097
18098         * configure.ac:
18099           Back to CVS
18100
18101 === release 0.10.3 ===
18102
18103 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18104
18105         * configure.ac:
18106           releasing 0.10.3, "Under Pressure"
18107
18108 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18109
18110         * configure.ac:
18111         Drat. Bump libtool version number for new API.
18112         Prelease 0.10.2.3 (of 0.10.3)
18113
18114 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18115
18116         * configure.ac:
18117         * win32/common/config.h:
18118         0.10.2.2 prerelease (of 0.10.3).
18119
18120 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18121
18122         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18123           Revert Andy's newsegment change pending a more correct
18124           fix.
18125
18126 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18127
18128         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18129         (qt_type_find), (plugin_init):
18130           detect more files as 3gp
18131           group and reorder the iso file formats
18132
18133 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18134
18135         * ext/vorbis/vorbis.c: (plugin_init):
18136           Register musicbrainz tags, so apps don't have to.
18137
18138 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18139
18140         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18141         (gst_tag_to_vorbis_tag):
18142           Make sure we called gst_tag_register_musicbrainz_tags()
18143           before possibly mapping a vorbiscomment string from/to a
18144           musicbrainz tag.
18145
18146 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18147
18148         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18149           In case we can't find the required number of consecutive
18150           mpeg audio frames to positively identify an MPEG audio
18151           stream, check if there's at least a valid mpeg audio
18152           frame right at offset 0 and if so suggest mpeg/audio
18153           caps with a very low probability (#153004).
18154
18155 2006-02-07  Andy Wingo  <wingo@pobox.com>
18156
18157         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18158         a TIME segment if we get timestamped buffers. Requires recent
18159         fixes in core to work properly.
18160
18161 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18162
18163         * gst/playback/gstplaybasebin.c: (prepare_output):
18164           Don't print the URI as part of the error message, it
18165           makes error dialogs look rather ugly, especially if
18166           the URI is very long or has characters in it that
18167           need escaping.
18168
18169 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18170
18171         * gst/playback/gstplaybasebin.c: (prepare_output):
18172           Error out if we have only text or subtitles, but nothing
18173           else. Also error out if we have subtitles but no video
18174           stream.
18175
18176 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18177
18178         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18179           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18180           Post an error message on the bus when we encounter an
18181           error, which will hopefully be more meaningful than the
18182           'Internal Flow Error' message users get to see if we
18183           just return GST_FLOW_ERROR.
18184
18185 2006-02-07  Andy Wingo  <wingo@pobox.com>
18186
18187         * configure.ac (GST_MAJORMINOR): Update core version req to
18188         0.10.2.2, for the collectpads API addition (#330244).
18189
18190 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18191
18192         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18193           Return FALSE from plugin_init() when GnomeVFS can't
18194           be initialised for some reason (#328423).
18195
18196 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18197
18198         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18199         Stick to seeking theory until i find the bug.
18200         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18201
18202 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18203
18204         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18205         (theora_enc_finalize), (theora_enc_sink_setcaps),
18206         (theora_set_header_on_caps), (theora_enc_chain),
18207         (theora_enc_change_state):
18208         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18209           Make theoraenc and the tests leak free. Like, really.
18210
18211 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18212
18213         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18214         (theora_enc_finalize), (theora_enc_sink_setcaps):
18215           Add a finalize method to ensure we clean up state even if
18216           someone omitted the state change back to NULL.
18217
18218         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18219         (gst_vorbisenc_chain):
18220           Free some more leaked bits.
18221
18222         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18223         (stop_pipeline):
18224           Wait for state changes to happen if they're ASYNC.
18225
18226           This ought to teach those fancy pants buildbots a lesson.
18227
18228 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18229
18230         * gst-libs/gst/tag/gstid3tag.c:
18231           Add mapping for ID3 International Standard Recording Code
18232           tag "TSRC"
18233
18234 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18235
18236         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18237           Don't leak tag names.
18238
18239 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18240
18241         * docs/libs/gst-plugins-base-libs-docs.sgml:
18242         * docs/libs/gst-plugins-base-libs-sections.txt:
18243         * gst-libs/gst/tag/gstid3tag.c:
18244         * gst-libs/gst/tag/gstvorbistag.c:
18245         * gst-libs/gst/tag/tags.c:
18246           Split libgsttag docs into multiple sections.
18247
18248 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18249
18250         * docs/libs/Makefile.am:
18251         * docs/libs/gst-plugins-base-libs-docs.sgml:
18252         * docs/libs/gst-plugins-base-libs-sections.txt:
18253         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18254         * gst-libs/gst/tag/gstvorbistag.c:
18255         * gst-libs/gst/tag/tag.h:
18256         * gst-libs/gst/tag/tags.c:
18257           Add libgsttag to the docs.
18258
18259 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18260
18261         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18262         (gst_text_overlay_init), (gst_text_overlay_src_event),
18263         (gst_text_overlay_collected): Fix clockoverlay.
18264
18265 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18266
18267         * docs/libs/compiling.sgml:
18268           Fix typo: it's pkg-config, not pkg-gconfig
18269
18270         * docs/libs/gst-plugins-base-libs-docs.sgml:
18271         * docs/libs/gst-plugins-base-libs-sections.txt:
18272         * docs/libs/tmpl/gstgconf.sgml:
18273           There is no libgstgconf in 0.10, remove it
18274           from the docs.
18275
18276 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18277
18278         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18279         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18280         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18281         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18282         (gst_sub_parse_class_init), (gst_sub_parse_init),
18283         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18284         (parse_mpsub), (parser_state_init), (handle_buffer),
18285         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18286         * gst/subparse/gstsubparse.h: Introduce seeking code.
18287
18288 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18289
18290         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18291           Add comment about LANGUAGE tag inconsistency (we want
18292           ISO-639-1, but extract three-letter identifiers?)
18293
18294         * po/POTFILES.in:
18295           Add two translatable files.
18296
18297 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18298
18299         * gst-libs/gst/tag/Makefile.am:
18300         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18301         * gst-libs/gst/tag/tag.h:
18302         * gst-libs/gst/tag/tags.c:
18303         (gst_tag_register_musicbrainz_tags_internal),
18304         (gst_tag_register_musicbrainz_tags):
18305           Forward-port some tags stuff from the 0.8 branch. This is
18306           mostly the addition of musicbrainz tags and their mapping
18307           to vorbistags, and a vorbistag mapping of the language tag.
18308
18309 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18310
18311         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18312         refactoring.
18313
18314 2006-02-04  David Schleef  <ds@schleef.org>
18315
18316         * ext/ogg/gstoggmux.c:
18317         * gst/typefind/gsttypefindfunctions.c:
18318           Add Dirac typefinding and add dirac format to oggmux.
18319
18320 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18321
18322         * gst/playback/gstdecodebin.c: (try_to_link_1):
18323           Don't put essential function call into
18324           g_return_*() macro, otherwise it'll all be
18325           replaced by NOOPs when compiling with
18326           G_DISABLE_CHECKS defined.
18327
18328 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18329
18330         * ext/ogg/gstoggdemux.c:
18331         * ext/ogg/gstoggparse.c:
18332         * gst/tcp/gsttcpserversink.c:
18333         * sys/v4l/v4lsrc_calls.c:
18334         * sys/v4l/v4lsrc_calls.h:
18335         Just make it compile with --disable-gst-debug.
18336
18337 2006-02-03  Wim Taymans  <wim@fluendo.com>
18338
18339         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18340         (gst_alsasink_class_init), (gst_alsasink_init),
18341         (gst_alsasink_write), (gst_alsasink_reset):
18342         * ext/alsa/gstalsasink.h:
18343         Add lock to protect alsa calls.
18344         Implement reset to flush samples ASAP, does not work
18345         with dmix though.
18346
18347 2006-02-02  Wim Taymans  <wim@fluendo.com>
18348
18349         * gst-libs/gst/audio/gstbaseaudiosink.c:
18350         (gst_base_audio_sink_provide_clock):
18351         Ugh.. getting late I guess...
18352
18353 2006-02-02  Wim Taymans  <wim@fluendo.com>
18354
18355         * gst-libs/gst/audio/gstbaseaudiosink.c:
18356         (gst_base_audio_sink_provide_clock),
18357         (gst_base_audio_sink_set_property),
18358         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18359         Don't try to provide a clock when we are not negotiated since
18360         we might not be able to make it run.
18361
18362 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18363
18364         * gst/playback/gstdecodebin.c: (try_to_link_1):
18365           Unlinking two source pads is ... hard.
18366
18367 2006-02-02  Wim Taymans  <wim@fluendo.com>
18368
18369         * gst-libs/gst/audio/TODO:
18370         Updated.
18371
18372         * gst-libs/gst/audio/gstbaseaudiosink.c:
18373         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18374         On EOS, wait till the last sample is played before posting EOS.
18375
18376 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18377
18378         Patch by: Kai Vehmanen
18379         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18380           Adds ability to enable newsegment bypass by setting queue_delay to
18381           zero. Also avoid thread being started if queue_delay is zero.
18382
18383 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18384
18385         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18386           Make test work again by connecting fakesinks to each decoded pad,
18387           which makes the pipeline wait until each fakesink has a buffer
18388           queued before going to PAUSED state. At that point we know the
18389           decodebin pads are negotiated.
18390
18391 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18392
18393         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18394         (gst_cdda_base_src_handle_event):
18395         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18396           Pass unhandled queries to the parent class's query function.
18397
18398 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18399
18400         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18401         (gst_ogg_pad_src_query):
18402         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18403         * ext/theora/theoradec.c: (theora_dec_src_query),
18404         (theora_dec_sink_query):
18405         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18406         (vorbis_dec_sink_query):
18407         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18408         (gst_vorbisenc_sink_query):
18409         * gst/adder/gstadder.c: (gst_adder_query):
18410           Pass unhandled queries upstream instead of just
18411           dropping them (#326447). Also, fix supported
18412           query types list for some elements.
18413
18414 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18415
18416         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18417         (paris_type_find), (ilbc_type_find), (plugin_init):
18418           Fix typefinding for audio/x-au, audio/x-paris and
18419           audio/iLBC-sh. We cannot use the START_WITH macros
18420           here, because there can only be one typefind factory
18421           with the same name (caps), so the second one would
18422           replace the first one and the first one would never
18423           be called when doing typefinding (see #161712).
18424           
18425
18426 2006-01-31  Wim Taymans  <wim@fluendo.com>
18427
18428         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18429         (vorbis_handle_header_packet), (vorbis_dec_push),
18430         (vorbis_handle_data_packet):
18431         Use scale_int when we can, add some more scaling.
18432         Check packettype before parsing it.
18433
18434 2006-01-31  Wim Taymans  <wim@fluendo.com>
18435
18436         * ext/theora/theoradec.c: (_theora_granule_time),
18437         (theora_dec_src_convert), (theora_dec_sink_convert):
18438         Call right _scale functions.
18439         Use parameter instead of some other random value.
18440
18441 2006-01-31  Wim Taymans  <wim@fluendo.com>
18442
18443         * ext/theora/theoradec.c: (_theora_granule_frame),
18444         (_theora_granule_time), (_inc_granulepos),
18445         (theora_dec_src_convert), (theora_dec_sink_convert),
18446         (theora_handle_type_packet), (theora_handle_data_packet),
18447         (theora_dec_chain):
18448         Use higher precision timestamps calculation.
18449         Convert some other conversions to _scale.
18450
18451 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18452
18453         * gst/audiotestsrc/gstaudiotestsrc.c:
18454         (gst_audio_test_src_create_sine_table), (plugin_init):
18455         * gst/volume/gstvolume.c: (plugin_init):
18456           initialize gst_controller before using
18457
18458 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18459
18460         * tests/check/pipelines/theoraenc.c:
18461         * tests/check/pipelines/vorbisenc.c:
18462         Define constant using G_GINT64_CONSTANT to avoid errors when
18463         passing it around - otherwise it gets truncated to 32 bits.
18464
18465         Fixes failing tests.
18466
18467 2006-01-31  Andy Wingo  <wingo@pobox.com>
18468
18469         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18470         caps being set doesn't have a framerate value. Basically a stopgap
18471         measure.
18472
18473         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18474         technically correct enough to put into core though.
18475         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18476         DURATION. Fixes theoraenc ! oggmux.
18477
18478         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18479         fraction, not double.
18480
18481 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18482
18483         * win32/vs7:
18484         add vs7 project files created by Sergey Scobich
18485
18486 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18487
18488         * win32/vs8:
18489         add vs8 project files created by Sergey Scobich
18490         
18491 2006-01-30  Andy Wingo  <wingo@pobox.com>
18492
18493         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18494         timestamp + duration, not just timestamp -- ogg pages should be
18495         ordered by stop time. Necessary fix given the change in vorbis
18496         timestamps.
18497
18498         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18499         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18500         (granulepos_add): New function, handles the messiness of adjusting
18501         granulepos values.
18502         (theora_buffer_from_packet):
18503         (theora_enc_chain):
18504         (theora_enc_sink_event): Use granulepos_add, not +.
18505
18506         * tests/check/pipelines/theoraenc.c
18507         (check_buffer_granulepos_from_starttime): Just check the frame
18508         count, not the actual granulepos -- we can't dictate to the
18509         encoder when it should be placing keyframes.
18510
18511 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18512
18513         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18514           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18515           play an http:// stream from a server that's not serving
18516
18517 2006-01-30  Andy Wingo  <wingo@pobox.com>
18518
18519         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18520         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18521         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18522         available.
18523
18524         * ext/theora/gsttheoraenc.h:
18525         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18526         although theoraenc was timestamping correctly. Added handling of
18527         streams that start with nonzero timestamps.
18528
18529         * tests/check/Makefile.am:
18530         * tests/check/pipelines/theoraenc.c: New file, basically does same
18531         tests as vorbisenc.
18532
18533         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18534
18535 2006-01-30  Wim Taymans  <wim@fluendo.com>
18536
18537         * gst-libs/gst/audio/gstaudiosink.c:
18538         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18539         (gst_audioringbuffer_pause):
18540         Implement pause that does not wait for completion.
18541
18542         * gst-libs/gst/audio/gstbaseaudiosink.c:
18543         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18544         Don't drop buffers when going to PAUSED but perform preroll on
18545         remaining samples now that core base class supports this.
18546
18547         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18548         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18549         (gst_ring_buffer_commit):
18550         Pause should not signal waiters.
18551         Implement return value of _commit correctly.
18552
18553 2006-01-30  Andy Wingo  <wingo@pobox.com>
18554
18555         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18556
18557         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18558         updated to timestamp from the first sample, not the last.
18559         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18560         special care of granulepos and timestamp for header packets.
18561         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18562         when the first buffer has a nonzero timestamp.
18563
18564         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18565         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18566         case when the first audio buffer we get has a nonzero timestamp.
18567         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18568         properly timestamp vorbis buffers with the time of the first
18569         sample, not the last.
18570         
18571         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18572         vorbis_granule_time_copy -- now it takes the granule/subgranule
18573         offset into account.
18574
18575         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18576         timestamps, durations, and granulepos on buffers produced by
18577         vorbisenc.
18578
18579 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18580
18581         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18582         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18583           Patch from Eric Jonas to support conversions to/from UYVY 
18584           (Fixes: #324626)
18585
18586 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18587
18588         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18589         (setup_subtitle), (setup_source), (set_active_source):
18590         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18591         (gen_text_element), (gen_audio_element), (gen_vis_element),
18592         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18593
18594 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18595
18596         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18597         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18598                 use gst_guint64_to_gdouble to be compliant with vs6
18599         * gst/playback/gstdecodebin.c: (try_to_link_1)
18600         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18601                 use G_GINT64_CONSTANT for int64 constants
18602         * win32/common/libgstinterfaces.def:
18603                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18604         * win32/vs6:
18605                 update and add new project files
18606                 
18607 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18608
18609         * Makefile.am:
18610         * win32/MANIFEST:
18611         * win32/common/interfaces-enumtypes.c:
18612         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18613         (gst_mixer_track_flags_get_type),
18614         (gst_tuner_channel_flags_get_type):
18615         * win32/common/interfaces-enumtypes.h:
18616         * win32/common/multichannel-enumtypes.c:
18617         (gst_audio_channel_position_get_type):
18618         * win32/common/multichannel-enumtypes.h:
18619           add a win32-update rule like in core, and copy over enumtypes files
18620
18621 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18622
18623         * win32/MANIFEST:
18624         * win32/common/config.h:
18625         * win32/common/config.h.in:
18626           add config files just like in core
18627
18628 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18629
18630         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18631           Make gcc-4.1 happy (part of #327357).
18632
18633 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18634
18635         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18636         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18637         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18638         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18639         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18640         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18641           Update all error messages.  All of them should either use
18642           the default translated message, or actually provide a
18643           translatable string.
18644           Make the string for channel count problems meaningful.
18645
18646 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18647
18648         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18649           check for and throw RESOURCE_BUSY
18650
18651 2006-01-27  David Schleef  <ds@schleef.org>
18652
18653         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18654           checked in this change -- it requires liboil features not
18655           in 0.3.6.  Revert parts.
18656
18657 2006-01-27  David Schleef  <ds@schleef.org>
18658
18659         * REQUIREMENTS:
18660         * configure.ac: update liboil requirement to 0.3.6
18661         * gst/videoscale/Makefile.am:
18662         * gst/videoscale/vs_scanline.c: liboilify
18663
18664 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18665
18666         * ext/libvisual/visual.c: (get_buffer):
18667           When pad_alloc returns a GstFlowReturn other
18668           than GST_FLOW_OK, make sure it is passed upstream.
18669
18670 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18671
18672         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18673         (gst_alsasink_class_init):
18674           Free the device name string.
18675
18676         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18677         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18678         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18679           Don't remove a pad from the collectpads structure until it
18680           is released - it's a request pad, and may receive data again
18681           if the element gets moved back to PLAYING state.
18682
18683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18684           Ensure we turn on double buffering on the Xv port, and
18685           set the colour key to something dark and mysterious that
18686           isn't black.
18687
18688 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18689
18690         * ext/alsa/gstalsaplugin.c: (plugin_init):
18691         * ext/cdparanoia/gstcdparanoiasrc.c:
18692         (gst_cd_paranoia_src_base_init), (plugin_init):
18693         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18694         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18695           - a library should not call setlocale. see "Libraries" node in
18696             gettext manual
18697           - make sure all plugins that use translation do bindtextdomain
18698             to point to the localedir
18699         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18700         (setup_sinks), (plugin_init):
18701           all this, and check for NULL when creating sinks
18702
18703 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18704
18705         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18706         (plugin_init): Make typefinding of subtitles work again.
18707
18708 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18709
18710         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18711         (mp3_type_frame_length_from_header), (mp3_type_find),
18712         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18713         (plugin_init):
18714           Backport a bunch of typefinding fixes from the 0.8 branch.
18715           Also, improve wavpack typefinding: if we can't peek the
18716           entire wavpack block, try to parse the bits we can get and
18717           see if we find what we're looking for in those.
18718
18719 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18720
18721         * sys/ximage/ximagesink.c:
18722         (gst_ximagesink_calculate_pixel_aspect_ratio):
18723         * sys/xvimage/xvimagesink.c:
18724         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18725         more cases of pixel aspect ratio.
18726
18727 2006-01-26  Edward Hervey  <edward@fluendo.com>
18728
18729         * gst/playback/gstdecodebin.c: (pad_probe):
18730         Also consider the flush-start and tag events as unblockers
18731         for the pad probes.
18732
18733 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18734
18735         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18736         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18737         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18738         On the fly visualisation switch, works disabling, enabling as
18739         well but it won't be able to enable vis in a playbin that was
18740         created with no visualisation.
18741
18742 2006-01-25  Wim Taymans  <wim@fluendo.com>
18743
18744         * gst-libs/gst/audio/gstbaseaudiosink.c:
18745         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18746         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18747         resume after pause.
18748
18749 2006-01-25  Wim Taymans  <wim@fluendo.com>
18750
18751         * gst-libs/gst/audio/gstbaseaudiosink.c:
18752         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18753         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18754         Improve debugging.
18755         Post error when caps cannot be parsed.
18756         Resync on discontinuity in the stream.
18757         Clip samples to segment boundaries.
18758         return WRONG_STATE sooner when we are flushing.
18759
18760         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18761         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18762         Make audiosrc operate in TIME.
18763         Set TIMESTAMP and DURATION on buffers.
18764
18765 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18766
18767         * tests/examples/seek/seek.c: (main):
18768           Output tag messages as well.
18769
18770 2006-01-23  Edward Hervey  <edward@fluendo.com>
18771
18772         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18773         (free_pad_probes), (remove_fakesink), (pad_probe),
18774         (close_pad_link), (gst_decode_bin_change_state):
18775         Replace GstPadBlockCallback with pad probes that detect
18776         first buffer AND eos before removing fakesink.
18777         Fixes hang with demuxers doing EOS while pre-rolling.
18778         Solves #328279
18779
18780 2006-01-23  Andy Wingo  <wingo@pobox.com>
18781
18782         * ext/alsa/gstalsasink.c:
18783         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18784         (gst_base_rtp_depayload_setcaps),
18785         (gst_base_rtp_depayload_add_to_queue),
18786         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18787         
18788         Patch by: Jens Granseuer <jensgr at gmx dot net>
18789
18790 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18791
18792         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18793         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18794         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18795         frames. We might get a frame destroyed after changing state to
18796         NULL, adding a safety check on xcontext.
18797
18798 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18799
18800         * gst-libs/gst/interfaces/xoverlay.c:
18801           Fix prepare-xwindow-id code example in the docs - we need to
18802           ignore all messages that aren't element messages as well.
18803           
18804 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18805
18806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18807           I think one day i'll completely undestand how caps negotiation
18808           is supposed to work. This refactoring handles buffer_alloc
18809           called with caps we can't handle. We definitely don't want a
18810           set_caps with those caps, so we define and allocate a buffer
18811           we would like to receive.
18812
18813 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18814
18815         * gst/playback/gstplaybasebin.c: (setup_source):
18816           Free iterator when done.
18817
18818 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18819
18820         * gst-libs/gst/audio/gstbaseaudiosink.c:
18821         (gst_base_audio_sink_render):
18822           Fix playback of non-synchronised streams by assuming a rate
18823           of 1.0 instead of a random one.
18824
18825           Makes this work again:
18826
18827           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18828           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18829           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18830           audioresample ! alsasink
18831
18832 === release 0.10.2 ===
18833
18834 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18835
18836         * configure.ac:
18837           releasing 0.10.2, "Then the devil is six"
18838
18839 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18840
18841         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18842         * gst/playback/gststreamselector.c:
18843         (gst_stream_selector_set_property):
18844           Comment out broken code that connects to the state-changed signal.
18845           At this point, changing current stream selection is broken, but 
18846           stuff like gst-launch playbin current-audio=1 works and filters
18847           to the chosen stream.
18848
18849 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18850
18851         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18852           Fix #327216 (null dereference in vorbisdec)
18853
18854 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18855
18856         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18857           Post taglist actually on bus instead of just freeing it
18858           (fixes #327114 and totem bug #327080).
18859
18860         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18861           Use gst_element_found_tags_for_pad(), so that the tags
18862           are sent downstream as an event as well.
18863
18864 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18865
18866         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18867         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18868         (gst_ximagesink_buffer_alloc):
18869         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18870         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18871         (gst_xvimagesink_buffer_alloc):
18872           move all regularly occurring messages to GST_LOG level
18873           add some more object logs
18874
18875 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18876
18877         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18878           fix a silly segfault
18879
18880 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18881
18882         * docs/libs/gst-plugins-base-libs-docs.sgml:
18883         * docs/libs/gst-plugins-base-libs-sections.txt:
18884         * gst-libs/gst/audio/mixerutils.c:
18885         * gst-libs/gst/audio/mixerutils.h:
18886           Add docs for mixerutils stuff.
18887
18888 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18889
18890         * gst/playback/gstplaybasebin.c: (setup_source):
18891           Fix playback for sources that emit raw audio or
18892           raw video streams (e.g.: cd audio sources) (#325984).
18893
18894 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18895
18896         * gst-libs/gst/audio/mixerutils.c:
18897         (gst_audio_mixer_filter_do_filter):
18898           actually save the element we create
18899
18900 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18901
18902         * gst-libs/gst/cdda/gstcddabasesrc.c:
18903         (gst_cdda_base_src_handle_track_seek):
18904           No need to post a tag message on the bus when seeking
18905           within the same track, only post it when the current
18906           track changes.
18907
18908 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18909
18910         * gst/playback/gstplaybasebin.c: (group_destroy),
18911         (probe_triggered), (new_decoded_pad), (mute_group_type),
18912         (set_active_source):
18913         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18914         * gst/playback/gststreamselector.c:
18915         (gst_stream_selector_base_init),
18916         (gst_stream_selector_set_property),
18917         (gst_stream_selector_request_new_pad):
18918           Reenable stream selection. These mechanisms need a complete overhaul
18919           in the face of 0.8->0.10 changes though.
18920
18921 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18922
18923         * ext/ogg/gstoggdemux.c:
18924           Change the pad template to src_%d to match the pads that 
18925           are created from it. decodebin needs this information in order
18926           to decide that oggdemux is capable of producing multiple pads
18927           (and hence needs queues inserted).
18928
18929         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18930         (gst_ogg_mux_collected):
18931           Make debug output more useful by using GST_PTR_FORMAT.
18932
18933 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18934
18935         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18936
18937         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18938           Set depth and width for alaw/mulaw (fixes #326601).
18939
18940 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18941
18942         * tests/icles/Makefile.am:
18943           don't build the tests if we don't have the libs
18944
18945 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18946
18947         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18948         (gst_cd_paranoia_paranoia_callback):
18949           Don't try to free NULL pointers.
18950
18951 2006-01-10  Edward Hervey  <edward@fluendo.com>
18952
18953         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18954         (gst_audio_rate_change_state), (plugin_init):
18955         Add debugging category.
18956         Fix type issues.
18957         Add case for incoming buffers without valid offset/offset_end.
18958
18959 2006-01-10  Michael Smith  <msmith@fluendo.com>
18960
18961         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18962           Don't leak GCond in audio sources.
18963
18964 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18965
18966         * gst/playback/gstplaybin.c: (gen_audio_element):
18967           Don't leak an autoaudiosink/alsasink when we generate
18968           a new audio element. (old code, I guess)
18969
18970 2006-01-10  Michael Smith  <msmith@fluendo.com>
18971
18972         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18973           Support float audio in audiorate.
18974           Use width rather than depth for selecting sample width.
18975
18976 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18977
18978         * gst/videotestsrc/videotestsrc.h:
18979           Use GLib types here (that way we don't have to include the
18980           generated _stdint.h header, which makes life easier for win32
18981           folks that don't use autotools for the build) (#325990, patch
18982           by: Sergey Scobich).
18983
18984 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18985
18986         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18987         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18988         (gst_ring_buffer_pause), (wait_segment):
18989         * gst-libs/gst/audio/gstringbuffer.h:
18990           Name (private) union, makes Forte compiler happy (this time
18991           for real) (#324900).
18992
18993 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18994
18995         * gst-libs/gst/audio/Makefile.am:
18996           Link against libgstinterfaces, needed for mixer
18997           and property probe stuff.
18998
18999 2006-01-09  Edward Hervey  <edward@fluendo.com>
19000
19001         * gst-libs/gst/Makefile.am:
19002
19003 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19004
19005         * gst-libs/gst/audio/Makefile.am:
19006         * gst-libs/gst/audio/mixerutils.c:
19007         (gst_audio_mixer_filter_do_filter),
19008         (gst_audio_mixer_filter_check_element),
19009         (gst_audio_mixer_filter_probe_feature),
19010         (element_factory_rank_compare_func),
19011         (gst_audio_default_registry_mixer_filter):
19012         * gst-libs/gst/audio/mixerutils.h:
19013           Add gst_audio_default_registry_mixer_filter() utility
19014           function.
19015
19016 2006-01-03  Michael Smith  <msmith@fluendo.com>
19017
19018         * gst/audioresample/resample.h:
19019           As before, but for o_buf
19020
19021 2006-01-03  Michael Smith  <msmith@fluendo.com>
19022
19023         * gst/audioresample/resample.h:
19024           Declare struct _ResampleState.buffer as unsigned char *, not void *,
19025           since we do arithmetic on it.
19026
19027 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
19028
19029         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19030         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19031         (gst_ring_buffer_pause), (wait_segment):
19032         * gst-libs/gst/audio/gstringbuffer.h:
19033           Sun's Forte compiler doesn't seem to like anonymous structs,
19034           so use same setup as in GstBaseSrc (fixes #324900).
19035
19036 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19037
19038         * configure.ac:
19039         * gst/volume/Makefile.am:
19040         * gst/volume/demo.c:
19041           move old example to tests/examples/volume/volune.c
19042         * tests/examples/Makefile.am:
19043         * tests/examples/seek/seek.c: (main):
19044           change window-close event from "delete-event" to "destroy"
19045         * tests/examples/volume/Makefile.am:
19046         * tests/examples/volume/volume.c: (value_changed_callback),
19047         (setup_gui), (message_received), (eos_message_received), (main):
19048           fix event handling and bus usage
19049
19050 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
19051
19052         * gst/audiotestsrc/gstaudiotestsrc.c:
19053         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
19054         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
19055         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
19056         (gst_audio_test_src_create_square),
19057         (gst_audio_test_src_create_saw),
19058         (gst_audio_test_src_create_triangle),
19059         (gst_audio_test_src_create_silence),
19060         (gst_audio_test_src_create_white_noise),
19061         (gst_audio_test_src_create_pink_noise),
19062         (gst_audio_test_src_init_sine_table),
19063         (gst_audio_test_src_create_sine_table),
19064         (gst_audio_test_src_change_wave),
19065         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
19066         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
19067         * gst/audiotestsrc/gstaudiotestsrc.h:
19068           update to basesrc changes, implement segmented seeking and eos
19069           handling, add a 'sine-tab' waveform for performance critical playback
19070
19071 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19072
19073         * po/POTFILES.in:
19074           ... and this time the other modified file that I missed last time.
19075
19076 2005-12-29  Michael Smith  <msmith@fluendo.com>
19077
19078         * gst/playback/gstdecodebin.c: (new_pad):
19079           Fix non-C89 variable declaration not at the start of a block. Should
19080           help some compilers.
19081
19082 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19083
19084         * tests/check/Makefile.am:
19085           And now fix 'make distcheck' (builddir != srcdir)
19086
19087 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19088
19089         * configure.ac:
19090         * ext/cdparanoia/Makefile.am:
19091         * ext/cdparanoia/gstcdparanoia.c:
19092         * ext/cdparanoia/gstcdparanoia.h:
19093         * ext/cdparanoia/gstcdparanoiasrc.c:
19094         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19095         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19096         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19097         (gst_cd_paranoia_paranoia_callback),
19098         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19099         (gst_cd_paranoia_src_set_property),
19100         (gst_cd_paranoia_src_get_property), (plugin_init):
19101         * ext/cdparanoia/gstcdparanoiasrc.h:
19102           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19103           plugin again (there are still fixes required to playbin to make
19104           cdda:// uris work there).
19105
19106 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19107
19108         * tests/check/Makefile.am:
19109           Fix test case compilation.
19110
19111 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19112
19113         * gst-libs/gst/cdda/gstcddabasesrc.c:
19114         (gst_cdda_base_src_update_duration),
19115         (gst_cdda_base_src_calculate_cddb_id):
19116           An integer is not a string. Fix access to uninitialised variable.
19117
19118         * tests/check/Makefile.am:
19119           Add cddabasesrc unit test; also actually enable the vorbis test.
19120
19121         * tests/check/generic/states.c:
19122           Blacklist new cd audio elements as well.
19123
19124         * tests/check/libs/cddabasesrc.c:
19125           Unit test for GstCddaBaseSrc (discid calculation mostly).
19126
19127 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19128
19129         * docs/libs/Makefile.am:
19130         * docs/libs/gst-plugins-base-libs-docs.sgml:
19131         * docs/libs/gst-plugins-base-libs-sections.txt:
19132         * docs/libs/gst-plugins-base-libs.types:
19133           Add docs for libgstcdda/GstCddaBaseSrc.
19134
19135         * gst-libs/gst/interfaces/mixertrack.h:
19136           Do one struct member per line with a semicolon at the end, that way
19137           even gtk-doc might parse it without complaining.
19138
19139 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19140
19141         * configure.ac:
19142         * gst-libs/gst/Makefile.am:
19143         * gst-libs/gst/cdda/Makefile.am:
19144         * gst-libs/gst/cdda/base64.c:
19145         * gst-libs/gst/cdda/base64.h:
19146         * gst-libs/gst/cdda/gstcddabasesrc.c:
19147         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19148         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19149         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19150         (gst_cdda_base_src_get_property),
19151         (gst_cdda_base_src_get_track_from_sector),
19152         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19153         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19154         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19155         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19156         (gst_cdda_base_src_uri_get_protocols),
19157         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19158         (gst_cdda_base_src_uri_handler_init),
19159         (gst_cdda_base_src_setup_interfaces),
19160         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19161         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19162         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19163         (gst_cdda_base_src_add_tags),
19164         (gst_cdda_base_src_add_index_associations),
19165         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19166         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19167         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19168         (gst_cdda_base_src_create):
19169         * gst-libs/gst/cdda/gstcddabasesrc.h:
19170         * gst-libs/gst/cdda/sha1.c:
19171         * gst-libs/gst/cdda/sha1.h:
19172           Add new libgstcdda with GstCddaBaseSrc class.
19173
19174 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19175
19176         * ext/gnomevfs/gstgnomevfssink.h:
19177           Use GstBaseSinkClass as parent_class member for class struct, not
19178           GstBaseSink.
19179
19180 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19181
19182         Patch by: Michael Benes
19183
19184         * gst/videotestsrc/gstvideotestsrc.c:
19185         (gst_video_test_src_class_init), (gst_video_test_src_start):
19186           Add start method to reset running time and number of frames sent
19187           when starting up (fixes #324696)
19188
19189 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19190
19191         * docs/plugins/Makefile.am:
19192         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19193         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19194         * docs/plugins/gst-plugins-base-plugins.args:
19195         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19196         * docs/plugins/gst-plugins-base-plugins.signals:
19197           Add docs stuff for gnomevfssrc and gnomevfssink.
19198
19199         * ext/gnomevfs/gstgnomevfssrc.c:
19200           Fix example pipeline in gtk-doc blurb.
19201
19202 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19203
19204         * ext/gnomevfs/Makefile.am:
19205         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19206         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19207         (gst_gnome_vfs_handle_get_type), (plugin_init):
19208         * ext/gnomevfs/gstgnomevfs.h:
19209         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19210         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19211         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19212         (gst_gnome_vfs_sink_set_property),
19213         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19214         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19215         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19216         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19217         (gst_gnome_vfs_sink_uri_get_type),
19218         (gst_gnome_vfs_sink_uri_get_protocols),
19219         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19220         (gst_gnome_vfs_sink_uri_handler_init):
19221         * ext/gnomevfs/gstgnomevfssink.h:
19222           Port gnomevfssink; add gtk-doc blurb.
19223
19224         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19225         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19226         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19227         (gst_gnome_vfs_src_uri_get_type),
19228         (gst_gnome_vfs_src_uri_get_protocols),
19229         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19230         (gst_gnome_vfs_src_uri_handler_init),
19231         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19232         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19233         (gst_gnome_vfs_src_send_additional_headers_callback),
19234         (gst_gnome_vfs_src_received_headers_callback),
19235         (gst_gnome_vfs_src_push_callbacks),
19236         (gst_gnome_vfs_src_pop_callbacks),
19237         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19238         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19239         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19240         * ext/gnomevfs/gstgnomevfssrc.h:
19241           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19242           file; add gtk-doc blurb with example pipelines.
19243
19244 === release 0.10.1 ===
19245
19246 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19247
19248         * configure.ac:
19249           releasing 0.10.1, "Dobro Dedek"
19250
19251 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19252
19253         * gst/typefind/gsttypefindfunctions.c:
19254         iLBC30 and iLBC20 added to typefind.
19255
19256 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19257
19258         * gst-libs/gst/audio/gstbaseaudiosink.c:
19259         (gst_base_audio_sink_class_init):
19260         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19261         (gst_base_audio_src_class_init):
19262           update strings, values are in microseconds
19263           change the default sink buffer time to something that is smaller
19264           (to help software volume mixing have a slightly lower delay) but
19265           still be acceptable on Wim's laptop
19266
19267 2005-12-20  Edward Hervey  <edward@fluendo.com>
19268
19269         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19270         Made a quack, forgot to add DUCK to the riff video template.
19271
19272 2005-12-19  Edward Hervey  <edward@fluendo.com>
19273
19274         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19275         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19276         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19277         (gst_ogm_parse_chain):
19278         Make sure pads are initialized correctly.
19279         * gst-libs/gst/riff/riff-ids.h:
19280         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19281         (gst_riff_create_video_template_caps):
19282         Add a whole bunch of FOURCC <=> MimeType.
19283         Extend the riff video pad template to support the newly added fourcc.
19284
19285 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19286
19287         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19288         (gst_ogg_demux_activate_chain):
19289           Extra debug output when activating/deactivating chains.
19290
19291         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19292         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19293         (unlinked):
19294           Remove a queue from our list when it becomes unlinked.
19295           Don't add queues to elements in class 'Demux' if they
19296           can only produce one pad 
19297
19298 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19299
19300         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19301         (gst_video_sink_get_type): Add a debug category.
19302
19303 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19304
19305         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19306         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19307           Handle downstream newsegment by sending our own newsegment before the
19308           next buffer to be released. (#323900)
19309
19310 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19311
19312         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19313         (gst_base_rtp_depayload_set_gst_timestamp):
19314           add queue delay to new segment as well (as opposed to just the first
19315           buffer). (bug #322347)
19316
19317 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19318
19319         * ext/libvisual/visual.c: (make_valid_name):
19320           change some char* into char[]
19321         * gst/audiotestsrc/gstaudiotestsrc.c:
19322         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19323         (gst_audio_test_src_create):
19324         * gst/audiotestsrc/gstaudiotestsrc.h:
19325           prepare to handle EOS and SEGMENT_DONE
19326
19327 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19328
19329         * tests/check/generic/states.c: (GST_START_TEST):
19330           Blacklist cdparanoia element in state test.
19331
19332 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19333
19334           Patch by: Benjamin Pineau
19335
19336         * gst/tcp/gsttcp.c:
19337         * gst/tcp/gsttcpclientsink.c:
19338         * gst/tcp/gsttcpserversink.c:
19339         * gst/tcp/gsttcpserversrc.c:
19340           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19341
19342 2005-12-15  Michael Smith  <msmith@fluendo.com>
19343
19344         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19345         (gst_video_rate_chain):
19346           Fix timestamping for videorate when the first buffer it sees has a
19347           non-zero timestamp. Fix some misleading debug output.
19348
19349 2005-12-15  Michael Smith  <msmith@fluendo.com>
19350
19351         * gst/audioresample/gstaudioresample.c:
19352           Don't leak all input buffers to audioresample.
19353
19354 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19355
19356         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19357           Don't operate on empty text buffers. Strip newlines and
19358           tabs only from the end of the text, but leave them intact
19359           in the middle. Fix typo in gtk-doc description.
19360
19361 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19362
19363         * gst/playback/gstplaybasebin.c:
19364         * gst/playback/gstplaybin.c: (handoff):
19365           Make sure the video frame buffer we return to apps via the
19366           "frame" property always has caps set on it. Modify
19367           _gst_gvalue_set_object() macro to handle NULL objects
19368           gracefully too.
19369
19370 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19371
19372         * gst/audiotestsrc/gstaudiotestsrc.c:
19373         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19374         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19375         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19376         (gst_audio_test_src_create):
19377         * gst/audiotestsrc/gstaudiotestsrc.h:
19378         Adjust to some recent api changes and add wtays new cool seeking
19379         capabillities
19380
19381 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19382
19383         * ext/alsa/Makefile.am:
19384         * ext/alsa/gstalsadeviceprobe.c:
19385         * ext/alsa/gstalsadeviceprobe.h:
19386           Helper functions to add device probing via the GstPropertyProbe
19387           interface to a class.
19388
19389         * ext/alsa/gstalsamixer.h:
19390           Comment out GST_ALSA_MIXER, it returns a struct that's not
19391           used.
19392
19393         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19394           Add some debug info. 
19395
19396         * ext/alsa/gstalsamixerelement.c:
19397         (gst_alsa_mixer_element_interface_supported),
19398         (gst_implements_interface_init),
19399         (gst_alsa_mixer_element_init_interfaces),
19400         (gst_alsa_mixer_element_class_init),
19401         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19402         (gst_alsa_mixer_element_set_property),
19403         (gst_alsa_mixer_element_get_property),
19404         (gst_alsa_mixer_element_change_state):
19405         * ext/alsa/gstalsamixerelement.h:
19406           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19407           for device handling (gnome-volume-control will need that).
19408
19409 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19410
19411         * ext/Makefile.am: fix cdparanoia entry
19412         * gst-plugins-base.spec.in: add cdparanoia
19413
19414 2005-12-12  Michael Smith  <msmith@fluendo.com>
19415
19416         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19417           Use the correct function to free list of typefind factories.
19418
19419 2005-12-12  Wim Taymans  <wim@fluendo.com>
19420
19421         * gst/videotestsrc/gstvideotestsrc.c:
19422         (gst_video_test_src_class_init), (gst_video_test_src_init),
19423         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19424         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19425         (gst_video_test_src_create):
19426         * gst/videotestsrc/gstvideotestsrc.h:
19427         Implement seeking in videotestsrc.
19428         Small cleanups.
19429
19430 2005-12-12  Wim Taymans  <wim@fluendo.com>
19431
19432         * ext/cdparanoia/Makefile.am:
19433         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19434         (gst_paranoia_endian_get_type), (_do_init),
19435         (cdparanoia_class_init), (cdparanoia_init),
19436         (cdparanoia_set_property), (cdparanoia_get_property),
19437         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19438         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19439         (cdparanoia_convert), (cdparanoia_get_query_types),
19440         (cdparanoia_query), (cdparanoia_set_index),
19441         (cdparanoia_uri_set_uri):
19442         * ext/cdparanoia/gstcdparanoia.h:
19443         Partially ported cdparanoia now that basesrc can support a
19444         plugin like this..
19445
19446 2005-12-12  Wim Taymans  <wim@fluendo.com>
19447
19448         * tests/examples/seek/scrubby.c: (main):
19449         Set higher priority for bus events so they don't get reordered with
19450         gtk gui events.
19451
19452         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19453         (flush_toggle_cb), (main):
19454         Added checkbox to disable flushing seeks. 
19455         Disable scrubbing when doing non flushing seeks.
19456
19457 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19458
19459         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19460         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19461         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19462         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19463           Implement some sort of event handling that doesn't rely on
19464           g_return_if_fail; make sure we always push the last chunk of an 
19465           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19466           state change function; remove some old cruft. Seeking is still
19467           rather unlikely to work though.
19468
19469         * tools/.cvsignore:
19470           Ignore more.
19471
19472 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19473
19474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19475         Fixed a leak of the current image reference when cleaning up.
19476         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19477
19478 2005-12-09  Michael Smith  <msmith@fluendo.com>
19479
19480         * tools/Makefile.am:
19481         * tools/gst-launch-ext-m.m:
19482           Remove gst-launch-ext. It doesn't work, and is no longer
19483           particularly useful.
19484
19485 2005-12-08  Luca Ognibene  <luogni@tin.it>
19486
19487         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19488           don't pass random values to ogmparse convert function.
19489           Make seeking possible in the exile1.ogm file.
19490
19491 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19492
19493         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19494         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19495           Work around refcount problem with g_value_set_object() that occur
19496           if the core has been compiled against GLib-2.6 (g_value_set_object()
19497           will only g_object_ref() the element, but the caller will
19498           gst_object_unref() it and bad things will happen due to the way
19499           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19500           totem for people on FC4 using Thomas's 0.10 RPMs.
19501           
19502 2005-12-07  Edward Hervey  <edward@fluendo.com>
19503
19504         Time to welcome ogm to 0.10 :)
19505         
19506         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19507         (gst_ogg_pad_typefind):
19508         Oggdemux can now properly typefind elements with dynamic pads.
19509         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19510         Properly set caps on src pad, and set caps on outgoing buffers.
19511
19512 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19513
19514         * ext/alsa/gstalsamixer.h:
19515         * ext/alsa/gstalsamixerelement.h:
19516         * ext/alsa/gstalsamixeroptions.h:
19517         * ext/alsa/gstalsamixertrack.h:
19518         * ext/alsa/gstalsasink.c:
19519         * ext/alsa/gstalsasink.h:
19520         * ext/alsa/gstalsasrc.c:
19521         * ext/alsa/gstalsasrc.h:
19522         * ext/cdparanoia/gstcdparanoia.h:
19523         * ext/gnomevfs/gstgnomevfsuri.h:
19524         * ext/ogg/gstoggdemux.c:
19525         * ext/ogg/gstoggmux.c:
19526         * ext/pango/gsttextoverlay.h:
19527         * ext/theora/theoradec.c:
19528         * ext/theora/theoraenc.c:
19529         * ext/vorbis/vorbisdec.h:
19530         * ext/vorbis/vorbisenc.c:
19531         * ext/vorbis/vorbisenc.h:
19532         * ext/vorbis/vorbisparse.h:
19533         * gst-libs/gst/audio/gstaudioclock.h:
19534         * gst-libs/gst/audio/gstaudiosink.c:
19535         * gst-libs/gst/audio/gstaudiosink.h:
19536         * gst-libs/gst/audio/gstaudiosrc.c:
19537         * gst-libs/gst/audio/gstaudiosrc.h:
19538         * gst-libs/gst/audio/gstbaseaudiosink.c:
19539         * gst-libs/gst/audio/gstbaseaudiosink.h:
19540         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19541         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19542         * gst-libs/gst/audio/gstringbuffer.h:
19543         * gst-libs/gst/audio/multichannel.h:
19544         * gst-libs/gst/floatcast/floatcast.h:
19545         * gst-libs/gst/interfaces/colorbalance.c:
19546         * gst-libs/gst/interfaces/colorbalance.h:
19547         * gst-libs/gst/interfaces/colorbalancechannel.h:
19548         * gst-libs/gst/interfaces/mixer.h:
19549         * gst-libs/gst/interfaces/mixeroptions.h:
19550         * gst-libs/gst/interfaces/mixertrack.h:
19551         * gst-libs/gst/interfaces/navigation.h:
19552         * gst-libs/gst/interfaces/propertyprobe.h:
19553         * gst-libs/gst/interfaces/tuner.h:
19554         * gst-libs/gst/interfaces/tunerchannel.h:
19555         * gst-libs/gst/interfaces/tunernorm.h:
19556         * gst-libs/gst/interfaces/xoverlay.h:
19557         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19558         * gst-libs/gst/riff/riff-ids.h:
19559         * gst-libs/gst/riff/riff-media.h:
19560         * gst-libs/gst/riff/riff-read.h:
19561         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19562         * gst-libs/gst/rtp/gstbasertppayload.c:
19563         * gst-libs/gst/rtp/gstbasertppayload.h:
19564         * gst-libs/gst/rtp/gstrtpbuffer.c:
19565         * gst-libs/gst/rtp/gstrtpbuffer.h:
19566         * gst-libs/gst/tag/gsttageditingprivate.h:
19567         * gst-libs/gst/tag/gstvorbistag.c:
19568         (gst_tag_list_from_vorbiscomment_buffer):
19569         * gst-libs/gst/tag/tag.h:
19570         * gst-libs/gst/video/video.h:
19571         * gst/adder/gstadder.c:
19572         * gst/adder/gstadder.h:
19573         * gst/audioconvert/audioconvert.c:
19574         * gst/audioconvert/audioconvert.h:
19575         * gst/audioconvert/gstaudioconvert.c:
19576         * gst/audioconvert/gstchannelmix.c:
19577         * gst/audioconvert/gstchannelmix.h:
19578         * gst/audiorate/gstaudiorate.c:
19579         * gst/audioresample/buffer.h:
19580         * gst/audioresample/functable.h:
19581         * gst/audioresample/gstaudioresample.c:
19582         * gst/audioresample/resample.h:
19583         * gst/ffmpegcolorspace/avcodec.h:
19584         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19585         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19586         * gst/ffmpegcolorspace/imgconvert.c:
19587         * gst/ffmpegcolorspace/imgconvert_template.h:
19588         * gst/playback/gstdecodebin.c:
19589         * gst/playback/gstplaybasebin.h:
19590         * gst/playback/gstplaybin.c:
19591         * gst/playback/gststreaminfo.h:
19592         * gst/tcp/gstfdset.c:
19593         * gst/tcp/gstfdset.h:
19594         * gst/tcp/gstmultifdsink.c:
19595         * gst/tcp/gstmultifdsink.h:
19596         * gst/tcp/gsttcp.h:
19597         * gst/tcp/gsttcpclientsrc.c:
19598         * gst/tcp/gsttcpclientsrc.h:
19599         * gst/tcp/gsttcpplugin.h:
19600         * gst/tcp/gsttcpserversink.c:
19601         * gst/tcp/gsttcpserversrc.c:
19602         * gst/typefind/gsttypefindfunctions.c:
19603         * gst/videorate/gstvideorate.c:
19604         * gst/videotestsrc/gstvideotestsrc.h:
19605         * gst/videotestsrc/videotestsrc.h:
19606         * sys/v4l/gstv4lcolorbalance.h:
19607         * sys/v4l/gstv4ltuner.h:
19608         * sys/v4l/gstv4lxoverlay.h:
19609         * sys/v4l/v4l_calls.h:
19610         * sys/v4l/videodev_mjpeg.h:
19611         * tests/check/elements/audioconvert.c:
19612         * tests/check/elements/audioresample.c:
19613         * tests/check/elements/audiotestsrc.c:
19614         * tests/check/elements/videotestsrc.c:
19615         * tests/check/elements/volume.c:
19616         * tests/examples/seek/scrubby.c:
19617         * tests/examples/seek/seek.c:
19618           expand tabs
19619
19620 === release 0.10.0 ===
19621
19622 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19623
19624         * configure.ac:
19625           releasing 0.10.0, "Mont-d'or"
19626
19627 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19628
19629         * tests/examples/seek/Makefile.am:
19630         Build fix for when gtk is not available.
19631
19632 2005-12-05  Andy Wingo  <wingo@pobox.com>
19633
19634         * ext/libvisual/visual.c: (get_buffer):
19635         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19636         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19637         * ext/theora/theoradec.c: (theora_handle_data_packet):
19638         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19639         (theora_enc_chain):
19640         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19641         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19642         Update for alloc_buffer changes.
19643
19644 2005-12-05  Andy Wingo  <wingo@pobox.com>
19645
19646         patch by: Kai Vehmanen <kv2004 eca cx>
19647         
19648         * gst-libs/gst/rtp/gstbasertpdepayload.c
19649         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19650
19651 2005-12-04  Andy Wingo  <wingo@pobox.com>
19652
19653         patch by: Sebastien Cote <sebas642 yahoo ca>
19654         
19655         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19656         Fixes #319172.
19657
19658 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19659
19660         * docs/plugins/Makefile.am:
19661         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19662         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19663         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19664         * ext/pango/gstclockoverlay.c:
19665         * ext/pango/gsttextoverlay.c: 
19666         * ext/pango/gsttextrender.c:
19667         * ext/pango/gsttimeoverlay.c:
19668           Add gtk-doc blurbs to pango elements.
19669
19670 2005-12-02  Wim Taymans  <wim@fluendo.com>
19671
19672         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19673         * gst/audioresample/buffer.h:
19674         * gst/audioresample/gstaudioresample.c:
19675         * gst/audioresample/gstaudioresample.h:
19676         * gst/audioresample/resample.c: (resample_input_flush),
19677         (resample_input_pushthrough), (resample_input_eos),
19678         (resample_get_output_size_for_input),
19679         (resample_get_input_size_for_output), (resample_get_output_size),
19680         (resample_get_output_data):
19681         * gst/audioresample/resample.h:
19682         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19683         Fix audioresample, seek torture, new segments, reverse negotiation
19684         etc.. work fine.
19685
19686 2005-12-02  Wim Taymans  <wim@fluendo.com>
19687
19688         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19689         Small cleanups.
19690
19691 2005-12-02  Wim Taymans  <wim@fluendo.com>
19692
19693         * gst/audioconvert/gstaudioconvert.c:
19694         (gst_audio_convert_transform):
19695         Post errors.
19696
19697 === release 0.9.7 ===
19698
19699 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19700
19701         * configure.ac:
19702           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19703
19704 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19705
19706         * Makefile.am:
19707         * po/hu.po:
19708         * win32/MANIFEST:
19709         * win32/gst.sln:
19710           add win32 MANIFEST file
19711           do something to the hungarian translation
19712
19713 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19714
19715         * ext/Makefile.am:
19716           Add $(PANGO_DIR) to SUBDIRS
19717
19718         * ext/pango/gstclockoverlay.c:
19719         * ext/pango/gsttimeoverlay.c:
19720           Fix and improve element descriptions.
19721
19722 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19723
19724         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19725         * docs/plugins/inspect/plugin-libvisual.xml:
19726         * docs/plugins/inspect/plugin-pango.xml:
19727           add pango plugin to docs
19728
19729 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19730
19731         * configure.ac:
19732         * ext/Makefile.am:
19733           moved pango to base
19734
19735 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19736
19737         * configure.ac:
19738         * tests/Makefile.am:
19739         * tests/icles/.cvsignore:
19740         * tests/icles/Makefile.am:
19741         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19742         (close_display), (resize_window), (move_window), (create_window),
19743         (terminate_playback), (pause_playback), (start_playback), (main):
19744           add stress test for xoverlay from Julien
19745
19746 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19747
19748         * docs/libs/tmpl/gstcolorbalance.sgml:
19749         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19750         * gst-libs/gst/rtp/gstbasertppayload.c:
19751         * gst-libs/gst/rtp/gstrtpbuffer.c:
19752         * gst-libs/gst/rtp/gstrtpbuffer.h:
19753           Do burger's rename for rtp payloaders and depayloaders
19754
19755 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19756
19757         * win32/:
19758           add Visual Studio 6 build files
19759
19760 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19761
19762         * docs/libs/gst-plugins-base-libs-docs.sgml:
19763         * docs/libs/gst-plugins-base-libs-sections.txt:
19764         * docs/libs/tmpl/gstaudio.sgml:
19765         * docs/libs/tmpl/gstringbuffer.sgml:
19766         * gst-libs/gst/interfaces/xoverlay.c:
19767         * gst-libs/gst/video/gstvideofilter.c:
19768         * gst-libs/gst/video/gstvideosink.c:
19769           update documentation
19770
19771 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19772
19773         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19774         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19775         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19776         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19777         (gst_multi_fd_sink_get_stats),
19778         (gst_multi_fd_sink_remove_client_link),
19779         (gst_multi_fd_sink_handle_client_read),
19780         (gst_multi_fd_sink_client_queue_data),
19781         (gst_multi_fd_sink_client_queue_caps),
19782         (gst_multi_fd_sink_client_queue_buffer),
19783         (gst_multi_fd_sink_new_client),
19784         (gst_multi_fd_sink_handle_client_write),
19785         (gst_multi_fd_sink_recover_client),
19786         (gst_multi_fd_sink_queue_buffer),
19787         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19788         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19789         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19790         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19791         * gst/tcp/gstmultifdsink.h:
19792         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19793         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19794         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19795         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19796         (gst_tcp_client_sink_set_property),
19797         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19798         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19799         * gst/tcp/gsttcpclientsink.h:
19800         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19801         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19802         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19803         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19804         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19805         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19806         * gst/tcp/gsttcpclientsrc.h:
19807         * gst/tcp/gsttcpplugin.c: (plugin_init):
19808         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19809         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19810         (gst_tcp_server_sink_finalize),
19811         (gst_tcp_server_sink_handle_server_read),
19812         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19813         (gst_tcp_server_sink_set_property),
19814         (gst_tcp_server_sink_get_property),
19815         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19816         * gst/tcp/gsttcpserversink.h:
19817         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19818         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19819         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19820         (gst_tcp_server_src_set_property),
19821         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19822         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19823         * gst/tcp/gsttcpserversrc.h:
19824           more borgifying
19825
19826 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19827
19828         * docs/plugins/Makefile.am:
19829         * docs/plugins/gst-plugins-base-plugins.args:
19830         * docs/plugins/inspect/plugin-libvisual.xml:
19831         * gst/audioconvert/plugin.h:
19832         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19833         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19834         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19835         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19836         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19837         (plugin_init):
19838         * gst/audiotestsrc/gstaudiotestsrc.c:
19839         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19840         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19841         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19842         (gst_audio_test_src_get_query_types),
19843         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19844         (gst_audio_test_src_create_square),
19845         (gst_audio_test_src_create_saw),
19846         (gst_audio_test_src_create_triangle),
19847         (gst_audio_test_src_create_silence),
19848         (gst_audio_test_src_create_white_noise),
19849         (gst_audio_test_src_init_pink_noise),
19850         (gst_audio_test_src_generate_pink_noise_value),
19851         (gst_audio_test_src_create_pink_noise),
19852         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19853         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19854         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19855         (plugin_init):
19856         * gst/audiotestsrc/gstaudiotestsrc.h:
19857         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19858         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19859         (gst_sub_parse_init), (gst_sub_parse_formats),
19860         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19861         (convert_encoding), (get_next_line),
19862         (gst_sub_parse_data_format_autodetect),
19863         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19864         (gst_sub_parse_loop), (gst_sub_parse_chain),
19865         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19866         (plugin_init):
19867         * gst/subparse/gstsubparse.h:
19868         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19869         (gst_video_rate_base_init), (gst_video_rate_class_init),
19870         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19871         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19872         (gst_video_rate_init), (gst_video_rate_event),
19873         (gst_video_rate_chain), (gst_video_rate_set_property),
19874         (gst_video_rate_get_property), (gst_video_rate_change_state),
19875         (plugin_init):
19876         * gst/videoscale/gstvideoscale.c:
19877         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19878         (gst_video_scale_src_template_factory),
19879         (gst_video_scale_sink_template_factory),
19880         (gst_video_scale_get_type), (gst_video_scale_base_init),
19881         (gst_video_scale_class_init), (gst_video_scale_init),
19882         (gst_video_scale_set_property), (gst_video_scale_get_property),
19883         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19884         (gst_video_scale_prepare_size), (parse_caps),
19885         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19886         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19887         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19888         (plugin_init):
19889         * gst/videoscale/gstvideoscale.h:
19890         * gst/videotestsrc/gstvideotestsrc.c:
19891         (gst_video_test_src_pattern_get_type),
19892         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19893         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19894         (gst_video_test_src_set_pattern),
19895         (gst_video_test_src_set_property),
19896         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19897         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19898         (gst_video_test_src_event), (gst_video_test_src_get_times),
19899         (gst_video_test_src_create), (plugin_init):
19900         * gst/videotestsrc/gstvideotestsrc.h:
19901         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19902         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19903         (gst_video_test_src_black):
19904         * gst/videotestsrc/videotestsrc.h:
19905           borgify further
19906           clean up docs a little
19907
19908 2005-11-30  Wim Taymans  <wim@fluendo.com>
19909
19910         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19911         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19912         (gst_basertppayload_event), (gst_basertppayload_push),
19913         (gst_basertppayload_change_state):
19914         * gst-libs/gst/rtp/gstbasertppayload.h:
19915         closed #320644.
19916
19917 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19918
19919         * docs/libs/gst-plugins-base-libs-docs.sgml:
19920         * docs/libs/gst-plugins-base-libs-sections.txt:
19921         * gst-libs/gst/video/gstvideofilter.c:
19922         * gst-libs/gst/video/gstvideosink.c:
19923         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19924
19925 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19926
19927         * LICENSE:
19928           move
19929         * po/af.po:
19930         * po/az.po:
19931         * po/cs.po:
19932         * po/en_GB.po:
19933         * po/hu.po:
19934         * po/it.po:
19935         * po/nb.po:
19936         * po/nl.po:
19937         * po/or.po:
19938         * po/sq.po:
19939         * po/sr.po:
19940         * po/sv.po:
19941         * po/uk.po:
19942         * po/vi.po:
19943         * Makefile.am:
19944           update
19945         * scripts/autoplugins.sh:
19946           remove
19947
19948 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19949
19950         * Makefile.am:
19951         * configure.ac:
19952         * examples/Makefile.am:
19953         * examples/capsfilter/Makefile.am:
19954         * examples/capsfilter/capsfilter1.c:
19955         * examples/gob/Makefile.am:
19956         * examples/gob/gst-identity2.gob:
19957         * examples/indexing/.cvsignore:
19958         * examples/indexing/Makefile.am:
19959         * examples/indexing/indexmpeg.c:
19960         * examples/seeking/.cvsignore:
19961         * examples/seeking/Makefile.am:
19962         * examples/seeking/cdparanoia.c:
19963         * examples/seeking/cdplayer.c:
19964         * examples/seeking/chained.c:
19965         * examples/seeking/scrubby.c:
19966         * examples/seeking/seek.c:
19967         * examples/stats/Makefile.am:
19968         * examples/stats/mp2ogg.c:
19969         * examples/switch/.cvsignore:
19970         * examples/switch/Makefile.am:
19971         * examples/switch/switcher.c:
19972         * tests/Makefile.am:
19973         * tests/check/generic/.cvsignore:
19974         * tests/check/pipelines/.cvsignore:
19975         * tests/examples/Makefile.am:
19976         * tests/examples/seek/Makefile.am:
19977           reorganize stuff under tests/
19978
19979 2005-11-30  Edward Hervey  <edward@fluendo.com>
19980
19981         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19982         Go away you stupid GstStaticPadTemplate memleak.
19983
19984 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19985
19986         * gst-libs/gst/net/Makefile.am:
19987         * gst-libs/gst/net/README:
19988         * gst-libs/gst/net/gstnetbuffer.c:
19989         * gst-libs/gst/net/gstnetbuffer.h:
19990           this was moved to "netbuffer"
19991
19992 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19993
19994         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19995         (gst_video_filter_class_init), (gst_video_filter_init):
19996         * gst-libs/gst/video/gstvideofilter.h:
19997           borgify name to bring in line with other classes
19998
19999 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20000
20001         * gst/audioscale/.cvsignore:
20002         * gst/audioscale/Makefile.am:
20003         * gst/audioscale/README:
20004         * gst/audioscale/audioscale.vcproj:
20005         * gst/audioscale/dtof.c:
20006         * gst/audioscale/dtos.c:
20007         * gst/audioscale/functable.c:
20008         * gst/audioscale/gstaudioscale.c:
20009         * gst/audioscale/gstaudioscale.h:
20010         * gst/audioscale/private.h:
20011         * gst/audioscale/resample.c:
20012         * gst/audioscale/resample.h:
20013         * gst/audioscale/test.c:
20014           remove
20015
20016 2005-11-30  Edward Hervey  <edward@fluendo.com>
20017
20018         * gst-libs/gst/netbuffer/Makefile.am:
20019         really, really tired
20020
20021 2005-11-30  Edward Hervey  <edward@fluendo.com>
20022
20023         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20024         Update for new GstTypeFindFactory _register()
20025
20026 2005-11-30  Edward Hervey  <edward@fluendo.com>
20027
20028         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
20029         Let's not override libgstnet from core for no reason...
20030         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
20031         Ok, maybe not so quick next time.
20032
20033 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20034
20035         * configure.ac:
20036         * gst-libs/gst/Makefile.am:
20037           moved gst-libs/gst/net to netbuffer through CVS surgery
20038           remove old directory
20039           updating build to accomodate
20040           (#322257)
20041
20042 2005-11-29  Andy Wingo  <wingo@pobox.com>
20043
20044         * pkgconfig/gstreamer-plugins-base.pc.in:
20045         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
20046         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
20047         (#322257).
20048
20049 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20050
20051         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20052         3rd time's the charm. Correct ref-counting for discarded buffers.
20053
20054 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20055
20056         * gst/playback/gststreamselector.c:
20057         (gst_stream_selector_class_init),
20058         (gst_stream_selector_set_property),
20059         (gst_stream_selector_get_property),
20060         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20061         Fix ref-counting
20062
20063 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20064
20065         * gst/subparse/gstsubparse.c: (feed_textbuf):
20066           Don't access already unref'ed buffer.
20067
20068 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20069
20070         * gst/playback/gststreamselector.c:
20071         (gst_stream_selector_class_init), (gst_stream_selector_init),
20072         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20073         (gst_stream_selector_get_property),
20074         (gst_stream_selector_get_linked_pad),
20075         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20076         * gst/playback/gststreamselector.h:
20077         Add the active-pad property for playbin to use shortly. Ignore buffers
20078         from any other pad, returning GST_FLOW_NOT_LINKED
20079
20080 2005-11-29  Julien MOUTTE  <julien@moutte.net>
20081
20082         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
20083         patch from bug #322704 (Alessandro Decina).
20084
20085 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20086
20087         * gst-libs/gst/audio/Makefile.am:
20088           folded audiofilter into the audio library
20089
20090 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20091
20092         * gst/videoscale/gstvideoscale.h:
20093         * gst/videoscale/gstvideoscale.c:
20094           remove unimplemented scale methods
20095
20096 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20097
20098         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20099           Don't leak caps.
20100
20101 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20102
20103         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20104         (gst_ximagesink_setcaps):
20105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20106         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20107         happens (only visible on ximagesink but bug is in xv too) set_caps was
20108         destroying the internal x[v]image used to memcpy non locally alloced
20109         buffers so that it got renewed on next _chain. The issue is that 
20110         _expose will try to put that image as it reffed it in _put.
20111         Using gst_buffer_unref instead of destroy fixes it !
20112
20113 2005-11-28  Edward Hervey  <edward@fluendo.com>
20114
20115         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20116         (try_to_link_1), (queue_filled_cb):
20117         Better use of the queues. Start with a small size queue and only increase
20118         the size of the queues when the other queues are empty.
20119
20120 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20121
20122         * gst-libs/gst/video/Makefile.am:
20123           compile in copied-over videofilter into the video library
20124         * gst-libs/gst/video/videosink.h:
20125           rename the header to gstvideosink.h since it's a base GstObject class
20126         * sys/ximage/ximagesink.h:
20127         * sys/xvimage/xvimagesink.h:
20128           use the new header
20129
20130 2005-11-28  Wim Taymans  <wim@fluendo.com>
20131
20132         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20133         * gst/playback/gstplaybasebin.h:
20134         Prepare to handle errors betters.
20135
20136         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20137         Set sinks to PAUSED first before adding and linking them so that
20138         we don't interrupt dataflow.
20139
20140 2005-11-28  Wim Taymans  <wim@fluendo.com>
20141
20142         * gst-libs/gst/audio/TODO:
20143         Updated TODO
20144
20145         * gst-libs/gst/audio/gstaudiosink.c:
20146         (gst_audioringbuffer_open_device),
20147         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20148         (gst_audioringbuffer_release):
20149         Small cleanups.
20150
20151         * gst-libs/gst/audio/gstbaseaudiosink.c:
20152         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20153         (gst_base_audio_sink_change_state):
20154         Slave to the master clock when going to PLAYING and unslave when
20155         going to PAUSED.
20156
20157         * gst-libs/gst/audio/gstringbuffer.c:
20158         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20159         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20160         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20161         (gst_ring_buffer_clear_all), (wait_segment),
20162         (gst_ring_buffer_commit), (gst_ring_buffer_read),
20163         (gst_ring_buffer_advance):
20164         * gst-libs/gst/audio/gstringbuffer.h:
20165         Add some docs and cleanups.
20166
20167 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20168
20169         * sys/xvimage/xvimagesink.c:
20170         (gst_xvimagesink_navigation_send_event): Fix navigation events
20171         coordinates translation with pixel aspect ratios.
20172
20173 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20174
20175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20176         Use calculated video geometry from _setcaps instead of buffer
20177         caps to respect pixel aspect ratio. (fixes #322388)
20178
20179 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20180
20181         * docs/libs/tmpl/gstcolorbalance.sgml:
20182         * docs/libs/tmpl/gstmixer.sgml:
20183         * docs/libs/tmpl/gstxoverlay.sgml:
20184         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20185         interface.
20186
20187 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20188
20189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20190         Refuse to create an XvImage if we can't find the format.
20191
20192 2005-11-28  Edward Hervey  <edward@fluendo.com>
20193
20194         * gst-libs/gst/riff/riff-media.c:
20195         (gst_riff_create_audio_template_caps):
20196         Add ATRAC3 to the list of riff-possible audio caps.
20197         I know we still don't have a plugin for atrac3, but it's saner to output
20198         that than a cryptic mimetype.
20199
20200 2005-11-27  Edward Hervey  <edward@fluendo.com>
20201
20202         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20203         Don't try to create a zero-sized subbuffer.
20204
20205 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20206
20207         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20208         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20209         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20210         (gst_ximagesink_expose): Fixed a tricky race.
20211         * sys/ximage/ximagesink.h:
20212         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20213         (gst_xvimagesink_expose): Fixed a tricky race.
20214         * sys/xvimage/xvimagesink.h:
20215
20216 2005-11-27  Edward Hervey  <edward@fluendo.com>
20217
20218         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20219         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20220         Remove unused properties, and add queues between demuxers and decoders
20221         so that a lot more files can preroll properly.
20222
20223 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20224
20225         * gst-libs/gst/net/Makefile.am:
20226         * gst-libs/gst/rtp/Makefile.am:
20227         * gst-libs/gst/tag/Makefile.am:
20228           remove silly include
20229         * gst/tags/Makefile.am:
20230         * gst/tags/gsttagediting.c:
20231         * gst/tags/gsttageditingprivate.h:
20232         * gst/tags/tagedit.vcproj:
20233           remove directory, is as good as empty
20234
20235 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20236
20237         * configure.ac:
20238           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20239         * gst-libs/Makefile.am:
20240         * gst-libs/gst/audio/Makefile.am:
20241         * gst-libs/gst/interfaces/Makefile.am:
20242         * gst-libs/gst/net/Makefile.am:
20243         * gst-libs/gst/riff/Makefile.am:
20244         * gst-libs/gst/rtp/Makefile.am:
20245         * gst-libs/gst/tag/Makefile.am:
20246         * gst-libs/gst/video/Makefile.am:
20247           and use them
20248
20249 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20250
20251         * docs/libs/tmpl/gstcolorbalance.sgml:
20252         * docs/libs/tmpl/gstmixer.sgml:
20253         * docs/libs/tmpl/gstxoverlay.sgml:
20254         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20255         * sys/ximage/ximagesink.h:
20256         * sys/xvimage/xvimagesink.h: More and more documentation.
20257
20258 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20259
20260         * docs/libs/gst-plugins-base-libs-docs.sgml:
20261         * docs/libs/gst-plugins-base-libs-sections.txt:
20262         * docs/libs/tmpl/gstcolorbalance.sgml:
20263         * docs/libs/tmpl/gstmixer.sgml:
20264         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20265         to documentation.
20266
20267 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20268
20269         * docs/plugins/Makefile.am:
20270         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20271         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20272         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20273
20274 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20275
20276         * docs/plugins/Makefile.am:
20277         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20278         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20279         * docs/plugins/inspect/plugin-adder.xml:
20280         * docs/plugins/inspect/plugin-alsa.xml:
20281         * docs/plugins/inspect/plugin-audioconvert.xml:
20282         * docs/plugins/inspect/plugin-audiorate.xml:
20283         * docs/plugins/inspect/plugin-audioresample.xml:
20284         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20285         * docs/plugins/inspect/plugin-decodebin.xml:
20286         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20287         * docs/plugins/inspect/plugin-gnomevfs.xml:
20288         * docs/plugins/inspect/plugin-ogg.xml:
20289         * docs/plugins/inspect/plugin-playbin.xml:
20290         * docs/plugins/inspect/plugin-subparse.xml:
20291         * docs/plugins/inspect/plugin-tcp.xml:
20292         * docs/plugins/inspect/plugin-theora.xml:
20293         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20294         * docs/plugins/inspect/plugin-video4linux.xml:
20295         * docs/plugins/inspect/plugin-videorate.xml:
20296         * docs/plugins/inspect/plugin-videoscale.xml:
20297         * docs/plugins/inspect/plugin-videotestsrc.xml:
20298         * docs/plugins/inspect/plugin-volume.xml:
20299         * docs/plugins/inspect/plugin-vorbis.xml:
20300         * docs/plugins/inspect/plugin-ximagesink.xml:
20301         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20302         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20303
20304 2005-11-26  Edward Hervey  <edward@fluendo.com>
20305
20306         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20307         Properly return GstFlowReturn from gst_pad_push in chain functions.
20308
20309 2005-11-25  Michael Smith  <msmith@fluendo.com>
20310
20311         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20312         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20313         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20314         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20315           Handle various conditions better when we don't understand a stream.
20316           Removes a heap of CRITICALs on ogg streams containing unknown data.
20317
20318 2005-11-24  Andy Wingo  <wingo@pobox.com>
20319
20320         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20321         Be threadsafe.
20322
20323 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20324
20325         * configure.ac: back to HEAD
20326
20327 === release 0.9.6 ===
20328
20329 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20330
20331         * configure.ac:
20332           releasing 0.9.6, "White Eight"
20333
20334 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20335
20336         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20337         * docs/plugins/inspect/plugin-sine.xml:
20338           remove sinesrc some more
20339
20340 2005-11-23  Wim Taymans  <wim@fluendo.com>
20341
20342         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20343         If we are reading too slowly, jump forward in the ringbuffer
20344         instead of blocking.
20345
20346 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20347
20348         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20349         (gst_visual_chain):
20350         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20351         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20352         (gst_videorate_chain):
20353         * gst/videotestsrc/gstvideotestsrc.c:
20354         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20355         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20356         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20357         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20358         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20359         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20360           Updates for API changes
20361
20362 2005-11-23  Wim Taymans  <wim@fluendo.com>
20363
20364         * gst-libs/gst/audio/gstbaseaudiosink.c:
20365         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20366         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20367         Fix for calibration API change.
20368
20369 2005-11-23  Michael Smith <msmith@fluendo.com>
20370
20371         * gst-libs/gst/audio/multichannel.c:
20372         (gst_audio_get_channel_positions),
20373         (gst_audio_set_channel_positions),
20374         (gst_audio_set_structure_channel_positions_list),
20375         (gst_audio_fixate_channel_positions):
20376           Use gst_value_array_*() functions on value arrays, not
20377           gst_value_list_*().
20378
20379 2005-11-23  Edward Hervey  <edward@fluendo.com>
20380
20381         * autogen.sh:
20382         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20383         Fixes autogen
20384
20385 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20386
20387         * check/Makefile.am:
20388         * check/elements/videotestsrc.c: (setup_videotestsrc),
20389         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20390         (main):
20391           add a test for videotestsrc
20392
20393 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20394
20395         * gst/sine/.cvsignore:
20396         * gst/sine/Makefile.am:
20397         * gst/sine/gstsinesrc.c:
20398         * gst/sine/gstsinesrc.h:
20399         * gst/sine/sinesrc.vcproj:
20400           and remove sinesrc from the repository.  Closes #321446
20401
20402 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20403
20404         * configure.ac:
20405         * gst-plugins-base.spec.in:
20406           remove sinesrc from the build
20407
20408 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20409
20410         * check/Makefile.am:
20411         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20412         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20413         (main):
20414           add a test for audiotestsrc, testing all waves.  Even seems
20415           leak-free at first glance, nice job Stefan
20416
20417 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20418
20419         * po/af.po:
20420         * po/az.po:
20421         * po/cs.po:
20422         * po/en_GB.po:
20423         * po/hu.po:
20424         * po/it.po:
20425         * po/nb.po:
20426         * po/nl.po:
20427         * po/or.po:
20428         * po/sq.po:
20429         * po/sr.po:
20430         * po/sv.po:
20431         * po/uk.po:
20432         * po/vi.po:
20433           Translation string updates
20434
20435         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20436         (gst_v4lsrc_set_caps):
20437         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20438         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20439         * sys/v4l/v4lsrc_calls.h:
20440           Improve v4lsrc, by making it work again.
20441
20442 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20443
20444         * ext/libvisual/visual.c: (gst_visual_chain):
20445           Fix the fps calculations.
20446
20447         * gst/ffmpegcolorspace/avcodec.h:
20448           Move structure element for clarity
20449
20450         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20451         * gst-libs/gst/interfaces/tunernorm.h:
20452         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20453         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20454         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20455         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20456         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20457         (gst_v4lmjpegsrc_getcaps):
20458         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20459         (gst_v4lsrc_set_caps):
20460         * sys/v4l/gstv4lsrc.h:
20461         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20462         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20463         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20464         * sys/v4l/v4lsrc_calls.h:
20465           Fractional framerates...
20466
20467 2005-11-22  Wim Taymans  <wim@fluendo.com>
20468
20469         * gst-libs/gst/audio/gstbaseaudiosink.c:
20470         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20471         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20472         And we provide a clock by default, of course...
20473
20474 2005-11-22  Wim Taymans  <wim@fluendo.com>
20475
20476         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20477         This clock can be slaved to a master clock now.
20478
20479         * gst-libs/gst/audio/gstbaseaudiosink.c:
20480         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20481         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20482         (gst_base_audio_sink_set_clock),
20483         (gst_base_audio_sink_set_property),
20484         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20485         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20486         * gst-libs/gst/audio/gstbaseaudiosink.h:
20487         Handle slaving the internal clock to the clock selected in the
20488         pipeline.
20489         Add property to make the basesink not provide a clock.
20490
20491         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20492         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20493         (gst_base_rtp_depayload_wait):
20494         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20495         We can use the clock in GstElement, no need to store it ourselves.
20496
20497 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20498
20499         * docs/libs/tmpl/gstaudio.sgml:
20500           update
20501         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20502         (gst_paranoia_endian_get_type):
20503         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20504         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20505         * gst/audiotestsrc/gstaudiotestsrc.c:
20506         (gst_audiostestsrc_wave_get_type):
20507         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20508         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20509         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20510         (gst_sync_method_get_type), (gst_unit_type_get_type),
20511         (gst_client_status_get_type), (gst_multifdsink_class_init),
20512         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20513         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20514         (gst_multifdsink_get_property):
20515         * gst/tcp/gstmultifdsink.h:
20516         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20517         * gst/videotestsrc/gstvideotestsrc.c:
20518         (gst_videotestsrc_pattern_get_type):
20519           remove deprecated properties
20520           fix up enums to correctly have short lowercase dashed nicks
20521
20522 2005-11-22  Michael Smith <msmith@fluendo.com>
20523
20524         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20525         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20526           Add underscore.
20527
20528 2005-11-22  Michael Smith <msmith@fluendo.com>
20529
20530         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20531         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20532           Use utility method for scaling clocktime for fractional framerates.
20533
20534 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20535
20536         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20537         (gst_visual_chain):
20538         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20539         * ext/theora/theoradec.c: (theora_handle_type_packet):
20540         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20541         (theora_enc_chain):
20542         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20543         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20544         * gst-libs/gst/video/video.h:
20545         * gst/ffmpegcolorspace/avcodec.h:
20546         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20547         (gst_ffmpeg_caps_to_pixfmt):
20548         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20549         (gst_ffmpegcsp_set_caps):
20550         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20551         (gst_videorate_setcaps), (gst_videorate_blank_data),
20552         (gst_videorate_chain):
20553         * gst/videotestsrc/gstvideotestsrc.c:
20554         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20555         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20556         (gst_videotestsrc_event), (gst_videotestsrc_create):
20557         * gst/videotestsrc/gstvideotestsrc.h:
20558         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20559         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20560         (gst_ximagesink_get_times), (gst_ximagesink_init):
20561         * sys/ximage/ximagesink.h:
20562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20563         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20564         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20565         * sys/xvimage/xvimagesink.h:
20566           Convert elements to use fractions for their framerate.
20567           V4L elements to come later tonight.
20568
20569 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20570
20571         * gst-libs/gst/audio/audio.c:
20572         * gst-libs/gst/audio/audio.h:
20573           remove some deprecated functions
20574
20575 2005-11-22  Andy Wingo  <wingo@pobox.com>
20576
20577         * Update for gst_tag_setter API changes.
20578
20579 2005-11-22  Andy Wingo  <wingo@pobox.com>
20580
20581         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20582         (gst_ogg_demux_perform_seek):
20583         * ext/theora/theoradec.c (theora_dec_sink_event):
20584         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20585         update-funcnames.
20586
20587 2005-11-22  Wim Taymans  <wim@fluendo.com>
20588
20589         * examples/seeking/seek.c: (main):
20590         Give higher priority to bus signals than the gtk events
20591         to fix a race condition in the segment looping.
20592
20593 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20594
20595         * ext/theora/Makefile.am:
20596         * ext/vorbis/Makefile.am:
20597         * gst-libs/gst/tag/Makefile.am:
20598         * gst-plugins-base.spec.in:
20599           Rename libgsttagedit to libgsttag (#322117).
20600
20601 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20602
20603         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20605           Call gst_x_overlay_prepare_xwindow_id() to give applications
20606           a final chance to set their own xwindow id before the video
20607           sink creates its own window.
20608
20609 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20610
20611         * sys/xvimage/xvimagesink.c:
20612         (gst_xvimagesink_navigation_send_event): Handle navigation
20613         events correcly with borders if applicable.
20614
20615 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20616
20617         Patch by: Luca Ognibene
20618
20619         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20620         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20621         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20622         (gst_ffmpegcsp_caps_remove_format_info):
20623         * gst/ffmpegcolorspace/imgconvert.c:
20624         * gst/ffmpegcolorspace/imgconvert_template.h:
20625           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20626           #318353); use gst_structure_has_name().
20627
20628 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20629
20630         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20631         (gst_ximagesink_class_init): Add debug macros on functions.
20632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20633         (gst_xvimagesink_xwindow_draw_borders),
20634         (gst_xvimagesink_xvimage_put),
20635         (gst_xvimagesink_xwindow_update_geometry),
20636         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20637         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20638         (gst_xvimagesink_xcontext_clear),
20639         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20640         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20641         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20642         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20643         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20644         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20645         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20646         expose while being PAUSED, out of data flow navigation events, etc..
20647
20648 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20649
20650         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20651         * gst-libs/gst/audio/audio.h:
20652           fix prototype - wondering why the test worked regardless
20653
20654 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20655
20656         * check/Makefile.am:
20657         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20658         * gst-libs/gst/audio/audio.h:
20659           add a method that returns a proper GstClockTime
20660
20661 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20662
20663         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20664         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20665         * gst-libs/gst/interfaces/xoverlay.h:
20666           Remove everything having to do with the desired size; add 
20667           gst_x_overlay_prepare_xwindow_id() function; remove the
20668           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20669           post a message on the bus instead (#321816).
20670
20671         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20673         (gst_xvimagesink_xoverlay_init):
20674           Remove desired size stuff (#321816).
20675
20676 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20677
20678         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20679         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20680         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20681           Terminate vararg functions with NULL instead of 0 to 
20682           make gcc4 happy.
20683
20684 2005-11-21  Andy Wingo  <wingo@pobox.com>
20685
20686         patch by: Sebastien Cote <sebas642@yahoo.ca>
20687         
20688         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20689         * gst-libs/gst/rtp/gstrtpbuffer.c
20690         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20691
20692 2005-11-21  Andy Wingo  <wingo@pobox.com>
20693
20694         * gst/playback/gstplaybin.c (gen_audio_element) 
20695         (gen_video_element): Use the new MISSING_PLUGIN core error
20696         category. Closes #320060.
20697
20698         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20699         * gst/videorate/gstvideorate.c (gst_videorate_event):
20700         * ext/theora/theoradec.c (theora_dec_sink_event): 
20701         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20702         stream lock.
20703
20704         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20705         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20706         stream lock changes.
20707
20708 2005-11-21  Wim Taymans  <wim@fluendo.com>
20709
20710         * gst-libs/gst/audio/gstbaseaudiosink.c:
20711         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20712         (gst_base_audio_sink_provide_clock),
20713         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20714         (gst_base_audio_sink_change_state):
20715         * gst/audioresample/gstaudioresample.c:
20716         Segment update fix.
20717
20718 2005-11-21  Andy Wingo  <wingo@pobox.com>
20719
20720         * *.h:
20721         * *.c: Ran scripts/update-macros. Oh yes.
20722
20723 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20724
20725         * sys/ximage/Makefile.am:
20726         * sys/ximage/ximage.c:
20727           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20728           remove your old libgstximage.* manually if necessary).
20729
20730 2005-11-21  Michael Smith <msmith@fluendo.com>
20731
20732         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20733           Minimal fix for bug #320200: set the min/max bitrate in the correct
20734           units. A better fix would be to upgrade to the RATEMANAGE2
20735           interface, rather than using the deprecated interface used here, but
20736           that would require an update in our libvorbis dependency (to 1.1),
20737           which is probably undesirable.
20738
20739 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20740
20741         * ext/libvisual/visual.c: (get_buffer):
20742         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20743         (gst_base_audio_src_fixate):
20744         * gst/audioconvert/gstaudioconvert.c:
20745         (gst_audio_convert_fixate_caps):
20746         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20747         * gst/audiotestsrc/gstaudiotestsrc.c:
20748         (gst_audiotestsrc_src_fixate):
20749         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20750         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20751         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20752         * gst/videotestsrc/gstvideotestsrc.c:
20753         (gst_videotestsrc_src_fixate):
20754         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20756           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20757           (#322027)
20758
20759
20760 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20761
20762         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20763         (gst_riff_create_iavs_caps):
20764         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20765         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20766         (gst_riff_parse_info):
20767         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20768         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20770           Fixes for GST_FOURCC_FORMAT API change.
20771
20772 2005-11-21  Andy Wingo  <wingo@pobox.com>
20773
20774         patch by: Alessandro Dessina <alessandro nnva org>
20775
20776         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20777         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20778         (gst_ogg_parse_chain):
20779         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20780         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20781         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20782         gst_value_list calls on arrays. Fixes #321962.
20783
20784 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20785
20786         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20787         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20788         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20789         * gst/adder/gstadder.c: (gst_adder_init),
20790         (gst_adder_request_new_pad), (gst_adder_collected),
20791         (gst_adder_change_state):
20792           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20793           API change.
20794
20795 2005-11-21  Michael Smith <msmith@fluendo.com>
20796
20797         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20798         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20799           Properly handle pad_push return values.
20800
20801 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20802
20803         * gst-libs/gst/tag/Makefile.am:
20804         * gst-libs/gst/tag/gstvorbistag.c:
20805         (gst_tag_list_to_vorbiscomment_buffer):
20806           Remove obsolete vorbistag element and debug category.
20807
20808         * gst/playback/gstplaybasebin.c: (check_queue):
20809           Don't divide by 0 when queue-threshold is 0.
20810
20811         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20812           Don't modify an existing pixel-aspect-ratio if we fail to read
20813           a new one.
20814
20815 2005-11-20  Wim Taymans  <wim@fluendo.com>
20816
20817         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20818         (gst_vorbisenc_push_packet):
20819         GST_PAD_IS_USABLE is gone, use the return value of
20820         the push or pad_alloc_buffer instead.
20821
20822 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20823
20824         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20825         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20826         (gst_ximagesink_ximage_destroy),
20827         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20828         (gst_ximagesink_xwindow_new),
20829         (gst_ximagesink_xwindow_update_geometry),
20830         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20831         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20832         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20833         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20834         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20835         (gst_ximagesink_navigation_send_event),
20836         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20837         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20838         (gst_ximagesink_finalize), (gst_ximagesink_init),
20839         (gst_ximagesink_class_init):
20840         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20841         This new version brings correct software scaling, non flickering
20842         window while resizing, pixel aspect ratio handling, usage of
20843         hardware buffer pools, out of data flow event thread for 
20844         navigation and handling of expose events even when being PAUSED,
20845         a new property to keep video aspect ratio when resizing, etc...
20846
20847 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20848
20849         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20850         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20851         handling of PAR.
20852
20853 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20854
20855         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20856         Unsetting IS_SINK flag from the fakesink, so decodebin
20857         never behaves as a sink.
20858
20859 2005-11-17  Wim Taymans  <wim@fluendo.com>
20860
20861         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20862         (gst_base_audio_src_change_state):
20863         Fix the audiosrc base class again, we did not unflush.
20864
20865 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20866
20867         * examples/seeking/seek.c: (make_dv_pipeline),
20868         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20869         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20870         to ogg/vorbis/theora pipeline.
20871
20872 2005-11-17  Wim Taymans  <wim@fluendo.com>
20873
20874         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20875         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20876         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20877         Fix EOS on multiple streams.
20878         More debugging.
20879
20880 2005-11-16  Wim Taymans  <wim@fluendo.com>
20881
20882         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20883         (gst_ogg_demux_perform_seek):
20884         Segment done must include stream time.
20885
20886         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20887         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20888         (gst_ogg_mux_change_state):
20889         Fix ogg muxer again.
20890
20891 2005-11-16  Wim Taymans  <wim@fluendo.com>
20892
20893         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20894         Fix compile again.
20895
20896 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20897
20898         * ext/libvisual/visual.c: (gst_visual_init):
20899         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20900         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20901         (gst_ogg_parse_chain):
20902         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20903         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20904         * ext/theora/theoradec.c: (gst_theora_dec_init):
20905         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20906         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20907         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20908         * gst/adder/gstadder.c: (gst_adder_class_init),
20909         (gst_adder_dispose):
20910         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20911         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20912         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20913           Fix a whole set of pad template leaks
20914
20915 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20916
20917         * check/generic/states.c: (GST_START_TEST):
20918           fix the test so that it only checks for elements that are part of
20919           this source module
20920
20921 2005-11-16  Michael Smith <msmith@fluendo.com>
20922
20923         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20924         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20925         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20926         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20927         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20928         (gst_ogg_mux_change_state):
20929           Fix leaking collectpads.
20930
20931 2005-11-16  Edward Hervey  <edward@fluendo.com>
20932
20933         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20934         (gst_videorate_event), (gst_videorate_chain):
20935         Handle segment seeks
20936
20937 2005-11-16  Wim Taymans  <wim@fluendo.com>
20938
20939         * gst-libs/gst/audio/gstbaseaudiosink.c:
20940         (gst_base_audio_sink_provide_clock),
20941         (gst_base_audio_sink_change_state):
20942         Set ringbuffer to non-flushing when going to PAUSED, set to
20943         flushing again when going to READY.
20944
20945         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20946         (gst_ring_buffer_stop):
20947         Start in flushing mode by default.
20948         Don't set flushing in the _stop method, let the app call
20949         this explicitly.
20950
20951 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20952
20953         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20954         * gst-libs/gst/video/videosink.h: Add helper function needed
20955         for video sinks.
20956
20957 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20958
20959         * gst/videoscale/gstvideoscale.c:
20960         (gst_videoscale_handle_src_event):
20961           Don't leak reference to pad parent.
20962
20963 2005-11-16  Wim Taymans  <wim@fluendo.com>
20964
20965         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20966         Set ringbuffer to flushing when stopping so that we don't
20967         block on wait_segment anymore and livelock.
20968
20969 2005-11-16  Wim Taymans  <wim@fluendo.com>
20970
20971         * examples/seeking/seek.c: (send_event), (do_seek),
20972         (loop_toggle_cb), (segment_done), (main):
20973         Added looping checkbox.
20974
20975 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20976
20977         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20978         (gst_ogg_demux_init):
20979         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20980         (gst_vorbis_dec_init):
20981           revert unrefs, they don't pass make check
20982
20983 2005-11-15  Johan Dahlin  <johan@gnome.org>
20984
20985         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20986         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20987         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20988         (gst_vorbis_dec_init):
20989         Fix pad template leaks. 
20990
20991 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20992
20993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20994           Make state change function thread safe.
20995
20996 2005-11-15  Edward Hervey  <edward@fluendo.com>
20997
20998         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20999         (gst_ogg_demux_class_init):
21000         Implement GstElement::send_event, so we can send seek events
21001         in GST_STATE_READY
21002
21003 2005-11-14  Julien MOUTTE  <julien@moutte.net>
21004
21005         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
21006         Discovered how to take away flickering while resizing the
21007         window. Please don't put that in ximagesink, refactoring in
21008         progress.
21009
21010 2005-11-14  Michael Smith <msmith@fluendo.com>
21011
21012         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
21013         (gst_multifdsink_render):
21014           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
21015
21016 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
21017
21018         * gst/playback/gstplaybin.c: (gen_audio_element):
21019           Use autoaudiosink, it tends to be more widely available than
21020           autoaudiiosink.
21021           
21022 2005-11-14  Andy Wingo  <wingo@pobox.com>
21023
21024         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
21025         as well if it is available. Fixes #316442.
21026
21027 2005-11-14  Michael Smith <msmith@fluendo.com>
21028
21029         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
21030         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21031         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21032         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21033         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
21034         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21035         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
21036         (gst_vorbisenc_change_state):
21037           Fix a small memory leak in vorbisenc.
21038           Fix large memory leaks in oggmux, also fix lots of state change
21039           bugs in oggmux.
21040
21041 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21042
21043         * gst/videotestsrc/gstvideotestsrc.c:
21044         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
21045         (gst_videotestsrc_src_fixate):
21046           move fixation to a fixate function
21047           remove negotiate function, basesrc's is good enough
21048           fixes a bug for check when using the element alone
21049
21050 2005-11-13  Edward Hervey  <edward@fluendo.com>
21051
21052         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
21053         (key_toggle_cb), (main):
21054         Added checkboxes for adding/removing the accurate and key_unit seek
21055         flags.
21056
21057 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21058
21059         * configure.ac: back to HEAD
21060
21061 === release 0.9.5 ===
21062
21063 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
21064
21065         * configure.ac:
21066           releasing 0.9.5, "No No Kia"
21067
21068 2005-11-11  Edward Hervey  <edward@fluendo.com>
21069
21070         * examples/seeking/seek.c: (make_parselaunch_pipeline):
21071         Added parse-launch syntax seeking mode for the seeking example.
21072         This should help stress-test even more cases.
21073         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
21074
21075 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21076
21077         * sys/xvimage/xvimagesink.c:
21078         (gst_xvimagesink_navigation_send_event):
21079           Check whether peer pad exists before sending navigation events
21080           to it.
21081
21082 2005-11-11  Michael Smith <msmith@fluendo.com>
21083
21084         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
21085         (gst_vorbisenc_buffer_from_packet):
21086         * ext/vorbis/vorbisenc.h:
21087           Set duration on encoded buffers. This allows oggmux's
21088           max_page_delay parameter to actually work.
21089
21090 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21091
21092         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21093         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21094         (gst_ffmpegcsp_avpicture_fill):
21095         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21096         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21097           Make palettes work again (see #132341). Use our own macros
21098           for rounding up.
21099
21100 2005-11-10  Andy Wingo  <wingo@pobox.com>
21101
21102         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21103         string doober.
21104
21105 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21106
21107         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21108         (gst_ffmpegcsp_transform_caps):
21109           Prefer passthrough in transform_caps
21110
21111 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21112
21113         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21114           check for ALSA errors properly, instead of relying on ALSA's
21115           error strings to serve to the user.
21116
21117 2005-11-10  Wim Taymans  <wim@fluendo.com>
21118
21119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21120         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21121         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21122         Modernise the seek code.
21123
21124 2005-11-10  Michael Smith <msmith@fluendo.com>
21125         
21126         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21127         (setup_substreams), (set_active_source):
21128           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21129           trying to go to NULL if we failed to read a file.
21130
21131 2005-11-10  Wim Taymans  <wim@fluendo.com>
21132
21133         * gst/audiotestsrc/gstaudiotestsrc.c:
21134         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21135         (gst_audiotestsrc_create):
21136         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21137         (gst_sinesrc_get_times), (gst_sinesrc_create):
21138         * gst/videotestsrc/gstvideotestsrc.c:
21139         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21140         (gst_videotestsrc_create):
21141         The base class can now sync for us.
21142
21143 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21144
21145         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21146           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21147           name=source autoprobe=false autoprobe-fps=false copy-mode=1
21148           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21149           format=(fourcc)I420" ! xvimagesink
21150
21151 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
21152
21153         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21154         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21155         (gst_sinesrc_newsegment):
21156           Send newsegment event in TIME format, set duration if
21157           num-buffers is set, fix duration querying.
21158
21159 2005-11-10  Michael Smith <msmith@fluendo.com>
21160
21161         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21162         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21163         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21164         (gst_ogg_mux_collected):
21165          Fix EOS handling, partially. Now forwarding an EOS event once we have
21166          EOS on all pads works correctly. However, we still don't properly set
21167          EOS on the actual ogg stream pages.
21168
21169 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
21170
21171         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21172           Set elements to NULL state before disposing of them.
21173
21174 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21175
21176         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21177
21178         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21179         (gst_base_rtp_depayload_init),
21180         (gst_base_rtp_depayload_set_gst_timestamp):
21181         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21182           We need to send a newsegment event for each instance, not
21183           just for the first instance of this class (get rid of
21184           static variable in function). (#321011).
21185           
21186 2005-11-08  Michael Smith <msmith@fluendo.com>
21187
21188         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21189         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21190         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21191         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21192           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21193           This makes us mux things correctly according to the ogg muxing
21194           rules. Still not handling EOS correctly right now, though.
21195
21196 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21197
21198         * gst/audioconvert/gstaudioconvert.c:
21199           Fix typo in docs. 
21200
21201 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21202
21203         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21204         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21205           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21206           creating a new chain; should fix live streaming. Also
21207           add more debug output and fix a typo.
21208
21209 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21210
21211         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21212
21213         * gst/volume/gstvolume.c: (volume_set_caps):
21214           Fix compilation on Solaris with Forte. (#320923)
21215
21216 2005-11-08  Wim Taymans  <wim@fluendo.com>
21217
21218         * gst-libs/gst/audio/gstbaseaudiosink.c:
21219         (gst_base_audio_sink_render):
21220         No need to do a typecheck.
21221
21222 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21223
21224         * ext/alsa/gstalsa.h:
21225           We register a debug category, so let's use it.
21226
21227 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21228
21229         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21230         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21231         Fixed a small problem.
21232
21233 2005-11-04  Wim Taymans  <wim@fluendo.com>
21234
21235         * examples/seeking/Makefile.am:
21236         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21237         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21238         (make_playerbin_pipeline), (format_value), (update_scale),
21239         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21240         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21241         (print_usage), (main):
21242         Added app for playback speed testing.
21243
21244         * examples/seeking/seek.c: (dynamic_link),
21245         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21246         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21247         (message_received), (main):
21248         Updated seek example.
21249
21250 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21251
21252         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21253         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21254         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21255         (gst_base_rtp_depayload_set_clock):
21256         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21257         Don't sleep on the bench (system clock) when you have a nice 
21258         comfortable bed (Gstreamer clock) to sleep on.
21259
21260 2005-11-03  Wim Taymans  <wim@fluendo.com>
21261
21262         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21263         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21264         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21265         Handle the case where a pad_block failed.
21266
21267 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21268
21269         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21270
21271         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21272         (gst_base_rtp_depayload_add_to_queue),
21273         (gst_base_rtp_depayload_push),
21274         (gst_base_rtp_depayload_set_gst_timestamp),
21275         (gst_base_rtp_depayload_queue_release):
21276           Fixes some bugs in the depayloader's queuing/de-queueing code.
21277
21278 2005-10-31  Michael Smith <msmith@fluendo.com>
21279
21280         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21281         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21282         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21283           Patch from Alessandro Decina <alessandro@nnva.org>.
21284           Make oggdemux only find the final time in a chain, not per-pad,
21285           since the per-pad information can be very expensive to locate, and
21286           it isn't used anywhere. This makes reading a file containing
21287           OggSkeleton reasonably fast.
21288           Also, make chain finding work when there are logical bitstreams that
21289           can't be decoded. Fixes #319110.
21290
21291 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21292
21293         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21294         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21295         (gst_base_rtp_depayload_chain),
21296         (gst_base_rtp_depayload_add_to_queue),
21297         (gst_base_rtp_depayload_push),
21298         (gst_base_rtp_depayload_set_gst_timestamp),
21299         (gst_base_rtp_depayload_queue_release),
21300         (gst_base_rtp_depayload_start_thread),
21301         (gst_base_rtp_depayload_set_property),
21302         (gst_base_rtp_depayload_get_property):
21303         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21304         Some random fixes, to fullfill the desires of thomas.
21305
21306 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21307
21308         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21309         (gst_base_rtp_depayload_add_to_queue),
21310         (gst_base_rtp_depayload_push):
21311         Fixed the queueing algorithm.
21312
21313 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21314
21315         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21316         (gst_base_rtp_depayload_push):
21317         A small fix
21318
21319 2005-10-31  Wim Taymans  <wim@fluendo.com>
21320
21321         * gst-libs/gst/audio/gstringbuffer.h:
21322         Don't break ABI.
21323
21324         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21325         (gst_ffmpeg_caps_to_pixfmt):
21326         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21327         (gst_ffmpegcsp_set_caps):
21328         Some more comments.
21329         Handle missing required caps fields better.
21330
21331 2005-10-31  Wim Taymans  <wim@fluendo.com>
21332
21333         * gst-libs/gst/audio/gstbaseaudiosink.c:
21334         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21335         (gst_base_audio_sink_render):
21336         * gst-libs/gst/audio/gstringbuffer.c:
21337         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21338         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21339         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21340         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21341         (gst_ring_buffer_read):
21342         * gst-libs/gst/audio/gstringbuffer.h:
21343         Add flushing mode to the ringbuffer so that it in all cases does
21344         not try to handle more audio. This makes sure it does not try to
21345         block anymore when flushing and fixes a livelock.
21346
21347 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21348
21349         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21350         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21351         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21352           Explicitly check for -1 values before doing a conversion
21353           and always map them to -1. (#315545)
21354
21355 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21356
21357         * gst/playback/gstplaybin.c: (gen_video_element):
21358           first try autovideosink, then xvimagesink, then error out
21359         * po/POTFILES.in:
21360           add translatable file
21361         * po/af.po:
21362         * po/az.po:
21363         * po/cs.po:
21364         * po/en_GB.po:
21365         * po/hu.po:
21366         * po/it.po:
21367         * po/nb.po:
21368         * po/nl.po:
21369         * po/or.po:
21370         * po/sq.po:
21371         * po/sr.po:
21372         * po/sv.po:
21373         * po/uk.po:
21374         * po/vi.po:
21375           update translations
21376
21377 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21378
21379         * gst-libs/gst/rtp/gstbasedepayload.c:
21380         * gst-libs/gst/rtp/gstbasedepayload.h:
21381           Minor cleanups
21382
21383 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21384
21385         * gst/playback/.cvsignore:
21386         * gst/playback/decodetest.c:
21387         * gst/playback/test3.c:
21388           Port these two tests as well.
21389
21390 2005-10-27  Wim Taymans  <wim@fluendo.com>
21391
21392         * ext/theora/theoradec.c: (theora_dec_src_query),
21393         (theora_dec_sink_event):
21394         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21395         (theora_enc_change_state):
21396         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21397         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21398         Take proper locks when handling events.
21399
21400 2005-10-27  Wim Taymans  <wim@fluendo.com>
21401
21402         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21403         (gst_adder_change_state):
21404         Fix timestamps and fix deadlock when stopping the collectpads.
21405
21406 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21407
21408         * gst-libs/gst/rtp/gstrtpbuffer.h:
21409         Declaring the payload types as strings too so that they can be used
21410         in the padtemplate inialization.
21411
21412 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21413
21414         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21415
21416         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21417         (gst_base_rtp_depayload_class_init):
21418         Fixes a small but nasty bug. The derived elements no longer segfaults
21419         on finalization.
21420
21421 2005-10-26  Michael Smith <msmith@fluendo.com>
21422
21423         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21424           When clearing an audioconvert context, set tmpbufsize to zero, so
21425           we'll allocate it again later if required.
21426           This fixes audioconvert re-negotiating formats, which previously
21427           segfaulted with a NULL destination buffer.
21428
21429 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21430
21431         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21432         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21433         (gst_base_rtp_depayload_set_gst_timestamp),
21434         (gst_base_rtp_depayload_queue_release):
21435         Fixed a smalll memleak.
21436
21437 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21438         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21439         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21440         (gst_base_rtp_depayload_finalize),
21441         (gst_base_rtp_depayload_setcaps),
21442         (gst_base_rtp_depayload_add_to_queue),
21443         (gst_base_rtp_depayload_push),
21444         (gst_base_rtp_depayload_set_gst_timestamp),
21445         (gst_base_rtp_depayload_queue_release),
21446         (gst_base_rtp_depayload_thread),
21447         (gst_base_rtp_depayload_change_state):
21448         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21449         Changed the C++ comments to C comments
21450
21451 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21452
21453         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21454         * gst/tcp/gsttcpclientsrc.h:
21455         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21456         * gst/tcp/gsttcpserversrc.h:
21457           Remove unused 'curoffset' structure member.
21458
21459 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21460
21461         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21462         (gst_base_rtp_depayload_base_init),
21463         (gst_base_rtp_depayload_finalize):
21464         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21465         * gst-libs/gst/rtp/gstbasertppayload.h:
21466           The pad-template on the sinkpad should be set by the derived classes.
21467           Also added some useful macros.
21468
21469 2005-10-24  Wim Taymans  <wim@fluendo.com>
21470
21471         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21472         Correctly flush decoder samples even if we could not
21473         copy them to an output buffer. Fixes #319618.
21474
21475 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21476
21477         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21479         the caps against our xcontext caps.
21480
21481 2005-10-24  Wim Taymans  <wim@fluendo.com>
21482
21483         * gst-libs/gst/audio/gstbaseaudiosink.c:
21484         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21485         Remove g_print
21486         Use sync property from baseclass to disable sync.
21487
21488 2005-10-24  Wim Taymans  <wim@fluendo.com>
21489
21490         * gst-libs/gst/audio/gstbaseaudiosink.c:
21491         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21492         Buffers with no timestamps get aligned with previous buffers or
21493         on underrun, played ASAP.
21494
21495 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21496
21497         * gst-libs/gst/video/video.h:
21498         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21499         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21501         here comes my change on caps for framerate and geometry range.
21502         We are now accepting 1 to MAXINT for width and height, and from
21503         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21504         to be blended correctly in videomixer.
21505
21506 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21507
21508         * configure.ac:
21509           back to HEAD
21510
21511 === release 0.9.4 ===
21512
21513 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21514
21515         * NEWS:
21516         * RELEASE:
21517         * configure.ac:
21518           releasing 0.9.4, "Velociraptor"
21519
21520 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21521
21522         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21523         * po/POTFILES.in:
21524           STOPPED -> FAILED
21525
21526 2005-10-21  Wim Taymans  <wim@fluendo.com>
21527
21528         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21529         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21530         (pad_blocked), (close_pad_link), (new_pad):
21531         Don't try to remove elements twice.
21532
21533 2005-10-21  Wim Taymans  <wim@fluendo.com>
21534
21535         * ext/theora/theoradec.c: (theora_dec_src_query),
21536         (theora_dec_sink_event):
21537         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21538         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21539         (vorbis_handle_data_packet):
21540         * ext/vorbis/vorbisdec.h:
21541         Fix old naming.
21542
21543         * gst-libs/gst/audio/gstbaseaudiosink.c:
21544         (gst_base_audio_sink_render):
21545         Don't try to sync on buffers without a timestamp.
21546
21547 2005-10-21  Wim Taymans  <wim@fluendo.com>
21548
21549         * ext/theora/theoradec.c: (theora_dec_src_query),
21550         (theora_dec_sink_event):
21551         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21552         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21553         (vorbis_handle_data_packet):
21554         * ext/vorbis/vorbisdec.h:
21555         Fix old naming.
21556
21557 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21558
21559         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21560         (gst_vorbisenc_src_query):
21561           Implement position and duration queries.
21562
21563         * gst/playback/test3.c: (update_scale), (main):
21564           Fix for async state changes and print nicer output.
21565
21566 2005-10-20  Wim Taymans  <wim@fluendo.com>
21567
21568         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21569         (dump_element_stats), (main):
21570         * gst/playback/test6.c: (main):
21571         Fix tests again
21572
21573 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21574
21575         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21576         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21577           Don't use functions for position queries when handling
21578           duration queries.
21579
21580 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21581
21582         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21583         (vorbis_handle_data_packet), (vorbis_dec_chain),
21584         (vorbis_dec_change_state):
21585         * ext/vorbis/vorbisdec.h:
21586           Vorbis streams can be embedded in other container formats
21587           than ogg, container formats where the demuxer might set 
21588           timestamps on encoded vorbis buffers instead of those silly 
21589           granulepos thingies. In short: make vorbisdec handle 
21590           timestamps on incoming buffers as well.
21591
21592 2005-10-20  Wim Taymans  <wim@fluendo.com>
21593
21594         * gst/playback/gstplaybasebin.c: (group_destroy),
21595         (gst_play_base_bin_change_state):
21596         Fix leak.
21597         Handle case where playbasebin is now ASYNC because
21598         decodebin is.
21599
21600 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21601
21602         * gst/audioconvert/Makefile.am:
21603         * gst/audioconvert/bufferframesconvert.c:
21604         * gst/audioconvert/plugin.c: (plugin_init):
21605         * gst/audioconvert/plugin.h:
21606           And bye bye buffer-frames-convert
21607
21608 2005-10-19  Wim Taymans  <wim@fluendo.com>
21609
21610         * check/elements/audioconvert.c:
21611         * docs/libs/tmpl/gstaudio.sgml:
21612         * docs/libs/tmpl/gstcolorbalance.sgml:
21613         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21614         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21615         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21616         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21617         * gst-libs/gst/audio/audio.h:
21618         * gst/audioconvert/audioconvert.h:
21619         * gst/audioconvert/gstaudioconvert.c:
21620         (gst_audio_convert_parse_caps):
21621         * gst/volume/gstvolume.c:
21622         Bye bye buffer-frames.
21623
21624 2005-10-19  Wim Taymans  <wim@fluendo.com>
21625
21626         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21627         (query_positions_elems), (query_positions_pads), (update_scale),
21628         (do_seek), (set_update_scale), (message_received), (main):
21629         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21630         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21631         (gst_ogg_demux_loop):
21632         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21633         * ext/theora/theoradec.c: (theora_dec_src_query),
21634         (theora_dec_sink_event):
21635         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21636         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21637         * gst/adder/gstadder.c: (gst_adder_query):
21638         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21639         * gst/playback/test3.c: (update_scale):
21640         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21641         (dump_element_stats), (main):
21642         * gst/playback/test6.c: (main):
21643         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21644         Query API update.
21645
21646 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21647
21648         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21649         (xml_check_first_element), (xml_type_find), (smil_type_find),
21650         (plugin_init):
21651           Add typefinding for SMIL and for generic XML. Based on patch by
21652           Akos Maroy (#308663).
21653
21654 2005-10-18  Wim Taymans  <wim@fluendo.com>
21655
21656         * gst/playback/Makefile.am:
21657         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21658         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21659         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21660         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21661         (gst_decode_bin_change_state):
21662         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21663         (gst_play_bin_send_event_to_sink):
21664         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21665         (dump_element_stats), (main):
21666         * gst/playback/test6.c: (main):
21667         Make playbin async, it'll commit state to paused when all streams
21668         are detected.
21669         Remove ugly hack.
21670         Added test6.c to show async behaviour.
21671
21672 2005-10-18  Wim Taymans  <wim@fluendo.com>
21673
21674         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21675         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21676         Fix for segment-start/stop API change.
21677
21678 2005-10-18  Wim Taymans  <wim@fluendo.com>
21679
21680         * check/Makefile.am:
21681         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21682         (main):
21683         Add future test for clock selection.
21684
21685 2005-10-18  Wim Taymans  <wim@fluendo.com>
21686
21687         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21688         (gst_alsasink_close):
21689         Set handle to NULL.
21690
21691         * gst-libs/gst/audio/gstringbuffer.c:
21692         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21693         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21694         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21695         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21696         (gst_ring_buffer_read):
21697         More debug info.
21698
21699 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21700
21701         * gst/audiotestsrc/Makefile.am:
21702         * gst/sine/Makefile.am:
21703         * gst/volume/Makefile.am:
21704           fix broken build of controllerized plugins
21705
21706 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21707
21708         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21709
21710         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21711         (gst_riff_create_video_template_caps):
21712           Add support for Indeo-3 (IV32).
21713
21714 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21715
21716         * configure.ac:
21717           rewrite
21718
21719 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21720
21721         * gst-libs/gst/video/video.c: (gst_video_get_size):
21722         * gst/audiotestsrc/gstaudiotestsrc.c:
21723           doc updates
21724
21725 2005-10-17  Andy Wingo  <wingo@pobox.com>
21726
21727         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21728         with the collectpads change.
21729         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21730
21731         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21732
21733         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21734
21735         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21736         alloc_buffer flow return to callers.
21737         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21738         change. Fix some memleaks in theoraenc.
21739
21740         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21741         in strange circumstance.
21742
21743 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21744
21745         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21746         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21747         from caps, let's use the caps...
21748
21749 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21750
21751         * configure.ac:
21752           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21753
21754 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21755
21756         * gst-libs/gst/interfaces/Makefile.am:
21757           fix silly typo
21758
21759 2005-10-16  Andy Wingo  <wingo@pobox.com>
21760
21761         * gst/playback/gstdecodebin.c
21762         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21763         function!
21764         (try_to_link_1): Increase kraziness level.
21765
21766 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21767
21768         * configure.ac:
21769           restructure like the core one
21770         * gst-libs/gst/audio/Makefile.am:
21771         * gst-libs/gst/interfaces/Makefile.am:
21772         * gst-libs/gst/net/Makefile.am:
21773         * gst-libs/gst/riff/Makefile.am:
21774         * gst-libs/gst/rtp/Makefile.am:
21775         * gst-libs/gst/tag/Makefile.am:
21776         * gst-libs/gst/video/Makefile.am:
21777           use correct linker flags, now the libs are properly versioned
21778         * check/elements/audioconvert.c: (verify_convert):
21779         * ext/alsa/gstalsaplugin.c:
21780         * ext/cdparanoia/gstcdparanoia.c:
21781         * ext/gnomevfs/gstgnomevfs.c:
21782         * ext/libvisual/visual.c:
21783         * ext/ogg/gstogg.c:
21784         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21785         * ext/theora/theora.c:
21786         * ext/vorbis/vorbis.c:
21787         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21788         * gst-libs/gst/tag/gsttagediting.c:
21789         * gst-libs/gst/video/video.c:
21790         * gst/adder/gstadder.c:
21791         * gst/audioconvert/plugin.c:
21792         * gst/audiorate/gstaudiorate.c:
21793         * gst/audioresample/gstaudioresample.c:
21794         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21795         * gst/audioscale/gstaudioscale.c:
21796         * gst/audioscale/resample.c:
21797         * gst/audiotestsrc/gstaudiotestsrc.c:
21798         * gst/ffmpegcolorspace/gstffmpeg.c:
21799         * gst/playback/gstdecodebin.c: (close_pad_link):
21800         * gst/playback/gstplaybin.c: (gen_video_element),
21801         (gen_audio_element):
21802         * gst/sine/gstsinesrc.c:
21803         * gst/subparse/gstsubparse.c:
21804         * gst/tags/gsttagediting.c:
21805         * gst/tcp/gsttcpplugin.c:
21806         * gst/typefind/gsttypefindfunctions.c:
21807         * gst/videorate/gstvideorate.c:
21808         * gst/videoscale/gstvideoscale.c:
21809         * gst/videotestsrc/gstvideotestsrc.c:
21810         * gst/volume/gstvolume.c:
21811         * sys/v4l/gstv4l.c:
21812         * sys/ximage/ximage.c:
21813         * sys/xvimage/xvimagesink.c:
21814           fix up defines
21815
21816 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21817
21818         * ext/vorbis/vorbisenc.c:
21819         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21820         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21821         (gst_tag_to_vorbis_comments):
21822           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21823
21824 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21825
21826         * examples/stats/mp2ogg.c:
21827         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21828           typo fixes
21829
21830 2005-10-13  Michael Smith <msmith@fluendo.com>
21831
21832         * ext/ogg/gstoggmux.c:
21833           Use magic glib macros to define constants as 64 bit, to ensure
21834           appropriate vararg passing.
21835
21836 2005-10-13  Michael Smith <msmith@fluendo.com>
21837
21838         * ext/ogg/gstoggmux.c:
21839         * gst/audioconvert/audioconvert.c: (float):
21840           Don't use LL suffix, as it's not portable, and neither of these
21841           uses required it anyway.
21842
21843 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21844
21845         * examples/indexing/indexmpeg.c: (main):
21846         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21847         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21848         (cdparanoia_convert), (cdparanoia_query):
21849         * ext/cdparanoia/gstcdparanoia.h:
21850         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21851         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21852         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21853         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21854         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21855         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21856         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21857         (gst_multifdsink_render), (gst_multifdsink_start),
21858         (gst_multifdsink_stop):
21859         * gst/tcp/gstmultifdsink.h:
21860         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21861         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21862         (gst_tcpclientsink_stop):
21863         * gst/tcp/gsttcpclientsink.h:
21864         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21865         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21866         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21867         * gst/tcp/gsttcpclientsrc.h:
21868         * gst/tcp/gsttcpserversink.h:
21869         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21870         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21871         (gst_tcpserversrc_stop):
21872         * gst/tcp/gsttcpserversrc.h:
21873         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21874         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21875         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21876           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21877           moved bitshift from macro to enum definition
21878
21879 2005-10-12  Wim Taymans  <wim@fluendo.com>
21880
21881         * examples/seeking/Makefile.am:
21882         Oops.
21883
21884 2005-10-12  Wim Taymans  <wim@fluendo.com>
21885
21886         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21887         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21888         Don't assert on normal stuff.
21889
21890         * gst/playback/gstplaybin.c: (do_playbin_seek):
21891         API fix.
21892
21893 2005-10-12  Wim Taymans  <wim@fluendo.com>
21894
21895         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21896         * examples/seeking/Makefile.am:
21897         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21898         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21899         (do_seek), (set_update_scale), (message_received), (main):
21900         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21901         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21902         Update for _get_state() API change.
21903
21904 2005-10-11  Wim Taymans  <wim@fluendo.com>
21905
21906         * gst-libs/gst/audio/gstbaseaudiosink.c:
21907         (gst_base_audio_sink_render):
21908         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21909         (gst_base_audio_src_create):
21910         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21911         (gst_ring_buffer_read):
21912         Cleanups.
21913         Commit and read from ringbuffer in samples rather than bytes.
21914
21915 2005-10-11  Wim Taymans  <wim@fluendo.com>
21916
21917         * gst-libs/gst/audio/gstbaseaudiosink.c:
21918         (gst_base_audio_sink_render):
21919         Respect segment rate and accum when scheduling samples.
21920
21921 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21922
21923         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21924         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21925         EOS correctly, that needs more work.
21926
21927 2005-10-11  Wim Taymans  <wim@fluendo.com>
21928
21929         * check/generic/states.c: (GST_START_TEST):
21930         remove old property.
21931
21932         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21933         (gst_ogg_demux_perform_seek):
21934         * ext/theora/theoradec.c: (theora_dec_sink_event):
21935         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21936         (vorbis_handle_data_packet):
21937         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21938         (gst_base_rtp_depayload_set_gst_timestamp):
21939         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21940         Update for newsegment API change.
21941
21942 2005-10-11  Michael Smith <msmith@fluendo.com>
21943
21944         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21945         (do_playbin_seek), (gst_play_bin_send_event):
21946           Override send_event differently, so that we can takes bits of
21947           functionality from GstPipeline (special handling for seeks,
21948           including pausing/resuming, and resetting stream time) and still get
21949           the appropriate behaviour of only forwarding event to a single sink,
21950           rather than all of them.
21951           Unfortunately requires a lot of code duplication, but the
21952           alternatives are equally ugly in the end.
21953
21954 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21955
21956         * check/elements/audioconvert.c: (setup_audioconvert),
21957         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21958         (GST_START_TEST), (audioconvert_suite):
21959           clean up tests a little, fix some leaks.
21960
21961 2005-10-10  Wim Taymans  <wim@fluendo.com>
21962
21963         * ext/alsa/gstalsasink.c:
21964         Also allow unsigned int.
21965
21966         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21967         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21968         Small cleanup
21969
21970 2005-10-10  Wim Taymans  <wim@fluendo.com>
21971
21972         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21973         Small update, use API as stated in design docs.
21974
21975         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21976         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21977         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21978         (message_received), (main):
21979         Updated seek example for GOption. Some usability improvements.
21980
21981 2005-10-10  Wim Taymans  <wim@fluendo.com>
21982
21983         * gst/audioconvert/audioconvert.h:
21984         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21985         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21986         Alloc temp storage somewhere else where we can do it more
21987         portable.
21988
21989 2005-10-10  Wim Taymans  <wim@fluendo.com>
21990
21991         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21992         (gst_tcpserversrc_start):
21993         Don't block in accept while doing the state change, move
21994         to poll and make cancellable.
21995
21996 2005-10-09  Philippe Khalaf <burger@speedy.org>
21997
21998         * gst-libs/gst/rtp/rtpbasedepayload.c:
21999         Set timestamp and add queue delay to timestamp
22000         * gst-libs/gst/rtp/rtpbuffer.h:
22001         Set correct payload type for h263
22002
22003 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22004
22005         * gst/audiotestsrc/gstaudiotestsrc.c:
22006         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
22007         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
22008         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
22009         (gst_audiotestsrc_create_triangle),
22010         (gst_audiotestsrc_create_silence),
22011         (gst_audiotestsrc_create_white_noise),
22012         (gst_audiotestsrc_init_pink_noise),
22013         (gst_audiotestsrc_generate_pink_noise_value),
22014         (gst_audiotestsrc_create_pink_noise),
22015         (gst_audiotestsrc_change_wave):
22016         * gst/audiotestsrc/gstaudiotestsrc.h:
22017           fixed typo, added pink noise
22018
22019 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22020
22021         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
22022         (plugin_init):
22023           Add wavpack and spc typefind functions from 0.8 branch.
22024
22025 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22026
22027         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
22028         (ar_type_find), (msdos_type_find), (plugin_init):
22029           Add typefind functions for tar archives, ar archives,
22030           RAR archives, and msdos-executables (dlls, exe, etc.).
22031           Some of those would be wrongly identified as mpeg
22032           streams of some sort before (#315550).
22033
22034 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22035
22036         * configure.ac:
22037         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22038         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22039         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
22040         * gst/audiotestsrc/Makefile.am:
22041         * gst/audiotestsrc/gstaudiotestsrc.c:
22042         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
22043         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
22044         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
22045         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
22046         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
22047         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
22048         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
22049         (gst_audiotestsrc_create_silence),
22050         (gst_audiotestsrc_create_white_noise),
22051         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
22052         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
22053         (gst_audiotestsrc_start), (plugin_init):
22054         * gst/audiotestsrc/gstaudiotestsrc.h:
22055           add new plugin and element
22056         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
22057           use gobject_class
22058
22059 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22060
22061         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
22062         (gst_adder_init), (gst_adder_request_new_pad),
22063         (gst_adder_change_state):
22064           Add query function to source pad, so adder reports the correct
22065           time/sample position when queried (#315457); fix state change
22066           function; use GST_DEBUG_FUNCPTR() for pad functions.
22067
22068 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22069
22070         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
22071           Fix leaks in typefind registration
22072           Clean up the gratuitous commenting and whitespacing a little
22073
22074 2005-10-08  Wim Taymans  <wim@fluendo.com>
22075
22076         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
22077         Only actually wait for the thread to be stopped if it's 
22078         running.
22079
22080 2005-10-08  Wim Taymans  <wim@fluendo.com>
22081
22082         * gst-libs/gst/audio/gstbaseaudiosink.c:
22083         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22084         If we receive EOS we can start playback of what we had.
22085
22086 2005-10-08  Wim Taymans  <wim@fluendo.com>
22087
22088         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22089         (gst_multifdsink_finalize), (multifdsink_hash_remove),
22090         (gst_multifdsink_stop):
22091         Fix crasher when going to NULL multiple times.
22092
22093 2005-10-06  Wim Taymans  <wim@fluendo.com>
22094
22095         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22096         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22097         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22098         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22099         patch from Edgard Lima <edgard.lima@indt.org.br>
22100         Fixed gstbaseaudiosrc adding ring buffer sync to it.
22101
22102 2005-10-06  Wim Taymans  <wim@fluendo.com>
22103
22104         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22105         Report the FLOW_RETURN as string in the error message.
22106
22107         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22108         Don't assert when clearing an unnegotiated buffer.
22109
22110 2005-10-04  Michael Smith <msmith@fluendo.com>
22111
22112         * gst/playback/gstplaybasebin.c: (group_destroy),
22113         (gen_preroll_element), (remove_groups), (setup_source):
22114         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22115         (setup_sinks), (gst_play_bin_send_event),
22116         (gst_play_bin_change_state):
22117           Set state to NULL before removing from bin. Fix refcounting.
22118
22119 2005-10-04  Michael Smith <msmith@fluendo.com>
22120
22121         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22122           Correct refcounting in send_event() function. Previously was wrong
22123           if the first sink was unable to handle the event.
22124
22125 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22126
22127         * configure.ac:
22128           back to development
22129
22130 === release 0.9.3 ===
22131
22132 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22133
22134         * configure.ac:
22135           Releasing 0.9.3, "De Facto"
22136
22137 2005-10-03  Andy Wingo  <wingo@pobox.com>
22138
22139         * gst/playback/gstdecodebin.c (try_to_link_1)
22140         (remove_element_chain): set element to NULL before removing it.
22141
22142 2005-10-02  Johan Dahlin  <johan@gnome.org>
22143
22144         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
22145         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22146         MT safe.
22147
22148 2005-10-02  Andy Wingo  <wingo@pobox.com>
22149
22150         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
22151         (gst_ring_buffer_prepare_read): 
22152         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22153         Demote to LOG.
22154
22155 2005-09-29  Wim Taymans  <wim@fluendo.com>
22156
22157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22158         * ext/theora/theoradec.c: (theora_handle_data_packet):
22159         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22160         Propagate error codes from alloc_buffer too.
22161
22162 2005-09-29  Wim Taymans  <wim@fluendo.com>
22163
22164         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22165         We use fixed caps.
22166
22167         * gst/playback/Makefile.am:
22168         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22169         (dump_element_stats), (main):
22170         Added example stream introspection code.
22171
22172 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22173
22174         * gst/adder/gstadder.c: (gst_adder_collected):
22175           fix adder for float elements
22176
22177 2005-09-28  Wim Taymans  <wim@fluendo.com>
22178
22179         * gst-libs/gst/audio/gstbaseaudiosink.c:
22180         (gst_base_audio_sink_class_init),
22181         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22182         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22183         (gst_base_audio_src_class_init),
22184         (gst_base_audio_src_provide_clock):
22185         get_clock -> provide_clock
22186
22187 2005-09-28  Andy Wingo  <wingo@pobox.com>
22188
22189         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22190         and unlocking.
22191
22192         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22193         unlocking.
22194
22195         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22196         Actually add the pad template.
22197         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22198
22199         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22200         I'm at it...
22201
22202         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22203         from fdsrc. Get caps in create() instead of start() so it can be
22204         interrupted. Interruption somewhat untested.
22205
22206         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22207         Proper EOS handling.
22208
22209 2005-09-27  Andy Wingo  <wingo@pobox.com>
22210
22211         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22212
22213         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22214
22215         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22216
22217         * gst/tcp/gsttcp.h: 
22218         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22219         out of tcpclientsrc.c. Cancellable.
22220         (gst_tcp_socket_read): Made private, cancellable, with better
22221         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22222         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22223         whole buffer, and better diagnostics.
22224         (gst_tcp_gdp_read_caps): Same.
22225
22226         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22227
22228 2005-09-26  Andy Wingo  <wingo@pobox.com>
22229
22230         * gst/sine/gstsinesrc.h:
22231         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22232         change the 'sync' property to 'is-live' and implement it halfway,
22233         update for controller api change.
22234
22235         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22236         controller api change.
22237
22238 2005-09-24  Wim Taymans  <wim@fluendo.com>
22239
22240         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22241         * gst-libs/gst/audio/gstaudiosink.c:
22242         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22243         (gst_audioringbuffer_stop):
22244         * gst-libs/gst/audio/gstbaseaudiosink.c:
22245         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22246         (gst_base_audio_sink_change_state):
22247         * gst-libs/gst/audio/gstbaseaudiosink.h:
22248         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22249         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22250         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22251         * gst-libs/gst/audio/gstringbuffer.h:
22252         Fix sync again. Moved sample alignment to basesink.
22253
22254 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22255
22256         * docs/plugins/Makefile.am:
22257         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22258         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22259         * gst/volume/gstvolume.c:
22260           add/fix docs
22261         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22262         * gst-libs/gst/audio/audio.h:
22263           add conversion macros for frames <-> clocktime
22264
22265 2005-09-23  David Schleef  <ds@schleef.org>
22266
22267         * gst/audioresample/Makefile.am:
22268         * gst/audioresample/debug.h:
22269         * gst/audioresample/gstaudioresample.c:
22270         * gst/audioresample/resample.c: Convert to using gst debugging
22271
22272 2005-09-22  Wim Taymans  <wim@fluendo.com>
22273
22274         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22275         (gst_play_bin_send_event):
22276         Only seek on one sink, the first one that succeeds.
22277
22278 2005-09-22  Michael Smith <msmith@fluendo.com>
22279
22280         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22281         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22282         Don't flush encoder state unless we have an initialised encoder.
22283         Clear out encoder state on PAUSED_TO_READY.
22284
22285 2005-09-22  Wim Taymans  <wim@fluendo.com>
22286
22287         * gst-libs/gst/rtp/gstbasertppayload.c:
22288         (gst_basertppayload_class_init), (gst_basertppayload_init),
22289         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22290         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22291         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22292         (gst_basertppayload_set_property),
22293         (gst_basertppayload_get_property),
22294         (gst_basertppayload_change_state):
22295         * gst-libs/gst/rtp/gstbasertppayload.h:
22296         Added max-ptime to control amount of data in the rtp packets.
22297
22298 2005-09-21  Andy Wingo  <wingo@pobox.com>
22299
22300         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22301         thingies.
22302
22303         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22304         can be called multiple times, dogs.
22305
22306 2005-09-21  Wim Taymans  <wim@fluendo.com>
22307
22308         * gst-libs/gst/rtp/gstbasertppayload.c:
22309         (gst_basertppayload_class_init), (gst_basertppayload_init),
22310         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22311         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22312         (gst_basertppayload_push), (gst_basertppayload_get_property),
22313         (gst_basertppayload_change_state):
22314         Allow 0 ssrc too.
22315
22316 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22317
22318         * docs/libs/compiling.sgml:
22319           fixing typos
22320
22321 2005-09-20  Wim Taymans  <wim@fluendo.com>
22322
22323         * gst-libs/gst/rtp/gstbasertppayload.c:
22324         (gst_basertppayload_class_init), (gst_basertppayload_init),
22325         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22326         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22327         (gst_basertppayload_push), (gst_basertppayload_set_property),
22328         (gst_basertppayload_get_property),
22329         (gst_basertppayload_change_state):
22330         * gst-libs/gst/rtp/gstbasertppayload.h:
22331         Added property to configure sequence number offsets.
22332
22333 2005-09-20  Wim Taymans  <wim@fluendo.com>
22334
22335         * gst-libs/gst/rtp/gstbasertppayload.c:
22336         (gst_basertppayload_class_init), (gst_basertppayload_init),
22337         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22338         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22339         (gst_basertppayload_push), (gst_basertppayload_set_property),
22340         (gst_basertppayload_get_property),
22341         (gst_basertppayload_change_state):
22342         * gst-libs/gst/rtp/gstbasertppayload.h:
22343         Make timestamp offset configurable.
22344
22345 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22346
22347         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22348           fix wrong pop/unref
22349
22350 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22351
22352         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22353
22354         * gst-libs/gst/interfaces/propertyprobe.c:
22355         (gst_property_probe_probe_property_name),
22356         (gst_property_probe_needs_probe_name),
22357         (gst_property_probe_get_values_name),
22358         (gst_property_probe_probe_and_get_values_name):
22359           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22360           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22361
22362 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22363
22364         * check/Makefile.am:
22365           have some tests be disabled for valgrinding
22366         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22367         (GST_START_TEST):
22368         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22369           Fix A Leak.  Chain To Parent Finalize.
22370
22371 2005-09-19  Wim Taymans  <wim@fluendo.com>
22372
22373         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22374         Fixed wav pipeline.
22375
22376 2005-09-19  Wim Taymans  <wim@fluendo.com>
22377
22378         * gst-libs/gst/rtp/gstbasertppayload.c:
22379         (gst_basertppayload_class_init), (gst_basertppayload_init),
22380         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22381         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22382         (gst_basertppayload_push), (gst_basertppayload_get_property),
22383         (gst_basertppayload_change_state):
22384         Posting ERROR and WARNING messages is good.
22385
22386 2005-09-19  Wim Taymans  <wim@fluendo.com>
22387
22388         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22389         (gst_base_rtp_depayload_add_to_queue),
22390         (gst_base_rtp_depayload_push),
22391         (gst_base_rtp_depayload_set_gst_timestamp),
22392         (gst_base_rtp_depayload_queue_release):
22393         This one was not supposed to go in.
22394
22395 2005-09-19  Wim Taymans  <wim@fluendo.com>
22396
22397         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22398         Fix for bus API.
22399
22400         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22401         (gst_base_rtp_depayload_chain),
22402         (gst_base_rtp_depayload_add_to_queue),
22403         (gst_base_rtp_depayload_push),
22404         (gst_base_rtp_depayload_set_gst_timestamp),
22405         (gst_base_rtp_depayload_queue_release):
22406         Some cleanups.
22407
22408         * gst-libs/gst/rtp/gstbasertppayload.c:
22409         (gst_basertppayload_class_init), (gst_basertppayload_init),
22410         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22411         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22412         (gst_basertppayload_get_property),
22413         (gst_basertppayload_change_state):
22414         Added debugging category.
22415
22416 2005-09-18  David Schleef  <ds@schleef.org>
22417
22418         * gst/playback/gstdecodebin.c: free plugin list correctly
22419         * gst/playback/gstplaybin.c: emit warning if autovideosink
22420           and autoaudiosink can't be found (instead of segfaulting)
22421
22422 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22423
22424         * check/elements/audioconvert.c: (GST_START_TEST):
22425           try out 24 bit conversion
22426
22427 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22428
22429         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22430         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22431         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22432         * ext/vorbis/vorbisenc.h:
22433           Fix EOS handling.  Still needs a fix in the ogg muxer to
22434           mark the last page as eos.
22435
22436 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22437
22438         * common/gtk-doc-plugins.mak:
22439         * docs/plugins/Makefile.am:
22440         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22441         * gst/ffmpegcolorspace/Makefile.am:
22442         * gst/ffmpegcolorspace/avcodec.h:
22443         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22444         * gst/tcp/gstmultifdsink.c:
22445           fix up ffmpegcolorspace docs; extract header
22446
22447 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22448
22449         * common/gtk-doc-plugins.mak:
22450         * docs/plugins/Makefile.am:
22451         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22452         * ext/theora/Makefile.am:
22453         * ext/theora/gsttheoraenc.h:
22454         * ext/theora/theoraenc.c:
22455         * ext/vorbis/vorbisenc.c:
22456           pick up signals and args for vorbis; add some docs for vorbis
22457
22458 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22459
22460         * common/gstdoc-scangobj:
22461         * common/gtk-doc-plugins.mak:
22462         * docs/libs/Makefile.am:
22463         * docs/plugins/gst-plugins-base-plugins.args:
22464         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22465         * docs/plugins/gst-plugins-base-plugins.interfaces:
22466         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22467         * docs/plugins/gst-plugins-base-plugins.signals:
22468           only scanobj stuff from our source module.  Not sure yet
22469           if that's correct, given the hierarchy stuff :)
22470
22471 2005-09-15  Wim Taymans  <wim@fluendo.com>
22472
22473         * gst/audioconvert/gstaudioconvert.c:
22474         And enable 24 bits mode as well..
22475
22476 2005-09-15  Wim Taymans  <wim@fluendo.com>
22477
22478         * gst-libs/gst/rtp/Makefile.am:
22479         * gst-libs/gst/rtp/gstbasertppayload.c:
22480         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22481         (gst_basertppayload_class_init), (gst_basertppayload_init),
22482         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22483         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22484         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22485         (gst_basertppayload_set_property),
22486         (gst_basertppayload_get_property),
22487         (gst_basertppayload_change_state):
22488         * gst-libs/gst/rtp/gstbasertppayload.h:
22489         Added rtp payloader base class.
22490
22491 2005-09-15  Andy Wingo  <wingo@pobox.com>
22492
22493         * configure.ac (plugindir): Remove the EOL matcher from the
22494         regexp, as it causes me problems. Libtool? Make? Who knows?
22495
22496 2005-09-14  David Schleef  <ds@schleef.org>
22497
22498         * check/generic/states.c: 
22499         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22500         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22501           Fixes for changes in registry API.
22502
22503         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22504           to GST_PLUGIN_LDFLAGS.
22505         * ext/libvisual/visual.c: Make the library shut up.
22506         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22507         * gst-libs/gst/audio/gstaudiofilter.c: same
22508
22509 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22510
22511         * docs/plugins/Makefile.am:
22512         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22513         * docs/plugins/inspect/plugin-libvisual.xml:
22514         * docs/plugins/tmpl/element-tcpserversink.sgml:
22515         * ext/theora/theoraenc.c:
22516           add libvisual plugin and theoraenc element to docs
22517
22518 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22519
22520         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22521         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22522         * ext/theora/theoraenc.c:
22523           add theoraenc
22524
22525 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22526
22527         * gst/audioconvert/Makefile.am:
22528           Audioconvert derives from GstBaseTransform and should
22529           link to the library with our base elements to avoid
22530           unresolved symbols. Makes things work with MinGW (#316160)
22531
22532         * gst/playback/test4.c: (main):
22533           Fix MinGW build problem and use g_usleep() instead of 
22534           sleep() (#316162)
22535
22536 2005-09-12  Wim Taymans  <wim@fluendo.com>
22537
22538         * gst/audioconvert/audioconvert.c: (float),
22539         (audio_convert_prepare_context), (audio_convert_convert):
22540         * gst/audioconvert/audioconvert.h:
22541         Cleanups, speedups, simplifications, added back support
22542         for 24 bits.
22543
22544 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22545
22546         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22547         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22548         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22549         * docs/plugins/tmpl/element-tcpserversink.sgml:
22550         * gst/ffmpegcolorspace/gstffmpeg.c:
22551         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22552         * gst/videotestsrc/gstvideotestsrc.c:
22553         * gst/volume/gstvolume.c:
22554           add more elements to the docs
22555
22556 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22557
22558         * check/Makefile.am:
22559         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22560         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22561           Add extra tests for basetransform based components. 
22562           Comment out the test_element_negotiation test until we decide
22563           if it's testing correct behaviour.
22564         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22565         (gst_visual_chain), (gst_visual_change_state):
22566           Slightly more correct but still bogus timestamping.
22567           Fix state change function.
22568         * gst/audioconvert/gstaudioconvert.c:
22569         (gst_audio_convert_class_init):
22570         * gst/audioresample/gstaudioresample.c:
22571         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22572         (gst_ffmpegcsp_class_init):
22573         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22574         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22575         (gst_videoscale_prepare_image):
22576         * gst/volume/gstvolume.c: (gst_volume_class_init),
22577         (volume_transform_ip):
22578           Basetransform updates. Enable passthrough modes.
22579         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22580         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22581         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22582           Negotiation fix that allows the window to return to the original
22583           size and renegotiate passthrough upstream. Extra debug output.
22584
22585 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22586
22587         * gst/sine/gstsinesrc.c:
22588         * gst/volume/gstvolume.c:
22589           fix up header include
22590
22591 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22592
22593         * gst-libs/gst/audio/gstbaseaudiosink.c:
22594         (gst_base_audio_sink_render):
22595         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22596         * gst/volume/gstvolume.c: (gst_volume_class_init),
22597         (volume_transform):
22598           fixing lost sync, some more debugging
22599
22600 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22601
22602         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22603         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22604         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22605         (gst_xvimagesink_check_xshm_calls):
22606           Fix compilation when XShm is not available.
22607
22608 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22609
22610         * ext/libvisual/visual.c: (gst_visual_dispose),
22611         (gst_visual_getcaps), (gst_visual_src_setcaps),
22612         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22613         (gst_visual_change_state):
22614           Finish fixing up libvisual plugin so that it runs. 
22615
22616 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22617
22618         * ext/vorbis/vorbisenc.c:
22619         * gst-libs/gst/tag/gstvorbistag.c:
22620           gsttaginterface.h -> gsttagsetter.h
22621
22622 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22623
22624         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22625           added another test that failes for me (test is not active by default)
22626
22627 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22628
22629         * configure.ac:
22630           v4l2 is no longer in gst-plugins-base
22631
22632 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22633
22634         * configure.ac:
22635           In the output at the end, don't show the first plugin on the same
22636           line as "Core plug-ins, always built:".
22637           Indent the output as for other plugin categories
22638         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22639           #define that can be used to not use peer buffer_alloc functions for
22640           test purposes.
22641         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22642         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22643         (gst_ximagesink_show_frame):
22644         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22645         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22646         (gst_xvimagesink_show_frame):
22647           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22648           fails gracefully instead of XError aborting or deadlocking.
22649
22650 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22651
22652         * ext/libvisual/Makefile.am:
22653           link against gst-base-libs
22654
22655 2005-09-06  David Schleef  <ds@schleef.org>
22656
22657         * configure.ac: Enable libvisual plugin.
22658         * ext/libvisual/Makefile.am:
22659         * ext/libvisual/visual.c: Fixes to make it compile.
22660
22661 === release 0.9.2 ===
22662
22663 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22664
22665         * NEWS:
22666         * RELEASE:
22667         * configure.ac:
22668         * docs/random/ChangeLog-0.8:
22669           releasing 0.9.2, "Spoon"
22670
22671 2005-09-05  Michael Smith <msmith@fluendo.com>
22672
22673         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22674           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22675           that in the vorbisenc element.
22676
22677 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22678
22679         * common/gtk-doc-plugins.mak:
22680         * docs/plugins/Makefile.am:
22681           fix distcheck
22682         * gst/audioresample/resample.c:
22683           fix wrong docstring
22684
22685 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22686
22687         * common/gst-xmlinspect.py:
22688         * common/gtk-doc-plugins.mak:
22689           only inspect plugins for this given package
22690           require gst-python 0.9
22691
22692 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22693
22694         * Makefile.am:
22695         * autogen.sh:
22696         * common/gst-xmlinspect.py:
22697         * configure.ac:
22698         * docs/Makefile.am:
22699         * docs/plugins/inspect/plugin-alsa.xml:
22700         * docs/plugins/inspect/plugin-audioresample.xml:
22701         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22702         * docs/plugins/inspect/plugin-ogg.xml:
22703         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22704         * docs/plugins/tmpl/element-multifdsink.sgml:
22705         * docs/plugins/tmpl/element-tcpserversink.sgml:
22706         * docs/plugins/tmpl/element-vorbisenc.sgml:
22707         * gst-plugins-base.spec.in:
22708           various doc-related updates
22709
22710 2005-08-31  Wim Taymans  <wim@fluendo.com>
22711
22712         * gst-libs/gst/audio/gstbaseaudiosink.c:
22713         (gst_base_audio_sink_render):
22714         Resync if the buffer timestamps drift more than a 10th 
22715         of a second.
22716
22717 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22718
22719         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22720         (gst_v4lsrc_get_property):
22721           The 'timestamp-offset' property is registered as an int64, so
22722           let's use g_value_{set|get}_int64() in our setter and getter
22723           functions (makes it work and fixes warnings with gst-inspect).
22724
22725 2005-08-30  Wim Taymans  <wim@fluendo.com>
22726
22727         * check/elements/audioconvert.c: (setup_audioconvert):
22728         * check/elements/audioresample.c: (setup_audioresample):
22729         * check/elements/volume.c: (setup_volume):
22730         Fix checks.
22731
22732 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22733
22734         * common/gtk-doc-plugins.mak:
22735         * common/plugins.xsl:
22736         * docs/plugins/Makefile.am:
22737           make module a param
22738
22739 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22740
22741         * examples/seeking/seek.c: (make_mp3_pipeline),
22742         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22743         (play_cb), (pause_cb), (stop_cb):
22744           update the example
22745
22746 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22747
22748         * gst/volume/gstvolume.c: (gst_volume_class_init),
22749         (volume_transform):
22750           do not update controlled params, if buffer has no timestamp
22751
22752 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22753
22754         * configure.ac:
22755         * gst/sine/Makefile.am:
22756         * gst/volume/Makefile.am:
22757           controllerized elements also need to link against controller-libs ;)
22758
22759 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22760
22761         * docs/libs/tmpl/gstcolorbalance.sgml:
22762         * docs/libs/tmpl/gstgconf.sgml:
22763         * docs/libs/tmpl/gstmixer.sgml:
22764         * docs/libs/tmpl/gstringbuffer.sgml:
22765         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22766         (gst_sinesrc_create):
22767         * gst/volume/gstvolume.c: (gst_volume_class_init),
22768         (volume_transform):
22769           controllerized two audio plugins
22770
22771 2005-08-29  Andy Wingo  <wingo@pobox.com>
22772
22773         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22774         (vorbis_handle_data_packet): Fix some int overflow errors.
22775
22776         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22777         -1.
22778         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22779         valid.
22780         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22781         if it's valid. Fixed streaming-mode playback.
22782
22783         * check/elements/volume.c (cleanup_volume): Fix for running
22784         CK_FORK=no.
22785
22786         * check/elements/audioconvert.c: Convert from native endian, not
22787         little endian.
22788
22789 2005-08-29  Michael Smith <msmith@fluendo.com>
22790
22791         * ext/ogg/Makefile.am:
22792         * ext/ogg/gstogg.c: (plugin_init):
22793         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22794         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22795         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22796         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22797         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22798         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22799         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22800         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22801         Add an ogg parser element.
22802
22803 2005-08-28  Andy Wingo  <wingo@pobox.com>
22804
22805         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22806
22807 2005-08-26  Wim Taymans  <wim@fluendo.com>
22808
22809         * gst/audioconvert/audioconvert.c: (if), (float),
22810         (audio_convert_get_func_index), (check_default),
22811         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22812         (audio_convert_clean_context), (audio_convert_get_sizes),
22813         (audio_convert_convert):
22814         Cleanups.
22815
22816 2005-08-26  Wim Taymans  <wim@fluendo.com>
22817
22818         * gst/audioconvert/audioconvert.c: (if), (float),
22819         (audio_convert_get_func_index), (check_default),
22820         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22821         (audio_convert_clean_context), (audio_convert_get_sizes),
22822         (audio_convert_convert):
22823         More elegant and working temp buffer selection algo.
22824
22825 2005-08-26  Wim Taymans  <wim@fluendo.com>
22826
22827         * gst/audioconvert/audioconvert.c: (if), (float),
22828         (audio_convert_get_func_index), (check_default),
22829         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22830         (audio_convert_clean_context), (audio_convert_get_sizes),
22831         (get_temp_buffer), (audio_convert_convert):
22832         Use realloc else we lose our original data.
22833
22834 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22835
22836         * gst/audioresample/gstaudioresample.c:
22837           use base class' newsegment to properly timestamp
22838
22839 2005-08-26  Wim Taymans  <wim@fluendo.com>
22840
22841         * gst/audioconvert/audioconvert.c: (if), (float),
22842         (audio_convert_get_func_index), (check_default),
22843         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22844         (audio_convert_clean_context), (audio_convert_get_sizes),
22845         (get_temp_buffer), (audio_convert_convert):
22846         * gst/audioconvert/gstaudioconvert.c:
22847         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22848         (gst_audio_convert_transform_caps),
22849         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22850         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22851         Oops, allocate enough space to perform the channel mix.
22852
22853 2005-08-26  Wim Taymans  <wim@fluendo.com>
22854
22855         * gst/audioconvert/Makefile.am:
22856         * gst/audioconvert/audioconvert.c: (if), (float),
22857         (audio_convert_get_func_index), (check_default),
22858         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22859         (audio_convert_clean_context), (audio_convert_get_sizes),
22860         (get_temp_buffer), (audio_convert_convert):
22861         * gst/audioconvert/audioconvert.h:
22862         * gst/audioconvert/gstaudioconvert.c:
22863         (gst_audio_convert_class_init), (gst_audio_convert_init),
22864         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22865         (gst_audio_convert_get_unit_size),
22866         (gst_audio_convert_transform_caps),
22867         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22868         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22869         * gst/audioconvert/gstaudioconvert.h:
22870         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22871         (gst_channel_mix_fill_identical),
22872         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22873         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22874         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22875         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22876         (gst_channel_mix_mix):
22877         * gst/audioconvert/gstchannelmix.h:
22878         Cleanups, librarify a bit, optimize, better negotiation and more.
22879
22880 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22881
22882         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22883         Another from MikeS:
22884         During typefinding, don't support negative offsets
22885         (offsets from the end of the stream) in our typefind->peek() function
22886         - nothing embedded in ogg ever needs them. However, we need to recognise
22887         those requests and reject them, otherwise we return invalid pointers.
22888
22889 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22890
22891         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22892         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22893         (vorbisdec_finalize), (vorbis_handle_type_packet):
22894           Big shout-out to MikeS for fixing this giant memory leak.
22895           Huzzah!
22896
22897 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22898
22899         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22900         (audio_convert_get_unit_size):
22901           plug some leaks
22902
22903 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22904
22905         * check/Makefile.am:
22906         * check/elements/audioconvert.c: (setup_audioconvert),
22907         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22908         (GST_START_TEST), (audioconvert_suite), (main):
22909           add a test for audioconvert
22910         * gst/audioresample/gstaudioresample.c:
22911         * gst/audioresample/gstaudioresample.h:
22912           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22913           note that for buffers of 1/3 sec this means DURATION(c) is 
22914           one nanosecond more than for a and b
22915
22916 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22917
22918         * check/Makefile.am:
22919         * check/elements/audioresample.c: (setup_audioresample),
22920         (cleanup_audioresample), (fail_unless_perfect_stream),
22921         (test_perfect_stream_instance), (GST_START_TEST),
22922           add a check for audioresample
22923         (audioresample_suite), (main):
22924         * check/elements/volume.c: (GST_START_TEST):
22925           remove unused method
22926         * gst/audioresample/gstaudioresample.c:
22927           set correct buffer parameters since we're changing them
22928         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22929           add some debug
22930
22931 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22932
22933         * gst/audioresample/debug.c:
22934         * gst/audioresample/gstaudioresample.c:
22935           add room for extra overlap samples when asked to transform size
22936           protect against possible mem corruption and check for discrepancies
22937           between written size and outbuffer's size so we can warn for
22938           potential problems
22939         * gst/audioresample/resample.c: (resample_init),
22940         (resample_get_output_size_for_input), (resample_get_output_size),
22941         (resample_set_n_channels), (resample_set_format):
22942           set debug level based on RESAMPLE_DEBUG env var
22943           make sure that get_output_size* returns a whole number of
22944           sample_size
22945           set sample_size each time either channel or format is set
22946         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22947         * gst/audioresample/resample_functable.c:
22948         (resample_scale_functable):
22949         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22950           remove r->sample_size, it's done in resample.c now
22951           add some debugging to the ref implementation
22952           make sure we only give back bytes that are wholes of the sample
22953           size
22954
22955 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22956         * gst/playback/gstplaybasebin.c: (fill_buffer):
22957         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22958
22959 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22960
22961         * gst/volume/gstvolume.c:
22962           made set_caps function static
22963
22964 2005-08-24  Wim Taymans  <wim@fluendo.com>
22965
22966         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22967         (gst_vorbisenc_change_state):
22968         Stop leaking taglists.
22969
22970 2005-08-24  Wim Taymans  <wim@fluendo.com>
22971
22972         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22973         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22974         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22975         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22976         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22977         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22978         Parse seeking events better.
22979         Unref static caps.
22980         Generate correct newsegment events, fixes seeking in live oggs.
22981
22982         * ext/theora/theoradec.c: (theora_dec_src_query),
22983         (theora_dec_src_event), (theora_dec_src_getcaps),
22984         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22985         Use newsegment values to report correct play time.
22986
22987         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22988         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22989         * ext/vorbis/vorbisdec.h:
22990         Parse and use newsegment values to report correct play time.
22991
22992         * gst-libs/gst/audio/gstbaseaudiosink.c:
22993         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22994         Clear ringbuffer on flush.
22995         Use newsegment values to calculate playback time.
22996
22997         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22999         Basesink does newsegment calculations for us now.
23000
23001 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23002
23003         * check/Makefile.am:
23004         * configure.ac:
23005           add core's plugins to the mix so that playbin works
23006         * check/generic/states.c: (GST_START_TEST):
23007           set a 0 timeout on pipelines, so they don't force the next
23008           state change
23009         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
23010         (gst_play_base_bin_change_state):
23011           remove the crappy error handling and do GST error handling
23012
23013 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23014
23015         * check/Makefile.am:
23016         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
23017           add same test as to core, it bitches out on playbin atm.
23018
23019 2005-08-24  Wim Taymans  <wim@fluendo.com>
23020
23021         * configure.ac:
23022         Remove audioscale.
23023
23024 2005-08-24  Wim Taymans  <wim@fluendo.com>
23025
23026         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23027         (gst_videoscale_prepare_size), (parse_caps),
23028         (gst_videoscale_set_caps), (gst_videoscale_get_size),
23029         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
23030         (gst_videoscale_transform):
23031         * gst/videoscale/gstvideoscale.h:
23032         Refactor, make use of BaseTranform really well.
23033
23034 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23035
23036         * configure.ac:
23037           compile audioresample
23038         * gst/audioresample/Makefile.am:
23039         * gst/audioresample/buffer.c:
23040         * gst/audioresample/functable.c:
23041         * gst/audioresample/gstaudioresample.c:
23042         * gst/audioresample/gstaudioresample.h:
23043         * gst/audioresample/resample.c:
23044         (resample_get_output_size_for_input):
23045         * gst/audioresample/resample.h:
23046         * gst/audioresample/resample_chunk.c:
23047         * gst/audioresample/resample_functable.c:
23048         * gst/audioresample/resample_ref.c:
23049           port to use basetransform; doesn't work in all cases yet
23050
23051 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23052
23053         * gst/audioconvert/gstaudioconvert.c:
23054         (gst_audio_convert_class_init), (gst_audio_convert_init),
23055         (audio_convert_get_unit_size), (audio_convert_transform_caps),
23056         (audio_convert_fixate_caps), (audio_convert_set_caps),
23057         (audio_convert_transform),
23058         (gst_audio_convert_buffer_to_default_format),
23059         (gst_audio_convert_buffer_from_default_format),
23060         (gst_audio_convert_channels):
23061         * gst/audioconvert/gstchannelmix.c:
23062         * gst/audioconvert/gstchannelmix.h:
23063           port to basetransform
23064         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23065         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
23066         (gst_ffmpegcsp_get_unit_size):
23067         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
23068         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
23069           fix for basetransform changes
23070
23071 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
23072
23073         * check/Makefile.am:
23074           Add CHECK_CFLAGS and LDFLAGS
23075
23076         * gst/playback/gstplaybasebin.c: (fill_buffer):
23077           GST_MESSAGE_SRC became a GObject
23078
23079 2005-08-24  Wim Taymans  <wim@fluendo.com>
23080
23081         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
23082         (gst_ring_buffer_clear_all):
23083         * gst-libs/gst/audio/gstringbuffer.h:
23084         Added function to clear the ringbuffer.
23085
23086 2005-08-24  Andy Wingo  <wingo@pobox.com>
23087
23088         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
23089         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
23090         of _open and _close.
23091
23092         * sys/v4l/gstv4lxoverlay.h:
23093         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23094         an Xv connection here, instead of all the time. Make Xv only be
23095         loaded if you axe for it. Kindof a workaround for buggy behaviour
23096         of Xv when using remote xservers (XvQueryExtension would block).
23097         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23098         replace the _open and _close public API. Only start the xv
23099         connection if necessary.
23100         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23101
23102 2005-08-23  David Schleef  <ds@schleef.org>
23103
23104         * gst/audioresample/Makefile.am: Leet audioresampling code
23105         * gst/audioresample/buffer.c:
23106         * gst/audioresample/buffer.h:
23107         * gst/audioresample/debug.c:
23108         * gst/audioresample/debug.h:
23109         * gst/audioresample/functable.c:
23110         * gst/audioresample/functable.h:
23111         * gst/audioresample/gstaudioresample.c:
23112         * gst/audioresample/gstaudioresample.h:
23113         * gst/audioresample/resample.c:
23114         * gst/audioresample/resample.h:
23115         * gst/audioresample/resample_chunk.c:
23116         * gst/audioresample/resample_functable.c:
23117         * gst/audioresample/resample_ref.c:
23118
23119 2005-08-23  Wim Taymans  <wim@fluendo.com>
23120
23121         * examples/seeking/seek.c: (make_vorbis_pipeline),
23122         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23123         Small seek updates.
23124
23125 2005-08-23  Andy Wingo  <wingo@pobox.com>
23126
23127         * gst-libs/gst/audio/gstbaseaudiosrc.c
23128         (gst_base_audio_src_fixate): Only fixate endianness if it is
23129         present in the caps.
23130
23131 2005-08-22  Andy Wingo  <wingo@pobox.com>
23132
23133         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
23134         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23135         device-name property.
23136
23137         * gst-libs/gst/audio/gstaudiosrc.h:
23138         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23139         close_device in the ring buffer, like gstaudiosink.
23140
23141         * ext/alsa/gstalsamixer.h:
23142         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23143         macro to implement the interface without much code. Cleanups. 
23144
23145         * ext/alsa/gstalsasrc.h:
23146         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23147         READY.
23148
23149         * ext/alsa/Makefile.am: Add new files.
23150         * ext/alsa/gstalsamixerelement.c: 
23151         * ext/alsa/gstalsamixerelement.c: Split element code out from
23152         mixer code so that alsasrc can be a mixer too.
23153
23154 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23155
23156         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23157         (GST_START_TEST):
23158         * check/elements/vorbisdec.c: (setup_vorbisdec),
23159         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23160         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23161         (vorbis_handle_identification_packet),
23162         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23163         (vorbis_handle_header_packet), (vorbis_dec_push),
23164         (vorbis_dec_chain):
23165           use the setup/teardown methods to save code.  save code is good.
23166
23167 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23168
23169         * check/Makefile.am:
23170           add ext dir for plugins
23171           add vorbisdec test conditionally
23172         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23173         (GST_START_TEST), (volume_suite):
23174           add a test with wrong caps
23175         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23176         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23177           add a vorbisdec test
23178         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23179         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23180           clean up debug output
23181         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23182           yay, fix a segfault/security issue in vorbisdec
23183           gst-launch fakesrc ! vorbisdec wasn't happy
23184         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23185         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23186         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23187         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23188         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23189         (gst_vorbisenc_set_metadata), (get_constraints_string),
23190         (update_start_message), (gst_vorbisenc_setup),
23191         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23192         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23193         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23194         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23195         * ext/vorbis/vorbisenc.h:
23196           march in line
23197         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23198         (gst_ffmpegcsp_transform):
23199           have the kow come home
23200         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23201           debug my func ptr
23202         * gst/volume/gstvolume.c: (volume_set_caps):
23203           add a debug
23204
23205 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23206
23207         * Makefile.am:
23208         * check/.cvsignore:
23209         * check/Makefile.am:
23210         * check/elements/.cvsignore:
23211         * check/elements/volume.c: (chain_func), (event_func),
23212         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23213         (main):
23214         * configure.ac:
23215           add unit test structure for gst-plugins-base
23216           add a test for volume
23217         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23218         (gst_volume_set_volume), (gst_volume_get_volume),
23219         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23220         (volume_funcfind), (volume_process_float), (volume_process_int16),
23221         (volume_set_caps), (volume_transform), (volume_update_mute),
23222         (volume_update_volume), (volume_set_property),
23223         (volume_get_property):
23224           document a little; use basetransform vmethod _set_caps
23225
23226 2005-08-19  Andy Wingo  <wingo@pobox.com>
23227
23228         * ext/alsa/gstalsamixertrack.h:
23229         * ext/alsa/gstalsamixertrack.c:
23230         * ext/alsa/gstalsamixeroptions.h:
23231         * ext/alsa/gstalsamixeroptions.c:
23232         * ext/alsa/gstalsamixer.h:
23233         * ext/alsa/gstalsamixer.c: Port to 0.9.
23234
23235         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23236         Remove gstalsa.c and alsaclock. No more cruft here.
23237         
23238 2005-08-18  Wim Taymans  <wim@fluendo.com>
23239
23240         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23241         (gst_base_rtp_depayload_chain),
23242         (gst_base_rtp_depayload_add_to_queue),
23243         (gst_base_rtp_depayload_push),
23244         (gst_base_rtp_depayload_queue_release):
23245         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23246         Fix for RTPBuffer changes.
23247
23248         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23249         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23250         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23251         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23252         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23253         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23254         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23255         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23256         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23257         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23258         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23259         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23260         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23261         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23262         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23263         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23264         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23265         (gst_rtpbuffer_get_payload):
23266         * gst-libs/gst/rtp/gstrtpbuffer.h:
23267         Don't subclass GstBuffer but add methods and helper functions
23268         to construct and manipulate RTP packets in regular GstBuffers.
23269
23270 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23271
23272         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23273           moved statement below switch
23274         * gst/volume/gstvolume.c: (gst_volume_class_init):
23275           added debug ptr
23276
23277 2005-08-16  Wim Taymans  <wim@fluendo.com>
23278
23279         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23280         (gst_base_audio_src_change_state):
23281         Open and close device in READY<->NULL state change.
23282
23283 2005-08-16  Andy Wingo  <wingo@pobox.com>
23284
23285         * examples/seeking/Makefile.am: Don't compile non-compiling
23286         compiled objects with the compiler.
23287
23288         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23289         elements.
23290
23291 2005-08-12  Philippe Khalaf <burger@speedy.org>
23292         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23293         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23294           Made a thread to release the queue.
23295           Removed timestamp conversion for now.
23296
23297 2005-08-10  Philippe Khalaf <burger@speedy.org>
23298         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23299         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23300           Added rtp timestamp -> gst timestamp conversion.
23301           Fixed several problems with queue.
23302
23303 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23304
23305         * gst-libs/gst/audio/gstaudioclock.h:
23306         * gst-libs/gst/audio/gstaudiofilter.h:
23307         * gst-libs/gst/audio/gstaudiosink.h:
23308         * gst-libs/gst/audio/gstaudiosrc.h:
23309         * gst-libs/gst/audio/gstbaseaudiosink.h:
23310         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23311         * gst-libs/gst/audio/gstringbuffer.h:
23312         * gst-libs/gst/net/gstnetbuffer.h:
23313         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23314         * gst-libs/gst/rtp/gstrtpbuffer.h:
23315           Add padding (you will need to rebuild gst-plugins-base,
23316           gst-plugins and all applications afterwards!)
23317
23318 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23319
23320         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23321         (gst_riff_parse_chunk):
23322           Fix bug in debug message and add some more debug messages.
23323
23324 2005-08-08  Edward Hervey  <edward@fluendo.com>
23325
23326         * gst-libs/gst/riff/riff-media.c:
23327         backported updates since branch
23328
23329 2005-08-08  Andy Wingo  <wingo@pobox.com>
23330
23331         * gst-libs/gst/audio/gstbaseaudiosink.c
23332         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23333         like good elements should. Close on READY->NULL too.
23334
23335         * gst-libs/gst/audio/gstaudiosink.c
23336         (gst_audioringbuffer_open_device,
23337         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23338         (gst_audioringbuffer_release): Updates for new ring buffer API,
23339         hook into the new audio sink api.
23340
23341         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23342         (GstAudioSinkClass.close): Just open and close the device -- no
23343         resource allocation or configuration.
23344         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23345         vmethods, handle device setup and resource allocation.
23346
23347         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23348         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23349         base class API.
23350
23351         * gst-libs/gst/audio/gstringbuffer.h
23352         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23353         New vmethods.
23354
23355         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23356         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23357         New API functions. The device should be opened before acquiring
23358         and closed after releasing.
23359
23360 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23361
23362         * gst-libs/gst/interfaces/mixer.h:
23363           Reset padding to GST_PADDING.
23364
23365 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23366
23367         * gst/playback/gstplaybin.c: (remove_sinks):
23368           Remove visualization from parent explicitely; works around some
23369           apparent refcount issue that I haven't tracked down yet.
23370
23371 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23372
23373         * ext/alsa/gstalsasink.c: (set_hwparams):
23374           Assign debug category, add negotiation debug msgs.
23375
23376 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23377
23378         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23379           Fix error code for file-not-found to NOT_FOUND.
23380
23381 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23382
23383         * common/gtk-doc-plugins.mak:
23384         * docs/plugins/Makefile.am:
23385         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23386         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23387           renamed to actual element names, so much nicer to look at
23388         * docs/plugins/tmpl/gstmultifdsink.sgml:
23389           remove
23390         * docs/plugins/tmpl/multifdsink.sgml:
23391         * docs/plugins/tmpl/tcpserversink.sgml:
23392           add
23393         * ext/alsa/gstalsa.c:
23394         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23395         * ext/ogg/gstoggmux.c:
23396         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23397         * gst/playback/gstdecodebin.c:
23398         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23399         * gst/tcp/gsttcpserversink.c:
23400           various fixes and documentation additions
23401
23402 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23403
23404         * common/Makefile.am:
23405         * common/gstdoc-scangobj:
23406         * common/gtk-doc-plugins.mak:
23407         * common/gtk-doc.mak:
23408           add a custom scangobj that uses the registry
23409           add a custom gtk-doc-plugins.mak that uses it
23410           some doc build fixes
23411         * configure.ac:
23412         * docs/Makefile.am:
23413         * docs/plugins/Makefile.am:
23414         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23415         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23416         * docs/plugins/gst-plugins-base-plugins.types:
23417         * docs/plugins/tmpl/gstmultifdsink.sgml:
23418           add docs for one element, multifdsink
23419         * gst/adder/gstadder.h:
23420         * gst/volume/gstvolume.h:
23421           don't privatize enum
23422         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23423         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23424         (gst_sync_method_get_type), (gst_client_status_get_type),
23425         (gst_multifdsink_class_init),
23426         (gst_multifdsink_client_queue_buffer),
23427         (gst_multifdsink_handle_client_write):
23428         * gst/tcp/gstmultifdsink.h:
23429         * gst/tcp/gsttcp.h:
23430         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23431         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23432         (gst_tcpclientsink_render):
23433         * gst/tcp/gsttcpclientsink.h:
23434         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23435         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23436         (gst_tcpclientsrc_start):
23437         * gst/tcp/gsttcpclientsrc.h:
23438         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23439         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23440         * gst/tcp/gsttcpserversrc.h:
23441         * gst/typefind/gsttypefindfunctions.c:
23442           remove superfluous Type stuff
23443
23444 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23445
23446         * gst/playback/gstplaybin.c: (gen_video_element):
23447           Enable videoscale.
23448
23449 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23450
23451         * gst-libs/gst/gconf/gconf.c:
23452         * gst-libs/gst/gconf/gconf.h:
23453           Fix some Andy Problem [tm].
23454
23455 2005-08-04  Andy Wingo  <wingo@pobox.com>
23456
23457         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23458         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23459         (gst_ffmpegcsp_get_size): Adapt to API changes.
23460
23461         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23462         Implement an in-place do-nothing transform.
23463
23464 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23465
23466         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23467         (gst_ximagesink_renegotiate_size):
23468           Do not set new window sizes yet if we prepare a new buffer size
23469           for upstream renegotiation (software scaling) at some point in the
23470           future, because this new size waqs not actually accepted yet. Once
23471           accepted, renegotiation later on will set the new sizes just fine.
23472           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23473           embedding testcase.
23474
23475 2005-08-03  Andy Wingo  <wingo@pobox.com>
23476
23477         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23478         (gst_ximagesink_buffer_alloc): 
23479         Protect the height, width, and desired_caps with the pool_lock.
23480         Fixes videotestsrc ! queue ! ximagesink.
23481
23482 2005-08-02  Edward Hervey  <edward@fluendo.com>
23483
23484         * gst/volume/gstvolume.c:
23485         include left from controller cleanup
23486
23487 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23488         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23489           Stop collectpads before calling the parent state
23490           change function on PAUSED->READY.
23491
23492 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23493         * configure.ac:
23494           When testing for X libs, use the X CFlags 
23495         * gst/adder/gstadder.c: (gst_adder_change_state):
23496           Stop the collectpads before calling parent state change function
23497           on PAUSED->READY, otherwise we deadlock deactivating pads.
23498
23499 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23500
23501         * configure.ac:
23502         * docs/libs/tmpl/gstcolorbalance.sgml:
23503         * docs/libs/tmpl/gstmixer.sgml:
23504         * examples/Makefile.am:
23505         * gst/sine/Makefile.am:
23506         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23507         (gst_sinesrc_set_property), (plugin_init):
23508         * gst/sine/gstsinesrc.h:
23509         * gst/volume/Makefile.am:
23510         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23511         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23512         (volume_process_float), (volume_process_int16),
23513         (volume_set_property), (plugin_init):
23514         * gst/volume/gstvolume.h:
23515           deactivate and remove dparams (libgstcontrol)
23516
23517 2005-07-29  Wim Taymans  <wim@fluendo.com>
23518
23519         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23520         Convert me to BaseTransform!! help..
23521
23522 2005-07-29  Andy Wingo  <wingo@pobox.com>
23523
23524         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23525         sinks.
23526
23527         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23528         support of both endiannesses.
23529
23530 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23531
23532         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23533           Fix confusing debug message (s/event/query/)
23534
23535 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23536
23537         * gst/videotestsrc/videotestsrc.h:
23538           Use "_stdint.h" instead of <stdint.h>
23539
23540 2005-07-27  Wim Taymans  <wim@fluendo.com>
23541
23542         * ext/vorbis/Makefile.am:
23543         Revert wrong commit.
23544
23545 2005-07-27  Wim Taymans  <wim@fluendo.com>
23546
23547         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23548         More compilation fixen.
23549
23550 2005-07-27  Wim Taymans  <wim@fluendo.com>
23551
23552         * gst-libs/gst/audio/gstbaseaudiosink.c:
23553         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23554         (gst_base_audio_sink_create_ringbuffer),
23555         (gst_base_audio_sink_change_state):
23556         Fix compilation.
23557
23558 2005-07-27  Wim Taymans  <wim@fluendo.com>
23559
23560         * examples/seeking/seek.c: (setup_dynamic_link),
23561         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23562         (query_positions_elems), (query_positions_pads), (do_seek):
23563         Update seek example.
23564
23565         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23566         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23567         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23568         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23569         (gst_ogg_demux_handle_event),
23570         (gst_ogg_demux_deactivate_current_chain),
23571         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23572         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23573         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23574         (gst_ogg_demux_loop):
23575         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23576         * ext/theora/theoradec.c: (theora_dec_src_event),
23577         (theora_dec_src_getcaps), (theora_dec_sink_event),
23578         (theora_dec_push), (theora_dec_chain):
23579         * ext/vorbis/Makefile.am:
23580         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23581         (vorbis_dec_sink_event), (vorbis_dec_push),
23582         (vorbis_handle_data_packet):
23583         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23584         (gst_vorbisenc_chain):
23585         * gst/playback/gststreaminfo.c: (cb_probe):
23586         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23587         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23588         * gst/videoscale/gstvideoscale.c:
23589         (gst_videoscale_handle_src_event):
23590         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23591         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23592         (gst_ximagesink_navigation_send_event):
23593         * sys/xvimage/xvimagesink.c:
23594         (gst_xvimagesink_navigation_send_event):
23595         Various event updates and cleanups
23596
23597 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23598
23599         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23600           Fix segfault for I420/YV12.
23601
23602 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23603
23604         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23605           Report bitrate.
23606
23607 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23608
23609         * gst/playback/gstplaybin.c: (gen_video_element),
23610         (gen_audio_element):
23611           Switch to auto*sink elements as default sinks; add volume element
23612           so that volume control in totem works.
23613
23614 2005-07-21  Wim Taymans  <wim@fluendo.com>
23615
23616         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23617         * gst/playback/gstplaybin.c: (setup_sinks),
23618         (gst_play_bin_change_state):
23619         Refcount fix and more comments.
23620
23621 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23622
23623         * sys/ximage/Makefile.am:
23624         * sys/ximage/ximage.c: (plugin_init):
23625         * sys/ximage/ximagesink.c:
23626         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23627         
23628
23629 2005-07-21  Wim Taymans  <wim@fluendo.com>
23630
23631         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23632         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23633         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23634         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23635         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23636         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23637         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23638         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23639         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23640         Generate correct disconts for live chained oggs.
23641
23642         * gst-libs/gst/audio/gstbaseaudiosink.c:
23643         (gst_base_audio_sink_render),
23644         (gst_base_audio_sink_create_ringbuffer),
23645         (gst_base_audio_sink_change_state):
23646         Handle discont math correctly.
23647
23648         * gst/playback/gstplaybin.c: (add_sink):
23649         Some small debug cleanup.
23650
23651 2005-07-21  Wim Taymans  <wim@fluendo.com>
23652
23653         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23654         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23655         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23656         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23657         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23658         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23659         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23660         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23661         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23662         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23663         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23664         (gst_ogg_demux_change_state), (gst_ogg_print):
23665         Reorganize code to send the right disconts when in streaming
23666         mode.
23667
23668 2005-07-20  Andy Wingo  <wingo@pobox.com>
23669
23670         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23671         fix (?), fixes a seggie mcfalterson (#310894).
23672
23673 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23674
23675         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23676         (gst_ogg_mux_set_header_on_caps):
23677         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23678         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23679         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23680         * gst-libs/gst/audio/multichannel.c:
23681         (gst_audio_set_channel_positions),
23682         (gst_audio_set_structure_channel_positions_list):
23683         * gst/playback/gstdecodebin.c: (dynamic_create):
23684         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23685         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23686           Fixes for API changes in core.
23687
23688 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23689
23690         * gst/playback/gstplaybasebin.c: (fill_buffer):
23691           Use _new_custom() so we can set custom message types for buffering
23692           messages.
23693
23694 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23695
23696         * configure.ac:
23697         * gst-libs/gst/Makefile.am:
23698         * gst-libs/gst/gconf/.cvsignore:
23699         * gst-libs/gst/gconf/Makefile.am:
23700         * gst-libs/gst/gconf/test-gconf.c:
23701         * pkgconfig/Makefile.am:
23702         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23703         * pkgconfig/gstreamer-gconf.pc.in:
23704           Remove gconf stuff, use gconf elements instead from now on.
23705
23706 2005-07-20  Wim Taymans  <wim@fluendo.com>
23707
23708         * gst-libs/gst/audio/TODO:
23709         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23710         (gst_audio_clock_get_internal_time):
23711         * gst-libs/gst/audio/gstaudioclock.h:
23712         * gst-libs/gst/audio/gstbaseaudiosink.c:
23713         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23714         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23715         (gst_base_audio_sink_render),
23716         (gst_base_audio_sink_create_ringbuffer),
23717         (gst_base_audio_sink_change_state):
23718         Make sure the audio clock always returns an increasing value.
23719
23720 2005-07-19  Andy Wingo  <wingo@pobox.com>
23721
23722         * gst/videotestsrc/: Cleanups.
23723
23724 2005-07-19  Wim Taymans  <wim@fluendo.com>
23725
23726         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23727         Better debugging.
23728
23729 2005-07-19  Wim Taymans  <wim@fluendo.com>
23730
23731         * examples/seeking/seek.c: (make_dv_pipeline),
23732         (make_vorbis_theora_pipeline), (query_rates),
23733         (query_positions_elems), (query_positions_pads), (do_seek):
23734         Make correct DV pipeline.
23735
23736 2005-07-18  Andy Wingo  <wingo@pobox.com>
23737
23738         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23739         default. Also because it's the only thing that really works. (This
23740         is used in the GConf elements).
23741         Use AS_LIBTOOL_TAGS.
23742
23743 2005-07-18  Wim Taymans  <wim@fluendo.com>
23744
23745         * gst/playback/gstdecodebin.c: (remove_element_chain):
23746         * gst/playback/gstplaybin.c: (add_sink):
23747         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23748         (gst_stream_info_set_mute):
23749         * gst/playback/gststreamselector.c:
23750         (gst_stream_selector_get_linked_pad),
23751         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23752         More leak and compile fixes.
23753
23754 2005-07-18  Wim Taymans  <wim@fluendo.com>
23755
23756         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23757         (query_rates), (query_positions_elems), (query_positions_pads),
23758         (do_seek), (seek_cb), (stop_seek):
23759         Updated seek example. 
23760
23761         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23762         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23763         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23764         * gst/playback/gstplaybin.c: (add_sink):
23765         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23766         (gst_stream_info_set_mute):
23767         Some refcount leak fixes.
23768
23769 2005-07-16  Wim Taymans  <wim@fluendo.com>
23770
23771         * gst-libs/gst/audio/gstbaseaudiosink.c:
23772         (gst_base_audio_sink_render):
23773         Align samples even if we have roundoff errors in the 
23774         timestamp conversion.
23775
23776 2005-07-16  Wim Taymans  <wim@fluendo.com>
23777
23778         * docs/libs/tmpl/gstringbuffer.sgml:
23779         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23780         (query_rates), (query_positions_elems), (query_positions_pads),
23781         (update_scale), (do_seek):
23782         Updated seek example.
23783
23784         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23785         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23786         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23787         (gst_ogg_demux_loop):
23788         Push out correct discont values.
23789
23790         * ext/theora/theoradec.c: (theora_dec_src_convert),
23791         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23792         (theora_dec_sink_event), (theora_handle_type_packet),
23793         (theora_handle_header_packet), (theora_dec_push),
23794         (theora_handle_data_packet), (theora_dec_chain),
23795         (theora_dec_change_state):
23796         Better timestamping.
23797
23798         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23799         (vorbis_dec_sink_event), (vorbis_dec_push),
23800         (vorbis_handle_data_packet), (vorbis_dec_chain):
23801         * ext/vorbis/vorbisdec.h:
23802         Better timestamping.
23803
23804         * gst-libs/gst/audio/gstbaseaudiosink.c:
23805         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23806         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23807         Handle syncing on timestamps instead of sample offsets. Make
23808         use of DISCONT values as described in design docs.
23809
23810         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23811         (gst_base_audio_src_get_time):
23812         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23813         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23814         (gst_ring_buffer_read):
23815         * gst-libs/gst/audio/gstringbuffer.h:
23816         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23817         (gst_ximagesink_show_frame):
23818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23819         Correcly convert buffer timestamp to stream time.
23820
23821 2005-07-16  Wim Taymans  <wim@fluendo.com>
23822
23823         * gst/audioconvert/gstaudioconvert.c:
23824         (gst_audio_convert_get_buffer):
23825         Timestamp buffers correctly.
23826
23827         * gst/playback/gstplaybin.c: (gen_video_element):
23828         Make internal fakesink silent.
23829
23830 2005-07-15  Wim Taymans  <wim@fluendo.com>
23831
23832         * gst/ffmpegcolorspace/Makefile.am:
23833         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23834         (gst_ffmpegcsp_caps_remove_format_info),
23835         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23836         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23837         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23838         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23839         Ported ffmpegcolorspace to basetransform.
23840
23841         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23842         * gst/volume/gstvolume.c: (volume_transform):
23843         Ported to new API.
23844
23845 2005-07-14  Wim Taymans  <wim@fluendo.com>
23846
23847         * gst/videotestsrc/Makefile.am:
23848         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23849         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23850         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23851         (gst_videotestsrc_init), (gst_videotestsrc_event),
23852         (gst_videotestsrc_create), (gst_videotestsrc_start),
23853         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23854         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23855         (gst_videotestsrc_get_property):
23856         * gst/videotestsrc/gstvideotestsrc.h:
23857         Make videotestsrc a pushsrc.
23858
23859 2005-07-14  Wim Taymans  <wim@fluendo.com>
23860
23861         * gst/tcp/gstfdset.c: (gst_fdset_free):
23862         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23863         (gst_multifdsink_add), (gst_multifdsink_remove),
23864         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23865         (gst_multifdsink_remove_client_link),
23866         (gst_multifdsink_client_queue_data),
23867         (gst_multifdsink_client_queue_caps),
23868         (gst_multifdsink_client_queue_buffer),
23869         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23870         (gst_multifdsink_stop):
23871         * gst/tcp/gstmultifdsink.h:
23872         0.8 backporting.
23873
23874         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23875         Also draw image when not from a pool.
23876
23877 2005-07-14  Wim Taymans  <wim@fluendo.com>
23878
23879         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23880         (mute_stream), (silence_stream):
23881         Small debug additions.
23882
23883 2005-07-14  Wim Taymans  <wim@fluendo.com>
23884
23885         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23886         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23887         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23888         Better error recovery, ignore unconnected pads and
23889         non-fatal errors.
23890
23891 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23892
23893         * docs/libs/tmpl/gstaudio.sgml:
23894         * docs/libs/tmpl/gstcolorbalance.sgml:
23895         * docs/libs/tmpl/gstgconf.sgml:
23896         * docs/libs/tmpl/gstmixer.sgml:
23897         * docs/libs/tmpl/gstringbuffer.sgml:
23898         * docs/libs/tmpl/gsttuner.sgml:
23899         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23900         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23901         (gst_tcpclientsrc_class_init):
23902         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23903         (gst_tcpserversrc_class_init):
23904         * sys/v4l/gstv4lelement.c:
23905           more autistic cleanliness in functions/names/defines
23906
23907 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23908
23909         * configure.ac:
23910           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23911           added manually to each Makefile.am so we are sure it goes
23912           *last* and doesn't add -L flags before linking in libs of our
23913           own, like, say, internal .la libs, that then accidentally pick
23914           up the installed copy.
23915         * docs/libs/Makefile.am:
23916         * ext/alsa/Makefile.am:
23917         * ext/cdparanoia/Makefile.am:
23918         * ext/gnomevfs/Makefile.am:
23919         * ext/libvisual/Makefile.am:
23920         * ext/ogg/Makefile.am:
23921         * ext/theora/Makefile.am:
23922         * ext/vorbis/Makefile.am:
23923         * gst-libs/gst/video/Makefile.am:
23924         * gst/adder/Makefile.am:
23925         * gst/audioconvert/Makefile.am:
23926         * gst/audiorate/Makefile.am:
23927         * gst/audioscale/Makefile.am:
23928         * gst/ffmpegcolorspace/Makefile.am:
23929         * gst/playback/Makefile.am:
23930         * gst/sine/Makefile.am:
23931         * gst/subparse/Makefile.am:
23932         * gst/tags/Makefile.am:
23933         * gst/tcp/Makefile.am:
23934         * gst/typefind/Makefile.am:
23935         * gst/videorate/Makefile.am:
23936         * gst/videoscale/Makefile.am:
23937         * gst/videotestsrc/Makefile.am:
23938         * gst/volume/Makefile.am:
23939         * sys/v4l/Makefile.am:
23940         * sys/ximage/Makefile.am:
23941         * sys/xvimage/Makefile.am:
23942           adapt properly to this change. This should make sure that
23943           plugins and libs properly link to the as-yet-uninstalled
23944           copies of stuff like libgstinterfaces and libgstvideo
23945
23946 2005-07-13  Andy Wingo  <wingo@pobox.com>
23947
23948         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23949         (gst_v4lsrc_fixate): Fixate on format as well.
23950
23951         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23952         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23953         buffer points to it.
23954         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23955         rather just doing X calls ourselves. Also fixes a memleak.
23956
23957 2005-07-12  Andy Wingo  <wingo@pobox.com>
23958
23959         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23960         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23961         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23962         TRUE to avoid deadlocks if an element holds on to our buffers.
23963
23964 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23965
23966         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23967         (gst_sinesrc_init), (gst_sinesrc_create),
23968         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23969         (gst_sinesrc_start):
23970         * gst/sine/gstsinesrc.h:
23971           removing num-buffers property before moving it
23972
23973 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23974
23975         * configure.ac:
23976           use overridable ERROR_CFLAGS
23977         * docs/libs/gst-plugins-base-libs.types:
23978         * docs/libs/tmpl/gstringbuffer.sgml:
23979         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23980         (gst_alsasink_class_init):
23981         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23982         (gst_alsasrc_class_init):
23983         * gst-libs/gst/audio/audio.h:
23984         * gst-libs/gst/audio/gstaudioclock.h:
23985         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23986         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23987         (gst_audio_filter_link), (gst_audio_filter_init),
23988         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23989         (gst_audio_filter_get_property),
23990         (gst_audio_filter_class_add_pad_templates):
23991         * gst-libs/gst/audio/gstaudiofilter.h:
23992         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23993         (gst_audio_filter_template_get_type),
23994         (gst_audio_filter_template_base_init),
23995         (gst_audio_filter_template_class_init),
23996         (gst_audio_filter_template_init),
23997         (gst_audio_filter_template_set_property),
23998         (gst_audio_filter_template_get_property), (plugin_init),
23999         (gst_audio_filter_template_setup),
24000         (gst_audio_filter_template_filter),
24001         (gst_audio_filter_template_filter_inplace):
24002         * gst-libs/gst/audio/gstaudiosink.c:
24003         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24004         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
24005         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24006         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24007         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
24008         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
24009         * gst-libs/gst/audio/gstaudiosink.h:
24010         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24011         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24012         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24013         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
24014         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
24015         (gst_audio_src_class_init), (gst_audio_src_init),
24016         (gst_audio_src_create_ringbuffer):
24017         * gst-libs/gst/audio/gstaudiosrc.h:
24018         * gst-libs/gst/audio/gstbaseaudiosink.c:
24019         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
24020         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
24021         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
24022         (gst_base_audio_sink_set_property),
24023         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
24024         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
24025         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
24026         (gst_base_audio_sink_create_ringbuffer),
24027         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
24028         * gst-libs/gst/audio/gstbaseaudiosink.h:
24029         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24030         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
24031         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
24032         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
24033         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
24034         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
24035         (gst_base_audio_src_event), (gst_base_audio_src_create),
24036         (gst_base_audio_src_create_ringbuffer),
24037         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
24038         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24039         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
24040         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
24041         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
24042         (gst_ring_buffer_debug_spec_caps),
24043         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
24044         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
24045         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
24046         (gst_ring_buffer_start), (gst_ring_buffer_pause),
24047         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
24048         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
24049         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
24050         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
24051         (gst_ring_buffer_clear):
24052         * gst-libs/gst/audio/gstringbuffer.h:
24053         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
24054         (gst_video_sink_class_init), (gst_video_sink_get_type):
24055         * gst-libs/gst/video/videosink.h:
24056         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24057         (gst_multifdsink_class_init),
24058         (gst_multifdsink_handle_client_write),
24059         (gst_multifdsink_change_state):
24060         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24061         (gst_tcpclientsink_setcaps):
24062         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24063         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
24064         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
24065         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24066         (gst_ximagesink_send_pending_navigation),
24067         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
24068         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
24069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24070         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24071         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
24072         (gst_xvimagesink_send_pending_navigation),
24073         (gst_xvimagesink_navigation_send_event),
24074         (gst_xvimagesink_set_xwindow_id),
24075         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
24076         (gst_xvimagesink_get_type):
24077         more macro splitting
24078
24079 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24080
24081         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24082           plug a memleak, allows me to import 1479 albums in one go
24083           in jamboree
24084         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24085         (vorbis_handle_type_packet), (vorbis_dec_chain),
24086         (vorbis_dec_change_state):
24087           fix some format strings
24088
24089 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24090
24091         * docs/libs/tmpl/gstcolorbalance.sgml:
24092         * docs/libs/tmpl/gstmixer.sgml:
24093         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24094         (gst_alsasink_set_property), (gst_alsasink_get_property):
24095         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24096         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24097           add device property
24098
24099 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24100
24101         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24102         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24103         (audiocast_register_listener), (audiocast_thread_run),
24104         (gst_gnomevfssrc_send_additional_headers_callback),
24105         (gst_gnomevfssrc_received_headers_callback),
24106         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24107         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24108         (gst_gnomevfssrc_get_size):
24109           add/clean up debugging
24110         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24111           cleanups
24112
24113 2005-07-07  Andy Wingo  <wingo@pobox.com>
24114
24115         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24116         framerate. Need to get a handle on when exactly this function is
24117         called, tho.
24118
24119         * sys/v4l/v4lsrc_calls.h:
24120         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24121         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24122         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24123
24124         * sys/v4l/v4l_calls.h: Cast to V4lElement.
24125         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24126         v4lelements are sources.
24127
24128         * sys/v4l/gstv4lxoverlay.h:
24129         * sys/v4l/gstv4lxoverlay.c:
24130         * sys/v4l/gstv4ltuner.h:
24131         * sys/v4l/gstv4ltuner.c: Header loc fixen.
24132         
24133         * sys/v4l/gstv4lsrc.h:
24134         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24135         PushSrc/BaseSrc. Removed most sync-related properties, videorate
24136         or something should handle that. Made a live source.
24137
24138         * sys/v4l/gstv4lelement.h:
24139         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24140         signals. Some cleanups.
24141
24142         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24143
24144         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24145         stuff.
24146
24147         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24148         stuff.
24149
24150         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24151
24152 2005-07-07  Wim Taymans  <wim@fluendo.com>
24153
24154         * ext/theora/theoradec.c: (theora_get_query_types),
24155         (theora_dec_src_getcaps), (theora_dec_push):
24156         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24157         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24158         Remove deprecated/unused query types.
24159
24160 2005-07-06  Wim Taymans  <wim@fluendo.com>
24161
24162         * ext/alsa/Makefile.am:
24163         * ext/alsa/gstalsaplugin.c: (plugin_init):
24164         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24165         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24166         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24167         (gst_alsasrc_class_init), (gst_alsasrc_init),
24168         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24169         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24170         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24171         (gst_alsasrc_reset):
24172         * ext/alsa/gstalsasrc.h:
24173         * gst-libs/gst/audio/Makefile.am:
24174         * gst-libs/gst/audio/gstaudiosink.c:
24175         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24176         (gst_audioringbuffer_start):
24177         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24178         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24179         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24180         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24181         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24182         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24183         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24184         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24185         * gst-libs/gst/audio/gstaudiosrc.h:
24186         * gst-libs/gst/audio/gstbaseaudiosink.c:
24187         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24188         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24189         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24190         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24191         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24192         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24193         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24194         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24195         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24196         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24197         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24198         (gst_baseaudiosrc_change_state):
24199         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24200         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24201         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24202         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24203         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24204         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24205         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24206         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24207         * gst-libs/gst/audio/gstringbuffer.h:
24208         Added audiosource base classes.
24209         Ported alsasrc, still very basic.
24210
24211 2005-07-06  Wim Taymans  <wim@fluendo.com>
24212
24213         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24214         (theora_dec_push), (theora_handle_data_packet):
24215         Prepare for better timestamp fix later.
24216
24217         * gst/audioconvert/gstaudioconvert.c:
24218         List most accurate caps first
24219
24220         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24221         Use proper pad task function.
24222
24223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24224         (gst_xvimagesink_show_frame):
24225         Fix deadlock when alloc failed.
24226
24227 2005-07-05  Andy Wingo  <wingo@pobox.com>
24228
24229         * ext/gnomevfs/gstgnomevfssrc.c:
24230         * gst/sine/gstsinesrc.c:
24231         * gst/tcp/gsttcpserversrc.c:
24232         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24233
24234         * sys/v4l/: Port from 0.8.
24235
24236         * Many files: Null if we got it....
24237
24238 2005-07-05  Andy Wingo  <wingo@pobox.com>
24239
24240         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24241         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24242         Signedness fixes.
24243
24244 2005-07-05  Wim Taymans  <wim@fluendo.com>
24245
24246         * configure.ac:
24247         * gst/tcp/Makefile.am:
24248         * gst/tcp/README:
24249         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24250         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24251         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24252         (is_sync_frame), (gst_multifdsink_handle_client_write),
24253         (gst_multifdsink_render), (gst_multifdsink_start),
24254         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24255         * gst/tcp/gstmultifdsink.h:
24256         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24257         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24258         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24259         * gst/tcp/gsttcp.h:
24260         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24261         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24262         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24263         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24264         * gst/tcp/gsttcpclientsink.h:
24265         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24266         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24267         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24268         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24269         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24270         * gst/tcp/gsttcpclientsrc.h:
24271         * gst/tcp/gsttcpplugin.c: (plugin_init):
24272         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24273         * gst/tcp/gsttcpserversink.h:
24274         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24275         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24276         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24277         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24278         (gst_tcpserversrc_stop):
24279         * gst/tcp/gsttcpserversrc.h:
24280         * gst/tcp/gsttcpsink.c:
24281         * gst/tcp/gsttcpsink.h:
24282         * gst/tcp/gsttcpsrc.c:
24283         * gst/tcp/gsttcpsrc.h:
24284         Ported tcp plugins to 0.9. 
24285         
24286
24287 2005-07-05  Andy Wingo  <wingo@pobox.com>
24288
24289         * gst/playback/gstplaybasebin.c (fill_buffer):
24290         message_new_application fixen.
24291
24292         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24293         Style fix.
24294
24295 2005-07-04  Wim Taymans  <wim@fluendo.com>
24296
24297         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24298         Set caps on output buffer.
24299
24300 2005-07-04  Andy Wingo  <wingo@pobox.com>
24301
24302         * ext/gnomevfs/gstgnomevfssrc.c
24303         (gst_gnomevfssrc_received_headers_callback) 
24304         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24305         hopefully.
24306
24307         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24308         No refcount leakage.
24309
24310         * configure.ac: Enable -Werror.
24311         
24312         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24313         * gst/audioconvert/bufferframesconvert.c
24314         (buffer_frames_convert_fixate):
24315         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24316         (gst_audio_convert_fixate):
24317         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24318         (gst_sinesrc_create): Fixate func changes.
24319         
24320         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24321         (gst_ximagesink_buffer_alloc): Unused var.
24322
24323 2005-07-01  Andy Wingo  <wingo@pobox.com>
24324
24325         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24326         getcaps to do explicit caps. Needs to be done in all decoders,
24327         possibly via a base class.
24328
24329         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24330
24331         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24332         caps on the sink pad, just rely on the pad template. Also, setting
24333         ANY caps on a pad is not valid because the caps are not fixed.
24334
24335         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24336         caps on the buffer, and get the width from the desired_caps if
24337         they're set.
24338         (gst_ximagesink_renegotiate_size): Implement via setting the
24339         desired_caps on the ximagesink.
24340         (gst_ximagesink_setcaps): Only reset the width of the player if it
24341         wasn't already set. Not sure if this is right.
24342         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24343
24344         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24345         that the user wants. NULL unless the window has been resized.
24346
24347         * gst/volume/gstvolume.c (volume_transform): Adapt to
24348         basetransform refcount changes.
24349         
24350 2005-07-01  Andy Wingo  <wingo@pobox.com>
24351
24352         * gst/videoscale/gstvideoscale.c:
24353         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24354         from BaseTransform, implements a transform_caps. Removed dead code
24355         including some PAR stuff that was never reached -- should probably
24356         be added back somehow.
24357
24358 2005-07-01  Andy Wingo  <wingo@pobox.com>
24359
24360         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24361         come later.
24362
24363 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24364
24365         * configure.ac:
24366         * docs/libs/Makefile.am:
24367         * docs/libs/gst-plugins-libs.types:
24368         * ext/alsa/Makefile.am:
24369         * ext/alsa/gstalsamixer.h:
24370         * ext/alsa/gstalsamixeroptions.h:
24371         * ext/alsa/gstalsamixertrack.h:
24372         * gst-libs/gst/Makefile.am:
24373         * gst-libs/gst/colorbalance/.cvsignore:
24374         * gst-libs/gst/colorbalance/Makefile.am:
24375         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24376         * gst-libs/gst/colorbalance/colorbalance.c:
24377         * gst-libs/gst/colorbalance/colorbalance.h:
24378         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24379         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24380         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24381         * gst-libs/gst/interfaces/Makefile.am:
24382         * gst-libs/gst/interfaces/colorbalance.c:
24383         (gst_color_balance_class_init):
24384         * gst-libs/gst/interfaces/colorbalance.h:
24385         * gst-libs/gst/interfaces/interfaces-marshal.list:
24386         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24387         * gst-libs/gst/interfaces/mixer.h:
24388         * gst-libs/gst/interfaces/mixeroptions.h:
24389         * gst-libs/gst/interfaces/navigation.c:
24390         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24391         * gst-libs/gst/interfaces/tuner.h:
24392         * gst/volume/Makefile.am:
24393         * gst/volume/gstvolume.c:
24394         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24395         * sys/ximage/Makefile.am:
24396         * sys/ximage/ximagesink.c:
24397         * sys/xvimage/Makefile.am:
24398         * sys/xvimage/xvimagesink.c:
24399           fold in all interfaces into an interfaces dir, preserving CVS
24400           history
24401
24402 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24403
24404         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24405           Fix build after riff changes.
24406
24407 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24408
24409         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24410         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24411         (gst_riff_create_video_template_caps),
24412         (gst_riff_create_audio_template_caps),
24413         (gst_riff_create_iavs_template_caps):
24414         * gst-libs/gst/riff/riff-media.h:
24415         * gst-libs/gst/riff/riff-read.h:
24416         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24417           Add gst_riff_init() to initialize the debug category, instead
24418           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24419
24420 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24421
24422         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24423           Oops, I shouldn't apply hacks.
24424
24425 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24426
24427         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24428           Remove pad_loop function which doesn't work.
24429
24430 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24431
24432         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24433           Send EOS when deactivating.
24434         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24435         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24436         (gen_preroll_element), (probe_triggered), (mute_stream),
24437         (silence_stream), (new_decoded_pad), (setup_substreams),
24438         (set_active_source):
24439         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24440         (remove_sinks), (add_sink):
24441         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24442           Change for new probe API.
24443
24444 2005-06-29  Wim Taymans  <wim@fluendo.com>
24445
24446         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24447         * gst-libs/gst/audio/gstbaseaudiosink.c:
24448         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24449         (gst_baseaudiosink_change_state):
24450         * gst-libs/gst/audio/gstbaseaudiosink.h:
24451         * gst-libs/gst/audio/gstringbuffer.c:
24452         (gst_ringbuffer_set_callback):
24453         Fix compilation error.
24454         Ringbuffer starts out as not running.
24455         Free our clock in dispose.
24456         When releasing the ringbuffer we need to renegotiate so
24457         clear the pad caps.
24458
24459 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24460
24461         * autogen.sh:
24462         * configure.ac:
24463         * docs/Makefile.am:
24464         * docs/libs/Makefile.am:
24465         * docs/libs/gst-plugins-libs-docs.sgml:
24466         * docs/libs/gst-plugins-libs-sections.txt:
24467         * docs/libs/gst-plugins-libs.types:
24468         * docs/libs/tmpl/gstaudio.sgml:
24469         * docs/libs/tmpl/gstcolorbalance.sgml:
24470         * docs/libs/tmpl/gstringbuffer.sgml:
24471         * gst-libs/gst/audio/gstringbuffer.c:
24472         (gst_ringbuffer_set_callback):
24473           reinstate gtk-doc docs for plugin libs
24474
24475 2005-06-28  Wim Taymans  <wim@fluendo.com>
24476
24477         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24478         (gst_ogg_demux_init):
24479         Removed pad loop function.
24480
24481 2005-06-28  Wim Taymans  <wim@fluendo.com>
24482
24483         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24484         If we're building a chain we are not in an error case
24485         when we queue a buffer.
24486
24487 2005-06-28  Andy Wingo  <wingo@pobox.com>
24488
24489         * *.c: Don't cast to GstObject before reffing/unreffing.
24490
24491 2005-06-27  Andy Wingo  <wingo@pobox.com>
24492
24493         * gst/videotestsrc/gstvideotestsrc.c
24494         (gst_videotestsrc_activate_push): Activation API changes.
24495
24496         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24497         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24498         they have refs on the decodebin.
24499
24500         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24501         parent class.
24502         (gst_ogg_pad_typefind): Don't leak a pad ref.
24503         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24504         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24505         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24506
24507 2005-06-27  Edward Hervey  <edward@fluendo.com>
24508
24509         * ext/theora/theoradec.c: (theora_dec_change_state): 
24510         re-arranged call to parent's state change in order to avoid locks (or
24511         worse).
24512
24513 2005-06-26  Edward Hervey  <edward@fluendo.com>
24514
24515         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24516         2nd argument of 'unknow-type' signal is a GstCaps and not a
24517         GstMiniObject
24518
24519 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24520         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24521           Set the worker thread's running flag to TRUE before starting the
24522           thread.
24523         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24524           Catch a failure to add typefind to the bin.
24525
24526 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24527
24528         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24529         (gst_sinesrc_init), (gst_sinesrc_create),
24530         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24531         (gst_sinesrc_start):
24532         * gst/sine/gstsinesrc.h:
24533           add num-buffers and timestamp-offset properties
24534         * gst/videotestsrc/gstvideotestsrc.c:
24535         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24536         (gst_videotestsrc_get_property):
24537           add timestamp-offset property
24538
24539 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24540
24541         * configure.ac: add videorate
24542         * gst-plugins-base.spec.in: add videorate
24543
24544 2005-06-23  Wim Taymans  <wim@fluendo.com>
24545
24546         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24547         (gst_videorate_getcaps), (gst_videorate_setcaps),
24548         (gst_videorate_event), (gst_videorate_chain):
24549         Fixed videorate, fixating an already fixated caps is not
24550         an error.
24551
24552 2005-06-23  Wim Taymans  <wim@fluendo.com>
24553
24554         * ext/ogg/README:
24555         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24556         Buffer on caps is not boxed anymore.
24557
24558 2005-06-22  Wim Taymans  <wim@fluendo.com>
24559
24560         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24561         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24562         Set buffers on caps as miniobjects and not as boxed.
24563
24564 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24565
24566         * configure.ac:
24567           back to HEAD
24568
24569 === release 0.9.1 ===
24570
24571 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24572
24573         * .cvsignore:
24574         * NEWS:
24575         * README:
24576         * RELEASE:
24577         * configure.ac:
24578         * po/af.po:
24579         * po/az.po:
24580         * po/cs.po:
24581         * po/en_GB.po:
24582         * po/hu.po:
24583         * po/it.po:
24584         * po/nb.po:
24585         * po/nl.po:
24586         * po/or.po:
24587         * po/sq.po:
24588         * po/sr.po:
24589         * po/sv.po:
24590         * po/uk.po:
24591         * po/vi.po:
24592           updates for release
24593
24594 2005-06-09  Andy Wingo  <wingo@pobox.com>
24595
24596         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24597         
24598 2005-06-09  Andy Wingo  <wingo@pobox.com>
24599
24600         * configure.ac:
24601         * gst-libs/gst/Makefile.am:
24602         * gst-libs/gst/net/Makefile.am:
24603         Add gstnet to build.
24604
24605 2005-06-09  Andy Wingo  <wingo@pobox.com>
24606
24607         * gst-libs/gst/gconf/gconf.c:
24608         * gst/playback/test.c:
24609         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24610         fixes.
24611
24612         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24613
24614         * ext/theora/theoraenc.c (theora_enc_chain): 
24615         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24616
24617         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24618         RealPad.
24619
24620 2005-06-02  Wim Taymans  <wim@fluendo.com>
24621
24622         * gst-libs/gst/net/Makefile.am:
24623         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24624         * pkgconfig/gstreamer-libs.pc.in:
24625         Added net stuff, version net lib.
24626
24627 2005-06-02  Wim Taymans  <wim@fluendo.com>
24628
24629         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24630         (query_rates), (query_positions_elems), (query_positions_pads),
24631         (do_seek):
24632         Updated seek example.
24633
24634 2005-06-02  Andy Wingo  <wingo@pobox.com>
24635
24636         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24637         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24638         list.
24639
24640         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24641         remove the typefind, the bin dispose will do it for us. When it's
24642         removed and unreffed, the signal handler will be disconnected,
24643         too.
24644         (unlinked): It's too difficult to disconnect from unlinked
24645         handlers, as they are on pads not elements. Just punt if the pads
24646         aren't grandkids of the bin.
24647
24648 2005-06-02  Wim Taymans  <wim@fluendo.com>
24649
24650         * ext/ogg/README:
24651         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24652         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24653         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24654         * ext/theora/theoradec.c: (theora_dec_src_query),
24655         (theora_handle_data_packet):
24656         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24657         (theora_enc_chain):
24658         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24659         (vorbis_handle_data_packet):
24660         * gst/audioconvert/bufferframesconvert.c:
24661         (buffer_frames_convert_chain):
24662         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24663         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24664         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24665         (gst_ffmpegcsp_chain):
24666         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24667         (gst_videorate_getcaps), (gst_videorate_setcaps),
24668         (gst_videorate_event), (gst_videorate_chain):
24669         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24670         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24671         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24672         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24673         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24674         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24675         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24676         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24677         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24678         Cleanups and buffer alloc.
24679
24680 2005-05-31  Wim Taymans  <wim@fluendo.com>
24681
24682         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24683         Don't try to call the delay method when the device is not
24684         opened.
24685
24686 2005-05-31  Wim Taymans  <wim@fluendo.com>
24687
24688         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24689         Get actual segment size and buffer size after opening
24690         the device.
24691
24692 2005-05-30  Wim Taymans  <wim@fluendo.com>
24693
24694         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24695         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24696         Also FLUSH upstream, makes the loop function exit faster.
24697         
24698         * ext/theora/theoradec.c: (theora_dec_src_query):
24699         Some more debug info in the query.
24700         
24701         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24702         (gst_ximagesink_setcaps):
24703         Release lock on par error, better error reporting.
24704
24705 2005-05-26  Wim Taymans  <wim@fluendo.com>
24706
24707         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24708         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24709         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24710         Clear chains in READY
24711         Queue packets until the chain is activated.
24712
24713 2005-05-25  Wim Taymans  <wim@fluendo.com>
24714
24715         * gst-libs/gst/audio/gstaudiosink.c:
24716         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24717         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24718         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24719         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24720         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24721         (gst_audiosink_create_ringbuffer):
24722         * gst-libs/gst/audio/gstbaseaudiosink.c:
24723         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24724         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24725         (gst_baseaudiosink_set_property), (build_linear_format),
24726         (debug_spec_caps), (debug_spec_buffer),
24727         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24728         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24729         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24730         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24731         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24732         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24733         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24734         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24735         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24736         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24737         (wait_segment), (gst_ringbuffer_commit),
24738         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24739         (gst_ringbuffer_clear):
24740         Various small cleanups.
24741
24742         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24743         (gst_audio_convert_change_state):
24744         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24745         No need to take the locks anymore.
24746
24747 2005-05-25  Wim Taymans  <wim@fluendo.com>
24748
24749         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24750         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24751         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24752         (type_found):
24753         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24754         (group_destroy), (group_commit), (queue_overrun),
24755         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24756         (mute_stream), (new_decoded_pad), (setup_substreams),
24757         (setup_source), (mute_group_type), (set_active_source),
24758         (gst_play_base_bin_change_state):
24759         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24760         (gen_video_element), (gen_text_element), (gen_audio_element),
24761         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24762         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24763         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24764         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24765         Some playbin cleanups mostly refcounting sloppyness.
24766
24767 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24768
24769         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24770           Work with streaming input.
24771
24772 2005-05-25  Wim Taymans  <wim@fluendo.com>
24773
24774         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24775         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24776         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24777         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24778         No need to take the STREAM lock anymore.
24779
24780 2005-05-25  Wim Taymans  <wim@fluendo.com>
24781
24782         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24783         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24784         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24785         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24786         (gst_ogg_demux_sink_activate):
24787         * ext/theora/theoradec.c: (theora_dec_src_event),
24788         (theora_handle_comment_packet), (theora_dec_chain),
24789         (theora_dec_change_state):
24790         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24791         (vorbis_handle_data_packet), (vorbis_dec_chain),
24792         (vorbis_dec_change_state):
24793         Remove STREAM locks as they are taken in core now.
24794         Never set bogus granulepos on vorbis/theora.
24795         Fix leaks in theoradec tag parsing.
24796
24797 2005-05-25  Wim Taymans  <wim@fluendo.com>
24798
24799         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24800         Fix memleaks, GST_BUFFER_DATA() is not freed.
24801
24802 2005-05-25  Wim Taymans  <wim@fluendo.com>
24803
24804         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24805         Open non-blocking, set to blocking mode afterwards to avoid
24806         lockups when audio device is busy.
24807
24808 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24809
24810         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24811           This can't be good.
24812
24813 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24814
24815         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24816         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24817         (gst_audio_convert_setcaps):
24818           Implement instant setup switching.
24819
24820 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24821
24822         * gst/playback/gstplaybasebin.c: (probe_triggered):
24823           Fix missing unlock.
24824         * gst/playback/gstplaybin.c: (add_sink):
24825           First add, then link (otherwise pad link fails).
24826
24827 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24828
24829         * examples/Makefile.am:
24830         fix buildbot (make distcheck)
24831
24832 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24833
24834         * gst/playback/gstplaybin.c: (gen_vis_element):
24835           Remove some wrong code. Doesn't work yet.
24836
24837 2005-05-19  Wim Taymans  <wim@fluendo.com>
24838
24839         * gst-libs/gst/net/Makefile.am:
24840         * gst-libs/gst/net/README:
24841         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24842         (gst_netbuffer_class_init), (gst_netbuffer_init),
24843         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24844         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24845         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24846         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24847         * gst-libs/gst/net/gstnetbuffer.h:
24848         Added buffer subclass to store extra to/from addresses for
24849         network sources/sinks.
24850
24851 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24852
24853         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24854           Don't lock an unassigned variable.
24855
24856 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24857
24858         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24859           Increase buffer for video, decrease buffer for other media types.
24860         * gst/playback/gstplaybin.c: (gen_video_element),
24861         (gen_audio_element):
24862           Change names for debugging purposes.
24863
24864 2005-05-18  Wim Taymans  <wim@fluendo.com>
24865
24866         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24867         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24868         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24869         (gst_ffmpegcsp_chain):
24870         Enable buffer alloc passthrough if the source and dest
24871         formats are the same.
24872
24873 2005-05-17  Wim Taymans  <wim@fluendo.com>
24874
24875         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24876         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24877         (gst_ogg_demux_chain_unlocked):
24878         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24879         (gst_audio_convert_caps_remove_format_info),
24880         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24881         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24882         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24883         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24884         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24885         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24886         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24887         (gst_ffmpegcsp_get_property):
24888         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24889         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24890         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24891         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24892         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24893         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24894         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24895         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24896         Leak fixes in oggdemux.
24897         Some cleanups in audioconvert.
24898         Make passthrough work along with buffer_alloc etc.
24899         Make buffer_alloc and buffer recycling actually work in
24900         xvimagesink.
24901
24902 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24903
24904         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24905           make the compiler happy
24906
24907 2005-05-17  Wim Taymans  <wim@fluendo.com>
24908
24909         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24910         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24911         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24912         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24913         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24914         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24915         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24916         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24917         (gst_xvimagesink_set_xwindow_id):
24918         * sys/xvimage/xvimagesink.h:
24919         Port xvimagesink to new MiniObject.
24920
24921 2005-05-17  Wim Taymans  <wim@fluendo.com>
24922
24923         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24924         (gst_audiofilter_chain):
24925         * gst-libs/gst/audio/gstaudiosink.c:
24926         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24927         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24928         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24929         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24930         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24931         (gst_audiosink_create_ringbuffer):
24932         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24933         (gst_audio_convert_caps_remove_format_info),
24934         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24935         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24936         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24937         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24938         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24939         Fix passthrough in ffmpegcolorspace.
24940         Fix memset in audiosink on wrong memory.
24941
24942 2005-05-16  David Schleef  <ds@schleef.org>
24943
24944         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24945         to GstMiniObject.
24946
24947 2005-05-16  David Schleef  <ds@schleef.org>
24948
24949         Port from GstData to GstMiniObject.
24950         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24951         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24952         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24953         (gst_ogg_mux_collected):
24954         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24955         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24956         (theora_handle_data_packet):
24957         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24958         (theora_set_header_on_caps), (theora_enc_chain):
24959         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24960         (vorbis_handle_comment_packet):
24961         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24962         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24963         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24964         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24965         * gst/audioconvert/gstaudioconvert.c:
24966         (gst_audio_convert_get_buffer):
24967         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24968         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24969         (mute_stream), (silence_stream):
24970         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24971         * gst/volume/gstvolume.c: (volume_transform):
24972         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24973         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24974         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24975         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24976         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24977         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24978         (gst_ximagesink_buffer_alloc):
24979         * sys/ximage/ximagesink.h:
24980
24981 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24982
24983         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24984         (fill_buffer), (check_queue), (queue_threshold_reached),
24985         (queue_out_of_data):
24986         * gst/playback/gstplaybasebin.h:
24987           Post buffer-fullness on the bus.
24988
24989 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24990
24991         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24992         (try_to_link_1):
24993         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24994         (group_commit), (probe_triggered), (setup_source),
24995         (gst_play_base_bin_change_state):
24996         * gst/playback/gstplaybasebin.h:
24997         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24998         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24999         (gst_play_bin_change_state):
25000           Move setup_output_pads into a virtual function, remove
25001           group-switch (no longer needed) and redirect (handled by bus
25002           now) signals.
25003
25004 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25005
25006         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25007         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
25008         (get_active_group), (get_building_group), (group_destroy),
25009         (group_commit), (check_queue), (queue_overrun),
25010         (queue_threshold_reached), (queue_out_of_data),
25011         (gen_preroll_element), (remove_groups), (unknown_type),
25012         (add_element_stream), (no_more_pads), (probe_triggered),
25013         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
25014         (setup_substreams), (setup_source), (finish_source),
25015         (prepare_output), (muted_group_change_state),
25016         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25017         (gst_play_base_bin_change_state):
25018         * gst/playback/gstplaybasebin.h:
25019         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25020         (gst_play_bin_init), (gst_play_bin_set_property),
25021         (gen_video_element), (gen_text_element), (gen_audio_element),
25022         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
25023         (gst_play_bin_change_state):
25024         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25025         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
25026         (stream_info_change_state), (gst_stream_info_set_mute),
25027         (gst_stream_info_get_property):
25028         * gst/playback/gststreaminfo.h:
25029         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25030         (gst_stream_selector_get_linked_pad),
25031         (gst_stream_selector_getcaps),
25032         (gst_stream_selector_get_linked_pads),
25033         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25034         * gst/playback/gststreamselector.h:
25035           Rough port of playbin. Needs some more work, but is mostly done,
25036           and uses a few locks in important places, which should make stuff
25037           like chain-switches clean. Still uses GST_STATE() in a few places,
25038           which isn't all that good an idea, subtitles/elements disabled
25039           because no elements to test with and thus probably broken, query
25040           and event handling moved to GstBin, internal thread removed
25041           alltogether because the pipeline does that for us now. Can play
25042           Ogg/Vorbis files. Haven't tested anything else yet.
25043
25044 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25045
25046         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
25047           Do no-more-pads (needed for autoplugging).
25048
25049 2005-05-10  Andy Wingo  <wingo@pobox.com>
25050
25051         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
25052         message to the bus with the tags. Still not sent downstream tho.
25053
25054         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
25055         get_parent.
25056         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
25057         avoid refcounting hassles.
25058
25059 2005-05-09  Andy Wingo  <wingo@pobox.com>
25060
25061         * gst/volume/Makefile.am:
25062         * gst/volume/demo.c
25063         * gst/volume/gstvolume.h
25064         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
25065         basetransform. Probably need an audio filter base class.
25066
25067 2005-05-09  Wim Taymans  <wim@fluendo.com>
25068
25069         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
25070         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
25071         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
25072         (gst_vorbisenc_chain):
25073         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25074         (gst_audio_convert_caps_remove_format_info),
25075         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25076         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25077         Make caps writable before writing to it.
25078         Fix negotiation in audioconvert some more.
25079
25080 2005-05-09  Wim Taymans  <wim@fluendo.com>
25081
25082         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
25083         (gst_videorate_getcaps), (gst_videorate_setcaps),
25084         (gst_videorate_event), (gst_videorate_chain):
25085         Better negotiation.
25086
25087 2005-05-09  Wim Taymans  <wim@fluendo.com>
25088
25089         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
25090         (gst_videorate_getcaps), (gst_videorate_setcaps),
25091         (gst_videorate_blank_data), (gst_videorate_init),
25092         (gst_videorate_event), (gst_videorate_chain),
25093         (gst_videorate_change_state):
25094         Port videorate, do a better job at negotiation while we're at
25095         it.
25096
25097 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
25098
25099         * configure.ac:
25100           Disable libvisual
25101
25102         * examples/Makefile.am:
25103         * gst-libs/gst/audio/Makefile.am:
25104         * gst-libs/gst/riff/Makefile.am:
25105         * gst-libs/gst/tag/Makefile.am:
25106         * gst-libs/gst/video/Makefile.am:
25107           Fixups for missing variables.
25108
25109 2005-05-09  Wim Taymans  <wim@fluendo.com>
25110
25111         * examples/seeking/seek.c: (make_theora_pipeline),
25112         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25113         (query_rates), (query_positions_elems), (query_positions_pads),
25114         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25115         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25116         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25117         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25118         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25119         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25120         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25121         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25122         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25123         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25124         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25125         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25126         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25127         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25128         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25129         (theora_dec_src_convert), (theora_dec_sink_convert),
25130         (theora_dec_src_query), (theora_dec_sink_query),
25131         (theora_dec_src_event), (theora_dec_sink_event),
25132         (theora_handle_comment_packet), (theora_handle_type_packet),
25133         (theora_handle_header_packet), (theora_handle_data_packet),
25134         (theora_dec_chain):
25135         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25136         (vorbis_dec_convert), (vorbis_dec_src_query),
25137         (vorbis_dec_sink_query), (vorbis_dec_src_event),
25138         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25139         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25140         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25141         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25142         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25143         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25144         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25145         (gst_play_bin_query):
25146         * gst/playback/test3.c: (update_scale):
25147         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25148         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25149         * gst/subparse/gstsubparse.c: (gst_subparse_init):
25150         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25151         (gst_videotestsrc_src_query):
25152         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25153         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25154         (paint_hline_YUV9):
25155         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25156         Port to new query API.
25157         Updated seek.
25158         Cleanups in x[v]imagesink
25159
25160 2005-05-09  Andy Wingo  <wingo@pobox.com>
25161
25162         * ext/alsa/gstalsasink.h:
25163         * ext/gnomevfs/gstgnomevfssrc.c:
25164         (gst_gnomevfssrc_get_icy_metadata):
25165         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25166         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25167         * ext/theora/theoradec.c (theora_dec_src_query)
25168         (theora_dec_src_event, theora_dec_sink_event)
25169         (theora_handle_comment_packet, theora_handle_data_packet):
25170         * ext/theora/theoraenc.c (theora_enc_chain):
25171         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25172         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25173         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25174         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25175         (qt_type_find):
25176         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25177         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25178         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25179         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25180         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25181         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25182         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25183         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25184         (paint_setup_RGB565, paint_setup_xRGB1555):
25185         * gst/videotestsrc/videotestsrc.h:
25186         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25187         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25188         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25189         GCC4 fixes.
25190         
25191         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25192         gst_pad_query_position. Fixes oggdemux.
25193
25194 2005-05-08  David Schleef  <ds@schleef.org>
25195
25196         * configure.ac: Require liboil.
25197         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25198         a few more.
25199         * gst/videotestsrc/videotestsrc.c:
25200         * gst/videotestsrc/videotestsrc.h:
25201
25202 2005-05-06  Wim Taymans  <wim@fluendo.com>
25203
25204         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25205         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25206         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25207         Well, unreffing a buffer right before pushing it is asking
25208         for trouble..
25209
25210 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25211
25212         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25213
25214 2005-05-06  Wim Taymans  <wim@fluendo.com>
25215
25216         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25217         (gst_audio_convert_caps_remove_format_info),
25218         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25219         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25220         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25221         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25222         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25223         * gst/sine/Makefile.am:
25224         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25225         (gst_sinesrc_class_init), (gst_sinesrc_init),
25226         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25227         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25228         (gst_sinesrc_update_freq):
25229         * gst/sine/gstsinesrc.h:
25230         * gst/tcp/gstmultifdsink.c:
25231         * sys/xvimage/xvimagesink.c:
25232         Fixed negotiation wrt _peer_get_caps()
25233         Some cleanups.
25234
25235
25236 2005-05-06  Wim Taymans  <wim@fluendo.com>
25237
25238         * gst-libs/gst/audio/gstaudiosink.c:
25239         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25240         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25241         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25242         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25243         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25244         (gst_audiosink_create_ringbuffer):
25245         * gst-libs/gst/audio/gstbaseaudiosink.c:
25246         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25247         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25248         (gst_baseaudiosink_set_property), (build_linear_format),
25249         (debug_spec_caps), (debug_spec_buffer),
25250         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25251         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25252         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25253         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25254         * gst-libs/gst/audio/gstbaseaudiosink.h:
25255         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25256         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25257         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25258         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25259         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25260         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25261         (wait_segment), (gst_ringbuffer_commit),
25262         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25263         (gst_ringbuffer_clear):
25264         * gst-libs/gst/audio/gstringbuffer.h:
25265         Make the base audiosink return an error when there is no
25266         audiobuffer negotiated.
25267
25268 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25269
25270         * ext/Makefile.am:
25271         Disable cdparanoia until someone ports it!
25272
25273 2005-05-06  Wim Taymans  <wim@fluendo.com>
25274
25275         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25276         (gst_ogg_demux_sink_activate):
25277         And revert after wingo's revert.. sigh..
25278
25279 2005-05-05  Andy Wingo  <wingo@pobox.com>
25280
25281         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25282         GObject.
25283         * configure.ac: Return audiorate and subparse from the ghetto.
25284         Re-enable -Wall -Werror.
25285         * gst/subparse/gstsubparse.c:
25286         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25287         or chain-based. Cleaned up a bit. Not tested.
25288         
25289 2005-05-05  Christian Schaller <christian@fluendo.com> 
25290
25291         * Makefile.am: remove stuff that is not building
25292         * configure.ac: remove stuff that is not building
25293         * examples/Makefile.am: remove stuff that is not building
25294         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25295         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25296         * sys/Makefile.am: remove stuff that is not building
25297         * testsuite/Makefile.am: remove stuff that is not building
25298
25299 2005-05-05  Andy Wingo  <wingo@pobox.com>
25300
25301         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25302         * gst-libs/gst/tag/gstvorbistag.c:
25303         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25304         * gst/adder/gstadder.h:
25305         * gst/audioconvert/gstchannelmix.c:
25306         (gst_audio_convert_fill_one_other):
25307         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25308         (gst_audiorate_init), (gst_audiorate_chain):
25309         * gst/playback/gstplaybasebin.c: (setup_source):
25310         * gst/playback/test3.c: (update_scale):
25311         Some GCC4 fixes
25312         
25313         * po/af.po:
25314         * po/az.po:
25315         * po/cs.po:
25316         * po/en_GB.po:
25317         * po/hu.po:
25318         * po/it.po:
25319         * po/nb.po:
25320         * po/nl.po:
25321         * po/or.po:
25322         * po/sq.po:
25323         * po/sr.po:
25324         * po/sv.po:
25325         * po/uk.po:
25326         * po/vi.po: Foo
25327
25328 2005-05-05  Wim Taymans  <wim@fluendo.com>
25329
25330         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25331         (gst_audio_convert_caps_remove_format_info),
25332         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25333         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25334         * gst/videotestsrc/gstvideotestsrc.c:
25335         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25336         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25337         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25338         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25339         Don't ignore _push() return values.
25340         Make sure no processing is done when shutting down.
25341         Videotestsrc pad activation fix.
25342
25343 2005-05-05  Wim Taymans  <wim@fluendo.com>
25344
25345         * gst/adder/Makefile.am:
25346         * gst/adder/gstadder.c: (gst_adder_setcaps),
25347         (gst_adder_class_init), (gst_adder_init),
25348         (gst_adder_request_new_pad), (gst_adder_collected),
25349         (gst_adder_change_state):
25350         * gst/adder/gstadder.h:
25351         Ported adder as an example of a mixer element using
25352         collect pads. Needs more negotiation work.
25353
25354 2005-05-05  Wim Taymans  <wim@fluendo.com>
25355
25356         * ext/theora/theoradec.c: (_inc_granulepos),
25357         (theora_dec_src_event), (theora_dec_sink_event),
25358         (theora_handle_comment_packet), (theora_handle_type_packet),
25359         (theora_handle_header_packet), (theora_handle_data_packet),
25360         (theora_dec_chain):
25361         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25362         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25363         (theora_push_buffer), (theora_push_packet),
25364         (theora_enc_sink_event), (theora_enc_chain),
25365         (theora_enc_change_state), (theora_enc_set_property),
25366         (theora_enc_get_property):
25367         Added stream lock to decoder so that we can serialize
25368         the discont event.
25369         More theoraenc porting, recover from errors, do clean
25370         shutdown.
25371
25372 2005-05-05  Wim Taymans  <wim@fluendo.com>
25373
25374         * ext/ogg/Makefile.am:
25375         * ext/ogg/README:
25376         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25377         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25378         (gst_ogg_print):
25379         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25380         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25381         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25382         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25383         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25384         (gst_ogg_mux_change_state):
25385         Ported ogg muxer.
25386
25387 2005-05-05  Wim Taymans  <wim@fluendo.com>
25388
25389         * docs/design-audiosinks.txt:
25390         * gst-libs/gst/audio/TODO:
25391         * gst-libs/gst/audio/gstaudiosink.c:
25392         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25393         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25394         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25395         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25396         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25397         (gst_audiosink_create_ringbuffer):
25398         * gst-libs/gst/audio/gstbaseaudiosink.c:
25399         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25400         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25401         (gst_baseaudiosink_set_property), (build_linear_format),
25402         (debug_spec_caps), (debug_spec_buffer),
25403         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25404         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25405         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25406         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25407         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25408         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25409         (gst_ringbuffer_release), (gst_ringbuffer_play),
25410         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25411         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25412         (gst_ringbuffer_set_sample), (wait_segment),
25413         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25414         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25415         More work on the audiosink, mostly debugging and a race in
25416         shutdown.
25417
25418 2005-04-28  Wim Taymans  <wim@fluendo.com>
25419
25420         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25421         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25422         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25423         (vorbis_dec_src_query), (vorbis_dec_src_event),
25424         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25425         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25426         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25427         Don't crap out when seeking back to position 0.
25428
25429 2005-04-28  Wim Taymans  <wim@fluendo.com>
25430
25431         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25432         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25433         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25434         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25435         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25436         Make audio sink configurable, use alsasink as default.
25437
25438 2005-04-28  Wim Taymans  <wim@fluendo.com>
25439
25440         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25441         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25442         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25443         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25444         (vorbis_dec_change_state):
25445         * ext/vorbis/vorbisdec.h:
25446         Refactor, use STREAM_LOCK.
25447
25448 2005-04-28  Wim Taymans  <wim@fluendo.com>
25449
25450         * ext/theora/theoradec.c: (_inc_granulepos),
25451         (theora_dec_sink_event), (theora_handle_comment_packet),
25452         (theora_handle_type_packet), (theora_handle_header_packet),
25453         (theora_handle_data_packet), (theora_dec_chain),
25454         (theora_dec_change_state):
25455         Refactor a bit, use STREAM_LOCK.
25456
25457 2005-04-28  Wim Taymans  <wim@fluendo.com>
25458
25459         * ext/alsa/Makefile.am:
25460         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25461         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25462         (gst_alsa_link), (gst_alsa_close_audio):
25463         * ext/alsa/gstalsaplugin.c: (plugin_init):
25464         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25465         (gst_alsasink_dispose), (gst_alsasink_base_init),
25466         (gst_alsasink_class_init), (gst_alsasink_init),
25467         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25468         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25469         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25470         (gst_alsasink_reset):
25471         * ext/alsa/gstalsasink.h:
25472         Implement alsasink with simple open/write/close API. 
25473         Make alsa dir build by disabling compilation of code.
25474
25475 2005-04-28  Wim Taymans  <wim@fluendo.com>
25476
25477         * gst-libs/gst/audio/Makefile.am:
25478         * gst-libs/gst/audio/audio.h:
25479         * gst-libs/gst/audio/audioclock.c:
25480         * gst-libs/gst/audio/audioclock.h:
25481         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25482         (gst_audio_clock_class_init), (gst_audio_clock_init),
25483         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25484         * gst-libs/gst/audio/gstaudioclock.h:
25485         * gst-libs/gst/audio/gstaudiosink.c:
25486         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25487         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25488         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25489         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25490         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25491         (gst_audiosink_create_ringbuffer):
25492         * gst-libs/gst/audio/gstbaseaudiosink.c:
25493         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25494         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25495         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25496         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25497         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25498         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25499         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25500         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25501         * gst-libs/gst/audio/gstbaseaudiosink.h:
25502         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25503         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25504         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25505         (gst_ringbuffer_release), (gst_ringbuffer_play),
25506         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25507         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25508         (gst_ringbuffer_set_sample), (wait_segment),
25509         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25510         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25511         * gst-libs/gst/audio/gstringbuffer.h:
25512         Make ringbuffer faster and more simple by removing the locks
25513         in the playback thread.
25514         Add sample accurate playback based on buffer sample offsets.
25515         Make the baseaudiosink provide a clock.
25516         Parse caps in the base class.
25517         Correctly handle seeking, flushing and state changes.
25518
25519 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25520
25521         * configure.ac:
25522         * gst/audioconvert/Makefile.am:
25523         * gst/audioscale/Makefile.am:
25524           Fix part of the build.  Come on guys, autogen didn't even work :)
25525
25526 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25527
25528         * configure.ac:
25529         * gst-libs/gst/Makefile.am:
25530         * gst-libs/gst/media-info/.cvsignore:
25531         * gst-libs/gst/media-info/Makefile.am:
25532         * gst-libs/gst/media-info/README:
25533         * gst-libs/gst/media-info/media-info-priv.c:
25534         * gst-libs/gst/media-info/media-info-priv.h:
25535         * gst-libs/gst/media-info/media-info-test.c:
25536         * gst-libs/gst/media-info/media-info.c:
25537         * gst-libs/gst/media-info/media-info.h:
25538         * gst-libs/gst/media-info/media-info.vcproj:
25539         * pkgconfig/Makefile.am:
25540         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25541         * pkgconfig/gstreamer-media-info.pc.in:
25542           Remove media-info, which is also successed by playbin (see Totem
25543           implementation).
25544
25545 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25546
25547         * configure.ac:
25548         * examples/Makefile.am:
25549         * examples/gstplay/.cvsignore:
25550         * examples/gstplay/Makefile.am:
25551         * examples/gstplay/player.c:
25552         * gst-libs/gst/Makefile.am:
25553         * gst-libs/gst/play/.cvsignore:
25554         * gst-libs/gst/play/Makefile.am:
25555         * gst-libs/gst/play/play.c:
25556         * gst-libs/gst/play/play.h:
25557         * gst-libs/gst/play/play.vcproj:
25558         * pkgconfig/Makefile.am:
25559         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25560         * pkgconfig/gstreamer-play.pc.in:
25561           Remove libgstplay, playbin is now the official successor.
25562
25563 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25564
25565         * configure.ac:
25566         * gst-libs/gst/Makefile.am:
25567         * gst-libs/gst/xwindowlistener/Makefile.am:
25568         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25569         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25570           Remove deprecated xwindowlistener (I've moved xwindowlistening
25571           in the v4l/v4l2 plugins over to serverside).
25572
25573 2005-04-25  David Schleef  <ds@schleef.org>
25574
25575         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25576         to examples/dynparams.  Examples do not belong interspersed with
25577         source code.
25578         * examples/dynparams/demo-dparams.c:
25579         * gst/sine/Makefile.am:
25580         * gst/sine/demo-dparams.c:
25581
25582 2005-04-25  David Schleef  <ds@schleef.org>
25583
25584         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25585         * gst-libs/gst/audio/Makefile.am:
25586         * gst-libs/gst/riff/Makefile.am:
25587         * gst-libs/gst/tag/Makefile.am:
25588         * gst-libs/gst/video/Makefile.am:
25589         * gst-libs/gst/xwindowlistener/Makefile.am:
25590
25591         Convert to 0.9 API, seems to work:
25592         * sys/ximage/Makefile.am:
25593         * sys/ximage/ximagesink.c:
25594
25595 2005-04-24  David Schleef  <ds@schleef.org>
25596
25597         Link plugins against libraries:
25598         * ext/alsa/Makefile.am:
25599         * gst/tcp/Makefile.am:
25600
25601         Remove asm code that should be in liboil
25602         * gst/videoscale/Makefile.am:
25603         * gst/videoscale/videoscale_x86_asm.s:
25604
25605         gettext wants these checked in:
25606         * po/af.po:
25607         * po/az.po:
25608         * po/cs.po:
25609         * po/en_GB.po:
25610         * po/hu.po:
25611         * po/it.po:
25612         * po/nb.po:
25613         * po/nl.po:
25614         * po/or.po:
25615         * po/sq.po:
25616         * po/sr.po:
25617         * po/sv.po:
25618         * po/uk.po:
25619         * po/vi.po:
25620
25621 2005-04-24  David Schleef  <ds@schleef.org>
25622
25623         Convert gst_main() to g_main_loop_run()
25624         * gst/playback/decodetest.c: (main):
25625         * gst/playback/test2.c: (main):
25626         * gst/playback/test3.c: (main):
25627         * gst/playback/test4.c: (main):
25628
25629         Link plugins against libraries:
25630         * ext/libvisual/Makefile.am:
25631         * sys/xvimage/Makefile.am:
25632
25633 2005-04-24  David Schleef  <ds@schleef.org>
25634
25635         * configure.ac: Remove idct and resample libs
25636         * gst-libs/gst/Makefile.am: same
25637
25638         Remove usage of gst_library_load():
25639         * ext/alsa/gstalsaplugin.c: (plugin_init):
25640         * ext/libvisual/visual.c: (plugin_init):
25641         * ext/ogg/gstogg.c: (plugin_init):
25642         * ext/theora/theora.c: (plugin_init):
25643         * ext/vorbis/vorbis.c: (plugin_init):
25644         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25645         * gst/audioscale/gstaudioscale.c:
25646         * gst/adder/gstadder.c: (plugin_init):
25647         * gst/audioconvert/plugin.c: (plugin_init):
25648         * sys/ximage/ximagesink.c: (plugin_init):
25649         * sys/xvimage/xvimagesink.c: (plugin_init):
25650         * gst/tcp/gsttcpplugin.c: (plugin_init):
25651
25652         Link plugins against libraries:
25653         * ext/ogg/Makefile.am:
25654         * ext/theora/Makefile.am:
25655         * ext/vorbis/Makefile.am:
25656         * gst/audioconvert/Makefile.am:
25657
25658         Create proper libraries:
25659         * gst-libs/gst/riff/Makefile.am:
25660         * gst-libs/gst/audio/Makefile.am:
25661         * gst-libs/gst/video/Makefile.am:
25662
25663         Move resample library to audioscale plugin directory:
25664         * gst-libs/gst/resample/Makefile.am:
25665         * gst-libs/gst/resample/README:
25666         * gst-libs/gst/resample/dtof.c:
25667         * gst-libs/gst/resample/dtos.c:
25668         * gst-libs/gst/resample/functable.c:
25669         * gst-libs/gst/resample/private.h:
25670         * gst-libs/gst/resample/resample.c:
25671         * gst-libs/gst/resample/resample.h:
25672         * gst-libs/gst/resample/resample.vcproj:
25673         * gst-libs/gst/resample/test.c:
25674         * gst/audioscale/Makefile.am:
25675         * gst/audioscale/README:
25676         * gst/audioscale/dtof.c:
25677         * gst/audioscale/dtos.c:
25678         * gst/audioscale/functable.c:
25679         * gst/audioscale/private.h:
25680         * gst/audioscale/resample.c:
25681         * gst/audioscale/resample.h:
25682         * gst/audioscale/test.c:
25683
25684         Move tagedit library to gst-libs:
25685         * gst-libs/gst/tag/Makefile.am:
25686         * gst-libs/gst/tag/gstid3tag.c:
25687         * gst-libs/gst/tag/gsttagediting.c:
25688         * gst-libs/gst/tag/gsttageditingprivate.h:
25689         * gst-libs/gst/tag/gstvorbistag.c:
25690         * gst/tags/Makefile.am:
25691         * gst/tags/gstid3tag.c:
25692         * gst/tags/gstvorbistag.c:
25693
25694         Fix for core changes:
25695         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25696         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25697         (gst_sinesrc_getrange):
25698
25699 2005-04-23  David Schleef  <ds@schleef.org>
25700
25701         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25702         in gst-plugins in a long time, and properly belongs in liboil.
25703         * gst-libs/gst/idct/Makefile.am:
25704         * gst-libs/gst/idct/README:
25705         * gst-libs/gst/idct/dct.h:
25706         * gst-libs/gst/idct/doieee:
25707         * gst-libs/gst/idct/fastintidct.c:
25708         * gst-libs/gst/idct/floatidct.c:
25709         * gst-libs/gst/idct/idct.c:
25710         * gst-libs/gst/idct/idct.h:
25711         * gst-libs/gst/idct/idtc.vcproj:
25712         * gst-libs/gst/idct/ieeetest.c:
25713         * gst-libs/gst/idct/intidct.c:
25714
25715 2005-04-20  Wim Taymans  <wim@fluendo.com>
25716
25717         * docs/design-audiosinks.txt:
25718         * gst-libs/gst/audio/Makefile.am:
25719         * gst-libs/gst/audio/TODO:
25720         * gst-libs/gst/audio/gstaudiosink.c:
25721         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25722         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25723         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25724         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25725         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25726         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25727         (gst_audiosink_class_init), (gst_audiosink_init),
25728         (gst_audiosink_create_ringbuffer):
25729         * gst-libs/gst/audio/gstaudiosink.h:
25730         * gst-libs/gst/audio/gstbaseaudiosink.c:
25731         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25732         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25733         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25734         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25735         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25736         (gst_baseaudiosink_create_ringbuffer),
25737         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25738         * gst-libs/gst/audio/gstbaseaudiosink.h:
25739         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25740         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25741         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25742         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25743         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25744         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25745         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25746         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25747         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25748         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25749         * gst-libs/gst/audio/gstringbuffer.h:
25750         An attempt at a set of audio base classes together with some
25751         design docs.
25752
25753 2005-04-20  Wim Taymans  <wim@fluendo.com>
25754
25755         * gst/audioconvert/Makefile.am:
25756         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25757         (gst_audio_convert_caps_remove_format_info),
25758         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25759         (gst_audio_convert_channels):
25760         Link against audio libs.
25761         Fix audio convert plugin.
25762
25763 2005-04-20  Wim Taymans  <wim@fluendo.com>
25764
25765         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25766         (gst_ogg_demux_sink_activate):
25767         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25768         (theora_set_header_on_caps), (theora_enc_sink_event),
25769         (theora_enc_chain):
25770         Fix theora encoder.
25771
25772 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25773
25774         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25775         * gst/playback/gstdecodebin.c: (find_compatibles):
25776           Work with staticpadtemplates in elementfactories.
25777
25778 2005-04-12  Wim Taymans  <wim@fluendo.com>
25779
25780         * gst/playback/README:
25781         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25782         (compare_ranks), (print_feature), (gst_decode_bin_init),
25783         (dynamic_create), (dynamic_free), (find_compatibles),
25784         (mimetype_is_raw), (close_pad_link), (got_redirect),
25785         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25786         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25787         (gst_decode_bin_change_state):
25788         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25789         (gst_play_base_bin_init), (group_destroy), (group_commit),
25790         (check_queue), (queue_overrun), (queue_threshold_reached),
25791         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25792         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25793         (got_redirect), (setup_source), (play_base_eos),
25794         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25795         (gst_play_base_bin_remove_element):
25796         * gst/playback/gstplaybasebin.h:
25797         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25798         (gst_play_bin_init), (gst_play_bin_dispose),
25799         (gst_play_bin_set_property), (gen_video_element),
25800         (gen_text_element), (gen_audio_element), (remove_sinks),
25801         (gst_play_bin_send_event):
25802         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25803         (stream_info_change_state), (gst_stream_info_set_mute):
25804         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25805         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25806         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25807         (gst_stream_selector_chain):
25808         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25809         (main):
25810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25811         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25812         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25813         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25814         Raw and crude port of decodebin. 
25815         Make playbin compile.
25816
25817 2005-04-06  Wim Taymans  <wim@fluendo.com>
25818
25819         * ext/gnomevfs/Makefile.am:
25820         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25821         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25822         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25823         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25824         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25825         (gst_gnomevfssrc_stop):
25826         * ext/ogg/Makefile.am:
25827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25828         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25829         * ext/theora/Makefile.am:
25830         * ext/theora/theoradec.c: (_inc_granulepos),
25831         (theora_dec_sink_event), (theora_dec_chain):
25832         * ext/vorbis/Makefile.am:
25833         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25834         (vorbis_dec_sink_event), (vorbis_dec_chain):
25835         * gst-libs/gst/audio/Makefile.am:
25836         * sys/xvimage/Makefile.am:
25837         Make gnomevfssrc extend the source base class.
25838         Fix linking against libs in various plugins.
25839
25840 2005-04-06  Andy Wingo  <wingo@pobox.com>
25841
25842         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25843         GST_BASE_LIBS.
25844
25845         * configure.ac: Add check and AC_SUBST for libgstbase.
25846
25847 2005-03-31  Wim Taymans  <wim@fluendo.com>
25848
25849         * examples/seeking/Makefile.am:
25850         * examples/seeking/cdparanoia.c: (main):
25851         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25852         (play_cb), (pause_cb), (stop_cb), (main):
25853         * examples/seeking/playbin.c:
25854         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25855         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25856         (make_sid_pipeline), (make_vorbis_pipeline),
25857         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25858         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25859         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25860         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25861         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25862         (stop_cb), (main):
25863         * examples/seeking/spider_seek.c:
25864         * examples/seeking/vorbisfile.c:
25865         * ext/gnomevfs/Makefile.am:
25866         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25867         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25868         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25869         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25870         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25871         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25872         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25873         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25874         * ext/ogg/README:
25875         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25876         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25877         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25878         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25879         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25880         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25881         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25882         (gst_ogg_demux_factory_filter), (compare_ranks),
25883         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25884         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25885         (gst_ogg_chain_new), (gst_ogg_chain_free),
25886         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25887         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25888         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25889         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25890         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25891         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25892         (gst_ogg_demux_get_prev_page),
25893         (gst_ogg_demux_deactivate_current_chain),
25894         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25895         (gst_ogg_demux_bisect_forward_serialno),
25896         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25897         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25898         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25899         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25900         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25901         (gst_ogg_demux_change_state), (gst_ogg_print):
25902         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25903         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25904         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25905         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25906         (gst_ogg_mux_loop):
25907         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25908         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25909         (theora_dec_src_convert), (theora_dec_sink_convert),
25910         (theora_dec_src_query), (theora_dec_src_event),
25911         (theora_dec_sink_event), (theora_dec_chain),
25912         (theora_dec_change_state):
25913         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25914         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25915         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25916         (theora_enc_change_state):
25917         * ext/vorbis/Makefile.am:
25918         * ext/vorbis/oggvorbisenc.c:
25919         * ext/vorbis/oggvorbisenc.h:
25920         * ext/vorbis/vorbis.c: (plugin_init):
25921         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25922         (vorbis_dec_src_query), (vorbis_dec_src_event),
25923         (vorbis_dec_sink_event), (vorbis_dec_chain),
25924         (vorbis_dec_change_state):
25925         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25926         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25927         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25928         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25929         (gst_vorbisenc_change_state):
25930         * ext/vorbis/vorbisenc.h:
25931         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25932         * gst-libs/gst/audio/audioclock.c:
25933         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25934         (gst_audiofilter_init), (gst_audiofilter_chain):
25935         * gst-libs/gst/audio/testchannels.c: (main):
25936         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25937         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25938         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25939         (gmip_find_track_streaminfo), (gmip_find_track_format):
25940         * gst-libs/gst/media-info/media-info.c:
25941         (gst_media_info_read_idler):
25942         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25943         (gst_play_get_all_by_interface):
25944         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25945         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25946         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25947         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25948         (gst_riff_parse_info):
25949         * gst-libs/gst/riff/riff-read.h:
25950         * gst-libs/gst/riff/riff.c: (plugin_init):
25951         * gst-libs/gst/video/Makefile.am:
25952         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25953         (gst_videosink_class_init), (gst_videosink_get_type):
25954         * gst-libs/gst/video/videosink.h:
25955         * gst/audioconvert/bufferframesconvert.c:
25956         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25957         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25958         * gst/audioconvert/channelmixtest.c: (main):
25959         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25960         (gst_audio_convert_chain),
25961         (gst_audio_convert_caps_remove_format_info),
25962         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25963         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25964         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25965         (gst_audio_convert_buffer_to_default_format),
25966         (gst_audio_convert_buffer_from_default_format),
25967         (gst_audio_convert_channels):
25968         * gst/audioconvert/gstchannelmix.h:
25969         * gst/ffmpegcolorspace/avcodec.h:
25970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25971         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25972         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25973         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25974         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25975         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25976         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25977         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25978         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25979         (dv_type_find):
25980         * gst/videotestsrc/gstvideotestsrc.c:
25981         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25982         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25983         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25984         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25985         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25986         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25987         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25989         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25990         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25991         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25992         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25993         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25994         (gst_xvimagesink_navigation_send_event),
25995         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25996         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25997         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25998         * sys/xvimage/xvimagesink.h:
25999         Plugin port to 0.9, ogg/theora playback should work in the seek
26000         example now.
26001         Removed old examples.
26002         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
26003         explained in 0.9 TODO doc.
26004
26005
26006 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26007
26008         * autogen.sh:
26009         * configure.ac:
26010         * ext/Makefile.am:
26011         * gst/Makefile.am:
26012         * po/POTFILES.in:
26013         * po/af.po:
26014         * po/az.po:
26015         * po/cs.po:
26016         * po/en_GB.po:
26017         * po/hu.po:
26018         * po/it.po:
26019         * po/nb.po:
26020         * po/nl.po:
26021         * po/or.po:
26022         * po/sq.po:
26023         * po/sr.po:
26024         * po/sv.po:
26025         * po/uk.po:
26026         * po/vi.po:
26027         * sys/Makefile.am:
26028         * testsuite/Makefile.am:
26029           remove a whole bunch of plugins.  This module now contains a set
26030           of free reference plugins/elements as agreed.
26031
26032 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26033
26034         * configure.ac:
26035           hunting season on 0.9 is now OPEN
26036
26037 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26038
26039         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26040           Kick the hell out of gcc for not warning me about a symbol conflict.
26041
26042 2005-02-22  Luca Ognibene  <luogni@tin.it>
26043
26044         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26045
26046         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26047           Don't leak caps string (fixes #168134)
26048
26049         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
26050         (gst_jpegenc_init), (gst_jpegenc_finalize),
26051         (gst_jpegenc_change_state):
26052           Don't leak line buffers and context struct (fixes #168133).
26053
26054 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
26055
26056         * configure.ac:
26057         * ext/dirac/gstdiracdec.cc:
26058         (gst_diracdec_chain):
26059           Since dirac 0.5.0 the framerate in dirac is expressed as a
26060           rational number. Fix build and up requirement to 0.5.0, and
26061           also pass parameters to gst_diracdec_link in the right order
26062           (fixes #167959).
26063
26064 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
26065
26066         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
26067         * ext/faad/gstfaad.h:
26068         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
26069         certain invalid muxed streams, where some packets will contain 
26070         junk after decoder data. Partially fixes #149158.
26071
26072 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
26073         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
26074           Make sure we only write to writable buffers
26075
26076 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
26077
26078         * gst-libs/gst/riff/riff-media.c:
26079         (gst_riff_create_audio_caps_with_data):
26080           Do actually fix invalid RIFF fmt header values for alaw
26081           and mulaw audio instead of just saying so.
26082
26083         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26084           Give gst_riff_create_audio_caps_with_data() a chance to
26085           fix up broken format header fields before extracting any
26086           parameters from the header. (fixes #167633)
26087
26088 2005-02-19  Martin Holters  <martin.holters@gmx.de>
26089
26090         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26091
26092         * gst/audioconvert/bufferframesconvert.c:
26093         (buffer_frames_convert_link):
26094           Don't leak othercaps. (fixes #167878)
26095
26096 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
26097
26098         * configure.ac:
26099         * ext/libvisual/visual.c: (gst_visual_srclink),
26100         (gst_visual_change_state):
26101           Support libvisual 0.2.0.
26102
26103 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
26104
26105         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26106         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26107           Use same rowstrides for I420 as used everywhere else.
26108
26109 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
26110
26111         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26112           Declare variables at beginning of block and make gcc-2.95 happy
26113           (fixes # 167482, patch by Gergely Nagy).
26114           
26115         * gst/tcp/gsttcpclientsrc.c:
26116         * gst/tcp/gsttcpclientsrc.h:
26117           Move some includes into the header, so that struct sockaddr_in is
26118           defined when it should be defined on FreeBSD as well (fixes
26119           #167483).
26120           
26121         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26122           Don't pass uninitialised values to setsockopt() here either.
26123
26124 2005-02-17  Luca Ognibene  <luogni at tin dot it>
26125
26126         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26127
26128         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26129           Don't pass uninitialised values to setsockopt(). (fixes #167704)
26130
26131 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26132
26133         * gst/playback/gstplaybin.c: (add_sink):
26134           Invert bin_add/link order to workaround deadlock in opt.
26135
26136 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26137
26138         * gst/modplug/gstmodplug.cc:
26139           Add missing break causing position queries to fail.
26140
26141 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26142
26143         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26144           Granpos can apparently be -1, which screws up calculations...
26145
26146 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
26147
26148         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26149         (gst_ximagesink_send_pending_navigation),
26150         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26151         (gst_ximagesink_init):
26152         * sys/ximage/ximagesink.h:
26153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26154         (gst_xvimagesink_send_pending_navigation),
26155         (gst_xvimagesink_navigation_send_event),
26156         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26157         * sys/xvimage/xvimagesink.h:
26158           Use a mutex protected list to marshal navigation
26159           events into the stream thread from whichever thread
26160           sends them.
26161
26162 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
26163
26164         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26165           Display current position and track length; misc. clean-ups.
26166           
26167         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26168         (speed_init), (speed_chain):
26169           Add query function, so that the stream length and current position
26170           get adjusted when queried (note that current position queries may
26171           still be wrong if the audio sink returns values based on buffer
26172           timestamps instead of passing on the query).
26173
26174 2005-02-13  Benjamin Otte  <otte@gnome.org>
26175
26176         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26177         (gst_audio_convert_channels):
26178           create channel conversion matrix when linking
26179         * gst/audioconvert/.cvsignore:
26180         * gst/audioconvert/Makefile.am:
26181         * gst/audioconvert/channelmixtest.c: (main):
26182           add (ugly) test that ensures stereo <=> mono conversion works
26183           correctly
26184
26185 2005-02-13  Benjamin Otte  <otte@gnome.org>
26186
26187         * gst/audioconvert/gstchannelmix.h:
26188           include missing header file
26189         * gst/audioconvert/gstchannelmix.c:
26190         (gst_audio_convert_fill_compatible):
26191           use same sign for both channels when converting to/from compatible
26192           channel. Previously used different signs made the signals cancel
26193           each other out and appear like silence. (fixes #167269)
26194
26195 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26196
26197         * gst/ffmpegcolorspace/avcodec.h:
26198         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26199         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26200         (gst_ffmpegcsp_avpicture_fill):
26201         * gst/ffmpegcolorspace/imgconvert.c:
26202           Convert to and from YV12 (fixes #156379).
26203
26204 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26205
26206         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26207         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26208         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26209         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26210         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26211         methods from chain and negotiation and vice versa (Fixes #166142).
26212         * sys/ximage/ximagesink.h: Add stream_lock.
26213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26214         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26215         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26216         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26217
26218 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26219
26220         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26221           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26222           error message when we can't open the DVD device (when dvdnav_open()
26223           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26224           the above). Send something more useful instead (fixes #167117).
26225
26226 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26227
26228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26229         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26230         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26231         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26232         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26233         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26234         methods from chain and negotiation and vice versa (Fixes #166142).
26235         Fix a possible bug of images in the buffer pool being discarded because
26236         we are looking at the wrong geometry.
26237         * sys/xvimage/xvimagesink.h: Add stream_lock.
26238
26239 2005-02-11  David Schleef  <ds@schleef.org>
26240
26241         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26242         unsigned int. (fixes #167128)
26243
26244 2005-02-11  David Schleef  <ds@schleef.org>
26245
26246         * gst/librfb/Makefile.am: Testing stuff before committing is
26247           for wimps... and people with fast machines.  Fix stupid
26248           mistake.
26249
26250 2005-02-11  David Schleef  <ds@schleef.org>
26251
26252         * configure.ac: Pull in librfb from my CVS tree, because it is
26253           too small and annoying to be separate.  Move rfbsrc plugin
26254           to gst/.
26255         * ext/Makefile.am:
26256         * ext/librfb/Makefile.am:
26257         * ext/librfb/gstrfbsrc.c:
26258         * gst/librfb/Makefile.am:
26259         * gst/librfb/gstrfbsrc.c:
26260         * gst/librfb/rfb.c:
26261         * gst/librfb/rfb.h:
26262         * gst/librfb/rfbbuffer.c:
26263         * gst/librfb/rfbbuffer.h:
26264         * gst/librfb/rfbbytestream.c:
26265         * gst/librfb/rfbbytestream.h:
26266         * gst/librfb/rfbcontext.h:
26267         * gst/librfb/rfbdecoder.c:
26268         * gst/librfb/rfbdecoder.h:
26269         * gst/librfb/rfbutil.h:
26270
26271 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26272
26273         * gst/speed/Makefile.am:
26274         * gst/speed/demo-mp3.c: (main):
26275         * gst/speed/filter.func:
26276         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26277         (speed_class_init), (speed_init), (speed_chain_int16),
26278         (speed_chain_float32), (speed_chain), (speed_set_property),
26279         (speed_get_property), (speed_change_state):
26280         * gst/speed/gstspeed.h:
26281           Fix speed element and make it chain-based (fixes #156467),
26282           and make it handle more than one channel.
26283
26284 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26285
26286         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26287         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26288         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26289         * ext/dts/gstdtsdec.h:
26290           Don't clobber the stack constructing the channels array.
26291           Make the element chain-based. DTS tracks can now be played.
26292           
26293 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26294
26295         * gst-libs/gst/audio/multichannel.h:
26296         * gst-libs/gst/gconf/gconf.h:
26297         * gst-libs/gst/idct/idct.h:
26298         * gst-libs/gst/media-info/media-info-priv.h:
26299         * gst-libs/gst/play/play.h:
26300         * gst-libs/gst/resample/private.h:
26301         * gst-libs/gst/resample/resample.h:
26302         * gst-libs/gst/riff/riff-ids.h:
26303         * gst-libs/gst/video/video.h:
26304         * gst-libs/gst/video/videosink.h:
26305           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26306           missing, so that they work when included from C++ code.
26307
26308 2005-02-09  David Schleef  <ds@schleef.org>
26309
26310         * testsuite/gst-lint: Check for non-statically scoped
26311           parent_class variables.  This won't be a problem once
26312           plugins are loaded with RTLD_LOCAL.
26313
26314 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26315
26316         * ext/mplex/gstmplexibitstream.cc:
26317           gcc madness.
26318
26319 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26320
26321         * ext/ogg/gstogmparse.c:
26322         * gst/debug/gstnavigationtest.c:
26323           Die, thou faulty symbol pollutors (non-static parent_class).
26324
26325 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26326
26327         * ext/mplex/gstmplexibitstream.cc:
26328           Fix event handling (#165525).
26329
26330 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26331
26332         * ext/mikmod/gstmikmod.c:
26333         * gst/modplug/gstmodplug.cc:
26334           Add missing endianness to template (fixes #165509).
26335
26336 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26337
26338         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26339           Fix wrong order of reading of optional bytes (#165290).
26340
26341 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26342
26343         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26344           Implement FILLER event awareness.
26345
26346 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26347
26348         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26349           Fix track calculations (#166208).
26350
26351 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26352
26353         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26354
26355         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26356         * ext/libpng/gstpngenc.c:
26357           Fix byte-order, use proper fixed caps. Fixes #164197.
26358
26359 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26360
26361         * configure.ac:
26362           Add dvdlpcmdec 
26363
26364         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26365         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26366           Don't push buffers if the src pad isn't negotiated yet.
26367           
26368         * gst/audioconvert/gstaudioconvert.c:
26369         (gst_audio_convert_buffer_to_default_format),
26370         (gst_audio_convert_buffer_from_default_format):
26371           Add support for 24-bit width.
26372
26373         * gst/dvdlpcmdec/.cvsignore:
26374         * gst/dvdlpcmdec/Makefile.am:
26375         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26376         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26377         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26378         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26379         (plugin_init):
26380         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26381           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26382           format. Needs support for the channels maps if someone can find 
26383           a DVD LPCM track with > 2 channels.
26384
26385         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26386         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26387         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26388         * gst/mpegstream/gstdvddemux.h:
26389         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26390         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26391         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26392         * gst/mpegstream/gstmpegdemux.h:
26393         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26394         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26395         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26396         (gst_mpeg_parse_handle_src_query),
26397         (gst_mpeg_parse_handle_src_event):
26398           Use audio/x-dvd-lpcm for LPCM output.
26399           Add DTS output.
26400
26401 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26402
26403         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26404
26405         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26406         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26407           Add BGRA handling (#165736).
26408
26409 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26410
26411         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26412
26413         * gst/law/alaw-decode.c: (alawdec_link):
26414         * gst/law/alaw-encode.c: (alawenc_link):
26415         * gst/law/mulaw-decode.c: (mulawdec_link):
26416         * gst/law/mulaw-encode.c: (mulawenc_link):
26417           Fix caps memleaks (#166600).
26418
26419 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26420
26421         * ext/tarkin/mem.h:
26422         * ext/tarkin/wavelet.h:
26423         * ext/tarkin/yuv.h:
26424         * gst/ffmpegcolorspace/avcodec.h:
26425           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26426           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26427
26428 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26429
26430         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26432         (gst_xvimagesink_change_state):
26433           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26434           Xv video (and thereby regenerate Xv colourkey) in clear() so
26435           that PLAY -> READY -> PLAY works (fixes #162504).
26436
26437 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26438
26439         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26440           Switch to list instead of range, since MJPEG-devices really just
26441           support decimations, not any size.
26442
26443 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26444         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26445         (gst_mpeg2dec_reset), (free_all_buffers),
26446         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26447         * ext/mpeg2dec/gstmpeg2dec.h:
26448           The libmpeg2 user-allocated buffer management is awkward, 
26449           to say the least. Hopefully this fixes things.
26450
26451 2005-02-04  Andy Wingo  <wingo@pobox.com>
26452
26453         * gst/audioconvert/bufferframesconvert.c
26454         (buffer_frames_convert_fixate): New function, fixates to 256
26455         frames per buffer by default. (Much better than 1.)
26456         (buffer_frames_convert_init): Set the fixate function for both src
26457         and sink pad.
26458         (buffer_frames_convert_link): After success setting nonfixed caps,
26459         get the negotiated caps so we can know how many buffer-frames it
26460         will be. No idea how this worked at all before.
26461
26462 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26463
26464         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26465         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26466         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26467         (handle_sequence), (handle_picture):
26468         * ext/mpeg2dec/gstmpeg2dec.h:
26469           Rearrange buffer tracking and refcounting and refactor
26470           a little for readability. 
26471
26472 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26473         * sys/v4l/gstv4l.c: (plugin_init):
26474         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26475         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26476         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26477         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26478         * sys/v4l/gstv4ljpegsrc.h:
26479         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26480         * sys/v4l/v4l_calls.h:
26481         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26482         (gst_v4lsrc_get_fps):
26483         * sys/v4l/v4lsrc_calls.h:
26484           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26485           you jpeg inside rgb frames" driver.
26486           Don't error in the v4lsrc link function, just return 
26487           REFUSED.
26488
26489 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26490
26491         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26492         (gst_qcamsrc_open):
26493           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26494
26495 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26496
26497         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26498           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26499
26500 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26501
26502         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26503           Reset negotiated state on PAUSED->READY.
26504
26505 2005-02-02  David Schleef  <ds@schleef.org>
26506
26507         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26508         whereever possible.  (Fixes #165997)
26509         * examples/capsfilter/capsfilter1.c: (main):
26510         * examples/dynparams/filter.c: (create_ui):
26511         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26512         * examples/seeking/chained.c: (main):
26513         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26514         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26515         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26516         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26517         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26518         * examples/switch/switcher.c: (main):
26519         * ext/dv/demo-play.c: (main):
26520         * ext/faad/gstfaad.c: (gst_faad_change_state):
26521         * ext/mad/gstmad.c: (gst_mad_chain):
26522         * ext/smoothwave/demo-osssrc.c: (main):
26523         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26524         (gst_gconf_render_bin_from_description),
26525         (gst_gconf_get_default_audio_sink),
26526         (gst_gconf_get_default_video_sink),
26527         (gst_gconf_get_default_audio_src),
26528         (gst_gconf_get_default_video_src),
26529         (gst_gconf_get_default_visualization_element):
26530         * gst/level/demo.c: (main):
26531         * gst/level/plot.c: (main):
26532         * gst/playback/gstplaybin.c: (gen_video_element),
26533         (gen_audio_element):
26534         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26535         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26536         * gst/sine/demo-dparams.c: (main):
26537         * gst/spectrum/demo-osssrc.c: (main):
26538         * gst/speed/demo-mp3.c: (main):
26539         * gst/volume/demo.c: (main):
26540         * testsuite/embed/embed.c: (main):
26541
26542 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26543
26544         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26545         (gst_tcpclientsink_finalize):
26546         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26547         (gst_tcpclientsrc_finalize):
26548         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26549         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26550         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26551         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26552           Don't leak the hostname when shutting down.
26553           In tcpserversrc, take a copy of the default hostname.
26554
26555 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26556
26557         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26558           Set caps to systemstream=TRUE.
26559
26560 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26561
26562         * testsuite/Makefile.am:
26563           Fix more OSX buildbots.
26564
26565 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26566
26567         * ext/mpeg2dec/gstmpeg2dec.c:
26568           Don't send things to NULL PAD_PEERs
26569
26570         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26571           Copy-on-write the incoming buffer.
26572
26573         * gst/mpegstream/gstdvddemux.h:
26574         * gst/mpegstream/gstmpegclock.h:
26575         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26576         (normal_seek), (gst_mpeg_demux_handle_src_event):
26577         * gst/mpegstream/gstmpegdemux.h:
26578         * gst/mpegstream/gstmpegpacketize.h:
26579         * gst/mpegstream/gstmpegparse.c:
26580         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26581         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26582         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26583         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26584         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26585         * gst/mpegstream/gstmpegparse.h:
26586         * gst/mpegstream/gstrfc2250enc.h:
26587           Various changes to the way time is computed that make seeking and
26588           total time estimation much better here.
26589           Use G_BEGIN/END_DECLS instead of __cplusplus
26590
26591         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26592           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26593
26594 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26595
26596         * gst/subparse/gstsubparse.c:
26597           Fix OSX buildbot.
26598
26599 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26600
26601         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26602         (theora_enc_chain), (theora_enc_change_state):
26603         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26604         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26605         (gst_vorbisenc_change_state):
26606         * ext/vorbis/vorbisenc.h:
26607           Set granulepos and timestamp correctly for streams not
26608           starting at 0, taking into account the initial delay.
26609
26610 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26611
26612         * gst/mpegstream/gstdvddemux.c:
26613           Add audio/x-dts to audio pad template caps
26614
26615 2005-01-30  David Schleef  <ds@schleef.org>
26616
26617         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26618         (create_context), (gst_polypsink_link): Fix silly endianness
26619         bug.  Add some debugging.  Remove float from caps; it doesn't
26620         work.  Attempt to get remote audio working.
26621
26622 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26623
26624         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26625           Add 3IV2 fourcc.
26626
26627 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26628
26629         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26630         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26631         (gst_avi_demux_stream_data):
26632         * gst/avi/gstavidemux.h:
26633           Invert DIB images. Fixes #132341.
26634
26635 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26636
26637         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26638         (gst_ffmpegcsp_chain):
26639           D'oh, reference the palette data, not the palette structure.
26640           Fixes color distortion in #132341.
26641
26642 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26643
26644         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26645           PAR can be non-fixed when not provided as argument (#162626).
26646
26647 2005-01-29  David Moore  <dcm@acm.org>
26648
26649         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26650
26651         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26652         (gst_qtdemux_loop_header):
26653           Re-apply patch from #142272 that allows non-seekable sources,
26654           re-proposed by Daniel Drake <dsd@gentoo.org>.
26655
26656 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26657
26658         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26659           Use the src template for creating the src pad (#162330).
26660
26661 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26662
26663         * configure.ac:
26664         * ext/musepack/Makefile.am:
26665         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26666         (gst_musepackdec_init), (gst_musepackdec_dispose),
26667         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26668         (gst_musepack_stream_init), (gst_musepackdec_loop),
26669         (gst_musepackdec_change_state):
26670         * ext/musepack/gstmusepackdec.cpp:
26671         * ext/musepack/gstmusepackdec.h:
26672         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26673         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26674         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26675         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26676         * ext/musepack/gstmusepackreader.cpp:
26677         * ext/musepack/gstmusepackreader.h:
26678           Update to 1.1 API (#165446).
26679
26680 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26681
26682         * ext/Makefile.am:
26683           Unbreak buildbot.
26684
26685 2005-01-28  Andy Wingo  <wingo@pobox.com>
26686
26687         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26688         to reflect a different dubious internet source. Add a reference
26689         and some commentary.
26690
26691 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26692
26693         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26694         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26695         * gst/playback/gststreamselector.h:
26696           Be more selective when we're redoing caps negotiation from
26697           within the chain function on a stream change.
26698
26699 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26700
26701         * configure.ac:
26702         * ext/Makefile.am:
26703         * ext/amrnb/Makefile.am:
26704         * ext/amrnb/amrnb.c: (plugin_init):
26705         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26706         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26707         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26708         (gst_amrnbdec_state_change):
26709         * ext/amrnb/amrnbdec.h:
26710         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26711         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26712         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26713         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26714         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26715         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26716         * ext/amrnb/amrnbparse.h:
26717           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26718         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26719           Add AMR-NB/-WB raw formats.
26720         * ext/alsa/gstalsa.c: (gst_alsa_link):
26721           Keep valid time when changing format.
26722         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26723         (qtdemux_parse_trak):
26724           Add some more format-specific options (#140141, #143555, #155163).
26725
26726 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26727
26728         * gst/matroska/matroska-demux.c:
26729         (gst_matroska_demux_parse_blockgroup):
26730           Fix logic error in timing of subtitle stream synchronization.
26731         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26732           Add skip-chunk, which is found in kodak-camera streams.
26733
26734 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26735
26736         * po/LINGUAS:
26737         * po/vi.po:
26738           Adding Vietnamese translation (submitted by Clytie Siddall)
26739
26740 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26741
26742         * gst/playback/gstdecodebin.c: (try_to_link_1):
26743           Use realpad for signal.
26744
26745 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26746
26747         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26748           Fix category so decodebin picks it up.
26749
26750 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26751
26752         * ext/mad/Makefile.am:
26753         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26754         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26755         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26756         (found_type), (gst_id3demux_bin_change_state):
26757         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26758         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26759         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26760         (gst_id3_tag_change_state), (plugin_init):
26761         * ext/mad/gstmad.h:
26762           Add id3demuxbin (which is a simple bin consisting of id3demux
26763           and typefind), take over rank from id3demux, remove typefind
26764           code from id3demux. Makes all broken mp3s that I know of work,
26765           and thereby fixes #152688.
26766
26767 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26768
26769         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26770
26771         * ext/mad/gstmad.c: (gst_mad_src_event):
26772         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26773           Allow seeks on audio pad, make mad forward those (#164826).
26774         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26775           Set duration (#165335).
26776
26777 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26778
26779         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26780         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26781         (gst_asf_demux_process_ext_content_desc),
26782         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26783         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26784         * gst/asfdemux/gstasfdemux.h:
26785           Improve metadata display, e.g. if the metadata comes before the
26786           streams are loaded (which is perfectly valid).
26787
26788 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26789
26790         * tools/gst-launch-ext-m.m:
26791           Fix AVI/ASF pipelines (#165340).
26792
26793 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26794         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26795         build failure on amd64
26796
26797 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26798
26799         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26800         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26801           Check environment variables GST_ID3V2_TAG_ENCODING,
26802           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26803           list of character encodings to force interpretation of non-unicode
26804           strings stored in an ID3v2 tag to a particular encoding. If none
26805           is specified, try to use current locale's encoding, then fall back
26806           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26807         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26808         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26809           Check environment variables GST_ID3V1_TAG_ENCODING,
26810           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26811           list of character encodings to use in case a string encountered
26812           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26813           specified, try to use the current locale's encoding, then fall
26814           back to ISO-8859-1 (which will always succeed).
26815
26816 2005-01-25  Benjamin Otte  <otte@gnome.org>
26817
26818         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26819           - on half framerate, compute the rate in advance so the comparisons
26820             don't compare wrong values
26821           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26822             behaviour
26823           - don't use mad_header_decode anymore, mad_frame_decode does that
26824             automatically
26825           - when getting rid of consumed bytes, reset the stream's skiplen
26826           (fixes #163867)
26827
26828 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26829
26830         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26831           Use 1/2 a second for default max_discont, as PES streams from DVB
26832           seem to have larger spacings in the SCR. 
26833           Fix a typo.
26834
26835 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26836
26837         * gst/playback/gstplaybasebin.c: (group_commit):
26838           Notify delayed stream-info availability.
26839
26840 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26841         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26842         (gst_a52dec_handle_event), (gst_a52dec_chain):
26843         Add some debug output. Check that a discont has a valid
26844         time associated.
26845         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26846         (gst_alsa_sink_loop):
26847         Ignore TAG events. A little extra debug for broken timestamps.
26848         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26849         (dvdnavsrc_change_state):
26850         Ensure we send a discont to engage the link before we send any
26851         other events.
26852         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26853         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26854         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26855         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26856         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26857         dvd://title works in totem because typefinding sends a seek that ends
26858         up going back to chapter 1 regardless.
26859         * ext/mpeg2dec/gstmpeg2dec.c:
26860         * ext/mpeg2dec/gstmpeg2dec.h:
26861         Output correct timestamps and handle disconts.
26862         * ext/ogg/gstoggdemux.c: (get_relative):
26863         Small guard against a null dereference.
26864         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26865         (gst_textoverlay_set_property):
26866         Free memory when done. Don't call gst_event_filler_get_duration on
26867         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26868         g_warning.
26869         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26870         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26871         (gst_sw_srclink), (gst_smoothwave_chain):
26872         Draw solid lines, prettier colours.
26873         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26874         Add a default palette that'll work for some movies.
26875         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26876         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26877         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26878         * gst/mpegstream/gstdvddemux.h:
26879         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26880         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26881         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26882         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26883         * gst/mpegstream/gstmpegparse.h:
26884         Use PTM/NAV events when for timestamp adjustment when connected to 
26885         dvdnavsrc. Don't use many discont events where one suffices.
26886         * gst/playback/gstplaybasebin.c: (group_destroy),
26887         (gen_preroll_element), (gst_play_base_bin_add_element):
26888         * gst/playback/gstplaybasebin.h:
26889         Make sure we remove subtitles from the same bin we put them in.
26890         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26891         (gst_subparse_buffer_format_autodetect),
26892         (gst_subparse_change_state):
26893         Fix some memleaks and invalid accesses.
26894         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26895         (oggskel_type_find), (cmml_type_find), (plugin_init):
26896         Some typefind functions for Annodex v3.0 files
26897         * gst/wavparse/gstwavparse.h:
26898         GstRiffReadClass is the correct parent class.
26899
26900 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26901
26902         * gst-libs/gst/riff/riff-media.c:
26903         (gst_riff_create_video_caps_with_data):
26904           Add extradata to huffyuv (fixes #165013).
26905         * gst-libs/gst/riff/riff-read.c:
26906         (gst_riff_read_strf_vids_with_data):
26907           Fix extradata extraction if it is in the chunk size.
26908
26909 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26910
26911         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26912
26913         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26914         (gst_quarktv_change_state), (gst_quarktv_dispose):
26915           Memory free'ing location fix (#164708).
26916
26917 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26918
26919         * gst/playback/gstplaybasebin.c: (group_commit),
26920         (gen_preroll_element), (probe_triggered), (gen_source_element),
26921         (setup_source), (gst_play_base_bin_change_state),
26922         (gst_play_base_bin_add_element):
26923           Don't block for streams.
26924         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26925         (gst_stream_info_set_mute):
26926           Use gst_pad_set_active_recursive.
26927
26928 2005-01-25  Andy Wingo  <wingo@pobox.com>
26929
26930         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26931         for #ifndef HAVE_XVIDEO.
26932
26933 2005-01-24  Jeffrey C. Ollie
26934
26935         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26936
26937         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26938         * ext/gsm/gstgsmdec.h:
26939         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26940         * ext/gsm/gstgsmenc.h:
26941         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26942         was given by property. Add proper buffer timestamps and offsets.
26943
26944 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26945
26946         * gst-libs/gst/riff/riff-media.c:
26947         (gst_riff_create_audio_caps_with_data):
26948           Audio can be <8000Hz.
26949
26950 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26951
26952         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26953           Explicit state change to workaround refcount bugs.
26954
26955 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26956
26957         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26958         (gst_avimux_riff_get_avi_header):
26959           Fix...
26960
26961 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26962
26963         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26964         (gst_riff_read_element_data):
26965         * gst-libs/gst/riff/riff-read.h:
26966           Add _peek version (req'ed in CDXA).
26967         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26968         (gst_cdxaparse_loop):
26969           Fix parsing in playbin.
26970         * gst/playback/gstdecodebin.c: (close_pad_link):
26971           Ignore current_ pads, they cause major annoyance.
26972
26973 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26974
26975         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26976           Safety guard.
26977
26978 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26979
26980         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26981           Fix padding...
26982
26983 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26984
26985         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26986           Allow for 0-sized buffers. Fixes length query problems in
26987           starwars.mkv from the testsuite.
26988
26989 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26990
26991         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26992         (gst_video_box_i420), (gst_video_box_chain):
26993           Fix row strides for I420 (fixes #163159)
26994           
26995 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26996
26997         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26998           MPEG2 has a useful rate property, so we can actually use that.
26999           For MPEG-1, continue using the bytes/time properties.
27000
27001 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27002
27003         * gst-libs/gst/riff/riff-media.c:
27004         (gst_riff_create_video_caps_with_data),
27005         (gst_riff_create_video_template_caps):
27006           Add intel-h263.
27007
27008 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27009
27010         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27011           Fail if caps negotiation fails. Should fix #162184, and should
27012           definately be in there regardless of it fixing the actual bug.
27013         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
27014         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
27015         (gst_avimux_riff_get_avix_header),
27016         (gst_avimux_riff_get_video_header),
27017         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
27018         (gst_avimux_start_file), (gst_avimux_handle_event),
27019         (gst_avimux_change_state):
27020         * gst/avi/gstavimux.h:
27021           Refactor structure writing to use GST_WRITE_UINT macros, add
27022           metadata writing support.
27023
27024 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27025
27026         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
27027           Elements may already be destroyed when this function is called.
27028
27029 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27030
27031         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27032         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
27033           More memory leak fixes (#149162).
27034
27035 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27036
27037         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27038         (gst_qtdemux_add_stream):
27039           Fix two memleaks.
27040
27041 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27042
27043         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27044           Argh...
27045
27046 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27047
27048         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27049           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
27050           when fixating to six channels in Totem.
27051
27052 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27053
27054         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
27055           Fix compile warnings on Solaris 10 buildbot
27056
27057 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27058
27059         * ext/dvdread/dvdreadsrc.c: (_read):
27060           Don't read beyond the last cell in a chapter (fixes 
27061           invalid memory access)
27062
27063 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27064
27065         * ext/dvdread/stream_labels.c:
27066         (dvdreadsrc_get_audio_stream_labels):
27067           Use NULL for an empty GList instead of g_list_alloc(); fix 
27068           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
27069           of GString (easier to bulk free later)
27070
27071 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27072
27073         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27074
27075         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27076         (gst_ffmpeg_pixfmt_to_caps):
27077           Fix BGRA32 caps (#164209).
27078
27079 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27080
27081         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27082
27083         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27084         (gst_ffmpeg_caps_to_pixfmt):
27085           alpha_mask can be RGBA/ABGR. Fixes #164265.
27086
27087 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
27088
27089         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27090
27091         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
27092         (gst_mpeg2dec_alloc_buffer):
27093         * ext/mpeg2dec/gstmpeg2dec.h:
27094           Crop if decoding size is not the actual image size (#163676).
27095
27096 2005-01-17  Steve Baker  <steve@stevebaker.org>
27097
27098         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27099
27100         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27101         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27102           Add libsndfile typefind functions (#163309).
27103
27104 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27105
27106         * tools/gst-launch-ext-m.m:
27107           Add .aac, fix .m1v/.m2v (#163891).
27108
27109 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27110
27111         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27112           Sanity check, don't wait endlessly since the clock might not
27113           actually run at this point (which is a deadlock). Fixes #164069.
27114
27115 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27116
27117         * gst/playback/gstplaybasebin.c: (probe_triggered):
27118           Of course, only pause if group is done...
27119
27120 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27121
27122         * gst/playback/gstplaybasebin.c: (probe_triggered):
27123           Thread safety.
27124
27125 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
27126
27127         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27128           Don't return state change success when the parent
27129           failed.
27130
27131 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27132
27133         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27134           Free events (fix memleak in #162905).
27135
27136 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
27137
27138         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27139
27140         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27141         (gst_ffmpeg_caps_to_pixfmt):
27142           Fix for depth = 15. Fixes #161675.
27143
27144 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27145
27146         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27147           Set FPS correctly, even for webcams and the like.
27148         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27149           Don error on setting while capturing.
27150
27151 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27152
27153         * ext/dv/gstdvdec.c:
27154         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27155         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27156           I'm a bad boy. using /1001. to force C to do float division
27157           and not integer division (as it did in my last commit)
27158           Thanks to David I. Lehn for pointing this mistake.
27159
27160 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27161
27162         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27163           Revert Johan's 1.35->1.36 since it breaks compat.
27164
27165 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27166
27167         * ext/dv/gstdvdec.c:
27168         * ext/libfame/gstlibfame.c:
27169         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27170         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27171           replace framerate aproximations by their real value
27172           (24000/1001, 30000/1001, 60000/1001)
27173           Finish fixing bug #164049
27174
27175 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27176
27177         * ext/ogg/gstoggmux.c:
27178           eos/bos debugging
27179         * gst/tcp/gstmultifdsink.c:
27180         * gst/tcp/gstmultifdsink.h:
27181         * gst/tcp/gsttcp.c:
27182         * gst/tcp/gsttcp.h:
27183         * gst/tcp/gsttcpclientsink.c:
27184         * gst/tcp/gsttcpclientsrc.c:
27185         * gst/tcp/gsttcpserversink.c:
27186         * gst/tcp/gsttcpserversrc.c:
27187           improve reusability of elements after state changes and errors
27188           make multifdsink throw away streamheaders when receiving new ones
27189
27190 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27191
27192         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27193           Fix for if items are already in list...
27194
27195 2005-01-12  Benjamin Otte  <otte@gnome.org>
27196
27197         * gst/adder/gstadder.c: (gst_adder_loop):
27198           fix adder a bit so it doesn't screw up with events as much anymore
27199
27200 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27201
27202         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27203         (pixbufscale_scale), (gst_pixbufscale_chain):
27204         * ext/gdk_pixbuf/pixbufscale.h:
27205           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27206           to ensure rowstrides are calculated the same way as 
27207           ffmpegcolorspace
27208           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27209           that we pick up duration and offset also.
27210
27211 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27212
27213         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27214         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27215           Reusability fixes.
27216
27217 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27218
27219         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27220         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27221         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27222         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27223           Update flags when requested.
27224
27225 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27226
27227         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27228           Fix dmix.
27229
27230 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27231
27232         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27233         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27234         (probe_triggered), (new_decoded_pad), (gen_source_element),
27235         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27236         * gst/playback/gstplaybasebin.h:
27237         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27238         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27239         (gst_play_bin_change_state):
27240           Implement group-switch signal for use in apps to clear metadata
27241           cache, clean up subtitle, add suburi property instead of # hack,
27242           some error-out fixes.
27243
27244 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27245
27246         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27247           Debug.
27248         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27249           If we got a state change in the _get handler, don't return success.
27250
27251 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27252
27253         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27254         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27255           Make jpegdec quiet on MJPEG decoding
27256         * gst/asfdemux/README:
27257           Fix mimetypes for MJPEG and H263
27258
27259 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27260
27261         * ext/theora/theoradec.c: (theora_dec_chain):
27262           Fix broken code generation by gcc by swapping arguments.
27263         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27264           Fix \n in debug.
27265
27266 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27267
27268         * TODO:
27269           delete this file, it is by far outdated
27270         * ext/alsa/gstalsa.1: remove
27271         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27272         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27273         (gst_alsa_get_caps):
27274           Add HW probing for supported sample rates. Fixes #161704
27275
27276 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27277
27278         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27279           Don't crash, biatch! :).
27280
27281 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27282
27283         * ext/musepack/gstmusepackreader.cpp:
27284         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27285           Some work on tags - still doesn't work in playbin...
27286         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27287           Handle events...
27288
27289 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27290
27291         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27292           Also shove tags on kid pads.
27293
27294 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27295
27296         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27297           Don't bail on unknown events.
27298         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27299           Don't crash on events before negotiation.
27300         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27301           Send tags on pads, too.
27302         * gst/playback/gststreamselector.c:
27303         (gst_stream_selector_request_new_pad):
27304           Forward events on first pad if no input was selected yet.
27305
27306 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27307
27308         * gst/playback/gstplaybasebin.c: (setup_substreams):
27309           Don't disable streamtype if the stream doesn't exist, since
27310           then playing a video after audio will disable both and nothing
27311           will happen. Fixes the testsuite.
27312
27313 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27314
27315         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27316         (gst_v4l_xoverlay_set_xwindow_id):
27317         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27318         (gst_v4l2_xoverlay_set_xwindow_id):
27319           Add debug categories, fix overlay disabling.
27320
27321 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27322
27323         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27324         * ext/alsa/gstalsa.h:
27325           Add HW probing for period_count/size and buffer_size MIX/MAX
27326           Adjust default/user defined value if out of bounds
27327           Should fix bug #162024
27328
27329 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27330
27331         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27332           Fix warning (#161191).
27333
27334 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27335
27336         * ext/dvdread/stream_labels.c:
27337         (dvdreadsrc_get_audio_stream_labels):
27338           Fix warning (init the good variable in switch default)
27339
27340 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27341
27342         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27343
27344         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27345           Fix gcc-2.95 compile (#163485).
27346
27347 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27348
27349         * configure.ac:
27350         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27351         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27352         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27353         (gst_flacenc_change_state):
27354         * ext/flac/gstflacenc.h:
27355           Update for API change in flac-1.1.1. Update requirement in
27356           configure.ac. Fixes #162974.
27357
27358 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27359
27360         * gst/playback/gstplaybasebin.c: (group_destroy):
27361           Remove hack to get rid of assert and get rid of unlinked
27362           signals properly.
27363
27364 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27365
27366         * gst/playback/gstplaybasebin.c: (setup_source):
27367           Set source to NULL so that resources are free'ed. Fixes issues
27368           with playback of CDDA and similar device-accessing things.
27369
27370 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27371
27372         * testsuite/embed/Makefile.am:
27373           test->noinst, fix make test in buildbot.
27374
27375 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27376
27377         * ext/dvdread/stream_labels.c: new file
27378         * ext/dvdread/stream_labels.h: new file
27379         * ext/dvdread/Makefile.am:
27380         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27381           Extract audio stream label from DVD IFO files.
27382           It only dump them on the console for now, still have to
27383           make playbin aware of them.
27384
27385 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27386
27387         * gst/playback/gstplaybasebin.c: (setup_source):
27388           Fix hanging subs.
27389
27390 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27391
27392         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27393         (gen_preroll_element), (remove_groups), (setup_subtitle),
27394         (gen_source_element), (setup_source):
27395         * gst/playback/gstplaybasebin.h:
27396           Multiple .sub files is just a stupid idea... Fix some threading
27397           mistakes. Interestingly, external .sub files cause playbin to
27398           hang, I don't know why... Parsing fixes contributed by Fran??ois
27399           Kooman <fkooman@tuxed.net>.
27400
27401 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27402
27403         * testsuite/embed/Makefile.am:
27404           Fix buildbot.
27405
27406 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27407
27408         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27409
27410         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27411         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27412         (gst_pngenc_set_property):
27413         * ext/libpng/gstpngenc.h:
27414           Add compression level property (#163323).
27415
27416 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27417
27418         * configure.ac:
27419         * examples/capsfilter/capsfilter1.c: (main):
27420         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27421         * ext/dvdread/Makefile.am:
27422         * ext/dvdread/demo-play:
27423         * ext/dvdread/demo-play.c:
27424         * gconf/gstreamer.schemas.in:
27425         * gst-libs/gst/gconf/gconf.c:
27426         * sys/v4l/TODO:
27427         * testsuite/Makefile.am:
27428         * testsuite/embed/Makefile.am:
27429         * testsuite/embed/embed.c: (cb_expose), (main):
27430           Remove all references to xvideosink, fix examples (#140845).
27431         * gst/playback/gstplaybasebin.c: (group_destroy):
27432           Apparently, disposal does not unlink - so do explicitely.
27433         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27434           Add debug.
27435
27436 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27437
27438         * README: fix PKG_CONFIG_PATH instructions, what was there
27439         previously was breaking default search path, not nice. 
27440         Fixes #163358
27441
27442 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27443
27444         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27445         (gst_audioscale_chain):
27446           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27447           when resampling - how the ^@$^!@^! is this possible?!?
27448
27449 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27450
27451         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27452           Reset variables on READY.
27453         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27454         (gst_matroska_mux_loop):
27455           Require data before writing header.
27456
27457 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27458
27459         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27460
27461         * ext/mad/gstmad.c: (gst_mad_chain):
27462           Don't call mad_stream_sync() directly after recovering sync.
27463           Fixes #151661.
27464
27465 2005-01-09  Martin Eikermann  <meiker@upb.de>
27466
27467         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27468
27469         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27470         (snapshot_handler), (gst_snapshot_sinkconnect),
27471         (gst_snapshot_chain):
27472           Allocate resources when required, fix recursive signal emission
27473           and fix caps. Fixes #161667.
27474
27475 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27476
27477         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27478
27479         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27480         (gst_pngdec_chain):
27481           Handle only 8-bppc (bits-per-pixel-component) images, better
27482           error handling and correct strides. Fixes #163177.
27483         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27484         (gst_pngenc_chain):
27485           Better error handling. Fixes #163348.
27486
27487 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27488
27489         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27490         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27491         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27492         (dvdnavsrc_uri_handler_init):
27493           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27494         * gst/playback/gstplaybasebin.c: (gen_source_element):
27495           Add MMS to streaming URIs.
27496
27497 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27498
27499         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27500         * sys/xvimage/xvimagesink.c:
27501         (gst_xvimagesink_navigation_send_event):
27502           Check for pad availability before sending event.
27503
27504 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27505
27506         * gst-plugins.spec.in:
27507           Add subparse.
27508
27509 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27510
27511         * configure.ac:
27512           Since we use functions from CVS, up requirement.
27513
27514 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27515
27516         * gst/playback/Makefile.am:
27517         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27518         (group_destroy), (group_commit), (group_is_muted),
27519         (gen_preroll_element), (add_stream), (unknown_type),
27520         (probe_triggered), (preroll_unlinked), (mute_stream),
27521         (silence_stream), (new_decoded_pad), (setup_substreams),
27522         (setup_source), (get_active_source), (mute_group_type),
27523         (muted_group_change_state), (set_active_source),
27524         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27525         (play_base_eos), (gst_play_base_bin_change_state):
27526         * gst/playback/gstplaybasebin.h:
27527         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27528         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27529         (gst_stream_info_dispose), (stream_info_mute_pad),
27530         (stream_info_change_state), (gst_stream_info_set_mute):
27531         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27532         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27533         (gst_stream_selector_init), (gst_stream_selector_dispose),
27534         (gst_stream_selector_get_linked_pad),
27535         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27536         (gst_stream_selector_get_linked_pads),
27537         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27538         * gst/playback/gststreamselector.h:
27539           Adding stream selection support plus required properties for
27540           applications to use this. Fully fixes #100931.
27541
27542 2005-01-08  Benjamin Otte  <otte@gnome.org>
27543
27544         * gst/games/gstpuzzle.c: (nav_event_handler):
27545           - handle nav events differently: forward every event no matter if it
27546             was handled or not.
27547           - translate events
27548           You can now cheat by using navigationtest ! puzzle and moving the
27549           mouse close to the edge of a tile. ;)
27550
27551 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27552
27553         * configure.ac:
27554         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27555         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27556         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27557         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27558         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27559         (gst_ogm_parse_plugin_init):
27560         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27561         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27562         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27563         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27564         * ext/pango/gsttextoverlay.h:
27565         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27566         (gst_matroska_demux_handle_seek_event),
27567         (gst_matroska_demux_sync_streams),
27568         (gst_matroska_demux_parse_blockgroup),
27569         (gst_matroska_demux_subtitle_caps),
27570         (gst_matroska_demux_plugin_init):
27571         * gst/matroska/matroska-ids.h:
27572         * gst/playback/gstdecodebin.c: (close_pad_link):
27573         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27574         (gen_preroll_element), (remove_groups), (add_stream),
27575         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27576         (setup_source):
27577         * gst/playback/gstplaybasebin.h:
27578         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27579         * gst/subparse/Makefile.am:
27580         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27581         (gst_subparse_base_init), (gst_subparse_class_init),
27582         (gst_subparse_init), (gst_subparse_formats),
27583         (gst_subparse_eventmask), (gst_subparse_event),
27584         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27585         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27586         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27587         (parse_mpsub_deinit), (parse_mpsub_init),
27588         (gst_subparse_buffer_format_autodetect),
27589         (gst_subparse_format_autodetect), (gst_subparse_loop),
27590         (gst_subparse_change_state), (gst_subparse_type_find),
27591         (plugin_init):
27592         * gst/subparse/gstsubparse.h:
27593         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27594         (plugin_init):
27595           Add subtitle support, .sub parser (supports SRT and MPsub),
27596           OGM text support, Matroska UTF-8 text support, deadlock fixes
27597           all over the place, subtitle awareness in decodebin/playbin
27598           and some fixes to textoverlay to handle subtitles in a stream
27599           correctly. Fixes #100931.
27600
27601 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27602
27603         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27604           Check for pad availability before doing a query on it.
27605
27606 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27607
27608         * ext/dv/gstdvdec.c:
27609           really fix bpp24/32 dvdec caps (classic rgba indeed)
27610         * gst/asfdemux/gstasfdemux.c:
27611         (gst_asf_demux_process_ext_content_desc):
27612           don't send text tags if they are empty (bis repetita)
27613
27614 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27615
27616         * ext/dv/gstdvdec.c:
27617          remove unneeded comment from dvdec
27618           (related to DV 4CC codes in AVI files)
27619           moved them in gstreamer/docs/random/mimetypes
27620         * gst/asfdemux/gstasfdemux.c:
27621         (gst_asf_demux_process_ext_content_desc):
27622          don't send text tags if they are empty
27623          fix mem leak on error path
27624         * gst/ffmpegcolorspace/avcodec.h:
27625         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27626         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27627         (gst_ffmpegcsp_avpicture_fill):
27628         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27629         * gst/ffmpegcolorspace/imgconvert_template.h:
27630          adds BGR32 and BGRA32 to ffmpegcolorspace
27631           (still bad colors, fixing it on next commit)
27632           helps with dvdec outputing BGR32
27633
27634 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27635
27636         * ext/dv/gstdvdec.c:
27637          Fix audio caps i just broke (missing ',')
27638         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27639         (gst_matroska_mux_reset):
27640          Fix typo + add FIXME about old "x-gst-metadata" crap
27641
27642 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27643
27644         * ext/dv/demo-play.c: (main):
27645          xvideosink -> xvimagesink
27646         * ext/dv/gstdvdec.c:
27647          change rgb 32/32 caps to 24/32 (no alpha)
27648          change nb of channels to be a list (2 or 4, not 2)
27649          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27650         * gst/asfdemux/gstasfdemux.c:
27651         (gst_asf_demux_process_ext_content_desc):
27652          Add 'date/year' to extracted metadata list
27653
27654 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27655
27656         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27657           The return value of fixate_to does not imply that the requested
27658           value was set, so don't assume.
27659
27660 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27661
27662         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27663
27664         * ext/libpng/gstpngdec.c:
27665         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27666         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27667         * ext/libpng/gstpngenc.h:
27668           Alpha support (encoder; #163161), mime fixage.
27669
27670 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27671
27672         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27673
27674         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27675         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27676         (gst_faac_set_property), (gst_faac_get_property):
27677         * ext/faac/gstfaac.h:
27678           Allow for ADTS output (#153434).
27679
27680 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27681
27682         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27683           Fix against template (#150576).
27684
27685 2005-01-06  Benjamin Otte  <otte@gnome.org>
27686
27687         * gst/games/gstpuzzle.c: (draw_puzzle):
27688           don't draw a puzzle if either width or height of tiles would be 0.
27689
27690 2005-01-06  Benjamin Otte  <otte@gnome.org>
27691
27692         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27693         (gst_puzzle_class_init), (gst_puzzle_finalize):
27694           no memleaks, please
27695         (gst_puzzle_create), (gst_puzzle_init),
27696         (gst_puzzle_set_property), (gst_puzzle_setup):
27697           change initialization code around so we don't reshuffle on resize
27698         (draw_puzzle):
27699           fix another stupid typo
27700
27701 2005-01-06  Benjamin Otte  <otte@gnome.org>
27702
27703         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27704           fix stupid typo that borked copying on YUY2
27705
27706 2005-01-06  Benjamin Otte  <otte@gnome.org>
27707
27708         * gst/games/gstpuzzle.c: (draw_puzzle):
27709           fix edges when image sizes aren't multiples of tile sizes
27710
27711 2005-01-06  Benjamin Otte  <otte@gnome.org>
27712
27713         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27714           make RGB endianness work correctly
27715         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27716           refactor and fix race with initial shuffling
27717         (nav_event_handler):
27718           allow using the mouse to puzzle
27719         (draw_puzzle):
27720           insist on tiles having width and height as multiples of 4 to get
27721           clean YUV image handling
27722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27723         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27724           s/DEBUG/LOG/ for common messages
27725         (gst_xvimagesink_navigation_send_event):
27726           fix mouse event translation to not include screen PAR
27727         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27728           fix mouse event translation to actually work
27729
27730 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27731
27732         * gst/asfdemux/gstasfdemux.c:
27733         (gst_asf_demux_process_ext_content_desc):
27734          Extract TrackNumber metadata + clean up code
27735         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27736          Hope this is the good fix (var used unitialised)
27737
27738 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27739
27740         * ext/faad/gstfaad.c: (gst_faad_chain):
27741           Only increment timestamp if it's valid. Fixes raw AAC streams.
27742
27743 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27744
27745         * configure.ac:
27746         * gst/games/Makefile.am:
27747         * gst/games/gstpuzzle.c:
27748           add a puzzle game with...
27749         * gst/games/gstvideoimage.c:
27750         * gst/games/gstvideoimage.h:
27751           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27752           from videotestsrc and made into something that would be a nice
27753           library for a lot of other plugins.
27754
27755 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27756
27757         * configure.ac:
27758          don't compile faad plugin if a RC of 2.0 is found
27759          Fixes #155346 (and FC1 buildbot)
27760         * gst/asfdemux/gstasfdemux.c:
27761         (gst_asf_demux_process_ext_content_desc):
27762          try to make Solaris compiler happier
27763
27764 2005-01-06  Paul Jack  <pjack@sfaf.org>
27765
27766         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27767
27768         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27769           Fix segfault (#161667).
27770
27771 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27772
27773         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27774           Fix framerate reporting.
27775
27776 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27777
27778         * gst-libs/gst/riff/riff-ids.h:
27779         * gst/wavenc/riff.h:
27780          Add AMR (VBR and CBR) ids to riff.h audio codec list
27781         * gst/asfdemux/gstasfdemux.c:
27782         (gst_asf_demux_process_ext_content_desc),
27783         (gst_asf_demux_process_object):
27784           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27785
27786 2005-01-05  Martin Eikermann  <meiker@upb.de>
27787
27788         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27789
27790         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27791         (gst_dvd_demux_handle_discont):
27792         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27793         (gst_mpeg_demux_handle_discont):
27794           Recreate pads on new-media (#160730).
27795         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27796           Send discont even if manager changes timestamps (#161929).
27797
27798 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27799
27800         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27801
27802         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27803           Fix invalid memory access (#159211).
27804
27805 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27806
27807         * examples/gstplay/player.c: (main):
27808           Don't iterate.
27809         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27810           Add visualizations.
27811         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27812         (gst_a52dec_handle_frame):
27813           Set duration.
27814         * ext/dvdnav/gst-dvd:
27815           Add audioconvert. Fixes #161325.
27816         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27817           Explicitely case to gint64. Possible valgrind error.
27818         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27819         (gst_play_tick_callback), (gst_play_change_state),
27820         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27821         (gst_play_set_location), (gst_play_get_location),
27822         (gst_play_seek_to_time), (gst_play_set_data_src),
27823         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27824         (gst_play_set_visualization), (gst_play_connect_visualization),
27825         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27826         (gst_play_new):
27827           Use playbin. Fixes #139749 and #147744.
27828         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27829           Add genre tag.
27830         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27831         (audioscale_get_type), (gst_audioscale_base_init),
27832         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27833         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27834         (gst_audioscale_link), (gst_audioscale_get_buffer),
27835         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27836         (gst_audioscale_init), (gst_audioscale_dispose),
27837         (gst_audioscale_chain), (gst_audioscale_set_property),
27838         (gst_audioscale_get_property), (plugin_init):
27839           Indent properly.
27840         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27841           Fix LPCM.
27842         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27843         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27844         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27845           Add more metadata (fixes #162656).
27846
27847 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27848
27849         * configure.ac:
27850           back to cvs
27851
27852 === release 0.8.7 ===
27853
27854 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27855
27856         * NEWS:
27857         * RELEASE:
27858         * configure.ac:
27859           releasing 0.8.7, "Hyperspace"
27860
27861 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27862
27863         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27864
27865         * gst/playback/gstplaybasebin.c:
27866          Fix for #162924 - free caps after use, not before
27867
27868 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27869
27870         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27871
27872         * gst/playback/gstplaybasebin.c:
27873         * gst/wavparse/gstwavparse.c:
27874           Fix for #154773 - fixes playback of small .wav files
27875
27876 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27877
27878         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27879
27880         * gst/audioscale/gstaudioscale.c:
27881           Fix for #162819 - make audioscale reusable
27882           Fixes playback of more than one file with playbin/totem
27883
27884 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27885
27886         * gst/ffmpegcolorspace/avcodec.h:
27887         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27888         * gst/ffmpegcolorspace/imgconvert.c:
27889           clean up the mess that made me cry and avoid needless duplication
27890
27891 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27892
27893         * gst/ffmpegcolorspace/imgconvert.c:
27894           give some indication of why we're segfaulting
27895
27896 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27897
27898         * configure.ac:
27899           Fix indentation, fix v4l2 plugin detection.
27900         * ext/Makefile.am:
27901           Fix libmms location (Maciej, use diff -u!).
27902         * ext/alsa/gstalsa.c: (gst_alsa_init):
27903           Initialize caps cache to NULL.
27904         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27905           Only change state on audiosink if it exists.
27906
27907 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27908
27909         * gst/matroska/matroska-demux.c:
27910         * gst/matroska/matroska-ids.h:
27911         * gst/matroska/matroska-demux.h:
27912         Fix Vorbis streams failing to decode in some files, where cluster_time
27913         isn't 0, because then it doesn't send codec_priv before actual data.
27914         Remove time-based test and replace it with marker set on beginning of
27915         new stream
27916
27917 2004-12-28  David Schleef  <ds@schleef.org>
27918
27919         Merge patch from Ronald fixing problems with streaming
27920         text.
27921         * ext/cairo/gstcairo.c: (plugin_init):
27922         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27923         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27924         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27925         (gst_textoverlay_font_init), (gst_textoverlay_init),
27926         (gst_textoverlay_set_property):
27927         * ext/cairo/gsttextoverlay.h:
27928
27929 2004-12-27  David Schleef  <ds@schleef.org>
27930
27931         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27932         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27933         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27934         (gst_textoverlay_font_init), (gst_textoverlay_init),
27935         (gst_textoverlay_set_property): Improvements to actually
27936         render text as white on black outline on video, including
27937         font selection and horizontal/vertical alignment.  (Ronald's
27938         christmas present)
27939         * ext/cairo/gsttextoverlay.h:
27940
27941 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27942
27943         * ext/ogg/gstogg.c:
27944         * ext/ogg/gstogmparse.c:
27945           fix ogm[audio/video]parse plugin registration
27946           (riff won't load if bytestream is already loaded)
27947
27948 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27949
27950         * gst/audioconvert/gstchannelmix.c:
27951           fix for GLIB < 2.4
27952
27953 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27954
27955         * Makefile.am:
27956         * configure.ac:
27957           disable docs again until it actually passes make distcheck.
27958
27959 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27960
27961         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27962         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27963         (plugin_init):
27964           Add 3GP (variables name Q3GP because they can't start with a
27965           number). Add samr audio fourcc (used in .3gp files), decoder
27966           is work in progress. Also do a GST_WARNING instead of ERROR
27967           in case of unknown nodes, to decrease output.
27968
27969 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27970
27971         * Makefile.am:
27972           really fix dist
27973
27974 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27975
27976         * configure.ac:
27977         * ext/speex/gstspeexdec.h:
27978         * ext/speex/gstspeexenc.h:
27979           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27980           Fix detection code in configure.ac
27981
27982 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27983
27984         * gst/matroska/matroska-demux.c:
27985         (gst_matroska_demux_parse_blockgroup):
27986           Save position, so that queries give proper return values. Don't
27987           know how this could ever have worked before...
27988
27989 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27990
27991         * configure.ac:
27992           Put additional LAME check inside the conditional.  Fixes #152339
27993
27994 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27995
27996         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27997         (gst_avi_demux_stream_scan):
27998           Add some more debug. Fix logic error when setting movi offset
27999           while reading index.
28000
28001 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28002
28003         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28004         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
28005         (gst_avi_demux_process_next_entry):
28006           Add some debugging. Better detection of broken indexes and the
28007           accompanying index recovery. No infinite loops on state changes
28008           when we're still in our loopfunction.
28009
28010 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28011
28012         * configure.ac:
28013           Fix up.
28014
28015 2004-12-22  Archana Shah  <archana.shah@wipro.com>
28016
28017         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28018
28019         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
28020           Normalizing the value before setting
28021         (gst_sunaudiomixer_get_volume):
28022           Normalizing the value after getting. Fixes bug# 161980
28023
28024 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28025
28026         * Makefile.am: Make sure docs gets disted
28027         * docs/Makefile.am: Make sure all needed files get disted
28028         * gst-plugins.spec.in: latest updates
28029
28030 2004-12-22  Wim Taymans  <wim@fluendo.com>
28031
28032         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28033         Revert patch 1.38 as clock distribution over schedulers does
28034         not work correcly in the core yet.
28035
28036 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28037
28038         * sys/oss/README: remove this file, which predates my birth
28039           (and which content is by far outdated)
28040
28041 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
28042
28043         * Makefile.am:
28044         * configure.ac:
28045         * docs/Makefile.am:
28046         * docs/libs/Makefile.am:
28047         * docs/libs/gst-plugins-libs-docs.sgml:
28048         * docs/libs/gst-plugins-libs-sections.txt:
28049         * docs/libs/tmpl/gstgconf.sgml:
28050         * docs/upload.mak:
28051         * docs/version.entities.in:
28052           Added boilerplate gtk-doc files for plugin-libs documentation.
28053
28054 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28055
28056         * gst/auparse/gstauparse.c: fix int and float audio caps
28057
28058 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28059
28060         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28061         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28062           g_assert() can be a macro, don't use #ifdef inside it.
28063
28064 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
28065
28066         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28067
28068         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
28069         (gst_videorate_init), (gst_videorate_chain),
28070         (gst_videorate_change_state):
28071           Event handling (fixes #159986).
28072
28073 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28074
28075         * gst-libs/gst/riff/riff-media.c:
28076         (gst_riff_create_video_caps_with_data):
28077           Add BLZ0 (Blizzard's version of DivX) fourcc.
28078
28079 2004-12-18  David Schleef  <ds@schleef.org>
28080
28081         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
28082         portability fix.
28083
28084 2004-12-18  David Schleef  <ds@schleef.org>
28085
28086         * gst/tta/ttadec.h: Disable some header code that isn't used
28087         and clearly isn't portable.
28088
28089 2004-12-18  David Schleef  <ds@schleef.org>
28090
28091         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
28092         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28093         (avcodec_get_pix_fmt), (avpicture_layout),
28094         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28095         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28096         Fix code to not use GCC extensions (and c99 extensions that
28097         Forte does not like.)
28098
28099 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28100
28101         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28102
28103         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28104         (gst_deinterlace_chain):
28105           Rowstride fixes. Fixes #161039.
28106         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28107         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28108         (gst_video_crop_getcaps), (gst_video_crop_link),
28109         (gst_video_crop_i420), (gst_video_crop_chain),
28110         (gst_video_crop_change_state):
28111           Rework of negotiation. Actually works now. Fixes #158650.
28112
28113 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28114
28115         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28116           That was very stupid.
28117
28118 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28119
28120         * gst/matroska/matroska-demux.c:
28121         (gst_matroska_demux_parse_blockgroup):
28122           Fix possible crasher.
28123
28124 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28125
28126         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28127         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28128           Lace sizes can be zero.
28129
28130 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28131
28132         * ext/musepack/gstmusepackdec.cpp:
28133           Fetch error return values. Fixes #161624.
28134         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28135           Really EOS.
28136
28137 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28138
28139         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28140           Work for truncated (unfinished download etc.) files. Fixes #160514.
28141
28142 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28143
28144         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28145           Fix for integer overflow. Makes #156001 not crash. Probably masks
28146           the real bug.
28147
28148 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28149
28150         * gst/ac3parse/gstac3parse.c: (plugin_init):
28151           Parsers never have ranks. Fixes #159651.
28152
28153 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28154
28155         * gst/playback/gstdecodebin.c: (compare_ranks):
28156           make sure the facotries are ordered the same every time even if they
28157           have the same rank by using the name
28158         * gst/playback/gstdecodebin.c: (find_compatibles):
28159           make sure we don't add factories to the list twice
28160
28161 2004-12-16  David Schleef  <ds@schleef.org>
28162
28163         * configure.ac: look for musepack headers as musepack/*.h
28164         (fixes #159847)
28165         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28166         * ext/musepack/gstmusepackreader.h: same
28167
28168 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28169
28170         * gst-libs/gst/riff/riff-read.c:
28171         (gst_riff_read_strf_auds_with_data):
28172           Read extradata correctly (fixes #155879).
28173
28174 2004-12-16  David Schleef  <ds@schleef.org>
28175
28176         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28177         audio.  does _not_ attempt or allow conversion unless channels
28178         is 1 or 2.
28179
28180 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28181
28182         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28183
28184 2004-12-16  David Schleef  <ds@schleef.org>
28185
28186         * gst/audioscale/gstaudioscale.c: the resample library only
28187         handles 1 or 2 channels.  Change caps to compensate.
28188
28189 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28190
28191         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28192         (gst_matroska_demux_audio_caps):
28193           Some MPEG-AAC hacks, because else it doesn't work...
28194
28195 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28196
28197         * gst-libs/gst/riff/riff-media.c:
28198         (gst_riff_create_video_caps_with_data),
28199         (gst_riff_create_video_template_caps):
28200           Add h264.
28201
28202 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28203
28204         * gst-libs/gst/audio/Makefile.am:
28205           Try to fix buildbot.
28206
28207 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28208
28209         * gst/tcp/gstmultifdsink.c:
28210           Clean up and uniformize debugging.
28211
28212 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28213
28214         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28215
28216         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28217         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28218         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28219         (gst_mpeg_demux_change_state):
28220           Reset on ready. Fixes 160276.
28221
28222 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28223
28224         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28225
28226         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28227         (gst_ffmpegcsp_pad_link):
28228           Fix memleak (#154815).
28229
28230 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28231
28232         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28233
28234         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28235         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28236         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28237         * ext/musicbrainz/gsttrm.h:
28238           Add support for using a proxy server when getting a trm id from
28239           the MusicBrainz database (#149613).
28240
28241 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28242
28243         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28244
28245         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28246         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28247           Fix memleaks (#157233).
28248
28249 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28250
28251         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28252
28253         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28254         * gst-libs/gst/resample/resample.h:
28255         * gst/audioscale/gstaudioscale.c:
28256           Fix memleak (#159215).
28257
28258 2004-12-16  Toni Willberg  <toniw@iki.fi>
28259
28260         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28261
28262         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28263         * sys/oss/oss_probe.c: (main):
28264           Check for mono/stereo support (similar to samplerate probing),
28265           fixes #159433. Also add missing copyright header to oss_probe.c.
28266
28267 2004-12-15  David Schleef  <ds@schleef.org>
28268
28269         * configure.ac: add audioresample and cairo plugins.  Remove
28270         HAVE_MMX stuff, because it's not used.
28271         * ext/Makefile.am: same
28272         * ext/audioresample/Makefile.am: You are not ready for an
28273         audio resampling element based on audioresample.
28274         * ext/audioresample/gstaudioresample.c:
28275         * ext/audioresample/gstaudioresample.h:
28276         * ext/cairo/Makefile.am: You are not ready for overlay elements
28277         based on cairo.  Don't look too closely, these elements kinda
28278         suck right now.
28279         * ext/cairo/gstcairo.c: new
28280         * ext/cairo/gsttextoverlay.c: new
28281         * ext/cairo/gsttextoverlay.h: new
28282         * ext/cairo/gsttimeoverlay.c: new
28283         * ext/cairo/gsttimeoverlay.h: new
28284         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28285         problem with compilers that don't support variadic macros.
28286
28287 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28288
28289         Reviewed by:  David Schleef  <ds@schleef.org>
28290
28291         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28292         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28293         bit.  Also ran indent-gst.
28294         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28295         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28296         (gst_sunaudiosrc_setparams):
28297
28298 2004-12-14  David Schleef  <ds@schleef.org>
28299
28300         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28301         output rate to 16000.  Should fix #160235.
28302
28303 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28304
28305         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28306         Add typefinding for mpeg2 pes streams
28307
28308 2004-12-13  David Schleef  <ds@schleef.org>
28309
28310         * configure.ac:  Applied patch from bug #143659, making default
28311         sources and sinks OS-dependent (for Solaris), and added code
28312         for OS/X.
28313         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28314
28315 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28316
28317         * gst-libs/gst/riff/riff-media.c:
28318           forgot to add h2.64 to avidemux template caps
28319
28320 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28321
28322         * gst/wavenc/riff.h:
28323         * gst-libs/gst/riff/riff-media.c:
28324         * gst-libs/gst/riff/riff-ids.h:
28325         * gst/avi/gstavimux.c
28326         add 4CC code for VideoSoft h264 in AVI (VSSH)
28327           fixes bug #160655
28328         remove s323 from riff, it's quicktime specific :(
28329
28330 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28331
28332         * gst/asfdemux/README
28333         * gst/wavenc/riff.h
28334         * gst-libs/gst/riff/riff-ids.h
28335         * gst-libs/gst/riff/riff-media.c
28336         * gst/qtdemux/qtdemux.c:
28337           add new 4CC codes for h263 related codecs
28338           fixes partially bug #155163
28339
28340 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28341
28342         * configure.ac: Update polyaudio requirement to 0.7
28343         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28344
28345 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28346
28347         * gst/interleave/deinterleave.c:
28348         fix my name's spelling! :)
28349
28350 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28351
28352         * AUTHORS ChangeLog
28353         * gst/auparse/gstauparse.c
28354         * gst/interleave/deinterleave.c
28355         * gst/law/:
28356                 alaw-decode.c alaw-encode.c
28357                 mulaw-decode.c mulaw-encode.c
28358         * gst/oneton/gstoneton.c
28359         * sys/osxaudio/:
28360                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28361         * sys/osxvideo/:
28362                 cocoawindow.h cocoawindow.m
28363                 osxvideosink.h osxvideosink.m
28364
28365         put the same mail address for Zaheer Abbas Merali everywhere
28366
28367 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28368
28369         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28370           Align by packetsize, and assert that we a packet available before
28371           playing. The first makes webstreams work (they often include
28372           trailing padding data in a packet), the second allows pausing a
28373           ASF stream in totem without getting demux errors afterwards.
28374
28375 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28376
28377         * ext/ogg/gstoggdemux.c: (get_relative):
28378           Check for non-NULL before accessing member (end-of-chain).
28379
28380 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28381
28382         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28383         (cdparanoia_set_property), (cdparanoia_get_property):
28384         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28385         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28386         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28387         (dvdreadsrc_init), (dvdreadsrc_set_property),
28388         (dvdreadsrc_get_property):
28389         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28390         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28391           Synchronize property names where not yet the case. Devices are
28392           now device=X, other versions are deprecated (but still exist).
28393           Also use g_free() unconditionally.
28394         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28395         (setup_source), (gst_play_base_bin_get_property):
28396           Expose source.
28397
28398 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28399
28400         * configure.ac: move GCONF macro outside conditional for the am
28401           conditional. Fixes #160439
28402
28403 2004-12-08  David Schleef  <ds@schleef.org>
28404
28405         * tools/gst-visualise-m.m: Switch to elements that currently
28406         exist.
28407
28408 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28409
28410         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28411           We love wrong commas.
28412
28413 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28414
28415         * gst/matroska/matroska-demux.c:
28416         (gst_matroska_demux_handle_src_query):
28417           Don't set DEFAULT, unsupported - makes length display incorrectly
28418           in some cases.
28419
28420 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28421
28422         * gst/monoscope/README: remove blurb about files being GPL
28423         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28424         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28425           monoscope is now effectively LGPL licensed
28426
28427 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28428
28429         * gst/monoscope/README: Update information to be more correct
28430         * gst/monoscope/convolve.c: Relicense to LGPL
28431         * gst/monoscope/convolve.h: Relicense to LGPL
28432
28433 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28434
28435         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28436           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28437         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28438           set default_duration for mpeg1 audio
28439
28440 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28441
28442         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28443         * ext/alsa/gstalsa.h:
28444           refactor big chunks of the core caps negotiation code to make it
28445           a lot faster, because people claim it's really slow
28446           (actually, just cache the getcaps when the device is opened)
28447
28448 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28449
28450         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28451         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28452         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28453         (gst_a52dec_change_state), (plugin_init):
28454         * ext/a52dec/gsta52dec.h:
28455           Do something useful with timestamps. Make chain-based (since
28456           there's really no reason to be loopbased).
28457         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28458           Update current_byte/frame correctly.
28459
28460 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28461
28462         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28463         (gst_ape_demux_stream_init):
28464           Forward tags, too.
28465
28466 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28467
28468         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28469           Let's make sure we're done typefinding when detecting tags.
28470
28471 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28472
28473         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28474         (gst_ebml_read_init), (gst_ebml_read_use_event),
28475         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28476         (gst_ebml_read_seek), (gst_ebml_read_skip),
28477         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28478         (gst_ebml_read_master):
28479         * gst/matroska/ebml-read.h:
28480         * gst/matroska/matroska-demux.c:
28481         (gst_matroska_demux_parse_contents),
28482         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28483           Disgustingly evil hack for working around INTERRUPT events and
28484           their extremely annoying habit of being a pain in the ass. We
28485           simply peek a cluster before reading any of it.
28486
28487 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28488
28489         * ext/musepack/gstmusepackdec.cpp:
28490           There's also floating point libmusepacks.
28491
28492 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28493
28494         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28495         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28496           Set DURATION even if source buffer didn't. Also use increasing
28497           timestamps.
28498         * gst-libs/gst/riff/riff-media.c:
28499         (gst_riff_create_audio_caps_with_data):
28500           Block_align can have larger values than 8192.
28501
28502 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28503
28504         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28505         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28506         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28507         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28508           Fix caps.
28509
28510 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28511
28512         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28513           Fix logic bug.
28514
28515 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28516
28517         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28518           Yay, another one.
28519
28520 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28521
28522         * ext/esd/esdsink.c: (gst_esdsink_chain):
28523           Make error actually say something useful (fixes #156798).
28524         * gst-libs/gst/riff/riff-media.c:
28525         (gst_riff_create_video_caps_with_data),
28526         (gst_riff_create_video_template_caps):
28527           Add Intel Video 5.0 fourcc (IV50).
28528
28529 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28530
28531         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28532         detection on mono and stereo mp3 files.
28533
28534 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28535
28536         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28537           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28538           the contained stream).
28539
28540 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28541
28542         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28543           Oops, remove debug.
28544
28545 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28546
28547         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28548
28549         * gst/law/alaw-decode.c: (alawdec_getcaps):
28550         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28551           Prevent warnings when negotiating caps (fixes #159338).
28552
28553 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28554
28555         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28556         (gst_ffmpegcsp_chain):
28557           Remove old leftover that shouldn't be there...
28558
28559 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28560
28561         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28562
28563         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28564           Don't forward DISCONT events (fixes #159684).
28565
28566 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28567
28568         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28569           Unlink manually since sometimes bin disposal (and therefore
28570           pad unlinking) is delayed, which will cause a new media file
28571           to not be able to start playing instantly.
28572
28573 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28574
28575         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28576           On mute of an unlinked stream, check for pad availability so
28577           we don't crash on unlinked pad.
28578
28579 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28580
28581         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28582         (gst_avi_demux_massage_index):
28583           Fix quite humiliating bug in omitting 0-sized index chunks but
28584           forgetting to count them for timestamps.
28585
28586 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28587
28588         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28589           Actually leave the loop if we failed to sync. Don't crash.
28590
28591 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28592
28593         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28594         (gst_dvd_demux_process_private):
28595         * gst/mpegstream/gstdvddemux.h:
28596           Fix crash (#159759). Doesn't work, though. :-(.
28597
28598 2004-11-28  Benjamin Otte  <otte@gnome.org>
28599
28600         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28601           more overwriting protection due to modifying channels one by one
28602           instead of all at once
28603
28604 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28605
28606         * gst/audioconvert/gstchannelmix.c:
28607         (gst_audio_convert_fill_normalize):
28608           Normalize using absolute values.
28609
28610 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28611
28612         * configure.ac:
28613         * ext/Makefile.am:
28614         * ext/directfb/Makefile.am:
28615         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28616         (gst_directfbvideosink_get_pixel_format),
28617         (gst_directfbvideosink_get_format_from_fourcc),
28618         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28619         (gst_directfbvideosink_sink_link),
28620         (gst_directfbvideosink_change_state),
28621         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28622         (gst_directfbvideosink_buffer_alloc),
28623         (gst_directfbvideosink_interface_supported),
28624         (gst_directfbvideosink_interface_init),
28625         (gst_directfbvideosink_navigation_send_event),
28626         (gst_directfbvideosink_navigation_init),
28627         (gst_directfbvideosink_set_property),
28628         (gst_directfbvideosink_get_property),
28629         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28630         (gst_directfbvideosink_base_init),
28631         (gst_directfbvideosink_class_init),
28632         (gst_directfbvideosink_get_type), (plugin_init):
28633         * ext/directfb/directfbvideosink.h: Adding a first version of
28634         directfbvideosink.
28635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28636         more.
28637
28638 2004-11-28  Benjamin Otte  <otte@gnome.org>
28639
28640         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28641           walk the samples backwards if out_channels > in_channels so we don't
28642           overwrite data
28643
28644 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28645
28646         * gst/audioconvert/Makefile.am:
28647         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28648         (gst_audio_convert_link), (gst_audio_convert_change_state),
28649         (gst_audio_convert_channels):
28650         * gst/audioconvert/gstchannelmix.c:
28651         (gst_audio_convert_unset_matrix),
28652         (gst_audio_convert_fill_identical),
28653         (gst_audio_convert_fill_compatible),
28654         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28655         (gst_audio_convert_fill_others),
28656         (gst_audio_convert_fill_normalize),
28657         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28658         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28659         * gst/audioconvert/gstchannelmix.h:
28660           Implement a channel mixer.
28661
28662 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28663
28664         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28665         * ext/alsa/gstalsa.h:
28666         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28667         Make alsasink actually honor gst_element_set_clock and use that
28668         clock instead of its internal one.
28669
28670 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28671
28672         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28673         (gst_play_base_bin_change_state): nullify source and decoder when
28674         going from READY to NULL so that we don't try to do weird stuff with
28675         them when going from NULL to READY
28676         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28677         instead of g_object_unref
28678         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28679         it should be correct
28680         (gst_play_bin_change_state): don't call remove_sinks if we are
28681         currently disposing the object
28682
28683 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28684
28685         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28686           Don't forget bass if it's there. Else left channel is silent...
28687
28688 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28689
28690         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28691         (gst_a52dec_change_state):
28692           Don't do sample adjusting anymore, we use float audio now.
28693         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28694           Don't fixate to non-existing properties.
28695
28696 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28697
28698         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28699         (gst_a52dec_change_state):
28700           Advertise that we can do surround sound.
28701
28702 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28703
28704         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28705           Add buffer-frames=0.
28706         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28707         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28708         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28709         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28710         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28711         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28712         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28713         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28714         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28715         * ext/dvdread/dvdreadsrc.h:
28716           Add seeking, querying for bytes, sectors, title, angle and
28717           chapter. Handle multiple chapters. Relicense to LGPL because
28718           Billy agreed on that (thanks Billy!).
28719
28720 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28721
28722         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28723         call parent dispose method
28724
28725 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28726
28727         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28728         (gst_audio_clock_get_internal_time):
28729         Fix active <-> inactive transitions: ensure time value always
28730         grows and avoid abrupt value changes.
28731
28732 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28733
28734         * configure.ac:
28735         * gst/tta/Makefile.am:
28736         * gst/tta/crc32.h:
28737         * gst/tta/filters.h:
28738         * gst/tta/gsttta.c:
28739         * gst/tta/gstttadec.c:
28740         * gst/tta/gstttadec.h:
28741         * gst/tta/gstttaparse.c:
28742         * gst/tta/gstttaparse.h:
28743         * gst/tta/ttadec.h:
28744           added TTA parser and decoder
28745
28746 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28747
28748         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28749         (probe_triggered), (check_queue), (buffer_underrun),
28750         (buffer_running), (buffer_overrun), (gen_source_element),
28751         (setup_source):
28752         * gst/playback/gstplaybasebin.h:
28753           Implement buffering. Needs some more work.
28754
28755 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28756
28757         * ext/theora/theoradec.c: (theora_dec_chain):
28758           Fix ilog mask range overflow.
28759
28760 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28761
28762         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28763           Don't omit the last (which in case of dmix is the only :) )
28764           channel count. Don't set channels if <= 2.
28765
28766 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28767
28768         * gst/playback/gstplaybin.c: (gen_video_element),
28769         (gen_audio_element): Removed 2 obsolete comments
28770
28771 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28772
28773         * ext/vorbis/oggvorbisenc.c
28774         * ext/vorbis/vorbisenc.c :
28775           change description fields of those plugins to differentiate them
28776           (pitivi show Encoders by description, they had the same one)
28777
28778 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28779
28780         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28781
28782         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28783         (gst_play_bin_set_property), (gen_video_element),
28784         (gen_audio_element):
28785           Refcounting fixes for provided audio-/videosinks.
28786
28787 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28788
28789         * gst/playback/gstplaybin.c: (gen_video_element),
28790         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28791           Don't reference all sinks, but only the video- and audiosinks.
28792           The vis. element should be disposed when we're done with it.
28793           We don't have any reason to keep it around. This fixes warnings
28794           when reusing playbin for playing multiple audio files with
28795           vis. enabled. Also release audio device on pause - idea stolen
28796           from Rhythmbox.
28797
28798 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28799
28800         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28801         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28802         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28803         * ext/alsa/gstalsaplugin.c: (plugin_init):
28804         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28805         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28806         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28807         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28808         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28809         (gst_faad_change_state), (plugin_init):
28810         * ext/faad/gstfaad.h:
28811         * ext/vorbis/vorbis.c: (plugin_init):
28812         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28813         * gst-libs/gst/audio/Makefile.am:
28814         * gst-libs/gst/audio/audio.c: (plugin_init):
28815         * gst-libs/gst/audio/multichannel.c:
28816         (gst_audio_check_channel_positions),
28817         (gst_audio_get_channel_positions),
28818         (gst_audio_set_channel_positions),
28819         (gst_audio_set_structure_channel_positions_list),
28820         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28821         (gst_audio_fixate_channel_positions):
28822         * gst-libs/gst/audio/multichannel.h:
28823         * gst-libs/gst/audio/testchannels.c: (main):
28824         * gst/audioconvert/gstaudioconvert.c:
28825         (gst_audio_convert_class_init), (gst_audio_convert_init),
28826         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28827         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28828         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28829         * gst/audioconvert/plugin.c: (plugin_init):
28830           Surround sound support.
28831
28832 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28833
28834         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28835           Fix position for discont if we're close as well. Nitpicking, but
28836           saves a few milliseconds of extra waiting or skipping.
28837
28838 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28839
28840         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28841           We sometimes need parsers for playback, so add those too.
28842
28843 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28844
28845         * configure.ac:
28846         * gst/apetag/Makefile.am:
28847         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28848         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28849         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28850         (gst_ape_demux_get_src_query_types),
28851         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28852         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28853         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28854         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28855         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28856         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28857         (gst_ape_demux_change_state):
28858         * gst/apetag/apedemux.h:
28859         * gst/apetag/apetag.c: (plugin_init):
28860         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28861         (plugin_init):
28862           APE v1/2 tag reader plus typefind function.
28863
28864 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28865
28866         * configure.ac:
28867         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28868         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28869           Remove hacks for older core. Require newer core version
28870           accordingly.
28871
28872 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28873
28874         * gst/cdxaparse/Makefile.am:
28875         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28876         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28877         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28878         * gst/cdxaparse/gstcdxaparse.h:
28879         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28880         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28881         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28882         (gst_cdxastrip_get_src_query_types),
28883         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28884         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28885         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28886         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28887         * gst/cdxaparse/gstcdxastrip.h:
28888           SVCD/VCD header stripping separated from CDXA image parsing.
28889         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28890         (plugin_init):
28891           Add VCD/SVCD header typefinding for VCD/SVCD.
28892         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28893         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28894         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28895         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28896         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28897         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28898         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28899         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28900         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28901         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28902         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28903         * sys/vcd/vcdsrc.h:
28904           Fix up, add seeking, querying, URI interface. Works in totem now.
28905
28906 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28907
28908         * configure.ac:
28909           back to CVS
28910
28911 === release 0.8.6 ===
28912
28913 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28914
28915         * NEWS:
28916         * RELEASE:
28917         * configure.ac:
28918         * po/af.po:
28919         * po/az.po:
28920         * po/cs.po:
28921         * po/en_GB.po:
28922         * po/hu.po:
28923         * po/it.po:
28924         * po/nb.po:
28925         * po/nl.po:
28926         * po/or.po:
28927         * po/sq.po:
28928         * po/sr.po:
28929         * po/sv.po:
28930         * po/uk.po:
28931           releasing 0.8.6, "IOU Love"
28932
28933 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28934
28935         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28936
28937         * gst/playback/gstplaybasebin.c:
28938           Fix unplayable files error handling.  Fixes #158365
28939
28940 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28941
28942         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28943
28944         * gst/typefind/gsttypefindfunctions.c:
28945           Fix broken mp3 typefinding.  Fixes #158375
28946
28947 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28948
28949         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28950
28951         * ext/ogg/gstoggdemux.c:
28952           Fix sync on broken files.  Fixes #158976
28953
28954 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28955
28956         patch by: Edward Hervey <bilboed@bilboed.com>
28957
28958         * ext/libpng/gstpngenc.c:
28959           Copy over buffer properties.  Fixes #158832
28960
28961 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28962
28963         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28964
28965         * ext/dvdread/dvdreadsrc.c:
28966           Fixes invalid reads (#158462)
28967
28968 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28969
28970         * sys/v4l/gstv4lsrc.c:
28971         * sys/v4l/gstv4lsrc.h:
28972         * sys/v4l/v4lsrc_calls.c:
28973           Probe less and cache it.  Fixes #159187.
28974
28975 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28976
28977         * gst/videorate/gstvideorate.c:
28978           Handle all video formats. Fixes #159186.
28979
28980 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28981         * gst/synaesthesia/gstsynaesthesia.c:
28982         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28983         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28984         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28985         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28986         (gst_synaesthesia_change_state), (plugin_init):
28987         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28988         Force 320x200 output, as that's the only thing the underlying
28989         synaesthesia implementation supports. Still needs to be made
28990         re-entrant.
28991
28992 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28993
28994         * configure.ac:
28995           Fix mpeg2enc configure check (similar to mplex check below).
28996
28997 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28998
28999         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29000
29001         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29002           Fix for gcc-2.95 (fixes #158221).
29003
29004 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29005
29006         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29007           Re-add clock distribution hack (until new core is released).
29008           Fixes #158125.
29009
29010 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
29011         * configure.ac:
29012           fix mplex configure check segfaulting on some systems (bug #140994)
29013
29014 2004-11-13  Benjamin Otte  <otte@gnome.org>
29015
29016         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
29017           add debugging
29018         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29019           do a wait when we enter the loop func with no data available to
29020           write instead of getting into an 100% CPU loop by just returning and
29021           being called again by the scheduler
29022
29023 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
29024
29025         * configure.ac:
29026         * ext/libvisual/visual.c: (gst_visual_get_type),
29027         (libvisual_log_handler), (gst_visual_getcaps),
29028         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
29029         (plugin_init):
29030           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
29031         * ext/smoothwave/Makefile.am:
29032         * ext/smoothwave/demo-osssrc.c: (main):
29033         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
29034         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
29035         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
29036         (plugin_init):
29037         * ext/smoothwave/gstsmoothwave.h:
29038           Make gstsmoothwave a working element in the 20th century.
29039
29040         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
29041           Fix incorrect link function
29042
29043 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29044
29045         * gst/volume/gstvolume.c:
29046           Allow buffer-frames=0.
29047
29048 2004-11-12 Iain <iaingnome@gmail.com>
29049
29050         * configure.ac: Check for polypaudio
29051
29052         * ext/Makefile.am: Build the polyp dir
29053
29054         * ext/polyp: The polypsink sources.
29055
29056 2004-10-30 Iain <iaingnome@gmail.com>
29057
29058         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
29059         caps to reflect the new number of channels.
29060
29061 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29062
29063         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29064           Fix for negotiation order problem. This would show when the
29065           ALSA loopfuction was called before any other function. ALSA
29066           wouldn't do anything because we're not negotiated yet, leading
29067           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
29068
29069 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29070
29071         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29072
29073         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
29074           No warnings (#157986).
29075
29076 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29077
29078         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29079           Prefer apev1/2 and id3v1 (at end of file) over musepack.
29080
29081 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29082
29083         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
29084           Signal no-more-pads (so it works in playbin).
29085
29086 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29087
29088         * ext/musepack/gstmusepackreader.cpp:
29089           Workaround for older core.
29090
29091 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29092
29093         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29094           Actually test for odd width/height rather than testing whether
29095           a temporary variable that was 0 before we subtracted 1 is now
29096           not equal to zero (which it always is).
29097
29098 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29099
29100         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29101         Fix compilation if HAVE_XVIDEO is not defined
29102
29103 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29104
29105         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29106         Fix compilation if HAVE_XVIDEO is not defined
29107
29108 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
29109
29110         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29111         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29112         (gst_goom_change_state), (plugin_init):
29113         Use the bytestream adapter so goom doesn't depend on the input
29114         buffer size.
29115         Add a debug category
29116
29117 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29118
29119         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29120           Only set hardware parameters *after* negotiation. Before
29121           negotiation, it will set ANY and that seems to cause crashes
29122           (see e.g. #151288, #153227).
29123
29124 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29125
29126         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29127           This seems to be antique leftover. It needs to pass error
29128           checking.
29129         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29130         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29131         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29132         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29133           Fix GstXOverlay implementation (#151059).
29134
29135 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29136
29137         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29138           Don't assert (#157853).
29139
29140 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29141
29142         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29143           Fix bytes/samples confustion.
29144         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29145           Fix for underrun (#144389).
29146
29147 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29148
29149         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29150           Disable halfway-seek for pending release (since it needs a new
29151           core release).
29152
29153 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29154
29155         * sys/v4l/gstv4lsrc.c:
29156         * sys/v4l/gstv4lsrc.h:
29157         * sys/v4l/v4lsrc_calls.c:
29158           add autoprobe-fps property so we can separate autoprobing parts
29159
29160 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29161
29162         * sys/v4l/gstv4lsrc.c:
29163         * sys/v4l/v4lsrc_calls.c:
29164         initialise fourcc to catch unset fourcc's, and debug
29165
29166 2004-11-09  Wim Taymans  <wim@fluendo.com>
29167
29168         * gst/playback/README:
29169         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29170         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29171         (gst_play_bin_dispose), (gst_play_bin_set_property),
29172         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29173         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29174         (gst_play_bin_get_formats), (gst_play_bin_convert),
29175         (gst_play_bin_get_query_types), (gst_play_bin_query):
29176         Cleanups and some more documentation.
29177
29178 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29179
29180         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29181         (gst_cacasink_init), (gst_cacasink_chain):
29182         * ext/libcaca/gstcacasink.h:
29183         Cacasink inherits from VideoSink, so let that store the clock.
29184
29185 2004-11-09  Wim Taymans  <wim@fluendo.com>
29186
29187         * gst/playback/README:
29188         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29189         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29190         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29191         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29192         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29193         (setup_sinks):
29194         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29195         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29196         * gst/playback/gststreaminfo.h:
29197         Updated README.
29198         Only switch groups if all streams have muted (EOSed).
29199         Send Tags in sync with the stream playback instead of in
29200         the playback/preroll phase.
29201         Some cleanups, free the fakesrc elements.
29202
29203 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29204
29205         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29206           buffer-frames property was missing
29207         * ext/arts/gst_arts.c:
29208           rate missing from sinkcaps
29209         * ext/audiofile/gstafparse.c:
29210         * ext/audiofile/gstafsink.c:
29211         * ext/audiofile/gstafsrc.c:
29212         * ext/swfdec/gstswfdec.c:
29213           int audio doesn't know buffer-frames
29214         * ext/cdparanoia/gstcdparanoia.c:
29215           int audio doesn't know chunksize either
29216         * ext/nas/nassink.c:
29217           it's endianness, not endianess
29218         * gst-libs/gst/audio/audio.h:
29219           make float standard pad template caps really describe float
29220         * gst/law/mulaw.c: (linear_factory):
29221           signed only, please
29222         * gst/mpegstream/gstdvddemux.c:
29223           widths of 20 are not valid
29224
29225 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29226
29227         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29228
29229         * po/LINGUAS:
29230         * po/it.po:
29231           Add Italian
29232
29233 2004-11-08  Wim Taymans  <wim@fluendo.com>
29234
29235         * gst/playback/README:
29236         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29237         * gst/playback/gstplaybasebin.c: (probe_triggered),
29238         (gst_play_base_bin_change_state):
29239         Updated README, added more comments for fixmes etc..
29240
29241 2004-11-08  Wim Taymans  <wim@fluendo.com>
29242
29243         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29244         We can remove this hack now.
29245
29246 2004-11-08  Wim Taymans  <wim@fluendo.com>
29247
29248         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29249         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29250         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29251         Only mix AYUV for maximum quality.
29252
29253 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29254
29255         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29256         (gst_ogg_demux_push), (gst_ogg_pad_push):
29257           Let's act as if we're synchronized now! :).
29258         * ext/theora/theoradec.c: (theora_dec_chain):
29259           Add some debug.
29260
29261 2004-11-08  Wim Taymans  <wim@fluendo.com>
29262
29263         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29264         (gst_alpha_set_property), (gst_alpha_sink_link),
29265         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29266         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29267         (gst_alpha_init_params), (gst_alpha_chain):
29268         Implement alpha functions for AYUV too, this increases
29269         accuracy quite a bit.
29270
29271 2004-11-08  Wim Taymans  <wim@fluendo.com>
29272
29273         * gst/ffmpegcolorspace/avcodec.h:
29274         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29275         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29276         (gst_ffmpegcsp_avpicture_fill):
29277         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29278         (gst_ffmpegcsp_caps_remove_format_info):
29279         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29280         (shrink12), (img_get_alpha_info), (deinterlace_line),
29281         (deinterlace_line_inplace):
29282         * gst/ffmpegcolorspace/imgconvert_template.h:
29283         Added AYUV colorspace and handle RGBA a bit more respectful.
29284
29285 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29286
29287         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29288           Actually always send a discont (cornercase when resending the
29289           same serial-tagged chain twice).
29290
29291 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29292
29293         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29294         (gst_ximagesink_finalize):
29295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29296         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29297
29298 2004-11-08  Wim Taymans  <wim@fluendo.com>
29299
29300         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29301         Don't segfault on NULL data.
29302
29303 2004-11-08  Wim Taymans  <wim@fluendo.com>
29304
29305         * gst/playback/gstdecodebin.c: (unlinked):
29306         * gst/playback/gstplay-marshal.list:
29307         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29308         (gst_play_base_bin_init), (group_create), (get_active_group),
29309         (get_building_group), (group_destroy), (group_commit),
29310         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29311         (add_element_stream), (no_more_pads), (probe_triggered),
29312         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29313         (state_change), (setup_source), (gst_play_base_bin_get_property),
29314         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29315         (gst_play_base_bin_link_stream),
29316         (gst_play_base_bin_get_streaminfo):
29317         * gst/playback/gstplaybasebin.h:
29318         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29319         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29320         Add support for chained ogg files. Prepare for playlist
29321         support. This patch introduces the concept of pad groups, which
29322         together compose one playable media file.
29323
29324 2004-11-07  David Schleef  <ds@schleef.org>
29325
29326         * testsuite/gst-lint: Check for pad templates that aren't statically
29327         scoped.
29328
29329 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29330
29331         * configure.ac:
29332         * ext/Makefile.am:
29333         * ext/musepack/Makefile.am:
29334         * ext/musepack/gstmusepackdec.cpp:
29335         * ext/musepack/gstmusepackdec.h:
29336         * ext/musepack/gstmusepackreader.cpp:
29337         * ext/musepack/gstmusepackreader.h:
29338           Add musepack decoder.
29339         * ext/faad/gstfaad.c: (gst_faad_base_init):
29340           Make pad templates static.
29341         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29342         (plugin_init):
29343           Add musepack typefinder, make mp3 typefinding work halfway stream,
29344           which doesn't actually work yet because id3demux doesn't implement
29345           _get_length().
29346
29347 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29348
29349         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29350         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29351           Fix interrupt event handling (#144436).
29352
29353 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29354
29355         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29356           Hide unused glory.
29357
29358 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29359
29360         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29361
29362         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29363           Fix weird caps (#157548).
29364
29365 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29366
29367         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29368
29369         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29370           Add missing NULL terminator (#157543).
29371
29372 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29373
29374         * gst/tcp/gsttcp.h:
29375         * gst/tcp/gsttcpclientsink.c:
29376         * gst/tcp/gsttcpclientsrc.c:
29377         * gst/tcp/gsttcpserversink.c:
29378         * gst/tcp/gsttcpserversrc.c:
29379           ports can go up to 65535.  Move common defines to gsttcp.h
29380
29381 2004-11-05  Wim Taymans  <wim@fluendo.com>
29382
29383         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29384         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29385         Added two more colorspaces.
29386
29387 2004-11-05  Wim Taymans  <wim@fluendo.com>
29388
29389         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29390         (gst_ffmpegcsp_avpicture_fill):
29391         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29392         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29393         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29394         More stride fixes.
29395
29396 2004-11-05  Wim Taymans  <wim@fluendo.com>
29397
29398         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29399         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29400         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29401         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29402         (gst_videomixer_loop):
29403         More stride fixes.
29404
29405 2004-11-05  Benjamin Otte  <otte@gnome.org>
29406
29407         * ext/mad/gstmad.c: (gst_mad_chain):
29408           don't overflow data buffer. Flush not needed sync data when syncing
29409           failed.
29410
29411 2004-11-04  Wim Taymans  <wim@fluendo.com>
29412
29413         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29414         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29415         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29416         (gst_alpha_init_params), (gst_alpha_chain),
29417         (gst_alpha_change_state):
29418         Updated the chroma keying algorithm with something more
29419         sophisticated.
29420
29421 2004-11-03  Wim Taymans  <wim@fluendo.com>
29422
29423         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29424         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29425         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29426         Fix stride issues. Does not completely work for odd
29427         heights.
29428
29429 2004-11-03  Wim Taymans  <wim@fluendo.com>
29430
29431         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29432         (gst_alpha_chroma_key), (gst_alpha_chain):
29433         Fix stride issues. Does not completely work for odd
29434         heights.
29435
29436 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29437
29438         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29439         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29440         leak fixes
29441
29442 2004-11-03  Wim Taymans  <wim@fluendo.com>
29443
29444         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29445         (gst_ffmpegcsp_avpicture_fill):
29446         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29447         (avpicture_alloc):
29448         * gst/ffmpegcolorspace/imgconvert_template.h:
29449         Use correct _fill function to get correct strides.
29450
29451 2004-11-02  David Schleef  <ds@schleef.org>
29452
29453         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29454         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29455         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29456         Change all g_print()s to debugging.  Add a bunch of consistency
29457         checks.
29458
29459 2004-11-02  Wim Taymans  <wim@fluendo.com>
29460
29461         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29462         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29463         (unlinked), (no_more_pads), (close_link):
29464         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29465         (unknown_type), (add_element_stream), (new_decoded_pad),
29466         (removed_decoded_pad), (setup_source):
29467         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29468         (gst_stream_info_class_init), (gst_stream_info_init),
29469         (gst_stream_info_new), (gst_stream_info_dispose),
29470         (stream_info_mute_pad), (gst_stream_info_set_property),
29471         (gst_stream_info_get_property):
29472         * gst/playback/gststreaminfo.h:
29473         Fix playback of multiple files.
29474         a slightly different approach to handling dynamic pad removals.
29475         This one only looks at pads that we have linked.
29476
29477 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29478
29479         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29480         free" warning from libc.
29481
29482 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29483
29484         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29485         (get_unconnected_element), (remove_starting_from), (pad_removed),
29486         (close_link):
29487           Implement support for dynamic pad changing. We listen to "live"
29488           pad removals (i.e. while playing) and re-setup autoplugging
29489           after that. Playbasebin/playbin need some more work for this
29490           to finally work, but decodebin supports (and replugs) chained
29491           ogg now.
29492
29493 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29494
29495         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29496         (gst_alsa_finalize):
29497         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29498         (gst_cdaudio_finalize):
29499         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29500         (cdparanoia_finalize):
29501         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29502         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29503         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29504         (dvdreadsrc_finalize):
29505         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29506         (gst_flacdec_finalize):
29507         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29508         (gst_flacenc_finalize):
29509         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29510         (gst_gnomevfssink_finalize):
29511         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29512         (gst_gnomevfssrc_finalize):
29513         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29514         (gst_fameenc_finalize):
29515         * ext/nas/nassink.c: (gst_nassink_class_init),
29516         (gst_nassink_finalize):
29517         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29518         (gst_sdlvideosink_class_init):
29519         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29520         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29521         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29522         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29523         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29524         (gst_x_window_listener_dispose):
29525         * gst/audioscale/gstaudioscale.c:
29526         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29527         (play_on_demand_finalize):
29528         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29529         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29530         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29531         (cdplayer_finalize):
29532         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29533         (gst_glimagesink_class_init):
29534         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29535         (gst_osselement_finalize):
29536         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29537         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29538         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29539           Fixes a bunch of problems with finalize and dispose functions,
29540           either assumptions that dispose is only called once, or not calling
29541           the parent class dispose/finalize function
29542
29543 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29544
29545         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29546           added two api precondition guards
29547           use g_strdup with getenv to fix crash when using ENVVAR
29548
29549 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29550         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29551         (gst_esdsink_finalize):
29552         Use a finalize function, not dispose, and more importantly,
29553         call the parent class finalize function too
29554
29555 2004-11-01  Johan Dahlin  <johan@gnome.org>
29556
29557         * ext/ogg/gstoggdemux.c:
29558         * gst/tags/gstvorbistag.c:
29559         Plug leaks.
29560
29561 2004-10-31  Benjamin Otte  <otte@gnome.org>
29562
29563         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29564           lotsa memleaks today. But they're all small...
29565
29566 2004-10-31  Benjamin Otte  <otte@gnome.org>
29567
29568         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29569           another memleak crushed
29570
29571 2004-10-31  Benjamin Otte  <otte@gnome.org>
29572
29573         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29574           fix memleak
29575
29576 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29577
29578         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29579           Hack to prevent crash when going to READY inside signal handler
29580           while this function is active.
29581
29582 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29583
29584         * gst/ffmpegcolorspace/Makefile.am:
29585         * gst/ffmpegcolorspace/avcodec.h:
29586         * gst/ffmpegcolorspace/common.h:
29587         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29588         * gst/ffmpegcolorspace/dsputil.h:
29589         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29590         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29591         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29592         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29593         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29594         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29595         (gst_ffmpegcsp_avpicture_fill):
29596         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29597         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29598         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29599         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29600         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29601         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29602         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29603         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29604         * gst/ffmpegcolorspace/imgconvert.c:
29605         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29606         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29607         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29608         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29609         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29610         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29611         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29612         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29613         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29614         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29615         (grow21), (grow22), (grow41), (grow44), (conv411),
29616         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29617         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29618         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29619         (avpicture_free), (is_yuv_planar), (img_convert),
29620         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29621         (deinterlace_line_inplace), (deinterlace_bottom_field),
29622         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29623         * gst/ffmpegcolorspace/imgconvert_template.h:
29624         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29625         * gst/ffmpegcolorspace/mmx.h:
29626         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29627         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29628         (av_freep), (avcodec_get_context_defaults),
29629         (avcodec_alloc_context), (avcodec_init):
29630           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29631           handling plus update from ffmpeg CVS. Large clean-up.
29632
29633 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29634
29635         * gst/playback/Makefile.am:
29636           We need the marshallers for decodebin, too.
29637
29638 2004-10-30  David Schleef  <ds@schleef.org>
29639
29640         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29641           quicktime typefinding work with 64-bit offsets.
29642
29643 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29644
29645         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29646           Set EOS on the element when processing an EOS event.
29647         * ext/speex/gstspeexdec.h:
29648         * ext/speex/gstspeexenc.h:
29649           Only keep a const ptr to the mode
29650         * gst-libs/gst/riff/riff-media.c:
29651         (gst_riff_create_audio_caps_with_data),
29652         (gst_riff_create_audio_template_caps):
29653           Allow WMAV3, with up to 6 channels.
29654         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29655           Don't call gst_pad_set_event_function on a sink pad.
29656         * gst/mpegstream/gstdvddemux.c:
29657         (gst_dvd_demux_get_subpicture_stream),
29658         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29659           Copy the explicit caps that were set across to the cur_* pads,
29660           instead of trying to use a possibly non-existent negotiated caps.
29661           Reset the type of subpicture pads to UNKNOWN after calling
29662           init_stream, so that the caps get set.
29663
29664 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29665
29666         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29667
29668         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29669           Don't touch buffer if it is of size 0 (fixes #151064).
29670
29671 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29672
29673         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29674           Synchronized discont handling.
29675
29676 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29677
29678         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29679         (gst_ogg_demux_push):
29680           Make seeking sort-of exact again (fixes #156387).
29681
29682 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29683
29684         * gst/playback/gstplaybasebin.c: (unknown_type),
29685         (add_element_stream), (new_decoded_pad),
29686         (gst_play_base_bin_change_state):
29687         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29688         (gst_stream_info_init), (gst_stream_info_new),
29689         (gst_stream_info_dispose), (gst_stream_info_get_property):
29690         * gst/playback/gststreaminfo.h:
29691           Make caps explicitely available. Makes testing for unsupported
29692           types possible. Improves error reporting.
29693
29694 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29695
29696         * gst/audioconvert/gstaudioconvert.c:
29697         (gst_audio_convert_buffer_to_default_format):
29698           Really don't touch read-only buffers (#156563).
29699
29700 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29701
29702         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29703
29704         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29705           Fix memleak (#155223).
29706
29707 2004-10-29  Wim Taymans  <wim@fluendo.com>
29708
29709         * gst/tcp/.cvsignore:
29710         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29711         (gst_multifdsink_class_init), (gst_multifdsink_init),
29712         (gst_multifdsink_add), (gst_multifdsink_remove),
29713         (gst_multifdsink_remove_client_link), (is_sync_frame),
29714         (gst_multifdsink_new_client),
29715         (gst_multifdsink_handle_client_write),
29716         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29717         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29718         (gst_multifdsink_get_property):
29719         * gst/tcp/gstmultifdsink.h:
29720         Added burst on connect sync_method, deprecated sync_clients,
29721         streamlined the sync code some more.
29722
29723 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29724
29725         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29726         (gst_play_base_bin_change_state):
29727           Improve error reporting.
29728
29729 2004-10-28  Wim Taymans  <wim@fluendo.com>
29730
29731         * gst/tcp/Makefile.am:
29732         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29733         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29734         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29735         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29736         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29737         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29738         (gst_fdset_wait):
29739         Added more locks around fdset structures. Fixed/reworked
29740         the poll array resizing code.
29741         Added stress test for fdset.
29742
29743 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29744
29745         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29746         fix build
29747
29748 2004-10-28  Benjamin Otte  <otte@gnome.org>
29749
29750         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29751           fix link function to always query channels and query width for
29752           floats
29753         * configure.ac:
29754           add equalizer dir
29755         * gst/equalizer/Makefile.am:
29756         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29757         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29758         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29759         (arg_to_scale), (setup_filter),
29760         (gst_iir_equalizer_compute_frequencies),
29761         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29762         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29763         (plugin_init):
29764           add an equalizer
29765
29766 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29767
29768         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29769
29770         * po/LINGUAS:
29771         * po/nb.po:
29772           Added Norwegian Bokmaal translation
29773
29774 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29775
29776         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29777           Don't break on options (fixes #156488).
29778
29779 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29780
29781         * configure.ac:
29782         * ext/cdaudio/Makefile.am:
29783         * sys/Makefile.am:
29784           fix build on older automake
29785
29786 2004-10-26  Wim Taymans  <wim@fluendo.com>
29787
29788         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29789         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29790         Allow a little margin when negotiating the framerate.
29791
29792 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29793
29794         * gst/level/gstlevel.c:
29795           synchonised naming of pads and pad-templates
29796
29797 2004-10-26  Wim Taymans  <wim@fluendo.com>
29798
29799         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29800         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29801         (_find_streams_check), (gst_ogg_demux_push):
29802         Fix EOS again. Needs to be done in a better way. We should not
29803         remove the pad if there is no new chained stream.
29804
29805 2004-10-26 Iain <iaingnome@gmail.com>
29806
29807         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29808         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29809         of the caps.
29810         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29811         pad.
29812         (interleave_release_pad): Remove the pad.
29813         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29814         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29815         the set device.
29816         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29817         attrs
29818         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29819         (gst_xvimagesink_finalize): Free the par.
29820
29821 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29822
29823         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29824         (gst_avimux_stop_file):
29825           First calculate the rate, and only then use it. Hdr.rate is a
29826           multiple and not a derivative of hdr.scale. Scale is not the
29827           same as blockalign but is solely related to rate.
29828
29829 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29830
29831         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29832         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29833           Implement seeking.
29834
29835 2004-10-25  James Henstridge  <james@jamesh.id.au>
29836
29837         Reviewed by:  David Schleef  <ds@schleef.org>
29838
29839         * examples/gstplay/player.c: (got_stream_length), (main):
29840         * examples/seeking/cdplayer.c: (update_scale):
29841         * examples/seeking/seek.c: (format_value), (update_scale):
29842         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29843         (stop_seek):
29844         Build fixes on AMD64.
29845
29846 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29847
29848         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29849
29850         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29851         Fix for some v4l cards which hang in v4lsrc
29852
29853 2004-10-25  Wim Taymans  <wim@fluendo.com>
29854
29855         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29856         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29857         Make sure to remove the pad when a new chain is
29858         encountered. Set some vars to NULL so we don't try
29859         to reference freed memory.
29860
29861 2004-10-25  Wim Taymans  <wim@fluendo.com>
29862
29863         * examples/seeking/Makefile.am:
29864         * examples/seeking/cdplayer.c: (update_scale):
29865         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29866         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29867         (format_value), (update_scale), (iterate), (start_seek),
29868         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29869         (print_usage), (main):
29870         Added some more examples, update others.
29871
29872 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29873
29874         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29875         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29876         * ext/theora/theoradec.c: (theora_dec_chain):
29877         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29878           Add codec-name metadata.
29879
29880 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29881
29882         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29883
29884         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29885         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29886         * ext/alsa/gstalsamixertrack.h:
29887         * po/POTFILES.in:
29888           ALSA mixer track label internationalization (#154054).
29889
29890 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29891
29892         * ext/theora/theoradec.c: (theora_dec_chain):
29893           Export bitrate as metadata.
29894
29895 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29896
29897         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29898         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29899         * ext/alsa/gstalsamixertrack.h:
29900           Fix names, fix loop.
29901
29902 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29903
29904         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29905         (speex_dec_convert):
29906           sinkconvert function so oggdemux can get the file length (totem).
29907
29908 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29909
29910         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29911
29912         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29913           Don't push incomplete packets.
29914         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29915           Fix MPEG-4 audio typefinding.
29916
29917 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29918
29919         * sys/v4l/Makefile.am:
29920         * sys/v4l/gstv4l.c: (plugin_init):
29921         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29922         (gst_v4lelement_init), (gst_v4lelement_dispose),
29923         (gst_v4lelement_change_state):
29924         * sys/v4l/gstv4lelement.h:
29925         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29926         (gst_v4l_xoverlay_close), (idle_refresh),
29927         (gst_v4l_xoverlay_set_xwindow_id):
29928         * sys/v4l/gstv4lxoverlay.h:
29929         * sys/v4l/v4l-overlay_calls.c:
29930         * sys/v4l/v4l_calls.h:
29931         * sys/v4l2/Makefile.am:
29932         * sys/v4l2/gstv4l2.c: (plugin_init):
29933         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29934         (gst_v4l2element_init), (gst_v4l2element_dispose),
29935         (gst_v4l2element_change_state):
29936         * sys/v4l2/gstv4l2element.h:
29937         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29938         (gst_v4l2_xoverlay_close), (idle_refresh),
29939         (gst_v4l2_xoverlay_set_xwindow_id):
29940         * sys/v4l2/gstv4l2xoverlay.h:
29941         * sys/v4l2/v4l2-overlay_calls.c:
29942         * sys/v4l2/v4l2_calls.h:
29943           Remove client-side overlay handling, use the X-server v4l plugin
29944           for that. Nicer overlay, less code. Also make the plugin
29945           compileable without X (but then without overlay, obviously).
29946           Makes xwindowlistener obsolete, should we remove that?
29947
29948 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29949
29950         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29951         (gst_osssrc_src_query):
29952         * sys/oss/gstosssrc.h:
29953           OK, so people want offset in DEFAULT. This time, actually fix all
29954           cases.
29955         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29956           Add FPS properly.
29957
29958 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29959
29960         * gst/asfdemux/gstasfmux.c:
29961         * gst/avi/gstavimux.c:
29962           Framerate.
29963
29964 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29965
29966         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29967           Fix properties (channel, norm, frequency).
29968
29969 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29970
29971         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29972           Flag typo.
29973         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29974           No warnings.
29975
29976 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29977
29978         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29979           Fix hang.
29980
29981 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29982
29983         * sys/v4l2/gstv4l2element.h:
29984           Yet Another Hack (tm) for kernel header borkedness.
29985         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29986         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29987         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29988         (gst_v4l2src_change_state):
29989         * sys/v4l2/gstv4l2src.h:
29990         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29991         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29992           Fix caps, keep track of state, work.
29993
29994 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29995
29996         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29997           Quiet.
29998
29999 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30000
30001         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30002           Don't mix bytes and samples.
30003
30004 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30005
30006         * ext/ogg/gstoggmux.c:
30007           Basic pad template which accepts OGM tracks, speex, flac, vorbis
30008           and theora. Any is incorrect.
30009         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
30010           Fix caps.
30011         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
30012         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
30013         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
30014         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
30015         * sys/v4l/gstv4lmjpegsrc.h:
30016         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
30017         (gst_v4lsrc_change_state):
30018         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
30019         (gst_v4lmjpegsrc_capture_stop):
30020           Fix caps. Keep track of internal state. Work.
30021
30022 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30023
30024         * ext/Makefile.am:
30025           Fix the build fixes.
30026
30027 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30028
30029         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30030         (gst_ogg_demux_src_event), (_find_chain_seek),
30031         (gst_ogg_pad_push):
30032           Check for pad availability before using it.
30033         * ext/ogg/gstoggdemux.c: (_find_chain_process):
30034           Fix parsing of chained ogg. Needs more work on the decoder side.
30035
30036 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30037
30038         * gst/spectrum/Makefile.am:
30039         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
30040         (idle_func):
30041           Fix demo and reenable it. Yes, I'm currently playing with audio
30042           analysis tools
30043
30044 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30045
30046         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30047           We love it if files that start at zero work too...
30048
30049 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30050
30051         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30052           Handle files with missing EOS headers.
30053
30054 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30055
30056         * gst/tcp/gsttcpserversink.c:
30057         (gst_tcpserversink_handle_server_read),
30058         (gst_tcpserversink_init_send):
30059         Zero some variables first (need for accept not to return EINVAL)
30060
30061 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30062
30063         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30064         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30065         * ext/theora/theoradec.c: (theora_dec_sink_convert),
30066         (theora_dec_chain):
30067         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30068         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
30069           Seeking and querying finetune.
30070
30071 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30072
30073         * configure.ac:
30074         * ext/Makefile.am:
30075         * ext/raw1394/Makefile.am:
30076           fix the build
30077
30078 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30079
30080         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30081           Wrong return.
30082         * gst/playback/Makefile.am:
30083         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
30084         * gst/playback/gstplay-marshal.list:
30085         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
30086           Fix marshallers.
30087
30088 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30089
30090         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
30091           Silence.
30092
30093 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30094
30095         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30096         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30097         (gst_ogg_pad_push):
30098           Yay for non-lineair granulepos in theora.
30099
30100 2004-10-18  Wim Taymans  <wim@fluendo.com>
30101
30102         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30103         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30104         * ext/dv/gstdvdec.h:
30105         Make sure we renegotiate aspect ratio when the camera switches.
30106
30107 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30108
30109         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30110         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30111           Start at zero.
30112         * ext/theora/theoradec.c: (theora_dec_chain):
30113           Skip headers. Bad idea for chained ogg, but fixes seeking.
30114
30115 2004-10-18  Wim Taymans  <wim@fluendo.com>
30116
30117         * configure.ac:
30118         I swear, this is the last time I touch this.
30119
30120 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30121
30122         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30123         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30124         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30125           Faster seeking.
30126         * ext/theora/theoradec.c: (theora_dec_sink_convert):
30127           Time-to-default conversion.
30128         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30129           Don't error on unknown packets, just skip. We should probably
30130           read them if we want to support chained ogg.
30131
30132 2004-10-18  Wim Taymans  <wim@fluendo.com>
30133
30134         * configure.ac:
30135         Added cdaudio to wrong list.
30136
30137 2004-10-18  Wim Taymans  <wim@fluendo.com>
30138
30139         * configure.ac:
30140         Revive cdaudio.
30141
30142 2004-10-18  Wim Taymans  <wim@fluendo.com>
30143
30144         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30145         (gst_dvdec_video_link), (gst_dvdec_push):
30146         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30147         (gst_smokeenc_resync), (gst_smokeenc_chain):
30148         Fix mimetype on smoke encoder.
30149         Add aspect ratio to dvdec. Not sure if these
30150         values are correct though....
30151
30152 2004-10-18  Wim Taymans  <wim@fluendo.com>
30153
30154         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30155         Fix vorbis property descriptions and ranges.
30156
30157 2004-10-18  Wim Taymans  <wim@fluendo.com>
30158
30159         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30160         Really do nothing when no data is available.
30161         Go to the playing state when the stream is not seekable
30162         instead of failing.
30163
30164 2004-10-18  Wim Taymans  <wim@fluendo.com>
30165
30166         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30167         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30168         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30169         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30170         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30171         Added uri handler for cd://
30172         Port to new API.
30173
30174 2004-10-18  Wim Taymans  <wim@fluendo.com>
30175
30176         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30177         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30178         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30179         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30180         (remove_prerolls), (unknown_type), (add_element_stream),
30181         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30182         (gst_play_base_bin_remove_element),
30183         (gst_play_base_bin_link_stream):
30184         * gst/playback/gstplaybin.c: (gen_video_element),
30185         (gen_vis_element), (remove_sinks), (setup_sinks):
30186         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30187         (gst_stream_info_get_type), (gst_stream_info_class_init),
30188         (gst_stream_info_init), (gst_stream_info_new),
30189         (gst_stream_info_dispose), (stream_info_mute_pad),
30190         (gst_stream_info_set_property), (gst_stream_info_get_property):
30191         * gst/playback/gststreaminfo.h:
30192         Add sink padtemplate to decodebin.
30193         Added some more comments.
30194         Make queue size configurable in playbasebin.
30195         Added possibility to use elements as sinks (ex cdaudio).
30196
30197 2004-10-15  Wim Taymans  <wim@fluendo.com>
30198
30199         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30200         (gst_speexenc_chain):
30201         Fix speex timestamps so that it gets muxed properly.
30202
30203 2004-10-15  Wim Taymans  <wim@fluendo.com>
30204
30205         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30206         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30207         (gst_dv1394src_init), (gst_dv1394src_dispose),
30208         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30209         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30210         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30211         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30212         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30213         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30214         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30215         * ext/raw1394/gstdv1394src.h:
30216         Added conversion/query functions.
30217         Update buffer timestamps,
30218         Added signals.
30219         Added uri dv:// so it might play from the firewire in playbin.
30220         Fix a possible leak.
30221         Added debugging.
30222
30223 2004-10-15  Wim Taymans  <wim@fluendo.com>
30224
30225         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30226         (gst_dv1394src_init), (gst_dv1394src_set_property),
30227         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30228         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30229         * ext/raw1394/gstdv1394src.h:
30230         Added AV/C VTR control support needed for some cameras.
30231         Added automatic port detection.
30232         Added properties for selecting the channel.
30233         The configure.ac script is not yet updated to reflect the
30234         new libavc1394 and librom1394 dependencies.
30235
30236 2004-10-15  Wim Taymans  <wim@fluendo.com>
30237
30238         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30239         (qtdemux_parse), (gst_qtdemux_handle_esds):
30240         An esds box is not a container.
30241         Fix parsing of mp4v boxes.
30242         Do not try to renegotiate fps for each frame. Need to
30243         find a better method. This should fix mp4 playback.
30244
30245 2004-10-14  David Schleef  <ds@schleef.org>
30246
30247         * configure.ac: update for swfdec-0.3 and liboil-0.2
30248         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30249         * ext/swfdec/gstswfdec.h: same
30250         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30251         * gst/videotestsrc/videotestsrc.c: same
30252
30253 2004-10-14  Wim Taymans  <wim@fluendo.com>
30254
30255         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30256         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30257         (is_sync_frame), (gst_multifdsink_new_client),
30258         (gst_multifdsink_handle_client_write),
30259         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30260         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30261         Turn warnings into info.
30262         Don't allow a state change in the streaming thread.
30263
30264 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30265
30266         * ext/vorbis/oggvorbisenc.c:
30267         * ext/vorbis/vorbisdec.c:
30268           fix template sample rate
30269
30270 2004-10-13  Wim Taymans  <wim@fluendo.com>
30271
30272         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30273         Decoding the header first fixes some problems in resyncing
30274         in more mp3s.
30275
30276 2004-10-12  Wim Taymans  <wim@fluendo.com>
30277
30278         * gst/playback/gstplaybin.c: (gen_video_element),
30279         (gen_vis_element), (remove_sinks), (setup_sinks):
30280         Added vis plugin support, need to configure the vis
30281         element to activate it.
30282
30283 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30284
30285         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30286         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30287           Some debug.
30288         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30289         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30290         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30291         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30292         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30293         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30294         * gst/avi/gstavidemux.h:
30295           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30296           recovery (where, if part of the index is broken, we will still read
30297           the rest of the index and recover the broken part by stream
30298           scanning). More broken media support. EOS workarounds. General AVI
30299           braindamage headache recovery. Aspirin included.
30300
30301 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30302
30303         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30304         (cdparanoia_event), (cdparanoia_query):
30305           Get rid of hideous lead-in.
30306
30307 2004-10-11  Wim Taymans  <wim@fluendo.com>
30308
30309         * gst/playback/gstplaybasebin.c: (setup_source):
30310         Wrong var used to get g_list_next.
30311
30312 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30313
30314         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30315         (cdparanoia_get), (cdparanoia_open):
30316           Report discid as metadata, add duration.
30317
30318 2004-10-11  Wim Taymans  <wim@fluendo.com>
30319
30320         * gst/playback/gstplaybasebin.c: (setup_source):
30321         Cleanup the previous pipeline a little earlier for the
30322         case that a source element provides raw data.
30323
30324 2004-10-11  Benjamin Otte  <otte@gnome.org>
30325
30326         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30327           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30328           consuming the last 128 bytes, even though it was valid mp3 data.
30329
30330 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30331
30332         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30333         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30334         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30335         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30336
30337 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30338
30339         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30340         Fix for webcams that support only specific width or height
30341
30342 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30343
30344         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30345
30346         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30347           Fix wrong discont event setup (fixes #154967).
30348
30349 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30350
30351         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30352
30353         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30354           Error out on invalid data (fixes #154807).
30355
30356 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30357
30358         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30359
30360         * ext/dvdread/dvdreadsrc.c: (_read):
30361           Make titles > 0 work again (fixes #154834).
30362
30363 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30364
30365         * gst-libs/gst/riff/riff-media.c:
30366         (gst_riff_create_video_template_caps):
30367           WMV3 missing in template caps.
30368
30369 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30370
30371         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30372           OK, so the original code was too strict. It makes random AVI files
30373           hang for seconds upon opening, which is unacceptable and is far
30374           beyond the original goal of getting multiple chunks for one-chunk
30375           sounc stream files. So now do just that.
30376
30377 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30378
30379         * gst/playback/gstplaybasebin.c: (setup_source),
30380         (gst_play_base_bin_change_state):
30381           Actually clean up streaminfo if output fails. This would trigger
30382           if, for example, there was no CD in the drive. No preroll, so
30383           a streaminfo structure is created, but the subsequent state change
30384           of the thread fails.
30385         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30386           Don't change state if parent failed.
30387
30388 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30389
30390         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30391         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30392         (gen_video_element), (remove_sinks):
30393           Add small bits of code for screenshot handling.
30394
30395 2004-10-08  Wim Taymans  <wim@fluendo.com>
30396
30397         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30398         (gen_video_element), (gen_audio_element), (setup_sinks):
30399         Don't assume the user provided sinks are named "sink"...
30400
30401 2004-10-08  Wim Taymans  <wim@fluendo.com>
30402
30403         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30404         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30405         (gst_play_base_bin_link_stream):
30406         Do not try to autoplug sources that generate raw streams like
30407         cdparanoia.
30408         disconnect the preroll overrun signal when we don't need it anymore.
30409
30410 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30411
30412         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30413         Added reworked patch from #154903 from milosz derezynski (deadchip).
30414
30415 2004-10-08  Wim Taymans  <wim@fluendo.com>
30416
30417         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30418         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30419         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30420         (cdparanoia_convert), (cdparanoia_uri_get_type),
30421         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30422         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30423         * ext/cdparanoia/gstcdparanoia.h:
30424         This adds the cdda://<tracknum> uri.
30425
30426 2004-10-08  Wim Taymans  <wim@fluendo.com>
30427
30428         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30429         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30430         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30431         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30432         (unknown_type), (gst_play_base_bin_remove_element),
30433         (gst_play_base_bin_link_stream):
30434         * gst/playback/gstplaybasebin.h:
30435         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30436         (gst_play_bin_set_property), (gen_video_element),
30437         (gen_audio_element), (setup_sinks):
30438         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30439         (gst_stream_info_get_type), (gst_stream_info_class_init),
30440         (gst_stream_info_init), (gst_stream_info_new),
30441         (gst_stream_info_dispose), (stream_info_mute_pad),
30442         (gst_stream_info_set_property), (gst_stream_info_get_property):
30443         * gst/playback/gststreaminfo.h:
30444         Reuse the audio and video bins.
30445         Some internal cleanups in the stream selection code.
30446
30447 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30448
30449         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30450         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30451         * sys/ximage/ximagesink.h:
30452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30453         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30454         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30455         not coming from those elements. Moreover these elements should not keep
30456         the xid they have been given when in NULL state.
30457
30458 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30459
30460         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30461         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30462         * sys/ximage/ximagesink.h:
30463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30464         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30465         * sys/xvimage/xvimagesink.h:
30466           Actually only create a new toplevel window if we're not gonna
30467           embed it right after.
30468
30469 2004-10-07  Wim Taymans  <wim@fluendo.com>
30470
30471         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30472         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30473         * gst/playback/gstplaybin.c: (setup_sinks):
30474         Implement muting/unmuting of streams, mute streams that are not
30475         used.
30476
30477 2004-10-07  Wim Taymans  <wim@fluendo.com>
30478
30479         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30480         (plugin_init):
30481         Added lame audio/x-ac3 typefind function.
30482
30483 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30484
30485         * configure.ac:
30486           bump nano to cvs
30487
30488 === release 0.8.5 ===
30489
30490 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30491
30492         * NEWS:
30493         * RELEASE:
30494         * configure.ac:
30495           releasing 0.8.5, "Take You On"
30496
30497 2004-10-06  Wim Taymans  <wim@fluendo.com>
30498
30499         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30500         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30501         (no_more_pads), (close_link), (type_found):
30502         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30503         * gst/playback/gstplaybin.c: (gen_video_element):
30504         Do not signal the no_more_pads after the first pad when
30505         we are plugging a non dynamic element with multiple
30506         output pads (like swfdec, dvdec, ...).
30507
30508 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30509
30510         * configure.ac:
30511           bump for prerelease
30512
30513 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30514
30515         * gst/wavparse/gstwavparse.c:
30516           add ATRAC3 to STATIC CAPS to fix a warning
30517
30518         * gst/matroska/ebml-read.c:
30519         * gst-libs/gst/riff/riff-read.c:
30520           fix typos
30521
30522 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30523
30524         * gst-libs/gst/riff/riff-media.c:
30525           generate caps for ATRAC3 audio streams
30526
30527         * gst/realmedia/rmdemux.c:
30528           generate caps for ATRAC3 audio streams
30529
30530 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30531
30532         * gst/wavparse/Makefile.am
30533         * gst/wavparse/riff.h
30534         * gst/wavparse/wavparse.vcproj
30535           riff.h removal (unused and duplication with riff-ids.h)
30536
30537 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30538
30539         * gst/wavparse/gstwavparse.h
30540           remove duplicated defines for audio codec codes
30541
30542         * gst-libs/gst/riff/riff-ids.h
30543         * gst/wavenc/riff.h:
30544           add "4CC" code for ATRAC3 audio streams
30545           add "4CC" code for ITU_G721_ADPCM (unused for now)
30546
30547 2004-10-06  Wim Taymans  <wim@fluendo.com>
30548
30549         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30550         Actually _do_ negotiation. Pass gdouble as arg instead
30551         of guint64 for the framerate.
30552
30553 2004-10-06  Wim Taymans  <wim@fluendo.com>
30554
30555         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30556         (find_compatibles), (close_pad_link), (try_to_link_1),
30557         (no_more_pads), (close_link), (type_found):
30558         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30559         * gst/playback/gstplaybin.c: (gen_video_element),
30560         (gen_audio_element):
30561         Set state on newly added element to READY so that negotiation
30562         can happen ASAP.
30563         Addes some more debug info.
30564         Do not try to plug pads with multiple caps structures or ANY
30565         because it is too dangerous since we do not do dynamic
30566         replugging.
30567
30568 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30569
30570         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30571
30572         * po/LINGUAS:
30573         * po/or.po:
30574           add Oriya translation
30575
30576 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30577
30578         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30579           Prevent overwrite of size member. Makes audio sound crappy.
30580
30581 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30582
30583         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30584         Add rmvb to the list of known RealMedia extensions
30585
30586 2004-10-05  Wim Taymans  <wim@fluendo.com>
30587
30588         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30589         (mngdec_openstream), (mngdec_closestream),
30590         (mngdec_handle_sink_event), (mngdec_readdata),
30591         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30592         (mngdec_getcanvasline), (mngdec_refresh),
30593         (gst_mngdec_change_state):
30594         Set the framerate correctly.
30595
30596 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30597
30598         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30599           There was something wrong with the index massaging.
30600
30601 2004-10-04  Wim Taymans  <wim@fluendo.com>
30602
30603         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30604         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30605         (gst_smokedec_chain):
30606         * ext/jpeg/gstsmokedec.h:
30607         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30608         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30609         * ext/jpeg/gstsmokeenc.h:
30610         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30611         (smokecodec_decode_new), (smokecodec_info_free),
30612         (smokecodec_set_quality), (smokecodec_get_quality),
30613         (smokecodec_set_threshold), (smokecodec_get_threshold),
30614         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30615         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30616         (smokecodec_encode), (smokecodec_parse_id),
30617         (smokecodec_parse_header), (smokecodec_decode):
30618         * ext/jpeg/smokecodec.h:
30619         * ext/jpeg/smokeformat.h:
30620         Updated smoke, new bitstream, allows embedding in ogg.
30621
30622 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30623
30624         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30625           Fix seeking in some files. All this code is no longer needed (and
30626           actually breaks stuff) because we now synchronize the full index
30627           right when reading the header.
30628
30629 2004-10-04  Wim Taymans  <wim@fluendo.com>
30630
30631         * configure.ac:
30632         configure update for libmng.
30633
30634 2004-10-04  Wim Taymans  <wim@fluendo.com>
30635
30636         * ext/libmng/Makefile.am:
30637         * ext/libmng/gstmng.c: (plugin_init):
30638         * ext/libmng/gstmng.h:
30639         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30640         (gst_mngdec_base_init), (gst_mngdec_class_init),
30641         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30642         (gst_mngdec_loop), (gst_mngdec_get_property),
30643         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30644         (mngdec_closestream), (mngdec_handle_sink_event),
30645         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30646         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30647         (gst_mngdec_change_state):
30648         * ext/libmng/gstmngdec.h:
30649         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30650         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30651         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30652         (gst_mngenc_chain), (gst_mngenc_get_property),
30653         (gst_mngenc_set_property):
30654         * ext/libmng/gstmngenc.h:
30655         Added basic MNG decoder. Needs more work. The encoder does
30656         not work yet.
30657
30658 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30659
30660         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30661         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30662         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30663           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30664           no-more-pads.
30665
30666 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30667
30668         * configure.ac:
30669           you need at least 1.0.4 of speex
30670
30671 2004-10-04 Iain <iaingnome@gmail.com>
30672
30673         * ext/speex/gstspeexdec.h: Revert the includes changes.
30674
30675         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30676
30677 2004-09-30 Iain <iaingnome@gmail.com>
30678
30679         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30680         found during init or set as a property instead of hardcoding /dev/audio
30681
30682 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30683
30684         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30685         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30686         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30687         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30688         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30689         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30690         (gst_rmdemux_dump_data):
30691           Use debug category, fix EOS handling. filesrc ! rmdemux now
30692           works.
30693
30694 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30695
30696         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30697         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30698         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30699           Improve allocation, cutting and sorting of the index. How takes a
30700           few seconds instead of minutes.
30701
30702 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30703
30704         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30705           fixed compilation
30706
30707 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30708
30709         * gst-libs/gst/riff/riff-media.c:
30710         (gst_riff_create_video_caps_with_data),
30711         (gst_riff_create_video_template_caps):
30712           Add wing commander format mimetype/fourccs.
30713         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30714           Don't crash if some value is 0.
30715
30716 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30717
30718         * gst-libs/gst/riff/riff-media.c:
30719         (gst_riff_create_video_caps_with_data),
30720         (gst_riff_create_video_template_caps):
30721           Add DIB fourcc (raw, palettized 8-bit RGB).
30722         * gst-libs/gst/riff/riff-read.c:
30723         (gst_riff_read_strf_vids_with_data):
30724           Oops, fix strf_data reading bug.
30725         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30726           Use a non-NULL tag.
30727         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30728           Time for hacks. Sorry Dave. At least one quicktime movie (a
30729           trailer) that I've encountered contains multiple video tracks.
30730           One of those is the actual video track, the other are one-frame
30731           tracks (images). Unfortunately, the number of frames according
30732           to the trak header is 1 for each, so that doesn't help. So
30733           instead, I look at the duration and discard tracks with a
30734           duration shorter than 20% of the length of the stream. Better
30735           than nothing.
30736
30737 2004-10-01  Christian Schaller <christian@fluendo.com>
30738
30739         * ext/ivorbis/vorbis.c:
30740           Patch from Phil Blundell (Bug 152341)
30741
30742 2004-10-01  Wim Taymans  <wim@fluendo.com>
30743
30744         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30745         (speex_dec_get_formats), (speex_dec_convert),
30746         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30747         (speex_dec_chain), (gst_speexdec_get_property),
30748         (gst_speexdec_set_property):
30749         Small cleanups.
30750
30751 2004-10-01  Wim Taymans  <wim@fluendo.com>
30752
30753         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30754         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30755         (gst_wavparse_other), (gst_wavparse_loop),
30756         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30757         (gst_wavparse_srcpad_event):
30758         * gst/wavparse/gstwavparse.h:
30759         Added some more debugging info.
30760         Fix the case where the length of the file is 0.
30761         Make sure we seek to sample borders.
30762
30763 2004-10-01  Wim Taymans  <wim@fluendo.com>
30764
30765         * gst/playback/README:
30766         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30767         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30768         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30769         Add some debug info to decodebin, update README
30770
30771 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30772
30773         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30774           Don't use g_print(); use GST_DEBUG().
30775
30776 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30777
30778         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30779         (gst_ogg_mux_queue_pads):
30780           Handle EOS properly.
30781
30782 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30783
30784         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30785
30786         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30787         (gst_faad_chain), (gst_faad_change_state):
30788         * ext/faad/gstfaad.h:
30789           Allow playback of raw (unframed) MPEG AAC files (#148993).
30790
30791 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30792
30793         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30794
30795         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30796           Throw error if we didn't recognize the stream. Fixes #152289.
30797
30798 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30799
30800         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30801           Fix negotiation.
30802
30803 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30804
30805         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30806
30807         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30808           Fix memleak.
30809
30810 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30811
30812         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30813
30814         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30815           Solve #152805.
30816         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30817           Solve 152806.
30818
30819 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30820
30821         * gst-libs/gst/riff/riff-media.c:
30822         (gst_riff_create_video_caps_with_data),
30823         (gst_riff_create_audio_caps_with_data):
30824           Add codec_data handling (like asfdemux used to do).
30825         * gst/asfdemux/gstasf.c: (plugin_init):
30826         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30827         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30828           Use riff-media for caps creation instead of our own (mostly
30829           broken) copy of its functions.
30830
30831 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30832
30833         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30834           Don't actually error out if we get another return value than
30835           -EINVAL. Opposite to what I first thought, drivers have random
30836           return values for this, although -EINVAL is the expected return
30837           value. Since this is not fatal, we shouldn't use
30838           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30839
30840 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30841
30842         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30843         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30844         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30845         (dvdreadsrc_get), (dvdreadsrc_open_file),
30846         (dvdreadsrc_change_state):
30847           Fix. Don't do one big huge loop around the whole DVD, that will
30848           cache all data and thus eat sizeof(dvd) (several GB) before we
30849           see something.
30850         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30851           Actually NULL'ify event after using it.
30852         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30853         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30854         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30855         (gst_ebml_read_seek), (gst_ebml_read_skip):
30856           Handle events.
30857         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30858         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30859         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30860           Fix timing (this will probably break if I seek using menus, but
30861           I didn't get there yet). VOBs and normal DVDs should now work.
30862           Add a mpeg2-only pad with high rank so this get autoplugged for
30863           MPEG-2 movies.
30864         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30865         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30866         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30867         (gst_mpeg_demux_get_audio_stream),
30868         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30869         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30870           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30871           MPEG-1 but use dvddemux for MPEG-2.
30872         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30873         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30874         (gst_mpeg_parse_parse_packhead):
30875           Timing. Only add pad template if it exists. Add sink template from
30876           class and not from ourselves. This means we will always use the
30877           correct sink template even if it is not the one defined in this
30878           file.
30879
30880 2004-09-29  Wim Taymans  <wim@fluendo.com>
30881
30882         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30883         (gst_mpeg_demux_parse_pes):
30884         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30885         Fix playback of mpeg again, timestamps where screwed up by
30886         patch 1.61.
30887
30888 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30889
30890         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30891           Only return true if we actually filled something in. Prevents
30892           player applications from showing a random length for flac files.
30893         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30894         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30895         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30896         (gst_riff_read_strf_vids_with_data),
30897         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30898           OK, ok, so I implemented event handling. Apparently it's normal
30899           that we receive random events at random points without asking
30900           for it.
30901         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30902         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30903         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30904         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30905         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30906         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30907         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30908         * gst/avi/gstavidemux.h:
30909           Implement non-lineair chunk handling and subchunk processing.
30910           The first solves playback of AVI files where the audio and video
30911           data of individual buffers that we read are not synchronized.
30912           This should not happen according to the wonderful AVI specs, but
30913           of course it does happen in reality. It is also a prerequisite for
30914           the second. Subchunk processing allows us to cut chunks in small
30915           pieces and process each of these pieces separately. This is
30916           required because I've seen several AVI files with incredibly large
30917           audio chunks, even some files with only one audio chunk for the
30918           whole file. This allows for proper playback including seeking.
30919           This patch is supposed to fix all AVI A/V sync issues.
30920         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30921         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30922           Work.
30923         * gst/modplug/gstmodplug.cc:
30924           Proper return value setting for the query() function.
30925         * gst/playback/gstplaybasebin.c: (setup_source):
30926           Being in non-playing state (after, e.g., EOS) is not necessarily
30927           a bad thing. Allow for that. This fixes playback of short files.
30928           They don't actually playback fully now, because the clock already
30929           runs. This means that small files (<500kB) with a small length
30930           (<2sec) will still not or barely play. Other files, such as mod
30931           or flx, will work correctly, however.
30932
30933 2004-09-28  Wim Taymans  <wim@fluendo.com>
30934
30935         * ext/speex/gstspeex.c: (plugin_init):
30936         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30937         (gst_speex_dec_class_init), (speex_dec_get_formats),
30938         (speex_get_event_masks), (speex_get_query_types),
30939         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30940         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30941         (gst_speexdec_get_property), (gst_speexdec_set_property),
30942         (speex_dec_change_state):
30943         * ext/speex/gstspeexdec.h:
30944         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30945         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30946         (gst_speexenc_base_init), (gst_speexenc_class_init),
30947         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30948         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30949         (gst_speexenc_src_query), (gst_speexenc_init),
30950         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30951         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30952         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30953         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30954         (gst_speexenc_chain), (gst_speexenc_get_property),
30955         (gst_speexenc_set_property), (gst_speexenc_change_state):
30956         * ext/speex/gstspeexenc.h:
30957         Rewrote speex encoder, make sure it can be embedded in ogg.
30958         Implemented speex decoder.
30959
30960 2004-09-28  Christian Schaller <christian@fluendo.com>
30961
30962         * configure.ac:
30963         Remove kioslave plugin. Markey is brewing a new working one
30964         * ext/Makefile.am: Remove kioslave plugin
30965         * ext/kio: remove
30966         * gst-plugins.spec.in: remove kio plugin from spec
30967
30968 2004-09-27  Wim Taymans  <wim@fluendo.com>
30969
30970         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30971         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30972         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30973         (gst_multifdsink_new_client),
30974         (gst_multifdsink_handle_client_write),
30975         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30976         (gst_multifdsink_handle_clients):
30977         * gst/tcp/gstmultifdsink.h:
30978         Make syncing to keyframes actually work for new clients and lagging
30979         clients.
30980
30981 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30982
30983         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30984         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30985         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30986         * gst/debug/gstnavigationtest.h:
30987           make navigationtest display button-press and button-release events
30988
30989 2004-09-26 Iain <iaingnome@gmail.com>
30990
30991         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30992         the channels have received a new media event.
30993         (interleave_buffered_loop): Compresses a new media event on all
30994         channels into one.
30995
30996 2004-09-26 Iain <iaingnome@gmail.com>
30997
30998         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30999         call the sinkpad's default event handler and not the srcpads. He also
31000         says this is confusing :)
31001         (gst_wavenc_stop_file): Company says that seek events only go upstream
31002         we should send a discontinuous downstream instead.
31003
31004 2004-09-25  Christian Schaller <christian@fluendo.com>
31005
31006         * Update SPEC file to be usable in conjunction with Fedora Core,
31007           Fedora.us and freshrpms packages
31008         * Fix typo in multifilesrc test Makefile
31009
31010 2004-09-24  Wim Taymans  <wim@fluendo.com>
31011
31012         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
31013         Only signal the no_more_pads signal when we have
31014         added the stream to our list.
31015
31016 2004-09-24  Wim Taymans  <wim@fluendo.com>
31017
31018         * gst/playback/gstplaybasebin.c: (remove_prerolls),
31019         (new_decoded_pad):
31020         * gst/playback/gstplaybasebin.h:
31021         * gst/playback/gstplaybin.c: (setup_sinks):
31022         Don't try to preroll or decode more than one audio/video
31023         track.
31024
31025 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31026
31027         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31028           Throw error if we failed to find a suitable output. This should
31029           throw an error if we successfully set up a pipeline (e.g. because
31030           we recognized a media file) but found no decodable streams in it
31031           (e.g. because it contains only media stream types for which we
31032           have no decoders, or because it's not a media type).
31033
31034 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31035
31036         * ext/dirac/Makefile.am:
31037         * ext/dirac/gstdirac.cc:
31038         * ext/dirac/gstdiracdec.cc:
31039         * ext/dirac/gstdiracdec.h:
31040           Do something. Don't actually know if this works because I don't
31041           have a demuxer yet.
31042         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
31043           Add channels=1 to caps returned from _getcaps().
31044         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
31045         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
31046         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
31047         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
31048         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
31049         (gst_ogm_parse_change_state):
31050           Separate between audio/video so ogmaudioparse actually uses the
31051           audio pad templates. Both audio and video work now, including
31052           autoplugging. Also use sometimes-srcpad hack.
31053         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31054           Handle events better. Don't hang on infinite loops.
31055         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
31056         (gst_avi_demux_init), (gst_avi_demux_reset),
31057         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31058         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
31059         (gst_avi_demux_change_state):
31060         * gst/avi/gstavidemux.h:
31061           Improve A/V sync. Still not perfect.
31062         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
31063         (gst_ebml_read_skip):
31064           Handle events better.
31065         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31066         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
31067         (qtdemux_audio_caps):
31068           Add IMA4. Improve event handling. Save offset after a seek when
31069           the headers are at the end of the file so that we don't end up in
31070           an infinite loop.
31071         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
31072           Add low-priority typefind support for files with no length.
31073
31074 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31075
31076         * testsuite/multifilesink/Makefile.am:
31077         fix typo
31078
31079 2004-09-22  Julien MOUTTE  <julien@moutte.net>
31080
31081         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
31083         mistakes from thaytan's patches.
31084
31085 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31086
31087         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31088           For completeness, XSync in the destroy function as xvimage does.
31089
31090 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31091
31092         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31093            Correct caps negotiation
31094         * gst/volume/gstvolume.c: (volume_chain_float),
31095         (volume_chain_int16):
31096            Modify debug output to be little more informative
31097         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31099         (gst_xvimagesink_xvimage_destroy):
31100           Add XSync calls after detaching from the shared memory segment to
31101           avoid a crash.
31102
31103 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31104
31105         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31106         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31107         * ext/vorbis/vorbis.c: (plugin_init):
31108         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31109         (gst_vorbisenc_chain):
31110         * ext/vorbis/vorbisenc.h:
31111         remove explicit newmedia support from oggmux and vorbisenc
31112         add debug category to vorbisenc
31113         * gst/multifilesink/gstmultifilesink.c:
31114         (gst_multifilesink_class_init), (gst_multifilesink_init),
31115         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31116         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31117         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31118         (plugin_init):
31119         * gst/multifilesink/gstmultifilesink.h:
31120         add support for streamheader in multifilesink
31121
31122 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31123
31124         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31125         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31126         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31127           Prevent infinite loops. More correct error reporting.
31128         * gst/auparse/gstauparse.c: (gst_auparse_chain):
31129           Error out if negotiation fails.
31130         * gst/playback/gstplaybasebin.c: (setup_source),
31131         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31132         (gst_play_base_bin_found_tag):
31133           Error/tag forwarding. Pre-roll fixes for source errors on state
31134           changes (e.g. "file does not exist") to prevent hangs.
31135
31136 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31137
31138         * testsuite/multifilesink/Makefile.am:
31139         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31140         (gst_newmedia_class_init), (gst_newmedia_init),
31141         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31142         (newfile_signal), (test_signal), (main):
31143         * testsuite/multifilesink/multifilesrc_test.c: (main):
31144         * testsuite/multifilesink/oggtheora_test.c:
31145         (gst_newmedia_base_init), (gst_newmedia_class_init),
31146         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31147         (test_format), (newfile_signal), (test_signal), (main):
31148         * testsuite/multifilesink/oggvorbis_test.c:
31149         (gst_newmedia_base_init), (gst_newmedia_class_init),
31150         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31151         (test_format), (newfile_signal), (test_signal), (main):
31152         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31153         (gst_newmedia_class_init), (gst_newmedia_init),
31154         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31155         (newfile_signal), (test_signal), (main):
31156         New media tests
31157
31158 2004-09-20  Christian Schaller <christian@fluendo.com>
31159
31160         * Fix mikmod license to LGPL as they have relicensed
31161         * Move Dirac and Effectv into LGPL section of README_license
31162
31163 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31164
31165         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31166         (gst_mad_change_state):
31167           Allow for mp3 rate/channels changes. However, only very
31168           conservatively. Reason that we *have* to enable this is smiply
31169           because the mad find_sync() function is not good enough, it will
31170           regularly sync on random data as valid frames and therefore make
31171           us provide random caps as *final* caps of the stream. The best fix
31172           I could think of is to simply require several of the same stream
31173           changes in a row before we change caps.
31174           The actual testcase that works now is #
31175         * ext/ogg/Makefile.am:
31176         * ext/ogg/gstogg.c: (plugin_init):
31177         * ext/ogg/gstogmparse.c:
31178           OGM support (video only for now; I need an audio sample file).
31179         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31180         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31181         (gst_asf_demux_add_video_stream):
31182           WMV extradata.
31183         * gst/playback/gstplaybasebin.c: (unknown_type):
31184           Don't error out on single unknown-types after all. It's wrong.
31185           If we found type of video and audio but not of a subtitle stream,
31186           it will still error out (which is unwanted). Will find a better fix
31187           later on.
31188         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31189         (ogmaudio_type_find), (plugin_init):
31190           OGM support.
31191
31192 2004-09-20  Johan Dahlin  <johan@gnome.org>
31193
31194         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31195         after setting caps.
31196
31197 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31198
31199         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31200         * gst/wavenc/gstwavenc.h:
31201         Added newmedia support to wavenc
31202
31203 2004-09-17  Wim Taymans  <wim@fluendo.com>
31204
31205         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31206         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31207         (gst_fdset_fd_can_write), (gst_fdset_wait):
31208         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31209         (gst_multifdsink_init), (gst_multifdsink_add),
31210         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31211         (gst_multifdsink_remove_client_link),
31212         (gst_multifdsink_client_queue_buffer),
31213         (gst_multifdsink_handle_client_write),
31214         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31215         (gst_multifdsink_close), (gst_multifdsink_change_state):
31216         * gst/tcp/gstmultifdsink.h:
31217         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31218         (gst_tcpserversink_removed):
31219         Small cleanups in fdset.c
31220         Use a hastable to map fd to the client structure for faster
31221         lookup in _remove and get_stats.
31222         Added virtual function to close the fds.
31223         Handle clients even when the select/poll call was unblocked because
31224         of a command.
31225         Implement syncing to keyframe in the recovery procedure.
31226
31227 2004-09-16 Iain <iaingnome@gmail.com>
31228
31229         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31230         try caps.
31231
31232 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31233
31234         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31235           Caps are only set if the type of the stream is unknown, but this
31236           is initialized in ->init_stream(), so set to UNKNOWN after calling
31237           ->init_stream() so that capsnego starts.
31238
31239 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31240
31241         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31242         (gst_avi_demux_stream_data):
31243           Just hardcode for raw audio then. AVI audio sucks.
31244
31245 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31246
31247         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31248         * gst/matroska/matroska-mux.c: (audiosink_templ),
31249         (gst_matroska_mux_audio_pad_link):
31250         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31251         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31252
31253 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31254
31255         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31256         (gst_avi_demux_stream_data):
31257           Try to fix a/v sync issues.
31258
31259 2004-09-15  David Schleef  <ds@schleef.org>
31260
31261         * configure.ac: remove NASM check, since we don't use it.  Update
31262         dirac check to 0.4
31263         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31264         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31265         Initialized variables.
31266         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31267         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31268         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31269         SVQ3 format
31270
31271 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31272
31273         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31274         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31275         * gst/avi/gstavidemux.h:
31276           Fix for compressed audio (mp3) timestamp generation. How did this
31277           ever work?
31278
31279 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31280
31281         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31282           Volume is a double not a float.
31283
31284 2004-09-15  Wim Taymans  <wim@fluendo.com>
31285
31286         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31287         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31288         Don't close the fd in multifdsink as we didn't open it in the
31289         first place. Some cleanups.
31290
31291 2004-09-15  Wim Taymans  <wim@fluendo.com>
31292
31293         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31294         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31295         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31296         Fix the case where the muxer would mark pages as delta
31297         frames when they are not (vorbis only ogg).
31298
31299 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31300
31301         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31302         (gst_play_base_bin_change_state):
31303           Handle the case where we failed to setup a clear pipeline. This
31304           will throw an error (or EOS, another nice case) and if you don't
31305           catch that, the app will wait for the signal forever (and thus
31306           hang).
31307
31308 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31309
31310         * ext/gnomevfs/gstgnomevfssink.c:
31311         (gst_gnomevfssink_uri_get_protocols):
31312         * ext/gnomevfs/gstgnomevfssrc.c:
31313         (gst_gnomevfssrc_uri_get_protocols):
31314         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31315         * ext/gnomevfs/gstgnomevfsuri.h:
31316           Use _uri_new() instead of _open(), so it doesn't take as long and
31317           Christophe's computer won't hang.
31318         * gst/playback/gstplaybasebin.c: (unknown_type):
31319           Throw error on unknown media type, so apps actually display it.
31320
31321 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31322
31323         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31324           this script to work on Solaris since bash shell handles echo
31325           differenly than bash.
31326
31327 2004-09-17  Wim Taymans  <wim@fluendo.com>
31328
31329         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31330         (setup_source), (gst_play_base_bin_set_property),
31331         (gst_play_base_bin_add_element):
31332         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31333         Some more work on making sure seeking pauses the pipeline and
31334         that changing the uri actually does something.
31335
31336 2004-09-17  Wim Taymans  <wim@fluendo.com>
31337
31338         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31339         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31340         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31341         (gst_tcpserversink_close):
31342         Be a bit more paranoid when freeing memory.
31343
31344 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31345
31346         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31347         (qtdemux_parse_trak):
31348           Don't crash by dividing by zero (see sample movie in #126922).
31349
31350 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31351
31352         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31353           Don't touch non-existing data (fixes crash on file in #140147).
31354
31355 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31356
31357         * gst/playback/gstplaybasebin.c:
31358         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31359           Handle double disposals, and proper change of URIs.
31360
31361 2004-09-13  Martin Eikermann <meiker@upb.de>
31362
31363         * gst/mpegstream/gstmpegparse.c:
31364           fix synchronistation for streams recorded from digital PCR
31365           fixes bug #119376
31366
31367 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31368
31369         * ext/gnomevfs/Makefile.am:
31370         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31371         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31372         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31373         (gst_gnomevfssink_uri_get_type),
31374         (gst_gnomevfssink_uri_get_protocols),
31375         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31376         (gst_gnomevfssink_uri_handler_init),
31377         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31378         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31379         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31380         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31381         (gst_gnomevfssrc_uri_get_type),
31382         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31383         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31384         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31385         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31386         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31387         * ext/gnomevfs/gstgnomevfsuri.h:
31388           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31389           of fake URIs to see which this version of Gnome-VFS likes, and
31390           uses that for the Gst-URI interface. Makes playbin support http://
31391           streams. Also fix up some stupid behaviour in gnomevfssrc.
31392
31393 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31394
31395         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31396         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31397         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31398         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31399           Update mixer (to sync with other sessions) if we try to obtain
31400           a new value. This makes alsamixer work accross applications.
31401         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31402           Only call sync functions if we're running, else alsalib asserts.
31403         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31404           Sometimes fails to compile. Possibly a gcc bug.
31405         * gst/playback/gstplaybin.c: (gen_video_element),
31406         (gen_audio_element):
31407           Add a reference to an application-provided object, because we lose
31408           this same reference if we add it to the bin. If we don't do this,
31409           we can only use this object once and thus crash if we go from
31410           ready to playing, back to ready and back to playing again.
31411           Also add an audioscale element because several cheap soundcards -
31412           like mine - don't support all samplerates.
31413         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31414         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31415           Fix wrong order or PAR calls. Makes automatically obtained PAR
31416           from the X server atually being used.
31417
31418 2004-09-12  David Schleef  <ds@schleef.org>
31419
31420         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31421         #151887, #152102, #152247.
31422         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31423         * examples/seeking/cdparanoia.c: same
31424         * examples/seeking/cdplayer.c: same
31425         * examples/seeking/seek.c: same
31426         * examples/seeking/spider_seek.c: same
31427         * examples/seeking/vorbisfile.c: same
31428         * examples/stats/mp2ogg.c: same
31429         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31430         (gst_esdsink_dispose): Dispose of element properly.
31431         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31432         fixes.
31433         * ext/nas/nassink.c: (gst_nassink_class_init),
31434         (gst_nassink_dispose): Dispose of element correctly.
31435         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31436         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31437         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31438         Fix 64-bit warning.
31439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31440         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31441         Fix 64-bit warning.
31442
31443 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31444
31445         * configure.ac : change speex detection as 1.1.6 now uses
31446           .pc/pkg-config and they changed their headers location.
31447
31448 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31449
31450         * gst/matroska/matroska-mux.h:
31451         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31452         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31453         (gst_matroska_mux_write_data):
31454           Write multiple blocks/frames per cluster.
31455                 Write meta-seek information (seek heads).
31456
31457 2004-09-09  Scott Wheeler <wheeler@kde.org>
31458
31459         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31460         (gst_play_bin_set_property), (gst_play_bin_get_property),
31461         (gen_audio_element), (gen_audio_element):
31462           Add a volume element / property to the pipeline.
31463
31464 2004-09-07  Wim Taymans  <wim@fluendo.com>
31465
31466         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31467         Copy timestamps from the master pad to the output buffers.
31468
31469 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31470
31471         * ext/raw1394/gstdv1394src.c:
31472           throw errors when applicable
31473
31474 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31475
31476         * gst/matroska/ebml-ids.h:
31477         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31478         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31479         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31480           automatically convert unix time <-> ebml time when reading/writing
31481           a date, use gst_ebml_write_uint to write CUETIME,
31482           not gst_ebml_write_date.
31483         * gst/matroska/matroska-ids.h:
31484         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31485         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31486         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31487         (gst_matroska_mux_write_data):
31488           Write track and segment UIDs, write muxing date, write
31489           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31490           Create cues for audio only files.
31491
31492 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31493
31494         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31495         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31496           Re-commit ALSA switches.
31497         * gst/adder/gstadder.c: (gst_adder_loop):
31498           64-bit fix (#151416).
31499         * gst/debug/progressreport.c: (gst_progressreport_report):
31500           64-bit fix (#151419).
31501         * gst/matroska/matroska-demux.c:
31502         (gst_matroska_demux_parse_contents):
31503           64-bit fix (#151420).
31504         * gst/playback/test3.c: (update_scale):
31505           64-bit fix (#151421).
31506
31507 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31508
31509         * configure.ac:
31510           bump nano to cvs
31511
31512 === release 0.8.4 ===
31513
31514 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31515
31516         * configure.ac: releasing 0.8.4, "Alias"
31517
31518 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31519
31520         * ext/theora/Makefile.am:
31521           fix makefile.  Fixes #151462.
31522
31523 2004-08-30  Wim Taymans  <wim@fluendo.com>
31524
31525         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31526         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31527         (gst_multifdsink_remove_client_link),
31528         (gst_multifdsink_client_queue_buffer),
31529         (gst_multifdsink_handle_client_write):
31530         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31531         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31532         Fix some memory leaks.
31533
31534 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31535
31536         Patch by: David Schleef
31537
31538         * configure.ac:
31539         * sys/Makefile.am:
31540           rename our detection macro for V4L2.  Fixes #151236.
31541
31542 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31543
31544         Patch by: David Schleef
31545
31546         * configure.ac:
31547           check to define LAMEPRESET.  Fixes #151232.
31548
31549 2004-08-27  David Schleef  <ds@schleef.org>
31550
31551         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31552         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31553         (gst_glimagesink_fixate):  Move local variable declarations to
31554         make gcc-2.95 happy.
31555
31556 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31557
31558         * configure.ac:
31559           bump nano for prerelease
31560
31561 2004-08-27  David Schleef  <ds@schleef.org>
31562
31563         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31564         * sys/sunaudio/gstsunaudiosrc.c:
31565         * sys/sunaudio/gstsunaudiosrc.h:
31566
31567 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31568
31569         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31570         handle EOS correctly
31571         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31572         * gst/matroska/matroska-mux.h:
31573         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31574         VFW compatibility mode
31575
31576 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31577
31578         patch by: Zaheer Abbas Merali
31579
31580         * ext/ogg/gstoggmux.c:
31581         * ext/vorbis/vorbisenc.c:
31582         * ext/vorbis/vorbisenc.h:
31583           handle NEWMEDIA
31584
31585 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31586
31587         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31588         fix byte order reversion on little endian machines.
31589         * gst/matroska/matroska-mux.c: (audiosink_templ),
31590         (gst_matroska_mux_audio_pad_link):
31591         add TTA codec to the list of supported codecs.
31592         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31593         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31594         (gst_matroska_mux_write_data):
31595         * gst/matroska/matroska-mux.h:
31596         write segment duration correctly, write muxing app string, fixes bugs
31597         #140897 and #140898.
31598         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31599         wait for all pads to be negotiated before starting to mux.
31600
31601 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31602
31603         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31604         * ext/lame/gstlame.h:
31605         Added new media support to lame
31606
31607 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31608
31609         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31610         send vorbis headers at the beginning of a stream, fixes bug #141554.
31611         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31612         bug #148950.
31613         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31614         (gst_matroska_demux_plugin_init):
31615         * gst/matroska/matroska-ids.h:
31616         enable demuxing of TTA audio streams, fixes bug #148951.
31617         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31618         enable typefinding for TTA audio files, fixes bug #148711.
31619         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31620         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31621         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31622
31623 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31624
31625         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31626         (gst_riff_read_element_data), (gst_riff_read_seek),
31627         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31628         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31629         <teuf@gnome.org>
31630
31631 2004-08-23 Iain <iaingnome@gmail.com>
31632
31633         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31634         tags. They appear to be handled differently to normal.
31635         (tag_list_to_id3_tag_foreach): Ditto.
31636
31637 2004-08-22  Wim Taymans  <wim@fluendo.com>
31638
31639         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31640         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31641         Make sure we never send -1 granulepos.
31642
31643 2004-08-20  Wim Taymans  <wim@fluendo.com>
31644
31645         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31646         (gst_ogg_mux_loop):
31647         I will accept bitchslappings with non sharp objects.
31648
31649 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31650
31651         * configure.ac:
31652         Clean up the test for lame presets
31653
31654 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31655
31656         * configure.ac:
31657         * ext/lame/Makefile.am:
31658         * ext/lame/gstlame.c: (gst_lame_class_init),
31659         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31660         Only enable lame presets if version of lame has presets in API
31661
31662 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31663         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31664         * gst/udp/gstudpsrc.h:
31665           Don't call gst_pad_push in a get function. Fixes #150449
31666
31667 2004-08-18  Wim Taymans  <wim@fluendo.com>
31668
31669         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31670         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31671         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31672         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31673         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31674         (gst_fdset_wait):
31675         * gst/tcp/gstfdset.h:
31676         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31677         (gst_multifdsink_client_queue_buffer),
31678         (gst_multifdsink_handle_client_write):
31679         * gst/tcp/gstmultifdsink.h:
31680         Some extra checks in gstfdset.
31681         Only use send() when the fd is a socket. Don't try to
31682         read from write only fds.
31683
31684 2004-08-18  Wim Taymans  <wim@fluendo.com>
31685
31686         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31687         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31688         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31689         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31690         (gst_fdset_wait):
31691         Add more locking and bounds checking.
31692
31693 2004-08-18  Wim Taymans  <wim@fluendo.com>
31694
31695         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31696         Realloc test fdset in the lock and right before starting
31697         the poll call. Bump the limit to 4096.
31698
31699 2004-08-17  David Schleef  <ds@schleef.org>
31700
31701         * sys/sunaudio/Makefile.am:
31702         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31703         of rates and channels.  Make debugging less obnoxious.
31704
31705         Patch from Balamurali Viswanathan implementing a mixer for
31706         Sun audio.  (bug #144091):
31707         * sys/sunaudio/gstsunelement.c:
31708         * sys/sunaudio/gstsunelement.h:
31709         * sys/sunaudio/gstsunmixer.c:
31710         * sys/sunaudio/gstsunmixer.h:
31711
31712 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31713
31714         * gst/audioscale/gstaudioscale.c:
31715         * gst/audioscale/gstaudioscale.h:
31716         made audioscale resample from any sample rate to any sample rate
31717
31718 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31719
31720         * ext/libpng/gstpngdec.c:
31721           error out on unsupported types
31722
31723 2004-08-17  Iain <iaingnome@gmail.com>
31724
31725         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31726         mid_side and loose_mid_side properties if its a stereo stream.
31727
31728 2004-08-17  Wim Taymans  <wim@fluendo.com>
31729
31730         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31731         (theora_get_formats), (theora_dec_src_convert),
31732         (theora_dec_sink_convert), (theora_dec_src_query),
31733         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31734         Add a debug line.
31735
31736 2004-08-17  Wim Taymans  <wim@fluendo.com>
31737
31738         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31739         (gst_ogg_pad_push):
31740         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31741         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31742         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31743         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31744         Mark delta units in the muxer.
31745         Try to decode the packet after an out-of-sync error from
31746         libogg.
31747
31748 2004-08-17  Wim Taymans  <wim@fluendo.com>
31749
31750         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31751         (gst_multifdsink_init), (gst_multifdsink_add),
31752         (gst_multifdsink_client_queue_buffer),
31753         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31754         * gst/tcp/gstmultifdsink.h:
31755         Added option to send a keyframe to clients as the first buffer.
31756         Make timeout property writable.
31757
31758 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31759
31760         patch by: Wim Taymans
31761
31762         * gst/tcp/gstfdset.c:
31763         * gst/tcp/gstmultifdsink.c:
31764           fix index comparison, should include 0
31765
31766 2004-08-16  Wim Taymans  <wim@fluendo.com>
31767
31768         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31769         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31770         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31771         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31772         (gst_fdset_wait):
31773           copy when reallocing for poll so the select arguments don't get
31774           changed during the call
31775
31776 2004-08-16  Wim Taymans  <wim@fluendo.com>
31777
31778         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31779         (gst_theora_enc_class_init), (theora_enc_sink_link),
31780         (theora_buffer_from_packet), (theora_enc_chain):
31781         Fix bug where buffers were not marked as keyframes
31782         correctly.
31783
31784 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31785
31786         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31787         (gst_lame_preset_get_type), (gst_lame_class_init):
31788         describe the enum values for vbr mode and presets more verbosely
31789
31790 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31791
31792         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31793         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31794         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31795         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31796         * ext/lame/gstlame.h:
31797         add preset property to lame so it can use lame presets
31798
31799 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31800
31801         * ext/lame/gstlame.c: (gst_lame_get_property):
31802         whoops forgot break, thanks teuf
31803
31804 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31805
31806         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31807         (gst_lame_class_init), (gst_lame_src_getcaps),
31808         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31809         (gst_lame_get_property), (gst_lame_setup):
31810         * ext/lame/gstlame.h:
31811         fix lame's broken vbr stuff, allow it to resample if need be, and also
31812         make xing header optional
31813
31814 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31815
31816         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31817         added getcaps function so samplerate doesnt get fixated to silly values
31818
31819 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31820
31821         * ext/lame/gstlame.c: (gst_lame_src_link):
31822         revert previous fix
31823
31824 2004-08-12  Johan Dahlin  <johan@gnome.org>
31825
31826         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31827         checks. Doesn't matter what state we are in. Interfaces are a
31828         compile time thing, not runtime. It also broke the python bindings.
31829
31830 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31831
31832         * ext/lame/gstlame.c: (gst_lame_src_link):
31833         made source pad link function check if sinkpad is ok..fixes the problem
31834         where core fixates the output rate of lame stupidly
31835
31836 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31837
31838         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31839         * sys/v4l/v4l_calls.c:
31840         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31841           fix fixate function to handle nonsimple caps.
31842           remove bogus check in _link
31843           cleanups
31844
31845 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31846
31847         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31848         set default compression ratio parameter to 0.0 so bitrate parameter
31849         works :)
31850
31851 2004-08-11  David Schleef  <ds@schleef.org>
31852
31853         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31854
31855 2004-08-11  David Schleef  <ds@schleef.org>
31856
31857         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31858         before.
31859
31860 2004-08-11  David Schleef  <ds@schleef.org>
31861
31862         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31863
31864 2004-08-11  David Schleef  <ds@schleef.org>
31865
31866         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31867           license field
31868         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31869         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31870           LGPL.
31871         * gst/auparse/gstauparse.c: Fix plugin license field.
31872         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31873         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31874         * gst/rtp/gstrtp.c: Fix plugin license field.
31875
31876 2004-08-11  Wim Taymans  <wim@fluendo.com>
31877
31878         * gst/tcp/Makefile.am:
31879         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31880         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31881         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31882         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31883         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31884         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31885         (gst_fdset_fd_can_write), (gst_fdset_wait):
31886         * gst/tcp/gstfdset.h:
31887         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31888         (gst_multifdsink_class_init), (gst_multifdsink_init),
31889         (gst_multifdsink_add), (gst_multifdsink_remove),
31890         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31891         (gst_multifdsink_remove_client_link),
31892         (gst_multifdsink_handle_client_read),
31893         (gst_multifdsink_client_queue_data),
31894         (gst_multifdsink_client_queue_caps),
31895         (gst_multifdsink_client_queue_buffer),
31896         (gst_multifdsink_handle_client_write),
31897         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31898         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31899         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31900         (gst_multifdsink_close):
31901         * gst/tcp/gstmultifdsink.h:
31902         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31903         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31904         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31905         (gst_tcpserversink_close):
31906         * gst/tcp/gsttcpserversink.h:
31907         Abstracted away the select call, implemented poll (yes we ran into
31908         the 1024 limit in production).
31909
31910 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31911
31912         * gst/tcp/gsttcp.c:
31913         * gst/tcp/gsttcpplugin.c:
31914           improve debuggging, remove assert
31915
31916 2004-08-10  Wim Taymans  <wim@fluendo.com>
31917
31918         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31919         (gst_client_status_get_type), (gst_multifdsink_class_init),
31920         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31921         (gst_multifdsink_handle_client_read),
31922         (gst_multifdsink_handle_client_write),
31923         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31924         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31925         (gst_multifdsink_get_property):
31926         * gst/tcp/gstmultifdsink.h:
31927         * gst/tcp/gsttcp-marshal.list:
31928         Starting to prepare for specifying buffer time in other units
31929         than buffers. Expose remove reason in signal.
31930
31931 2004-08-10  Wim Taymans  <wim@fluendo.com>
31932
31933         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31934         (gst_multifdsink_remove), (gst_multifdsink_clear),
31935         (gst_multifdsink_remove_client_link),
31936         (gst_multifdsink_handle_client_read),
31937         (gst_multifdsink_client_queue_data),
31938         (gst_multifdsink_client_queue_buffer),
31939         (gst_multifdsink_handle_client_write),
31940         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31941         (gst_multifdsink_chain), (gst_multifdsink_close):
31942         * gst/tcp/gstmultifdsink.h:
31943         Added more debugging info. Changed the way clients are
31944         removed from the lists. Fixed a bug where a bad file descriptor
31945         could cause many clients to be removed.
31946
31947 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31948
31949         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31950           allow all pixel-aspect-ratios, not just 1:1
31951
31952 2004-08-09  David Schleef  <ds@schleef.org>
31953
31954         * sys/glsink/ARB_multitexture.h:  Remove old files.
31955         * sys/glsink/EXT_paletted_texture.h:
31956         * sys/glsink/NV_register_combiners.h:
31957         * sys/glsink/gstgl_nvimage.c:
31958         * sys/glsink/gstgl_pdrimage.c:
31959         * sys/glsink/gstgl_rgbimage.c:
31960         * sys/glsink/gstglsink.c:
31961         * sys/glsink/gstglsink.h:
31962         * sys/glsink/gstglxwindow.c:
31963         * sys/glsink/regcomb_yuvrgb.c:
31964
31965 2004-08-09  David Schleef  <ds@schleef.org>
31966
31967         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31968         GL sink plugin.  (Bug #147302)
31969
31970         * configure.ac: Test for OpenGL
31971         * sys/Makefile.am: Use test for OpenGL
31972         * sys/glsink/Makefile.am:
31973         * sys/glsink/glimagesink.c: rewrite
31974         * sys/glsink/glimagesink.h: rewrite
31975
31976 2004-08-09  David Schleef  <ds@schleef.org>
31977
31978         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31979         sane framerates.
31980         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31981         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31982         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31983
31984 2004-08-09  Wim Taymans  <wim@fluendo.com>
31985
31986         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31987         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31988         (gst_multifdsink_client_remove),
31989         (gst_multifdsink_handle_client_read),
31990         (gst_multifdsink_handle_client_write),
31991         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31992         Do a bit more logging, make the client_read code more robust.
31993
31994 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31995
31996         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31997         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31998         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31999         (gst_jpegdec_init), (gst_jpegdec_chain):
32000         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
32001         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
32002           cleanups, debugging fixes and memleak plugging
32003
32004 2004-08-09  Wim Taymans  <wim@fluendo.com>
32005
32006         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32007         (theora_get_formats), (theora_dec_src_convert),
32008         (theora_dec_sink_convert), (theora_dec_src_query),
32009         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
32010         (theora_dec_change_state):
32011         Don't crash on missing header packets.
32012
32013 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32014
32015         * po/LINGUAS:
32016         * po/sq.po:
32017           Added Albanian translation (Laurent Dhima)
32018         * po/cs.po:
32019           updated
32020
32021 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32022
32023         * ext/lame/gstlame.c:
32024           fix/add debugging
32025
32026 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32027
32028         * sys/ximage/ximagesink.c:
32029         * sys/xvimage/xvimagesink.c:
32030           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
32031
32032 2004-08-06  Wim Taymans  <wim@fluendo.com>
32033
32034         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32035         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32036         (gst_multifdsink_client_remove),
32037         (gst_multifdsink_handle_client_read),
32038         (gst_multifdsink_handle_client_write),
32039         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32040         Make sure we don't try to read more from a client that what
32041         ioctl says us or we deadlock.
32042
32043 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32044
32045         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
32046         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
32047         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32048           decouple running_time and n_frames so it can handle changing
32049           framerate while running
32050
32051 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32052
32053         * po/nl.po:
32054         * po/sv.po:
32055           updated translations
32056
32057 2004-08-04  Benjamin Otte  <otte@gnome.org>
32058
32059         * gst/videotestsrc/gstvideotestsrc.c:
32060         (gst_videotestsrc_get_capslist), (generate_capslist),
32061         (plugin_init):
32062           generate the list of supported caps at startup and reuse it instead
32063           of always generating it
32064
32065 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32066
32067         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
32068           whoops, last checkin broke normal build
32069
32070 2004-08-03  Benjamin Otte  <otte@gnome.org>
32071
32072         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
32073         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32074         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32075         (gst_alsa_mixer_get_option):
32076         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
32077         (dvdnavsrc_print_event):
32078         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
32079         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
32080         (gst_ogg_mux_pad_unlink):
32081         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
32082         (gst_multipart_mux_pad_unlink):
32083         * gst/videofilter/gstvideobalance.c:
32084         (gst_videobalance_colorbalance_set_value):
32085         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
32086         (gst_videomixer_pad_unlink):
32087         * po/uk.po:
32088         * sys/oss/gstossmixer.c:
32089         * sys/v4l/gstv4lcolorbalance.c:
32090         * sys/v4l/gstv4ltuner.c:
32091         * sys/v4l/v4lsrc_calls.c:
32092         * sys/v4l2/gstv4l2colorbalance.c:
32093         * sys/v4l2/gstv4l2tuner.c:
32094           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32095
32096 2004-08-03  Benjamin Otte  <otte@gnome.org>
32097
32098         * examples/dynparams/filter.c: (ui_control_create):
32099         * examples/gstplay/player.c: (print_tag):
32100         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32101         * ext/gdk_pixbuf/gstgdkanimation.c:
32102         (gst_gdk_animation_iter_may_advance):
32103         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32104         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32105         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32106         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32107         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32108         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32109         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32110         * gst/sine/demo-dparams.c: (main):
32111         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32112         * testsuite/alsa/formats.c: (create_pipeline):
32113         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32114           fixes for G_DISABLE_ASSERT and friends
32115         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32116         (mp3_type_frame_length_from_header), (mp3_type_find),
32117         (plugin_init):
32118           require mp3 typefinding to have at least MIN_HEADERS valid headers
32119           add typefinding for AAC adts files
32120
32121 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
32122
32123         * sys/ximage/ximagesink.c:
32124         (gst_ximagesink_calculate_pixel_aspect_ratio):
32125         * sys/xvimage/xvimagesink.c:
32126         (gst_xvimagesink_calculate_pixel_aspect_ratio):
32127         Make sure we calculate pixel-aspect-ratio using floating point maths
32128
32129 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32130
32131         * po/uk.po:
32132           updated translation
32133
32134 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32135
32136         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32138           add debugging for display PAR calculation
32139
32140 2004-08-02  David Schleef  <ds@schleef.org>
32141
32142         * configure.ac: Fix mikmod CFLAGS.
32143
32144 2004-07-27  Benjamin Otte  <otte@gnome.org>
32145
32146         * gst/audioscale/gstaudioscale.c:
32147         - fix templates to only support S16, it's the only format that works
32148         - make caps nego code use try_set_caps_nonfixed and fixation instead
32149         of try_set_caps twice, which is not nice for autopluggers
32150         - change rank to secondary, so autopluggers can pick it up after
32151         audioconvert
32152
32153 2004-08-02  Iain <iain@prettypeople.org>
32154
32155         * gst/interleave/interleave.c (interleave_init),
32156         (interleave_request_new_pad),
32157         (interleave_pad_removed),
32158         (interleave_buffered_loop): Use the real pad count, not the artificial
32159         one.
32160
32161 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32162
32163         * configure.ac: bump nano back to development
32164
32165 === release 0.8.3 ===
32166
32167 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32168
32169         * configure.ac: releasing 0.8.3, "Water"
32170
32171 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32172
32173         * sys/xvimage/xvimagesink.c:
32174         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32175         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32176         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32177         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32178         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32179         * sys/xvimage/xvimagesink.h:
32180           apply similar PAR fixes as to ximagesink
32181
32182 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32183
32184         patch from: Benjamin Otte
32185
32186         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32187           add link function to lame.  Fixes #148986.
32188
32189 2004-08-02  Johan Dahlin  <johan@gnome.org>
32190
32191         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32192         fix debugging log
32193
32194 2004-07-30  David Schleef  <ds@schleef.org>
32195
32196         * gst/videomixer/Makefile.am: Fix things that should have been
32197         fixed in the last checkin.
32198
32199 2004-07-30  David Schleef  <ds@schleef.org>
32200
32201         * gst/multipart/Makefile.am: Fix things that should have been
32202         fixed in the last checkin.
32203
32204 2004-07-30  David Schleef  <ds@schleef.org>
32205
32206         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32207
32208 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32209
32210         * configure.ac:
32211           bump nano for prerelease
32212         * po/af.po:
32213         * po/az.po:
32214         * po/cs.po:
32215         * po/en_GB.po:
32216         * po/hu.po:
32217         * po/nl.po:
32218         * po/sr.po:
32219         * po/sv.po:
32220         * po/uk.po:
32221           updates
32222
32223 2004-07-30  Wim Taymans  <wim@fluendo.com>
32224
32225         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32226         (gst_multifdsink_add), (gst_multifdsink_remove),
32227         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32228         (gst_multifdsink_client_remove),
32229         (gst_multifdsink_handle_client_write),
32230         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32231         * gst/tcp/gstmultifdsink.h:
32232         Recover from a select with a bad file descriptor by removing
32233         the client.
32234
32235 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32236
32237         * configure.ac:
32238           fix requirement of core
32239         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32240         (gst_play_pipeline_setup):
32241           don't use colorspace element.  do use hermescolorspace element.
32242           make macro to get a colorspace element.
32243           mark strings for translation.
32244         * po/POTFILES.in:
32245           add play.c
32246         * po/af.po:
32247         * po/az.po:
32248         * po/cs.po:
32249         * po/en_GB.po:
32250         * po/hu.po:
32251         * po/nl.po:
32252         * po/sr.po:
32253         * po/sv.po:
32254         * po/uk.po:
32255           update translations
32256
32257 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32258
32259         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32260         fix default for newmedia flag
32261
32262 2004-07-30  Wim Taymans  <wim@fluendo.com>
32263
32264         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32265         (gst_theora_dec_init), (theora_get_formats),
32266         (theora_dec_src_convert), (theora_dec_sink_convert),
32267         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32268         (theora_dec_chain), (theora_dec_set_property),
32269         (theora_dec_get_property):
32270         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32271         (gst_theora_enc_class_init), (gst_theora_enc_init),
32272         (theora_enc_sink_link), (theora_enc_chain),
32273         (theora_enc_set_property), (theora_enc_get_property):
32274         Added cropping option to theora decoder.
32275         Added border option to theora encoder.
32276
32277 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32278
32279         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32280         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32281         (gst_pngenc_set_property):
32282         * ext/libpng/gstpngenc.h:
32283         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
32284
32285 2004-07-30  Wim Taymans  <wim@fluendo.com>
32286
32287         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32288         (theora_enc_sink_link), (theora_enc_chain),
32289         (theora_enc_set_property), (theora_enc_get_property):
32290         Fix encoding of non-multiple-of-16 video.
32291
32292 2004-07-29  David Schleef  <ds@schleef.org>
32293
32294         * configure.ac: make test for audiofile more strict
32295
32296 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32297
32298         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32299           give different names to typefind functions
32300
32301 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32302
32303         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32304         (gst_ximagesink_calculate_pixel_aspect_ratio),
32305         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32306         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32307         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32308         (gst_ximagesink_get_property), (gst_ximagesink_init):
32309         * sys/ximage/ximagesink.h:
32310           allocate PAR's dynamically.
32311           use autodetected PAR if no object-set PAR is given.
32312           add workaround for directfb's X not setting physical size.
32313           fix to xvimagesink will follow tomorrow.
32314
32315 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32316
32317         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32318         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32319         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32320         (gst_shout2send_class_init), (gst_shout2send_init),
32321         (set_shout_metadata), (gst_shout2send_set_metadata),
32322         (gst_shout2send_chain), (gst_shout2send_set_property),
32323         (gst_shout2send_get_property), (gst_shout2send_connect),
32324         (gst_shout2send_change_state):
32325         * ext/shout2/gstshout2.h:
32326         - fix for sending mp3 audio to icecast2 server, if pad link function not
32327         called before PAUSED state
32328         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32329         - added tagging support for mp3 audio broadcasted
32330         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32331         debug info
32332
32333 2004-07-28  Wim Taymans  <wim@fluendo.com>
32334
32335         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32336         (gst_ogg_demux_push):
32337         Return query failure when we don't know the length of
32338         an ogg stream insteda of returning TRUE with a bogus value.
32339
32340 2004-07-28  Wim Taymans  <wim@fluendo.com>
32341
32342         * ext/theora/theoradec.c: (theora_get_formats),
32343         (theora_dec_src_convert), (theora_dec_sink_convert),
32344         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32345         (theora_dec_chain):
32346         Don't screw up the 1 Chroma for 1 luma sample situation when we
32347         have an odd offset/width by adding a black border in those cases.
32348
32349 2004-07-28  Wim Taymans  <wim@fluendo.com>
32350
32351         * ext/theora/theoradec.c: (theora_get_formats),
32352         (theora_dec_src_convert), (theora_dec_sink_convert),
32353         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32354         (theora_dec_chain):
32355         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32356         Added first attempt at cropping of the image as required by the
32357         theora spec. We need more properties in the caps (offset_x,
32358         offset_y,stride) to implement this correctly.
32359
32360 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32361
32362         * ext/dvdnav/README:
32363           Update the README to use dvddemux
32364         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32365           Ensure getcaps returns a subset of the template caps
32366         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32367         (gst_mpeg2subt_init):
32368           Ensure getcaps returns a subset of the template caps
32369         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32370         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32371         (gst_dvd_demux_get_subpicture_stream),
32372         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32373         * gst/mpegstream/gstdvddemux.h:
32374           Set the explicit caps on the current_video pad before pushing
32375           anything
32376         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32377         (gst_mpeg_demux_get_audio_stream):
32378           Free caps used to gst_pad_set_explicit_caps, which takes a const
32379           GstCaps *
32380
32381 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32382
32383         * configure.ac: update GStreamer requirement to 0.8.4 because of
32384           GstFraction.
32385
32386 2004-07-28  Wim Taymans  <wim@fluendo.com>
32387
32388         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32389         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32390         Add the pad to the element after setting up the caps. This
32391         makes it a lot easier to autoplug.
32392
32393 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32394
32395         * gst/median/gstmedian.c:
32396         * gst/mpeg2subt/gstmpeg2subt.c:
32397         * gst/mpegaudioparse/gstmpegaudioparse.c:
32398         * gst/mpegstream/gstdvddemux.c:
32399         * gst/mpegstream/gstmpegdemux.c:
32400         * gst/mpegstream/gstmpegpacketize.c:
32401         * gst/rtjpeg/gstrtjpeg.c:
32402         * gst/rtjpeg/gstrtjpegdec.c:
32403         * gst/rtjpeg/gstrtjpegenc.c:
32404         * gst/sine/gstsinesrc.c:
32405         * gst/smooth/gstsmooth.c:
32406         * gst/smpte/gstsmpte.c:
32407         * gst/smpte/gstsmpte.h:
32408         * gst/stereo/gststereo.c:
32409         * gst/videofilter/gstgamma.c:
32410         * gst/videofilter/gstvideobalance.c:
32411         * gst/videofilter/gstvideofilter.c:
32412         * gst/videofilter/gstvideoflip.c:
32413         * gst/videoscale/gstvideoscale.c:
32414         * gst/videoscale/videoscale.c:
32415         * gst/videotestsrc/gstvideotestsrc.c:
32416         * gst/videotestsrc/videotestsrc.c:
32417         * gst/wavenc/gstwavenc.c:
32418         * gst/wavparse/gstwavparse.c:
32419           fix local includes and 64 bits constants
32420
32421 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32422
32423         * win32/gst.sln:
32424         * gst-libs/gst/*/*.vcproj:
32425         * gst/*/*.vcproj:
32426           more working plugins
32427
32428 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32429
32430         * testsuite/alsa/Makefile.am:
32431         * testsuite/alsa/srcstate.c:
32432         add test for alsasrc changing state
32433
32434 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32435
32436         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32437         (gst_silence_get):
32438         * gst/silence/gstsilence.h:
32439         fix silence generation for 16bit raw audio
32440
32441 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32442
32443         * gst/matroska/matroska-demux.c:
32444         (gst_matroska_demux_parse_metadata),
32445         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32446         * gst/mpegaudio/common.c:
32447         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32448         (gst_videoscale_getcaps), (gst_videoscale_link),
32449         (gst_videoscale_src_fixate), (gst_videoscale_init),
32450         (gst_videoscale_finalize):
32451         * gst/videoscale/gstvideoscale.h:
32452         * gst/videotestsrc/gstvideotestsrc.c:
32453         (gst_videotestsrc_get_capslist):
32454         * gst/wavenc/gstwavenc.c:
32455         * sys/oss/gstossmixer.c: (fill_labels):
32456         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32457         (gst_ximagesink_handle_xevents),
32458         (gst_ximagesink_calculate_pixel_aspect_ratio),
32459         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32460         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32461         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32462         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32463         (gst_ximagesink_init), (gst_ximagesink_class_init):
32464         * sys/ximage/ximagesink.h:
32465         * sys/xvimage/xvimagesink.c:
32466         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32467         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32468         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32469         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32470         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32471         * sys/xvimage/xvimagesink.h:
32472           first batch of pixel aspect ratio commits.
32473
32474 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32475
32476         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32477         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32478         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32479           handle stride, needs work if we want to move stride handling
32480           upstream, but works correctly for our purposes.
32481
32482 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32483
32484         * gst/videoscale/README:
32485           add testing examples
32486         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32487         (gst_videoscale_chain):
32488         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32489         (gst_videoscale_get_size):
32490           add get_size function that handles stride like videotestsrc.
32491           fixes conversion for YUV formats for as much as I can test them.
32492
32493 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32494
32495         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32496         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32498         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32499         (gst_xvimagesink_xvimage_put):
32500           further cleanups, logging, error handling and synchronizing
32501
32502 2004-07-27  Wim Taymans  <wim@fluendo.com>
32503
32504         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32505         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32506         (gst_videomixer_pad_set_property),
32507         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32508         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32509         (gst_videomixer_class_init), (gst_videomixer_init),
32510         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32511         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32512         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32513         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32514         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32515         (gst_videomixer_loop), (plugin_init):
32516         Be a nicer negotiation citizen and provide a getcaps function on
32517         the srcpad. This also fixes a crash when resizing.
32518
32519 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32520
32521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32522         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32523
32524 2004-07-27  Wim Taymans  <wim@fluendo.com>
32525
32526         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32527         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32528         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32529         (gst_pngenc_set_property):
32530         * ext/libpng/gstpngenc.h:
32531         Added snapshot property to pngenc.
32532         removed g_print from pngdec
32533
32534 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32535
32536         * gst/ac3parse/ac3parse.vcproj
32537         * gst/adder/adder.vcproj
32538         * gst/alpha/alpha.vcproj
32539         * gst/alpha/alphacolor.vcproj
32540         * gst/asfdemux/asf.vcproj
32541         * gst/audioconvert/audioconvert.vcproj
32542         * gst/audiorate/audiorate.vcproj
32543         * gst/audioscale/audioscale.vcproj
32544         * gst/auparse/auparse.vcproj
32545         * gst/avi/avi.vcproj
32546         * gst/cdxaparse/cdxaparse.vcproj
32547         * gst/chart/chart.vcproj
32548         * gst/colorspace/colorspace.vcproj
32549         * gst/cutter/cutter.vcproj
32550         * gst/debug/debug.vcproj
32551         * gst/debug/efence.vcproj
32552         * gst/debug/navigationtest.vcproj
32553         * gst/deinterlace/deinterlace.vcproj
32554         * gst/effectv/effectv.vcproj
32555         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32556         * gst/filter/filter.vcproj
32557         * gst/flx/flxdec.vcproj
32558         * gst/goom/goom.vcproj
32559         * gst/interleave/interleave.vcproj
32560         * gst/law/alaw.vcproj
32561         * gst/law/mulaw.vcproj
32562         * gst/matroska/matroska.vcproj
32563         * gst/median/median.vcproj
32564         * gst/mixmatrix/mixmatrix.vcproj
32565         * gst/mpeg1sys/mpeg1systemencode.vcproj
32566         * gst/mpeg1videoparse/mp1videoparse.vcproj
32567         * gst/mpeg2sub/mpeg2subt.vcproj
32568         * gst/mpegaudio/mpegaudio.vcproj
32569         * gst/mpegaudioparse/mpegaudioparse.vcproj
32570         * gst/mpegstream/mpegstream.vcproj
32571         * gst/multifilesink/multifilesink.vcproj
32572         * gst/multipart/multipart.vcproj
32573         * gst/oneton/oneton.vcproj
32574         * gst/overlay/overlay.vcproj
32575         * gst/passthrough/passthrough.vcproj
32576         * gst/qtdemux/qtdemux.vcproj
32577         * gst/realmedia/rmdemux.vcproj
32578         * gst/rtjpeg/rtjpeg.vcproj
32579         * gst/rtp/rtp.vcproj
32580         * gst/silence/silence.vcproj
32581         * gst/sine/sinesrc.vcproj
32582         * gst/smooth/smooth.vcproj
32583         * gst/smpte/smpte.vcproj
32584         * gst/spectrum/spectrum.vcproj
32585         * gst/speed/speed.vcproj
32586         * gst/stereo/stereo.vcproj
32587         * gst/switch/switch.vcproj
32588         * gst/tags/tagedit.vcproj
32589         * gst/tcp/tcp.vcproj
32590         * gst/typefind/typefindfunctions.vcproj
32591         * gst/udp/udp.vcproj
32592         * gst/videobox/videobox.vcproj
32593         * gst/videocrop/videocrop.vcproj
32594         * gst/videodrop/videodrop.vcproj
32595         * gst/videofilter/gamma.vcproj
32596         * gst/videofilter/videobalance.vcproj
32597         * gst/videofilter/videofilter.vcproj
32598         * gst/videofilter/videoflip.vcproj
32599         * gst/videoflip/videoflip.vcproj
32600         * gst/videomixer/videomixer.vcproj
32601         * gst/videorate/videorate.vcproj
32602         * gst/videoscale/videoscale.vcproj
32603         * gst/videotestsrc/videotestsrc.vcproj
32604         * gst/virtualdub/virtualdub.vcproj
32605         * gst/volenv/volenv.vcproj
32606         * gst/volume/volume.vcproj
32607         * gst/wavenc/wavenc.vcproj
32608         * gst/wavparse/wavparse.vcproj
32609         * gst/y4m/y4menc.vcproj
32610         * gst-libs/gst/audio/audio.vcproj
32611         * gst-libs/gst/audio/audiofilter.vcproj
32612         * gst-libs/gst/colorbalance/colorbalance.vcproj
32613         * gst-libs/gst/idct/idtc.vcproj
32614         * gst-libs/gst/media-info/media-info.vcproj
32615         * gst-libs/gst/mixer/mixer.vcproj
32616         * gst-libs/gst/navigation/navigation.vcproj
32617         * gst-libs/gst/play/play.vcproj
32618         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32619         * gst-libs/gst/resample/resample.vcproj
32620         * gst-libs/gst/riff/riff.vcproj
32621         * gst-libs/gst/tuner/tuner.vcproj
32622         * gst-libs/gst/video/video.vcproj
32623         * gst-libs/gst/xoverlay/xoverlay.vcproj
32624           avoid problems with math.h, fix release dependancy
32625           rename GStreamer-0.8.lib to libgstreamer.lib
32626
32627 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32628
32629         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32631         the atom is not available we have to unlock the mutex. Fixes #148023
32632
32633 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32634
32635         * gst-libs/gst/media-info/media-info.h:
32636           issue for a vararg macro with MSVC
32637
32638 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32639
32640         * gst/effectv/effectv.vcproj
32641         * gst-libs/gst/idct/idct.vcproj:
32642         * gst-libs/gst/media-info/media-info.vcproj:
32643         * gst-libs/gst/navigation/navigation.vcproj:
32644         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32645         * gst-libs/gst/video/video.vcproj:
32646         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32647           fixes for build problems
32648
32649 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32650
32651         * gst-libs/gst/audio/audio.def:
32652         * gst-libs/gst/audio/riff.def:
32653           add some definitions needed by plugins
32654
32655 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32656
32657         * gst/asfdemux/gstasfmux.c
32658           Fix some 64 bits constants to be glib friendly
32659
32660 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32661
32662         * gst/ac3parse/gstac3parse.c
32663         * gst/audioscale/gstaudioscale.c
32664         * gst/auparse/gstauparse.c
32665         * gst/colorspace/gstcolorspace.c
32666         * gst/colorspace/yuv2rgb.h
32667           local include fixes
32668
32669 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32670
32671         * win32/gst.sln
32672           add more plugins to the build
32673
32674 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32675
32676         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32677         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32678
32679 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32680
32681         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32682         (gst_level_set_property), (gst_level_get_property),
32683         (gst_level_base_init), (gst_level_class_init):
32684           add debugging categories.  cleanups.
32685
32686 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32687
32688         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32689         (gst_videoscale_planar411), (gst_videoscale_planar400),
32690         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32691         (gst_videoscale_scale_nearest_str1),
32692         (gst_videoscale_scale_nearest_str2),
32693         (gst_videoscale_scale_nearest_str4),
32694         (gst_videoscale_scale_nearest_16bit),
32695         (gst_videoscale_scale_nearest_24bit):
32696           fixed stride issues
32697           tested with 320x240 -> 321, 322, 324 x240
32698           tested with YV12, I420, YUY2, UYVY
32699           fixed packed422rev (don't think it could have worked before)
32700           by testing with UYVY
32701
32702 2004-07-26  Benjamin Otte  <otte@gnome.org>
32703
32704         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32705         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32706         (plugin_init):
32707           add debugging category, add error checks like checking return values
32708           of setup calls, make sure it still works after
32709           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32710
32711 2004-07-26  Wim Taymans  <wim@fluendo.com>
32712
32713         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32714         (gst_mpeg_demux_get_audio_stream),
32715         (gst_mpeg_demux_process_private):
32716         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32717         Check for error codes from the negotiation functions. Make sure
32718         we really set the pad caps when a new pad is created.
32719
32720 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32721
32722         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32723         (gst_ffmpeg_caps_to_pix_fmt):
32724         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32725         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32726         (gst_ffmpegcolorspace_pad_link):
32727           don't make function do two things at the same time without reason.
32728
32729 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32730
32731         * gst/ac3parse/ac3parse.vcproj
32732         * gst/adder/adder.vcproj
32733         * gst/alpha/alpha.vcproj
32734         * gst/alpha/alphacolor.vcproj
32735         * gst/asfdemux/asf.vcproj
32736         * gst/audioconvert/audioconvert.vcproj
32737         * gst/audiorate/audiorate.vcproj
32738         * gst/audioscale/audioscale.vcproj
32739         * gst/auparse/auparse.vcproj
32740         * gst/avi/avi.vcproj
32741         * gst/cdxaparse/cdxaparse.vcproj
32742         * gst/chart/chart.vcproj
32743         * gst/colorspace/colorspace.vcproj
32744         * gst/cutter/cutter.vcproj
32745         * gst/debug/debug.vcproj
32746         * gst/debug/efence.vcproj
32747         * gst/debug/navigationtest.vcproj
32748         * gst/deinterlace/deinterlace.vcproj
32749         * gst/effectv/effectv.vcproj
32750         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32751         * gst/filter/filter.vcproj
32752         * gst/flx/flxdec.vcproj
32753         * gst/goom/goom.vcproj
32754         * gst/interleave/interleave.vcproj
32755         * gst/law/alaw.vcproj
32756         * gst/law/mulaw.vcproj
32757         * gst/matroska/matroska.vcproj
32758         * gst/median/median.vcproj
32759         * gst/mixmatrix/mixmatrix.vcproj
32760         * gst/mpeg1sys/mpeg1systemencode.vcproj
32761         * gst/mpeg1videoparse/mp1videoparse.vcproj
32762         * gst/mpeg2sub/mpeg2subt.vcproj
32763         * gst/mpegaudio/mpegaudio.vcproj
32764         * gst/mpegaudioparse/mpegaudioparse.vcproj
32765         * gst/mpegstream/mpegstream.vcproj
32766         * gst/multifilesink/multifilesink.vcproj
32767         * gst/multipart/multipart.vcproj
32768         * gst/oneton/oneton.vcproj
32769         * gst/overlay/overlay.vcproj
32770         * gst/passthrough/passthrough.vcproj
32771         * gst/qtdemux/qtdemux.vcproj
32772         * gst/realmedia/rmdemux.vcproj
32773         * gst/rtjpeg/rtjpeg.vcproj
32774         * gst/rtp/rtp.vcproj
32775         * gst/silence/silence.vcproj
32776         * gst/sine/sinesrc.vcproj
32777         * gst/smooth/smooth.vcproj
32778         * gst/smpte/smpte.vcproj
32779         * gst/spectrum/spectrum.vcproj
32780         * gst/speed/speed.vcproj
32781         * gst/stereo/stereo.vcproj
32782         * gst/switch/switch.vcproj
32783         * gst/tags/tagedit.vcproj
32784         * gst/tcp/tcp.vcproj
32785         * gst/typefind/typefindfunctions.vcproj
32786         * gst/udp/udp.vcproj
32787         * gst/videobox/videobox.vcproj
32788         * gst/videocrop/videocrop.vcproj
32789         * gst/videodrop/videodrop.vcproj
32790         * gst/videofilter/gamma.vcproj
32791         * gst/videofilter/videobalance.vcproj
32792         * gst/videofilter/videofilter.vcproj
32793         * gst/videofilter/videoflip.vcproj
32794         * gst/videoflip/videoflip.vcproj
32795         * gst/videomixer/videomixer.vcproj
32796         * gst/videorate/videorate.vcproj
32797         * gst/videoscale/videoscale.vcproj
32798         * gst/videotestsrc/videotestsrc.vcproj
32799         * gst/virtualdub/virtualdub.vcproj
32800         * gst/volenv/volenv.vcproj
32801         * gst/volume/volume.vcproj
32802         * gst/wavenc/wavenc.vcproj
32803         * gst/wavparse/wavparse.vcproj
32804         * gst/y4m/y4menc.vcproj
32805           more plugins supported under windows
32806
32807 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32808
32809         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32810         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32811         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32813         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32814           Add debugging statements.  Use the sizes as returned by the
32815           *CreateImage calls.
32816
32817 2004-07-26  Johan Dahlin  <johan@gnome.org>
32818
32819         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32820         the pad is negotiated.
32821
32822         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32823
32824 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32825
32826         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32827         * gst-libs/gst/idct/idct.vcproj:
32828         * gst-libs/gst/media-info/media-info.vcproj:
32829         * gst-libs/gst/mixer/mixer.vcproj:
32830         * gst-libs/gst/navigation/navigation.vcproj:
32831         * gst-libs/gst/play/play.vcproj:
32832         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32833         * gst-libs/gst/resample/resample.vcproj:
32834         * gst-libs/gst/tuner/tuner.vcproj:
32835         * gst-libs/gst/video/video.vcproj:
32836         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32837           more plugins supported under windows
32838
32839 2004-07-25 Iain <iain@prettypeople.org>
32840
32841         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32842         pad now rather than when the pad is created because state changes wipe
32843         explicit caps (fixes #148043).
32844
32845 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32846
32847         reviewed by Benjamin Otte  <otte@gnome.org>
32848
32849         * ext/mad/gstmad.c:
32850           fix mad plugin crashing on Sun (fixes #148289)
32851
32852 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32853
32854         * gst/avi/avi.def:
32855         * gst/avi/avi.vcproj:
32856         * gst/matroska/matroska.def:
32857         * gst/matroska/matroska.vcproj:
32858           remove unused .def files
32859
32860 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32861
32862         * gst-libs/gst/audio/gstaudiofilter.c:
32863           Clean the local include
32864
32865 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32866
32867         * win32/gst.sln:
32868         * gst-libs/gst/audio/audio.def:
32869         * gst-libs/gst/audio/audio.vcproj:
32870         * gst-libs/gst/audio/audiofilter.vcproj:
32871         * gst-libs/gst/audio/riff.def:
32872         * gst-libs/gst/audio/riff.vcproj:
32873         * gst-libs/gst/gst-libs.def:
32874         * gst-libs/gst/gst-libs.vcproj:
32875         * gst/avi/avi.vcproj:
32876         * gst/avi/avi.vcproj:
32877           Copy the files where needed after building, cleaner projects
32878
32879 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32880
32881         * gst/matroska/ebml-write.c:
32882           Fix some 64 bits constants to be glib friendly
32883
32884 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32885
32886         * win32/gst.sln:
32887         * gst-libs/gst/gst-libs.def:
32888         * gst-libs/gst/gst-libs.vcproj:
32889         * gst/matroska/matroska.def:
32890         * gst/matroska/matroska.vcproj:
32891           Add the preliminary canvas to build plugins on Win32
32892
32893 2004-07-23  Benjamin Otte  <otte@gnome.org>
32894
32895         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32896           don't enfore negotiation from source side, it breaks
32897           sinesrc ! audioconvert ! osssink
32898
32899 2004-07-22  David Schleef  <ds@schleef.org>
32900
32901         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32902         for ELF files, since they can easily be recognized as audio/mpeg.
32903         (bug #147441)
32904
32905 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32906
32907         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32908         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32909         (gst_videoscale_scale_nearest_24bit),
32910         (gst_videoscale_scale_nearest_16bit):
32911           fix 16bit and 24bit for stride (24bit might need testing)
32912           don't pretend we do more than one algorithm
32913
32914 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32915
32916         * configure.ac:
32917         * gst/Makefile.am:
32918         * gst/multifilesink/Makefile.am:
32919         * gst/multifilesink/gstmultifilesink.c:
32920         (gst_multifilesink_get_formats),
32921         (gst_multifilesink_get_query_types), (_do_init),
32922         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32923         (gst_multifilesink_init), (gst_multifilesink_dispose),
32924         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32925         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32926         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32927         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32928         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32929         (gst_multifilesink_uri_get_type),
32930         (gst_multifilesink_uri_get_protocols),
32931         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32932         (gst_multifilesink_uri_handler_init), (plugin_init):
32933         * gst/multifilesink/gstmultifilesink.h:
32934         * testsuite/Makefile.am:
32935         * testsuite/multifilesink/Makefile.am:
32936         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32937         (gst_newmedia_class_init), (gst_newmedia_init),
32938         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32939         (newfile_signal), (test_signal), (main):
32940         multifilesink plugin for creating new files every time a new media
32941         discontinuity event occurs
32942
32943 2004-07-22  Wim Taymans  <wim@fluendo.com>
32944
32945         * gst/alpha/Makefile.am:
32946         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32947         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32948         (gst_alpha_color_init), (gst_alpha_color_set_property),
32949         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32950         (transform), (gst_alpha_color_chain),
32951         (gst_alpha_color_change_state), (plugin_init):
32952         Stupid plugin to to RGBA to AYUV conversion because none of
32953         the colorspace plugins can handle that yet.
32954
32955 2004-07-22  Wim Taymans  <wim@fluendo.com>
32956
32957         * examples/seeking/seek.c: (update_scale), (main):
32958         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32959         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32960         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32961         (gst_decode_bin_init), (gst_decode_bin_dispose),
32962         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32963         (no_more_pads), (close_link), (type_found),
32964         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32965         (plugin_init):
32966         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32967         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32968         (gst_play_base_bin_dispose), (queue_overrun),
32969         (gen_preroll_element), (remove_prerolls), (unknown_type),
32970         (no_more_pads), (new_stream), (setup_source),
32971         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32972         (play_base_eos), (gst_play_base_bin_change_state),
32973         (gst_play_base_bin_add_element),
32974         (gst_play_base_bin_remove_element),
32975         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32976         (gst_play_base_bin_unlink_stream),
32977         (gst_play_base_bin_get_streaminfo):
32978         * gst/playback/gstplaybin.c: (gen_video_element),
32979         (gen_audio_element):
32980         * gst/playback/gststreaminfo.h:
32981         More playback updates, attempt to fix things after the state change
32982         breakage.
32983
32984 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32985
32986         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32987         (gst_videoscale_scale_nearest_16bit):
32988           comment algorithm
32989
32990 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32991
32992         * gst/videotestsrc/gstvideotestsrc.c:
32993         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32994         (gst_videotestsrc_init), (gst_videotestsrc_get),
32995         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32996         (gst_videotestsrc_get_property):
32997         * gst/videotestsrc/gstvideotestsrc.h:
32998         * gst/videotestsrc/videotestsrc.c:
32999         * gst/videotestsrc/videotestsrc.h:
33000           cleanup and commenting
33001
33002 2004-07-21  Wim Taymans  <wim@fluendo.com>
33003
33004         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
33005         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
33006         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
33007         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
33008         (_find_chain_get_unknown_part), (_find_streams_check),
33009         (gst_ogg_demux_push), (gst_ogg_pad_push):
33010         * ext/theora/theoradec.c: (theora_get_formats),
33011         (theora_dec_src_convert), (theora_dec_sink_convert),
33012         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33013         (theora_dec_chain):
33014         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33015         (vorbis_dec_convert), (vorbis_dec_src_query),
33016         (vorbis_dec_src_event), (vorbis_dec_event):
33017         More seeking fixes, oggdemux now supports seeking to time and
33018         uses the downstream element to convert granulepos to time.
33019         Seeking in theora-only ogg files now works.
33020
33021 2004-07-21  Wim Taymans  <wim@fluendo.com>
33022
33023         * ext/theora/theoradec.c: (gst_theora_dec_init),
33024         (theora_get_formats), (theora_get_event_masks),
33025         (theora_get_query_types), (theora_dec_src_convert),
33026         (theora_dec_sink_convert), (theora_dec_src_query),
33027         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
33028         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33029         (vorbis_get_event_masks), (vorbis_get_query_types),
33030         (gst_vorbis_dec_init), (vorbis_dec_convert),
33031         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
33032         Added query/convert/formats functions to vorbis and theora decoders
33033         so that the outside world can use them too. Fixed seeking on an
33034         ogg/theora/vorbis file by disabling the seeking seeking on the
33035         theora srcpad.
33036
33037 2004-07-21  Julien MOUTTE  <julien@moutte.net>
33038
33039         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33040         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
33041         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
33042         images creation for both elements. We don't create the image on caps
33043         nego or renego, we just destroy the internal one if present if it does
33044         not match the needs. The chain function takes care of creating a new
33045         image when needed.
33046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33047         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
33048         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
33049         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
33050         the image format information. The buffer pool checks for the context
33051         image format and discard images with different formats.
33052         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
33053
33054 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33055
33056         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33057         (gst_ffmpegcolorspace_chain):
33058           no point in doing any chaining if the pad we want to push from
33059           isn't usable.
33060
33061 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33062
33063         * gst-libs/gst/riff/riff-media.c:
33064         (gst_riff_create_audio_caps_with_data):
33065           Fix double end-to-native symbol conversion (#148021).
33066
33067 2004-07-20  David Schleef  <ds@schleef.org>
33068
33069         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
33070         Don't use an Atom that doesn't exist.
33071
33072 2004-07-20  Wim Taymans  <wim@fluendo.com>
33073
33074         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33075         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33076         (gst_multifdsink_client_remove),
33077         (gst_multifdsink_handle_client_write),
33078         (gst_multifdsink_queue_buffer):
33079         * gst/tcp/gstmultifdsink.h:
33080         More multifdsink stats. Avoid deadlock by releasing locks
33081         before sending out a signal.
33082
33083 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33084
33085         * po/LINGUAS:
33086         * po/hu.po:
33087           added Hungarian translation (Laszlo Dvornik)
33088
33089 2004-07-20  Wim Taymans  <wim@fluendo.com>
33090
33091         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33092         (gst_multifdsink_add), (gst_multifdsink_client_remove),
33093         (gst_multifdsink_handle_client_write),
33094         (gst_multifdsink_queue_buffer):
33095         * gst/tcp/gsttcp-marshal.list:
33096         Fixed the stupid marshal definition.
33097
33098 2004-07-20  Wim Taymans  <wim@fluendo.com>
33099
33100         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33101         (gst_multifdsink_init), (gst_multifdsink_add),
33102         (gst_multifdsink_client_remove),
33103         (gst_multifdsink_handle_client_write),
33104         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33105         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33106         (gst_multifdsink_init_send):
33107         * gst/tcp/gstmultifdsink.h:
33108         Added more stats, added timeout for a client, fixed some typos
33109         and added some comments.
33110
33111 2004-07-20  Wim Taymans  <wim@fluendo.com>
33112
33113         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33114         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33115         (gst_multifdsink_client_remove),
33116         (gst_multifdsink_handle_client_write):
33117         * gst/tcp/gstmultifdsink.h:
33118         * gst/tcp/gsttcp-marshal.list:
33119         Added get_stats method that returns a GValueArray of
33120         stats values.
33121
33122 2004-07-19  Benjamin Otte  <otte@gnome.org>
33123
33124         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33125           make sure longname, description and author are valid UTF-8
33126
33127 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33128
33129         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33130         (gst_ximagesink_set_property):
33131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33132         (gst_xvimagesink_set_property):
33133           make sure SYNCHRONOUS is respected after getting the X context
33134
33135 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33136
33137         * gst/matroska/matroska-demux.c:
33138         (gst_matroska_demux_handle_src_event),
33139         (gst_matroska_demux_parse_blockgroup):
33140         * gst/matroska/matroska-ids.h:
33141           add BlockReference tag and ignore it to clear out log.
33142           ignore NAVIGATION events to clear out log.
33143
33144 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33145
33146         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33147         (gst_matroska_demux_add_stream):
33148         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33149           add debug categories
33150
33151 2004-07-16  Wim Taymans  <wim@fluendo.com>
33152
33153         * ext/libpng/Makefile.am:
33154         * ext/libpng/gstpng.c: (plugin_init):
33155         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33156         (gst_pngdec_get_type), (gst_pngdec_base_init),
33157         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33158         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33159         * ext/libpng/gstpngdec.h:
33160         Added png decoder.
33161
33162 2004-07-16  Julien MOUTTE  <julien@moutte.net>
33163
33164         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33165         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33166         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33167         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33168         (gst_ximagesink_buffer_alloc):
33169         * sys/ximage/ximagesink.h:
33170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33171         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33172         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33173         (gst_xvimagesink_buffer_alloc):
33174         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33175         again. Using internal data pointer of the x(v)image to store image's
33176         data to be coherent with the buffer alloc mechanism. Investigated the
33177         image destruction code to be sure that everything gets freed correctly.
33178
33179 2004-07-16  Wim Taymans  <wim@fluendo.com>
33180
33181         * gst-libs/gst/riff/riff-read.c:
33182         (gst_riff_read_strf_vids_with_data),
33183         (gst_riff_read_strf_auds_with_data):
33184         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33185         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33186         Make sure we don't create 0 sized subbuffers in riff-read.
33187         Signal the no more pads signal after reading the avi header.
33188
33189 2004-07-16  Wim Taymans  <wim@fluendo.com>
33190
33191         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33192         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33193         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33194         (gst_decode_bin_init), (gst_decode_bin_dispose),
33195         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33196         (no_more_pads), (close_link), (type_found),
33197         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33198         (gst_decode_bin_change_state), (plugin_init):
33199         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33200         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33201         (gst_play_base_bin_dispose), (queue_overrun),
33202         (gen_preroll_element), (remove_prerolls), (unknown_type),
33203         (no_more_pads), (new_stream), (setup_source),
33204         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33205         (play_base_eos), (gst_play_base_bin_change_state),
33206         (gst_play_base_bin_add_element),
33207         (gst_play_base_bin_remove_element),
33208         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33209         (gst_play_base_bin_unlink_stream),
33210         (gst_play_base_bin_get_streaminfo):
33211         * gst/playback/gstplaybasebin.h:
33212         Better error recovery. Added configurable preroll queue size. Faster
33213         detection of no-more-pads.
33214
33215 2004-07-16  Wim Taymans  <wim@fluendo.com>
33216
33217         * gst-libs/gst/video/video.h:
33218         Added 32 bits RGBA. Not sure if we should use another mime-type
33219         for alpha rgb. Currently the presence of the alpha_mask property
33220         signals an alpha channel.
33221
33222 2004-07-16  Wim Taymans  <wim@fluendo.com>
33223
33224         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33226         FPS seems to be 0.0 to MAX everywhere else.
33227
33228 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33229
33230         * gst-libs/gst/riff/riff-media.c:
33231         (gst_riff_create_video_caps_with_data):
33232           mp42/mp43 (no caps) exist too.
33233         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33234           Set pixel_width/height; we've got them in-caps.
33235         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33236         * gst/wavparse/gstwavparse.c: (plugin_init):
33237           Both are valid primary.
33238         * sys/oss/gstossmixer.c:
33239           Remove i18n hack and enable translations.
33240
33241 2004-07-15  Benjamin Otte  <otte@gnome.org>
33242
33243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33244         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33245           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33246
33247 2004-07-15  Benjamin Otte  <otte@gnome.org>
33248
33249         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33250         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33251         (gst_alsa_close_audio):
33252           disable some of the debugging code for now. Writing debugging to a
33253           buffer is broken in current alsalib releases.
33254
33255 2004-07-12  Benjamin Otte  <otte@gnome.org>
33256
33257         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33258           use bufferpools
33259
33260 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33261
33262         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33263         (theora_dec_src_query), (theora_dec_event):
33264         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33265           add debugging categories.  Remove \n's.
33266
33267 2004-07-13  Johan Dahlin  <johan@gnome.org>
33268
33269         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33270         (gst_play_bin_get_property): Impl.
33271
33272 2004-07-13  Wim Taymans  <wim@fluendo.com>
33273
33274         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33275         When trying to find the stream length, seek back N pages
33276         instead of just one, where N is the number of streams in
33277         the current chain.
33278
33279 2004-07-13  Wim Taymans  <wim@fluendo.com>
33280
33281         * gst-libs/gst/riff/riff-media.c:
33282         (gst_riff_create_audio_caps_with_data),
33283         (gst_riff_create_audio_caps),
33284         (gst_riff_create_audio_template_caps):
33285         * gst-libs/gst/riff/riff-media.h:
33286         * gst-libs/gst/riff/riff-read.c:
33287         (gst_riff_read_strf_vids_with_data),
33288         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33289         * gst-libs/gst/riff/riff-read.h:
33290         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33291         (gst_avi_demux_add_stream):
33292         Set codec_data on caps for avidemuxer.
33293
33294 2004-07-12  David Schleef  <ds@schleef.org>
33295
33296         * configure.ac: Fix test for Objective C
33297
33298 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33299         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33300         (gst_gdk_pixbuf_chain):
33301           Add svg and pcx to template caps, and ensure that getcaps returns a
33302           subset of the template caps.
33303           Copy each row manually for output, as gdkpixbuf may pad the
33304           rowstride to a 32-bit word boundary.
33305
33306 2004-07-12  Wim Taymans  <wim@fluendo.com>
33307
33308         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33309         (gst_riff_create_video_template_caps):
33310         Fix the template caps to include some more media types.
33311
33312 2004-07-12  Wim Taymans  <wim@fluendo.com>
33313
33314         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33315         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33316         (compare_ranks), (print_feature), (gst_decode_bin_init),
33317         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33318         (try_to_link_1), (new_pad), (close_link), (type_found),
33319         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33320         (gst_decode_bin_change_state), (plugin_init):
33321         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33322         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33323         (gst_play_base_bin_dispose), (queue_overrun),
33324         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33325         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33326         (gst_play_base_bin_get_property), (play_base_eos),
33327         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33328         (gst_play_base_bin_remove_element),
33329         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33330         (gst_play_base_bin_unlink_stream),
33331         (gst_play_base_bin_get_streaminfo):
33332         * gst/playback/gstplaybasebin.h:
33333         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33334         (gst_play_bin_class_init), (gst_play_bin_init),
33335         (gst_play_bin_dispose), (gst_play_bin_set_property),
33336         (gst_play_bin_get_property), (gen_video_element),
33337         (gen_audio_element), (remove_sinks), (setup_sinks),
33338         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33339         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33340         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33341         (gst_play_bin_query), (plugin_init):
33342         * gst/playback/test4.c: (main):
33343         More fixes on reusing of the element.
33344
33345 2004-07-11  Benjamin Otte  <otte@gnome.org>
33346
33347         * ext/mad/gstmad.c: (normal_seek):
33348           allow seeking for other methods than just SET
33349
33350 2004-07-11  Andy Wingo  <wingo@pobox.com>
33351
33352         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33353         float, "any" caps -> buffer_frames=[0,MAX].
33354
33355         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33356         doesn't intersect our caps with the template any more. Do it
33357         ourselves.
33358         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33359
33360 2004-07-09  Wim Taymans  <wim@fluendo.com>
33361
33362         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33363         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33364         (compare_ranks), (print_feature), (gst_decode_bin_init),
33365         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33366         (try_to_link_1), (new_pad), (close_link), (type_found),
33367         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33368         (gst_decode_bin_change_state), (plugin_init):
33369         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33370         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33371         (gst_play_base_bin_dispose), (queue_overrun),
33372         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33373         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33374         (gst_play_base_bin_get_property), (play_base_eos),
33375         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33376         (gst_play_base_bin_remove_element),
33377         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33378         (gst_play_base_bin_unlink_stream),
33379         (gst_play_base_bin_get_streaminfo):
33380         * gst/playback/gstplaybasebin.h:
33381         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33382         (gst_play_bin_class_init), (gst_play_bin_init),
33383         (gst_play_bin_dispose), (gst_play_bin_set_property),
33384         (gst_play_bin_get_property), (gen_video_element),
33385         (gen_audio_element), (remove_sinks), (setup_sinks),
33386         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33387         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33388         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33389         (gst_play_bin_query), (plugin_init):
33390         * gst/playback/test4.c: (main):
33391         Work on object reuse and seeking.
33392
33393 2004-07-09  Wim Taymans  <wim@fluendo.com>
33394
33395         * examples/seeking/seek.c: (iterate):
33396         Don't consume all CPU in the idle loop.
33397
33398 2004-07-09  Wim Taymans  <wim@fluendo.com>
33399
33400         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33401         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33402         Add pad to element *after* setting the pad functions so that
33403         the scheduler can use the correct ones.
33404
33405 2004-07-09  Wim Taymans  <wim@fluendo.com>
33406
33407         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33408         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33409         Sync to keyframe after seek
33410
33411 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33412
33413         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33414         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33415         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33416         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33417         * ext/libvisual/visual.c: (gst_visual_change_state):
33418         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33419         * ext/theora/theoradec.c: (theora_dec_change_state):
33420         * ext/theora/theoraenc.c: (theora_enc_change_state):
33421         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33422         * gst-libs/gst/navigation/navigation.c:
33423         * gst/adder/gstadder.c: (gst_adder_change_state):
33424         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33425         (gst_audio_convert_get_buffer):
33426         * gst/multipart/multipartdemux.c:
33427         (gst_multipart_demux_change_state):
33428         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33429         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33430         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33431         * gst/videoscale/gstvideoscale.c:
33432         (gst_videoscale_handle_src_event):
33433         * gst/volume/gstvolume.c: (volume_chain_int16):
33434           don't assert in state change, this should be done by the base
33435           GstElement class.
33436           various debugging fixes.
33437
33438 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33439
33440         * configure.ac:
33441         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33442         (gst_play_dispose), (gst_play_set_location),
33443         (gst_play_set_data_src), (gst_play_set_video_sink),
33444         (gst_play_set_audio_sink), (gst_play_set_visualization),
33445         (gst_play_connect_visualization), (gst_play_get_sink_element),
33446         (gst_play_get_all_by_interface):
33447         * gst-libs/gst/play/play.h:
33448           add new method to get elements implementing an interface.
33449           add various error logging
33450
33451 2004-07-08  Wim Taymans  <wim@fluendo.com>
33452
33453         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33454         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33455         (make_playerbin_pipeline), (query_durations_elems),
33456         (query_durations_pads), (query_positions_elems),
33457         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33458         (main):
33459         Added playbin seeking example.
33460
33461 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33462
33463         * gst-libs/gst/play/play.c: (gst_play_set_location),
33464         (gst_play_set_data_src), (gst_play_set_video_sink),
33465         (gst_play_set_audio_sink), (gst_play_set_visualization),
33466         (gst_play_connect_visualization), (gst_play_get_framerate):
33467           use a macro to look up elements from hash table
33468
33469 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33470
33471         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33472         (gst_play_get_length_callback), (gst_play_set_location),
33473         (gst_play_seek_to_time), (gst_play_set_data_src),
33474         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33475         (gst_play_set_visualization), (gst_play_connect_visualization),
33476         (gst_play_get_sink_element):
33477         - add debugging info
33478         - fix looking up sink elements by iterating over complete caps
33479         - put everything except for source and autoplugger in a complete bin
33480
33481 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33482
33483         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33484         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33485         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33486         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33487         * ext/alsa/gstalsasink.h:
33488         - add debugging info
33489         - clean up schizophrenia of data/buffer/event
33490         - fix double event unref error
33491
33492 2004-07-08  Wim Taymans  <wim@fluendo.com>
33493
33494         * gst/playback/Makefile.am:
33495         Add headers to noinst
33496
33497 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33498
33499         * tools/gst-launch-ext-m.m:
33500         * tools/gst-launch-ext.1.in:
33501           convert to the third millenium
33502
33503 2004-07-07  David Schleef  <ds@schleef.org>
33504
33505         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33506
33507 2004-07-07  Wim Taymans  <wim@fluendo.com>
33508
33509         * gst/playback/Makefile.am:
33510         * gst/playback/README:
33511         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33512         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33513         (compare_ranks), (print_feature), (gst_decode_bin_init),
33514         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33515         (try_to_link_1), (new_pad), (close_link), (type_found),
33516         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33517         (plugin_init):
33518         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33519         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33520         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33521         (gen_preroll_element), (no_more_pads), (new_stream),
33522         (setup_source), (gst_play_base_bin_set_property),
33523         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33524         (gst_play_base_bin_add_element),
33525         (gst_play_base_bin_remove_element),
33526         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33527         (gst_play_base_bin_unlink_stream),
33528         (gst_play_base_bin_get_streaminfo):
33529         * gst/playback/gstplaybasebin.h:
33530         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33531         (gst_play_bin_class_init), (gst_play_bin_init),
33532         (gst_play_bin_dispose), (gst_play_bin_set_property),
33533         (gst_play_bin_get_property), (gen_video_element),
33534         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33535         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33536         (gst_play_bin_get_formats), (gst_play_bin_convert),
33537         (gst_play_bin_get_query_types), (gst_play_bin_query),
33538         (plugin_init):
33539         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33540         (gst_stream_info_get_type), (gst_stream_info_class_init),
33541         (gst_stream_info_init), (gst_stream_info_new),
33542         (gst_stream_info_dispose), (gst_stream_info_set_property),
33543         (gst_stream_info_get_property):
33544         * gst/playback/gststreaminfo.h:
33545         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33546         (main):
33547         * gst/playback/test2.c: (main):
33548         * gst/playback/test3.c: (update_scale), (main):
33549         More playbin fixes. Added README. Do better element filtering.
33550         Added base class to preroll media. Added test apps.
33551
33552 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33553
33554         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33555         * ext/mpeg2dec/gstmpeg2dec.h:
33556           various debugging improvements.  Reset stream to next picture
33557           instead of sequence header, otherwise seeks cannot work.
33558
33559 2004-07-07  Wim Taymans  <wim@fluendo.com>
33560
33561         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33562         (gst_video_box_class_init), (gst_video_box_set_property),
33563         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33564         Use pad_alloc where possible.
33565
33566 2004-07-07  Wim Taymans  <wim@fluendo.com>
33567
33568         * sys/oss/gstosselement.c: (gst_osselement_reset),
33569         (gst_osselement_parse_caps):
33570         * sys/oss/gstosselement.h:
33571         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33572         Fix offset on osssrc.
33573
33574 2004-07-07  Wim Taymans  <wim@fluendo.com>
33575
33576         * ext/theora/theora.c: (plugin_init):
33577         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33578         (theora_dec_src_query), (theora_dec_chain):
33579         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33580         (theora_enc_sink_link), (theora_buffer_from_packet),
33581         (theora_push_packet), (theora_enc_chain):
33582         Fix theora granulepos calculation.
33583         Fix overflow in duration/position calculation.
33584         Bump rank to PRIMARY for theoradec.
33585         Use granulepos of last packet to calculate position.
33586         Set keyframe flag on buffers when needed.
33587
33588 2004-07-06  David Schleef  <ds@schleef.org>
33589
33590         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33591         serious?  (Fixed, obviously.)
33592
33593 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33594
33595         * po/LINGUAS:
33596         * po/cs.po:
33597           added Czech translation (Miloslav Trmac)
33598
33599 2004-07-05  Wim Taymans  <wim@fluendo.com>
33600
33601         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33602         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33603         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33604         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33605         (close_link), (type_found), (gst_decode_bin_set_property),
33606         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33607         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33608         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33609         (gst_decode_bin_query), (plugin_init):
33610         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33611         (gst_play_bin_class_init), (gst_play_bin_init),
33612         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33613         (get_video_element), (new_pad), (setup_source),
33614         (gst_play_bin_set_property), (gst_play_bin_get_property),
33615         (gst_play_bin_change_state), (gst_play_bin_add_element),
33616         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33617         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33618         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33619         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33620         * gst/playback/test.c: (main):
33621         More fixes, cleaned up playbin, make it use decodebin. Added
33622         threaded property to playbin.
33623
33624 2004-07-05  Wim Taymans  <wim@fluendo.com>
33625
33626         * configure.ac:
33627         * gst/playback/Makefile.am:
33628         * gst/playback/decodetest.c: (main):
33629         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33630         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33631         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33632         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33633         (close_link), (type_found), (gst_decode_bin_set_property),
33634         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33635         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33636         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33637         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33638         (plugin_init):
33639         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33640         (gst_play_bin_class_init), (gst_play_bin_init),
33641         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33642         (collect_sink_pads), (find_compatibles), (close_pad_link),
33643         (try_to_link_1), (new_pad), (close_link), (type_found),
33644         (setup_source), (gst_play_bin_set_property),
33645         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33646         (compare_ranks), (gst_play_bin_collect_factories),
33647         (gst_play_bin_change_state), (gst_play_bin_add_element),
33648         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33649         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33650         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33651         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33652         * gst/playback/test.c: (main):
33653         Added some playback helper elements and some test apps, very alpha
33654         still.
33655
33656 2004-07-04  Benjamin Otte  <otte@gnome.org>
33657
33658         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33659           only restart audio when we indeed have an xrun to fix repeated
33660           xruns. Fix suggested by Giuliano Pochini.
33661
33662 2004-07-03  David Schleef  <ds@schleef.org>
33663
33664         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33665         call to gst_debug_log() if debugging is disabled (bug #145118)
33666
33667 2004-07-03  Benjamin Otte  <otte@gnome.org>
33668
33669         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33670           use our own functions for restarting the alsa device.
33671         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33672           I should apply patches myself - use MIN for the third argument, not
33673           the second, this fixes seeking
33674
33675 2004-07-02  David Schleef  <ds@schleef.org>
33676
33677         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33678         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33679         do with the logic.
33680
33681 2004-07-02  David Schleef  <ds@schleef.org>
33682
33683         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33684         output buffers.  Fix logic mistake.  (bug #144866)
33685
33686 2004-07-02  David Schleef  <ds@schleef.org>
33687
33688         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33689         on X.  (bug #144753)
33690
33691 2004-07-02  David Schleef  <ds@schleef.org>
33692
33693         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33694         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33695         (bug #144624)
33696         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33697         (gst_osselement_rate_probe_check): Add another workaround for
33698         buggy drivers (bug #145336)
33699
33700 2004-07-02  David Schleef  <ds@schleef.org>
33701
33702         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33703         Most systems don't have MSG_NOSIGNAL.
33704
33705 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33706
33707         * Makefile.am:
33708         * gst-libs/gst/colorbalance/Makefile.am:
33709         * gst-libs/gst/mixer/Makefile.am:
33710         * gst-libs/gst/play/Makefile.am:
33711         * gst-libs/gst/tuner/Makefile.am:
33712           (hopefully) fix both install and dist and make error message useful.
33713           needs testing across automakes.
33714
33715 2004-07-02  Benjamin Otte  <otte@gnome.org>
33716
33717         * ext/ogg/gstogg.c: (plugin_init):
33718           we require bytestream now
33719         * ext/ogg/gstoggdemux.c:
33720           huge diff to implement chain setup in a fast and generic way. This
33721           improves tag reading and startup of huge files (read: Theora videos)
33722           quite a bit. It probably contains bugs, too, so please test.
33723           Seeking is not improved to the fast method.
33724
33725 2004-06-29  Wim Taymans  <wim@fluendo.com>
33726
33727         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33728         * ext/ogg/gstoggmux.c:
33729         Fix memleak in oggdemux when running unconnected pads.
33730         doc update in mux, start working on keyframe mode.
33731
33732 2004-06-29  Benjamin Otte  <otte@gnome.org>
33733
33734         * sys/oss/gstosssink.c:
33735         * sys/oss/gstosssrc.c:
33736           advertise correct template caps - we indeed do non-native endianness
33737           and 8bit audio has no endianness
33738         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33740           avoid (wrong) duplications in getcaps function and return
33741           template caps
33742
33743 2004-06-29  Wim Taymans  <wim@fluendo.com>
33744
33745         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33746         (gst_multifdsink_class_init), (gst_multifdsink_add),
33747         (gst_multifdsink_remove), (gst_multifdsink_clear),
33748         (gst_multifdsink_client_remove),
33749         (gst_multifdsink_handle_client_read),
33750         (gst_multifdsink_client_queue_data),
33751         (gst_multifdsink_client_queue_caps),
33752         (gst_multifdsink_client_queue_buffer),
33753         (gst_multifdsink_handle_client_write),
33754         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33755         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33756         (gst_multifdsink_init_send), (gst_multifdsink_close):
33757         Fix wrong GList iteration that could crash the server when
33758         more then 2 clients disconnect at the same time. Read all the
33759         pending commands in one batch to recover from command storms under
33760         very heavy load.
33761
33762 2004-06-28  Wim Taymans  <wim@fluendo.com>
33763
33764         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33765         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33766         (gst_videomixer_pad_set_property),
33767         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33768         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33769         (gst_videomixer_class_init), (gst_videomixer_init),
33770         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33771         (pad_zorder_compare), (gst_videomixer_sort_pads),
33772         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33773         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33774         (gst_videomixer_update_queues), (gst_videomixer_loop),
33775         (plugin_init):
33776         Avoid divide by zero, choose masterpad as the pad with the highest
33777         framerate.
33778
33779 2004-06-27  Julien Moutte  <julien@moutte.net>
33780
33781         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33782         (gst_ximagesink_xwindow_new):
33783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33784         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33785         function directly. We might want to call it from somewhere else one day.
33786
33787 2004-06-27  Julien Moutte  <julien@moutte.net>
33788
33789         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33790         (gst_ximagesink_xwindow_new):
33791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33792         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33793         window decorations.
33794
33795 2004-06-27  Wim Taymans  <wim@fluendo.com>
33796
33797         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33798         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33799         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33800         (gst_dvdec_set_property), (gst_dvdec_get_property):
33801         * ext/dv/gstdvdec.h:
33802         Implement drop_factor property to lower the framerate with
33803         a factor.
33804
33805 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33806
33807         * gst-libs/gst/colorbalance/Makefile.am:
33808         * gst-libs/gst/mixer/Makefile.am:
33809         * gst-libs/gst/play/Makefile.am:
33810         * gst-libs/gst/tuner/Makefile.am:
33811           unbreak Company's fix that didn't install the -enum.h files
33812
33813 2004-06-27  Wim Taymans  <wim@fluendo.com>
33814
33815         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33816         (gst_dvdec_change_state):
33817         * ext/dv/gstdvdec.h:
33818         Fix timestamp, duration and offset of the buffers.
33819
33820 2004-06-27  Wim Taymans  <wim@fluendo.com>
33821
33822         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33823         (gst_multifdsink_class_init), (gst_multifdsink_add),
33824         (gst_multifdsink_remove), (gst_multifdsink_clear),
33825         (gst_multifdsink_client_remove),
33826         (gst_multifdsink_handle_client_read),
33827         (gst_multifdsink_client_queue_data),
33828         (gst_multifdsink_client_queue_caps),
33829         (gst_multifdsink_client_queue_buffer),
33830         (gst_multifdsink_handle_client_write),
33831         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33832         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33833         (gst_multifdsink_init_send), (gst_multifdsink_close):
33834         * gst/tcp/gstmultifdsink.h:
33835         * gst/tcp/gsttcpserversink.c:
33836         (gst_tcpserversink_handle_server_read),
33837         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33838         More multifdsink fixes, more recovery policy fixes.
33839         Removed stupid g_print
33840
33841 2004-06-26  Wim Taymans  <wim@fluendo.com>
33842
33843         * gst/tcp/Makefile.am:
33844         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33845         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33846         (gst_multifdsink_class_init), (gst_multifdsink_init),
33847         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33848         (gst_multifdsink_handle_client_read),
33849         (gst_multifdsink_client_queue_data),
33850         (gst_multifdsink_client_queue_caps),
33851         (gst_multifdsink_client_queue_buffer),
33852         (gst_multifdsink_handle_client_write),
33853         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33854         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33855         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33856         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33857         (gst_multifdsink_close), (gst_multifdsink_change_state):
33858         * gst/tcp/gstmultifdsink.h:
33859         * gst/tcp/gsttcpplugin.c: (plugin_init):
33860         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33861         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33862         (gst_tcpserversink_handle_server_read),
33863         (gst_tcpserversink_handle_select),
33864         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33865         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33866         * gst/tcp/gsttcpserversink.h:
33867         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33868         one of the locks, added recovery policy to multifdsink.
33869
33870 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33871
33872         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33873           fix decision for when getting frames with same timestamp
33874         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33875         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33876         (gst_v4lsrc_get_property):
33877         * sys/v4l/gstv4lsrc.h:
33878           add latency offset property
33879
33880 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33881
33882         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33883         (plugin_init):
33884           fix debugging. add category.
33885
33886 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33887
33888         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33889           fix wrong offsets
33890
33891 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33892
33893         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33894         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33895         (gst_alsa_src_change_state):
33896           return a time that is in sync with the element's processing
33897
33898 2004-06-25  Wim Taymans  <wim@fluendo.com>
33899
33900         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33901         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33902         (gst_tcpserversink_client_remove),
33903         (gst_tcpserversink_handle_client_read),
33904         (gst_tcpserversink_client_queue_data),
33905         (gst_tcpserversink_client_queue_caps),
33906         (gst_tcpserversink_client_queue_buffer),
33907         (gst_tcpserversink_handle_client_write),
33908         (gst_tcpserversink_queue_buffer),
33909         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33910         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33911         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33912         (gst_tcpserversink_close):
33913         * gst/tcp/gsttcpserversink.h:
33914         Serversink rewrite. Really do non blocking writes to clients and
33915         maintain an internal queue to handle slower clients while not
33916         disturbing fast clients.
33917
33918 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33919
33920         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33921           better debug, don't override OFFSET and OFFSET_END
33922
33923 2004-06-25  Iain <iain@prettypeople.org>
33924
33925         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33926         name=source for the wavparse pipeline.
33927
33928 2004-06-24  Johan Dahlin  <johan@gnome.org>
33929
33930         * ext/theora/theoraenc.c (theora_enc_chain): Call
33931         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33932         streamheader caps are set correctly.
33933
33934 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33935
33936         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33937         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33938           respect minimum bitrate; same could be done for max bitrate
33939
33940 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33941
33942         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33943         (gst_vorbisenc_setup):
33944           fix sample rate range
33945
33946 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33947
33948         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33949         (gst_oggvorbisenc_setup):
33950         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33951         (gst_vorbisenc_setup):
33952           resolve ambiguities in code and description
33953
33954 2004-06-24  Wim Taymans  <wim@fluendo.com>
33955
33956         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33957         * ext/alsa/gstalsa.h:
33958         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33959         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33960         Use alsa trigger_tstamp to get the timestamp of the first
33961         sample in the buffer for more precise sync. Some cleanups.
33962
33963 2004-06-24  Wim Taymans  <wim@fluendo.com>
33964
33965         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33966         (gst_audiorate_init), (gst_audiorate_chain),
33967         (gst_audiorate_set_property), (gst_audiorate_get_property):
33968         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33969         (gst_videorate_chain):
33970         Added some logging, fixed an overflow bug in videorate.
33971
33972 2004-06-24  Benjamin Otte  <otte@gnome.org>
33973
33974         * ext/kio/Makefile.am:
33975           fix for builddir != srcdir and distcheck
33976
33977 2004-06-24  Benjamin Otte  <otte@gnome.org>
33978
33979         * gst-libs/gst/colorbalance/Makefile.am:
33980         * gst-libs/gst/mixer/Makefile.am:
33981         * gst-libs/gst/play/Makefile.am:
33982         * gst-libs/gst/tuner/Makefile.am:
33983         * gst/tcp/Makefile.am:
33984         * sys/dxr3/Makefile.am:
33985           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33986           tarball.
33987           Also add all *.list files that were missing.
33988         * Makefile.am:
33989           add a distcheck hook to ensure the above doesn't happen again.
33990
33991 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33992
33993         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33994
33995 2004-06-23  Colin Walters  <walters@redhat.com>
33996
33997         * m4/Makefile.am: Distribute gst-fionread.m4.
33998
33999 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34000
34001         * configure.ac: back to dev
34002
34003 2004-06-23  Wim Taymans  <wim@fluendo.com>
34004
34005         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34006         (gst_alsa_xrun_recovery):
34007         * ext/alsa/gstalsa.h:
34008         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
34009         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
34010         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34011         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
34012         (gst_alsa_src_loop):
34013         Add clock to alsasrc. Take new capture timestamp when
34014         restarting after an overrun. Split up some functions between
34015         alsasrc and alsasink.
34016
34017 === release 0.8.2 ===
34018
34019 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34020
34021         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34022         (gst_alsa_change_state), (gst_alsa_update_avail),
34023         (gst_alsa_xrun_recovery):
34024         * ext/alsa/gstalsa.h:
34025         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34026           merge back changes from release
34027
34028 2004-06-23  Wim Taymans  <wim@fluendo.com>
34029
34030         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
34031         (gst_audiorate_init), (gst_audiorate_chain),
34032         (gst_audiorate_set_property), (gst_audiorate_get_property):
34033         Implement sample dropping and notify
34034
34035 2004-06-22  Wim Taymans  <wim@fluendo.com>
34036
34037         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34038         (theora_enc_sink_link), (theora_buffer_from_packet),
34039         (theora_push_packet), (theora_enc_chain):
34040         Some cleanups, make sure the timestamps are correct.
34041
34042 2004-06-22  Wim Taymans  <wim@fluendo.com>
34043
34044         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
34045         (gst_alsa_change_state), (gst_alsa_update_avail),
34046         (gst_alsa_xrun_recovery):
34047         * ext/alsa/gstalsa.h:
34048         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34049         Cleanups, take queued samples into account when reporting
34050         the time.
34051
34052 2004-06-22  Wim Taymans  <wim@fluendo.com>
34053
34054         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34055         (gst_videorate_init):
34056         Initialize the property as well.
34057
34058 2004-06-22  Wim Taymans  <wim@fluendo.com>
34059
34060         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34061         (gst_videorate_init), (gst_videorate_chain),
34062         (gst_videorate_set_property), (gst_videorate_get_property):
34063         Add property to make videorate silent.
34064         Add property to prefer new frames over old ones.
34065
34066 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34067
34068         * sys/osxvideo/Makefile.am:
34069         Workaround so that the osxvideo .so file gets linked with the
34070         Cocoa, OpenGL and QuickTime frameworks
34071
34072 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34073
34074         * sys/osxaudio/Makefile.am:
34075         Workaround so that the osxaudio .so file gets linked with the
34076         CoreAudio framework
34077
34078 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34079
34080         * configure.ac:
34081         Whoops, my fault...fixed build issues
34082
34083 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34084
34085         * configure.ac:
34086         Add objective-c support if running in Darwin/Mac OS X
34087         * sys/Makefile.am:
34088         * sys/osxvideo:
34089         * sys/osxvideo/Makefile.am:
34090         * sys/osxvideo/osxvideosink.h:
34091         * sys/osxvideo/osxvideosink.m:
34092         * sys/osxvideo/cocoawindow.h:
34093         * sys/osxvideo/cocoawindow.m:
34094         Add osxvideosink, a cocoa-based osx video sink
34095
34096
34097 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
34098         * ext/dvdnav/gst-dvd:
34099         Grab the gconf key from the right spot
34100         * gst/debug/gstnavseek.c: (gst_navseek_init),
34101         (gst_navseek_segseek), (gst_navseek_handle_src_event),
34102         (gst_navseek_chain):
34103         * gst/debug/gstnavseek.h:
34104           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34105           and loop parameters of a segment seek.
34106         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34107         (gst_videotestsrc_get_event_masks),
34108         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34109         * gst/videotestsrc/gstvideotestsrc.h:
34110           Add seeking support to videotestsrc
34111           Initialise the timestamp_offset variable.
34112
34113 2004-06-18  Wim Taymans  <wim@fluendo.com>
34114
34115         * ext/sidplay/gstsiddec.cc:
34116         Fix negotiation and set correct end offset.
34117
34118 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34119
34120         * configure.ac: branch and prerelease
34121
34122 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34123
34124         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34125         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34126         (gst_tcpclientsrc_init_receive):
34127         * gst/tcp/gsttcpclientsrc.h:
34128           read caps when connecting to server for GDP so we set them correctly
34129
34130 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34131
34132         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34133           notify drops and duplicates
34134         * gst/videoscale/videoscale.c: (videoscale_get_structure):
34135           no good reason to limit ourselves to 100x100
34136
34137 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34138
34139         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34140         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34141         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34142         (gst_v4lsrc_get_property):
34143         * sys/v4l/gstv4lsrc.h:
34144         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34145         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34146         (gst_v4l_set_audio):
34147         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34148         (gst_v4lsrc_try_capture):
34149         * sys/v4l/v4lsrc_calls.h:
34150           change try_palette to more general try_capture
34151           add autoprobe option so we can turn off autoprobing
34152           various fixes
34153
34154 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34155
34156         * configure.ac:
34157           add videorate
34158         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34159         (gst_ximagesink_class_init):
34160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34161         (gst_xvimagesink_class_init):
34162           run them as finalize, not dispose, since dispose can be invoked
34163           multiple times
34164
34165 2004-06-17  Wim Taymans  <wim@fluendo.com>
34166
34167         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34168         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34169         * ext/alsa/gstalsa.h:
34170         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34171         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34172         (gst_alsa_src_change_state):
34173         * ext/alsa/gstalsasrc.h:
34174         Make the xrun code timestamp and offset the buffers correctly.
34175         moved the clock to the base class, use alsa methods to get time.
34176         Do correct timestamping on outgoing buffers.
34177
34178 2004-06-17  Wim Taymans  <wim@fluendo.com>
34179
34180         * gst/audiorate/Makefile.am:
34181         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34182         (gst_audiorate_base_init), (gst_audiorate_class_init),
34183         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34184         (gst_audiorate_set_property), (gst_audiorate_get_property),
34185         (gst_audiorate_change_state), (plugin_init):
34186         Added an audiorate converter that fills in gaps.
34187
34188 2004-06-17  Johan Dahlin  <johan@gnome.org>
34189
34190         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34191
34192 2004-06-16  Wim Taymans  <wim@fluendo.com>
34193
34194         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34195         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34196         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34197         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34198         (gst_v4lsrc_get_property):
34199         * sys/v4l/gstv4lsrc.h:
34200         Added a copy mode to v4lsrc where it will output a copied version
34201         of its internal hardware buffer.
34202         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34203         can't | them.
34204
34205 2004-06-16  Wim Taymans  <wim@fluendo.com>
34206
34207         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34208         Timestamp fixes.
34209
34210 2004-06-16  Wim Taymans  <wim@fluendo.com>
34211
34212         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34213         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34214         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34215         (gst_v4lsrc_get_property):
34216         * sys/v4l/gstv4lsrc.h:
34217         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34218         Added a sync mode enum property to control v4lsrc timestamp method
34219         Removed the use-fixed-fps property and moved functionality in
34220         the enum.
34221         Don't error on an error value from v4l-conf, it might not always
34222         be a real error.
34223
34224 2004-06-16  Wim Taymans  <wim@fluendo.com>
34225
34226         * gst/videorate/Makefile.am:
34227         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34228         (gst_videorate_base_init), (gst_videorate_class_init),
34229         (gst_videorate_getcaps), (gst_videorate_link),
34230         (gst_videorate_init), (gst_videorate_chain),
34231         (gst_videorate_set_property), (gst_videorate_get_property),
34232         (gst_videorate_change_state), (plugin_init):
34233         Added a video timestamp corrector.
34234
34235 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34236
34237         fixed a potential leak with previous commit
34238
34239         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34240
34241 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34242
34243         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34244         Added missing refcount, fixes bug #144425
34245         Cheers Tim for finding the bug
34246
34247 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34248
34249         * sys/v4l/gstv4l.c: (plugin_init):
34250         * sys/v4l/gstv4lcolorbalance.c:
34251         * sys/v4l/gstv4lcolorbalance.h:
34252         * sys/v4l/gstv4lelement.c:
34253         * sys/v4l/gstv4lelement.h:
34254         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34255         * sys/v4l/gstv4lmjpegsink.h:
34256         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34257         * sys/v4l/gstv4lmjpegsrc.h:
34258         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34259         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34260         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34261         * sys/v4l/gstv4lsrc.h:
34262         * sys/v4l/gstv4ltuner.c:
34263         * sys/v4l/gstv4ltuner.h:
34264         * sys/v4l/gstv4lxoverlay.c:
34265         * sys/v4l/gstv4lxoverlay.h:
34266         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34267         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34268         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34269         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34270         (gst_v4l_set_audio):
34271         * sys/v4l/v4l_calls.h:
34272         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34273         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34274         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34275         (gst_v4lmjpegsink_playback_init),
34276         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34277         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34278         (gst_v4lmjpegsink_playback_stop),
34279         (gst_v4lmjpegsink_playback_deinit):
34280         * sys/v4l/v4lmjpegsink_calls.h:
34281         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34282         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34283         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34284         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34285         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34286         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34287         * sys/v4l/v4lmjpegsrc_calls.h:
34288         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34289         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34290         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34291         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34292         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34293         (gst_v4lsrc_try_palette):
34294         * sys/v4l/v4lsrc_calls.h:
34295           bunch of paranoia cleanups
34296
34297 2004-06-14  David Schleef  <ds@schleef.org>
34298
34299         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34300         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34301         Send discont events and change timestamps appropriately when
34302         we get a seek event.  (bug #144240)
34303         * ext/cdparanoia/gstcdparanoia.h:
34304
34305 2004-06-14  Benjamin Otte  <otte@gnome.org>
34306
34307         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34308           snd_pcm_hw_params_set_rate  since the latter fails for no good
34309           reason on some setups.
34310
34311 2004-06-14  David Schleef  <ds@schleef.org>
34312
34313         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34314         standard.  Thank you for playing.
34315
34316 2004-06-14  Wim Taymans  <wim@fluendo.com>
34317
34318         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34319         Patch 1.3 broke the ordering of the colorspace info and
34320         made the plugin basically work by coincidence, reordered
34321         the info.
34322
34323 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34324
34325         * ext/lame/gstlame.c:
34326         * ext/mad/gstmad.c:
34327           sync caps.  Make sure mad can only output a list of rates, not
34328           a full range.  In the future, have three caps lists for each of the
34329           mpeg versions.  Change mpegversion to a double as well.
34330
34331 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34332
34333         * gst/volume/.cvsignore:
34334         * gst/volume/Makefile.am:
34335         * gst/volume/demo.c: (value_changed_callback), (idler),
34336         (setup_gui), (main):
34337           added small demo app
34338
34339 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34340         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34341         * ext/esd/esdsink.h:
34342         Close the esd connection on pause, because esd will just wait -
34343         blocking all other esd clients indefinitely.
34344
34345 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34346
34347         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34348           previous commit with GST_DEBUG
34349
34350 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34351
34352         * configure.ac:
34353           add a header check for a dvdread header in dvdnav.  Fixes #133002
34354
34355 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34356
34357         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34358         * gst/tcp/gsttcpclientsink.h:
34359         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34360         * gst/tcp/gsttcpclientsrc.h:
34361         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34362         (gst_tcpserversink_handle_server_read),
34363         (gst_tcpserversink_init_send):
34364         * gst/tcp/gsttcpserversink.h:
34365         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34366         * gst/tcp/gsttcpserversrc.h:
34367         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34368         version of IP)
34369
34370 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34371
34372         * configure.ac:
34373         Added ogg library so that OSX detects libtheora properly
34374
34375 2004-06-11  Wim Taymans  <wim@fluendo.com>
34376
34377         * ext/theora/theoradec.c: (theora_dec_chain),
34378         (theora_dec_change_state):
34379         Don't try to decode frames before we received a keyframe.
34380
34381 2004-06-11  Wim Taymans  <wim@fluendo.com>
34382
34383         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34384         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34385         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34386         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34387         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34388         Added property to set the maximum delay of a page.
34389
34390 2004-06-10  Wim Taymans  <wim@fluendo.com>
34391
34392         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34393         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34394         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34395         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34396         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34397         Added max-delay property to control the maximum amount
34398         of data to put in one page.
34399
34400 2004-06-10  Wim Taymans  <wim@fluendo.com>
34401
34402         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34403         (gst_theora_enc_init), (theora_enc_sink_link),
34404         (theora_buffer_from_packet), (theora_enc_set_property),
34405         (theora_enc_get_property):
34406         Set duration on encoded buffer, added some more properties
34407
34408 2004-06-10  Wim Taymans  <wim@fluendo.com>
34409
34410         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34411         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34412         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34413         * ext/theora/theoraenc.c: (theora_enc_chain):
34414         Fix refcounting bugs
34415
34416 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34417
34418         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34419         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34420         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34421         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34422         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34423         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34424         (gst_asf_demux_change_state):
34425         * gst/asfdemux/gstasfdemux.h:
34426           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34427           feels like. I think we should set a new requirement for demuxers
34428           from now on to implement sane loop functions, data loops, query
34429           and seek functions before first commit into CVS. And this commit
34430           fixes all of the above.
34431
34432 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34433
34434         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34435           vorbis comments are properly encoded in UTF-8 before adding them
34436           to a GstTagList
34437
34438 2004-06-09  Benjamin Otte  <otte@gnome.org>
34439
34440         * ext/alsa/gstalsa.c: (add_channels):
34441           handle min <= max correctly
34442         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34443         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34444           add fixation functions so we fixate correctly. No preferring of alaw
34445           anymore because it's the first structure.
34446         * ext/alsa/gstalsa.h:
34447         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34448         (gst_alsa_hw_params_dump):
34449           add functions to ease debugging in alsalib
34450         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34451         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34452         (gst_alsa_start_audio):
34453           only specify hw params if we really setup a format (fixes #134007 -
34454           or at least works around it)
34455
34456 2004-06-09  Wim Taymans  <wim@fluendo.com>
34457
34458         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34459         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34460         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34461         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34462         (gst_ogg_mux_loop):
34463         Use stream caps to setup the initial pages in the ogg stream.
34464         Correctly set the streamheader caps on the srcpad.
34465
34466 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34467
34468         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34469         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34470         (gst_v4lsrc_getcaps):
34471         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34472         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34473           add querying of fps lists for webcams.  Negotiating to a framerate
34474           now works.
34475
34476 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34477
34478         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34479         (theora_push_buffer), (theora_push_packet),
34480         (theora_set_header_on_caps), (theora_enc_chain):
34481           mark buffers and put on streamheader, raw theora streaming
34482           now works too, whee
34483
34484 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34485
34486         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34487         (gst_tcp_gdp_read_caps):
34488           do a looping read for caps and GDP headers too
34489
34490 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34491
34492         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34493         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34494           return EOS instead of NULL in _get
34495
34496 2004-06-08  Wim Taymans  <wim@fluendo.com>
34497
34498         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34499         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34500         (gst_tcp_gdp_write_caps):
34501         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34502         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34503         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34504         Memory leak fixes
34505
34506 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34507
34508         * ext/vorbis/Makefile.am:
34509         * ext/vorbis/vorbis.c: (plugin_init):
34510         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34511         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34512         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34513         (vorbis_parse_change_state):
34514         * ext/vorbis/vorbisparse.h:
34515           adding a vorbisparse element that marks the buffers, streaming
34516           raw vorbis using GDP now works, whee
34517
34518 2004-06-08  Wim Taymans  <wim@fluendo.com>
34519
34520         * ext/jpeg/Makefile.am:
34521         * ext/jpeg/README:
34522         * ext/jpeg/gstjpeg.c: (plugin_init):
34523         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34524         (gst_smokedec_base_init), (gst_smokedec_class_init),
34525         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34526         * ext/jpeg/gstsmokedec.h:
34527         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34528         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34529         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34530         (gst_smokeenc_resync), (gst_smokeenc_chain),
34531         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34532         * ext/jpeg/gstsmokeenc.h:
34533         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34534         (smokecodec_flush_destination), (smokecodec_term_destination),
34535         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34536         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34537         (smokecodec_term_source), (smokecodec_encode_new),
34538         (smokecodec_decode_new), (smokecodec_info_free),
34539         (smokecodec_set_quality), (smokecodec_get_quality),
34540         (smokecodec_set_threshold), (smokecodec_get_threshold),
34541         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34542         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34543         (smokecodec_parse_header), (smokecodec_decode):
34544         * ext/jpeg/smokecodec.h:
34545         Added a new simple jpeg based codec
34546
34547 2004-06-08  Wim Taymans  <wim@fluendo.com>
34548
34549         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34550         (gst_multipart_mux_loop):
34551         Fix memory leak
34552
34553 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34554
34555         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34556         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34557         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34558         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34559         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34560         * gst/tcp/gsttcpserversink.h:
34561           take streamheader into account
34562
34563 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34564
34565         * gst/level/Makefile.am:
34566         * gst/level/gstlevel.c: (gst_level_class_init):
34567           clean up marshal generation
34568
34569 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34570
34571         * gst/tcp/Makefile.am:
34572         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34573         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34574         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34575         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34576         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34577         (gst_tcpclientsrc_get_property):
34578         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34579         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34580         (gst_tcpserversink_handle_client_read),
34581         (gst_tcpserversink_handle_client_write),
34582         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34583         * gst/tcp/gsttcpserversink.h:
34584           add signals client-added and client-removed
34585         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34586         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34587         (gst_tcpserversrc_get_property):
34588         uniformized, change default protocol to NONE
34589         * gst/tcp/gsttcp-marshal.list: added
34590 2004-06-07  Benjamin Otte  <otte@gnome.org>
34591
34592         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34593           handle discont events if they happen before caps nego
34594
34595 2004-06-07  Wim Taymans  <wim@fluendo.com>
34596
34597         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34598         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34599         (gst_multipart_demux_plugin_init):
34600         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34601         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34602         (gst_multipart_mux_change_state):
34603         Small updates, fix a memleak
34604
34605 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34606
34607         * configure.ac: OSS portability
34608         * ext/arts/gst_arts.c: idem
34609         * sys/oss/gstosselement.c: idem
34610         * sys/oss/gstossmixer.c: idem
34611         * sys/oss/gstosssink.c: idem
34612         * sys/oss/gstosssrc.c: idem
34613         * sys/oss/oss_probe.c: idem
34614           - check for soundcard.h in different places for some BSD
34615
34616 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34617
34618         * AUTHORS:
34619         Add me to the authors file
34620         * configure.ac:
34621         Increase the libdv requirement to >= version 0.100
34622         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34623         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34624         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34625         * ext/dv/gstdvdec.h:
34626         Add support for the new_media flag when sending DISCONT events
34627         Make the querying work when video pad is not linked
34628
34629 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34630
34631         reviewed by Benjamin Otte  <otte@gnome.org>
34632
34633         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34634           create a NULL-initialized array of pads, so we don't think they
34635           exist already. (fixes #143130)
34636
34637 2004-06-07  Benjamin Otte  <otte@gnome.org>
34638
34639         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34640         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34641         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34642           don't use // coments
34643
34644 2004-06-07  Benjamin Otte  <otte@gnome.org>
34645
34646         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34647           cast to GstClockTime to get higher granularity
34648         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34649           use gst_element_set_time_delay to get the exact time
34650         * ext/mad/gstmad.c: (gst_mad_chain):
34651           use the negotiated rate instead of the current frame's rate which
34652           might be wrong because of bit errors. This avoids emitting totally
34653           bogus timestamps and screwing sync.
34654         (fixes #143454)
34655
34656 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34657
34658         reviewed by Benjamin Otte  <otte@gnome.org>
34659
34660         * gst/adder/gstadder.c: (gst_adder_loop):
34661           properly error out when no negotiation has happened yet. (fixes
34662           #143032)
34663
34664 2004-06-06  Benjamin Otte  <otte@gnome.org>
34665
34666         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34667           forward correctly transformed offset in discont events. Based on
34668           patch by Arwed v. Merkatz. (fixes #142851)
34669
34670 2004-06-06  David Schleef  <ds@schleef.org>
34671
34672         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34673         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34674         problems on several systems.
34675
34676 2004-06-06  Benjamin Otte  <otte@gnome.org>
34677
34678         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34679           use explicit caps on the srcpad
34680         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34681           properly error out if caps couldn't be set (fixes #142764)
34682
34683 2004-06-06  Benjamin Otte  <otte@gnome.org>
34684
34685         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34686         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34687         (gst_alsa_start_audio):
34688           - don't call set_periods_integer anymore, it breaks the
34689           configuration randomly
34690           - call snd_pcm_hw_params_set_access directly instead of using masks
34691           - don't fail if the sw_params can't be set, just use the default
34692           params and hope it works. Alsalib has weird issues when you touch
34693           sw_params and does no proper error reporting about what failed.
34694         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34695         (gst_alsa_close_audio):
34696           make our alsa debugging go via gst debugging and not conditionally
34697           defined
34698         * ext/alsa/gstalsa.h:
34699           add ALSA_DEBUG_FLUSH macro
34700         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34701         (plugin_init):
34702           wrap alsa errors to be printed via the gst debugging system and not
34703           spammed to stderr
34704
34705 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34706
34707         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34708         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34709         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34710         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34711         (qtdemux_parse_trak):
34712         * gst/qtdemux/qtdemux.h:
34713           Bitch. Also known as seeking, querying & co.
34714         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34715         (gst_osssink_change_state):
34716         * sys/oss/gstosssink.h:
34717           Resyncing is for weenies, this hack is no longer needed and was
34718           broken anyway (since it - unintendedly - always leaves resync to
34719           TRUE).
34720
34721 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34722
34723         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34724         * gst/tcp/gsttcpclientsrc.h: idem
34725           - define MSG_NOSIGNAL if not done
34726           - include unistd.h for off_t
34727           (fixes #143749)
34728
34729 2004-06-05  Benjamin Otte  <otte@gnome.org>
34730
34731         * configure.ac:
34732         * ext/kio/Makefile.am:
34733           check for qt's moc preprocessor explicitly and use it
34734
34735 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34736
34737         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34738           don't get a signal for EPIPE on socket writes
34739           (somebody check if this works on other platforms)
34740
34741 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34742
34743         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34744         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34745           check error condition on available samples correctly
34746
34747 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34748
34749         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34750           avoid a segfault
34751         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34752         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34753         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34754         (gst_tcpserversrc_gdp_read_header):
34755          use ssize_t over size_t since the former is signed and thus the
34756          check for error codes can work
34757
34758 2004-06-02  Wim Taymans  <wim@fluendo.com>
34759
34760         reviewed by: Johan
34761
34762         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34763         (gst_multipart_mux_loop):
34764         Oops
34765
34766 2004-06-02  Wim Taymans  <wim@fluendo.com>
34767
34768         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34769         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34770         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34771         (gst_multipart_mux_change_state):
34772         Added configurable boundary specifier, added the value as a
34773         caps field as well.
34774
34775 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34776
34777         * gst/tcp/gsttcp.c:
34778         * gst/tcp/gsttcpclientsrc.c:
34779         * gst/tcp/gsttcpclientsrc.h:
34780         * gst/tcp/gsttcpserversrc.c:
34781           - portability fix, to compile on OSX
34782             (fixes #143146)
34783
34784         * sys/osxaudio/gstosxaudioelement.c:
34785         * sys/osxaudio/gstosxaudiosink.c:
34786         * sys/osxaudio/gstosxaudiosrc.c:
34787           - compilation warnings on OSX
34788             (fixes #143153)
34789
34790 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34791
34792         * ext/vorbis/vorbisdec.c : sign warning fixes
34793
34794         * gst-libs/gst/mixer/mixertrack.c :
34795           do no use defines which are glib 2.4 specific
34796
34797 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34798
34799         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34800           buffer since libflac doesn't expect it (reports a sync error when
34801           it encounters that)
34802
34803
34804 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34805
34806         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34807         * gst-libs/gst/mixer/mixertrack.c:
34808         (gst_mixer_track_get_property), (get_mixer_track_init),
34809         (get_mixer_track_get_property): Added property accessors
34810         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34811         * gst-libs/gst/mixer/mixeroptions.c:
34812         (gst_mixer_options_get_values): Added
34813         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34814         * gst-libs/gst/mixer/mixer.c: Fixed comment
34815
34816
34817 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34818
34819         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34820           improve error messages on open
34821
34822
34823 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34824
34825         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34826           check if v4l-conf is in path
34827
34828 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34829
34830         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34831           change assert to a more readable error message
34832
34833 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34834
34835         * gst-libs/gst/tuner/tunerchannel.h:
34836           - add a freq_multiplicator field to make the conversion
34837             between internal frequency unit and Hz
34838         * sys/v4l/gstv4lelement.c:
34839         * sys/v4l2/gstv4l2element.c:
34840           - change default video device to /dev/video0
34841         * sys/v4l/v4l_calls.c:
34842         * sys/v4l2/v4l2_calls.c:
34843           - we only expose frequency to the user in Hz instead of
34844             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34845
34846 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34847         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34848           Initialise b_o_s and e_o_s variables
34849         * gst-libs/gst/riff/riff-media.c:
34850         (gst_riff_create_video_caps_with_data):
34851           Add some unusual fourcc's from mplayer avi's
34852         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34853           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34854           autoplugging.
34855
34856 2004-05-28  Wim Taymans  <wim@fluendo.com>
34857
34858         * configure.ac:
34859         * gst/alpha/Makefile.am:
34860         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34861         (gst_alpha_get_type), (gst_alpha_base_init),
34862         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34863         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34864         (gst_alpha_chroma_key), (gst_alpha_chain),
34865         (gst_alpha_change_state), (plugin_init):
34866         A plugin to add an alpha channel to I420 video. Can optionally do
34867         chroma keying.
34868         * gst/multipart/Makefile.am:
34869         * gst/multipart/multipart.c: (plugin_init):
34870         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34871         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34872         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34873         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34874         (gst_multipart_demux_change_state),
34875         (gst_multipart_demux_plugin_init):
34876         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34877         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34878         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34879         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34880         (gst_multipart_mux_pad_unlink),
34881         (gst_multipart_mux_request_new_pad),
34882         (gst_multipart_mux_handle_src_event),
34883         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34884         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34885         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34886         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34887         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34888         send multipart jpeg images to a browser.
34889         * gst/videobox/Makefile.am:
34890         * gst/videobox/README:
34891         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34892         (gst_video_box_get_type), (gst_video_box_base_init),
34893         (gst_video_box_class_init), (gst_video_box_init),
34894         (gst_video_box_set_property), (gst_video_box_get_property),
34895         (gst_video_box_sink_link), (gst_video_box_i420),
34896         (gst_video_box_ayuv), (gst_video_box_chain),
34897         (gst_video_box_change_state), (plugin_init):
34898         Crops or adds borders around an image. can do alpha channel
34899         borders as well.
34900         * gst/videomixer/Makefile.am:
34901         * gst/videomixer/README:
34902         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34903         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34904         (gst_videomixer_pad_get_sink_event_masks),
34905         (gst_videomixer_pad_get_property),
34906         (gst_videomixer_pad_set_property),
34907         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34908         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34909         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34910         (gst_videomixer_base_init), (gst_videomixer_class_init),
34911         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34912         (gst_videomixer_handle_src_event),
34913         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34914         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34915         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34916         (gst_videomixer_loop), (gst_videomixer_get_property),
34917         (gst_videomixer_set_property), (gst_videomixer_change_state),
34918         (plugin_init):
34919         Generic video mixer plugin, can handle multiple inputs all with
34920         different framerates and video sizes. Is fully alpha channel
34921         aware.
34922
34923 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34924
34925         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34926           Select first track as master track. Not sure how else to handle
34927           that...
34928         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34929           Discard discont events. Should fix #142962.
34930
34931 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34932
34933         * ext/alsa/Makefile.am:
34934         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34935         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34936         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34937         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34938         (gst_alsa_mixer_get_option):
34939         * ext/alsa/gstalsamixer.h:
34940         * ext/alsa/gstalsamixeroptions.c:
34941         (gst_alsa_mixer_options_get_type),
34942         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34943         (gst_alsa_mixer_options_new):
34944         * ext/alsa/gstalsamixeroptions.h:
34945         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34946         * ext/alsa/gstalsamixertrack.h:
34947           Add enumerations (as GstMixerOptions). Make correct distinction
34948           between input/output tracks. Add capture/playback private flag.
34949           Use flag to decide on whether to set capture or playback volumes
34950           or switches. Use playback and record switches.
34951         * gst-libs/gst/mixer/Makefile.am:
34952         * gst-libs/gst/mixer/mixer-marshal.list:
34953         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34954         (gst_mixer_set_option), (gst_mixer_get_option),
34955         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34956         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34957         * gst-libs/gst/mixer/mixer.h:
34958         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34959         (gst_mixer_options_class_init), (gst_mixer_options_init),
34960         (gst_mixer_options_dispose):
34961         * gst-libs/gst/mixer/mixeroptions.h:
34962           Add GstMixerOptions.
34963         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34964           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34965           broken device detection on computers with multiple OSS sound
34966           cards.
34967
34968 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34969
34970         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34971           fixate nicely even when the peer is not negotiating
34972
34973 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34974
34975         * gst/audioconvert/gstaudioconvert.c:
34976         (gst_audio_convert_parse_caps):
34977           make sure we don't allow depth > width
34978         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34979           fixate endianness to G_BYTE_ORDER as default
34980         * gst/audioscale/gstaudioscale.c:
34981           we don't handle another endianness as host-endianness
34982
34983 2004-05-25  David Schleef  <ds@schleef.org>
34984
34985         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34986
34987 2004-05-24  Benjamin Otte  <otte@gnome.org>
34988
34989         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34990         (gst_oggvorbisenc_setup):
34991           properly fail when we can't setup the vorbis encoder due to
34992           unsupported settings
34993         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34994         (gst_vorbisenc_setup):
34995           same
34996         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34997           fix case where warnings occured when one pad was unlinked while the
34998           other's link function was called
34999
35000 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
35001
35002         * gst/tcp/Makefile.am:
35003           use GST_ENABLE_NEW
35004
35005 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35006
35007         * gst-libs/gst/resample/private.h:
35008           don't use optimizations that are #if 0'ed
35009
35010 2004-05-24  Wim Taymans  <wim@fluendo.com>
35011
35012         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
35013         Fix potential division by zero error and hopefully get
35014         the position query right to get correct timestamps on avi
35015         audio.
35016
35017 2004-05-24  Wim Taymans  <wim@fluendo.com>
35018
35019         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
35020         (gst_videoscale_scale_nearest_str2),
35021         (gst_videoscale_scale_nearest_str4),
35022         (gst_videoscale_scale_nearest_32bit),
35023         (gst_videoscale_scale_nearest_24bit),
35024         (gst_videoscale_scale_nearest_16bit):
35025         Fix the scaling algorithm and avoid a buffer overflow.
35026         removed the while loop in the scaling function as it
35027         was used for point sampling only.
35028
35029 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35030
35031         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35032         (gst_id3_tag_class_init), (gst_id3_tag_init),
35033         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
35034         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
35035         (gst_id3_tag_send_tag_event):
35036           lots of fixes to make id3mux work and id3demux work correctly
35037
35038 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35039
35040         * ext/Makefile.am:
35041           add rules to build shout2send (was removed by accident
35042           when this module was no more marked experimental/broken)
35043
35044 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35045
35046         * ext/shout2/gstshout2.c:
35047         * ext/shout2/gstshout2.h:
35048           adding a "connection problem" signal to shout2send
35049           (fixes #142954)
35050
35051 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35052
35053         * ext/kio/kioreceiver.cpp:
35054         * ext/kio/kioreceiver.h:
35055           fix sign comparison issues
35056
35057 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35058
35059         * gst/cdxaparse/gstcdxaparse.c:
35060         * gst/cdxaparse/gstcdxaparse.h:
35061           some renaming
35062           add some checks/sanity
35063           prepare for seek addition
35064
35065         * sys/sunaudio/gstsunaudio.c:
35066           remove exported dupe init function
35067
35068 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
35069
35070         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
35071         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
35072           Fix format conversion and position querying.
35073         * gst/debug/progressreport.c: (gst_progressreport_report):
35074           Don't output a bogus total value that we didn't query.
35075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35076           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
35077           only a blank window after xine has been used.
35078
35079 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
35080
35081         * m4/as-arts.m4:
35082           sync with upstream version to fix test on FC2
35083           readd with -ko to preserve Id header
35084
35085 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35086
35087         * configure.ac:
35088           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
35089         * gst/tcp/gsttcpclientsrc.c: idem
35090         * gst/tcp/gsttcpserversink.c: idem
35091         * gst/tcp/gsttcpserversrc.c: idem
35092         * m4/gst-fionread.m4: idem
35093
35094         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35095
35096         * configure.ac: enable speex plugin for speex 1.1.5+
35097         * ext/speex/gstspeexenc.c: fix cast warning
35098
35099         * ext/esd/README: fix typo
35100
35101 2004-05-20  David Schleef  <ds@schleef.org>
35102
35103         * configure.ac: Minor cosmetic change to convince the buildbot to
35104         reautogen.
35105         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35106         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35107         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35108         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35109         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35110         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35111         More hacking.  Plays audio now.
35112
35113 2004-05-20  David Schleef  <ds@schleef.org>
35114
35115         * configure.ac:
35116         * sys/Makefile.am:
35117
35118 2004-05-20  David Schleef  <ds@schleef.org>
35119
35120         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
35121         * sys/osxaudio/gstosxaudio.c:
35122         * sys/osxaudio/gstosxaudioelement.c:
35123         * sys/osxaudio/gstosxaudioelement.h:
35124         * sys/osxaudio/gstosxaudiosink.c:
35125         * sys/osxaudio/gstosxaudiosink.h:
35126         * sys/osxaudio/gstosxaudiosrc.c:
35127         * sys/osxaudio/gstosxaudiosrc.h:
35128
35129 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35130
35131         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35132         (gst_vorbisenc_chain):
35133           put the codec headers on the caps as streamheader as well as
35134           pushing them out
35135
35136 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35137
35138         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35139         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35140         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35141         split up push_packet into two functions
35142
35143 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35144
35145         * gst/tcp/.cvsignore:
35146           ignore enums
35147         * gst/tcp/Makefile.am:
35148         * gst/tcp/README:
35149         * gst/tcp/gsttcp.c:
35150         * gst/tcp/gsttcp.h:
35151         * gst/tcp/gsttcpclientsink.c:
35152         * gst/tcp/gsttcpclientsink.h:
35153         * gst/tcp/gsttcpclientsrc.c:
35154         * gst/tcp/gsttcpclientsrc.h:
35155         * gst/tcp/gsttcpplugin.c:
35156         * gst/tcp/gsttcpserversink.c:
35157         * gst/tcp/gsttcpserversink.h:
35158         * gst/tcp/gsttcpserversrc.c:
35159         * gst/tcp/gsttcpserversrc.h:
35160           add new tcp elements
35161
35162 2004-05-19  Wim Taymans  <wim@fluendo.com>
35163
35164         * gst/law/mulaw-conversion.c: (mulaw_encode):
35165         Fix overflow bug in ulaw encoding.
35166
35167 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35168
35169         * ext/mad/gstmad.c: (gst_mad_handle_event):
35170           don't unref the event twice
35171
35172 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35173
35174         * configure.ac:
35175           remove -Wno-sign-compare
35176
35177 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35178
35179         * configure.ac:
35180           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35181           if you want to work against glib 2.2 and 2.4
35182
35183 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35184
35185         * gst/tcp/Makefile.am:
35186         * gst/tcp/gsttcp.c:
35187         * gst/tcp/gsttcp.h:
35188         * gst/tcp/gsttcpsink.h:
35189         * gst/tcp/gsttcpsrc.h:
35190           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35191
35192 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35193
35194         * gst/debug/tests.c: (md5_get_value):
35195           fix segfault on gst-inspect
35196
35197 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35198
35199         * gst/debug/testplugin.c:
35200         * gst/debug/tests.c:
35201         * gst/debug/tests.h:
35202           add new extensible and configurable testing element. Current tests
35203           include buffer count, stream length, timestamp/duration matching and
35204           md5.
35205         * gst/debug/Makefile.am:
35206         * gst/debug/gstdebug.c: (plugin_init):
35207           add infrastructure for new element
35208
35209 2004-05-19  Johan Dahlin  <johan@gnome.org>
35210
35211         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35212         ending of the array. Fixes gst-inspect segfault on ppc.
35213
35214 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35215
35216         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35217
35218         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35219
35220 2004-05-18  David Schleef  <ds@schleef.org>
35221
35222         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35223         warnings (bugs, actually) noticed by gcc but not forte.
35224
35225 2004-05-18  David Schleef  <ds@schleef.org>
35226
35227         * sys/sunaudio/Makefile.am:
35228         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35229
35230 2004-05-18  David Schleef  <ds@schleef.org>
35231
35232         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35233         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35234         to allow qtdemux to use non-seekable streams. (bug #142272)
35235
35236 2004-05-18  David Schleef  <ds@schleef.org>
35237
35238         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35239         (gst_resample_sinc_ft_float): Remove use of static temporary
35240         buffer.  This code was obviously not supposed to last long, but
35241         it's stuck in our ABI, so it required a little hack to make it
35242         ABI-compatible.  Fixes #142585.
35243         * gst-libs/gst/resample/resample.h: same.
35244
35245 2004-05-18  David Schleef  <ds@schleef.org>
35246
35247         * configure.ac: Add sunaudio
35248         * examples/Makefile.am: make gstplay depend on gconf
35249         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35250         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35251         (convert_table_lookup), (img_convert): remove c99-isms
35252         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35253           unsigned, to fix a warning on Solaris
35254         * gst/mpeg1sys/systems.c: bcopy->memcpy
35255         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35256         * sys/Makefile.am: Add sunaudio
35257
35258 2004-05-18  Wim Taymans  <wim@fluendo.com>
35259
35260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35261         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35262         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35263         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35264         (gst_ogg_mux_loop):
35265         Fix an ugly memleak where the muxer didn't flush enough ogg
35266         pages. This also resulted in badly muxed ogg files.
35267
35268 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35269
35270         * gst/asfdemux/asfheaders.c :
35271         * gst/asfdemux/asfheaders.h :
35272         * gst/asfdemux/gstasfdemux.c :
35273           - fix ASF_OBJ_PADDING guid
35274           - add 3 new object guids (language list, metadata,
35275             extended stream properties)
35276           - add a function to parse extended header objects
35277
35278 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35279
35280         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35281           remove leftover debugging g_print
35282
35283 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35284
35285         * ext/mad/gstmad.c: (gst_mad_handle_event):
35286           Fix for when the first format in a discont event is not a
35287           byte-based one. Should fix #137710.
35288
35289 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35290
35291         * m4/a52.m4 : fix compilation with -Wall -Werror
35292         * m4/libfame.m4 : idem
35293         * m4/libmikmod.m4 : idem
35294
35295 2004-05-17  Benjamin Otte  <otte@gnome.org>
35296
35297         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35298           signal the new tags before giving up the reference
35299
35300 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35301
35302         * ext/shout2/gstshout2.c:
35303           use application/ogg instead of application/x-ogg (patch by Patrick
35304           Guimond, fixes #142432)
35305         * sys/oss/gstosselement.c: (gst_osselement_reset),
35306         (gst_osselement_sync_parms):
35307           don't set fragment size unless specified (fixes #142493)
35308
35309 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35310
35311         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35312           fixes #142664
35313
35314 2004-05-17  Benjamin Otte  <otte@gnome.org>
35315
35316         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35317           compute offsets correctly for internal buffers so timestamps are set
35318           correctly when we can't seek. Also handle cases where there are no
35319           offsets. (based on a patch by David Moore, fixes #142507)
35320
35321 2004-05-17  Benjamin Otte  <otte@gnome.org>
35322
35323         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35324           use correct variable when determining amount of data to skip so we
35325           don't skip into the void and segfault
35326
35327 2004-05-16  Benjamin Otte  <otte@gnome.org>
35328
35329         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35330           Hi, I'm a memleak
35331
35332 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35333
35334         * gst/asfdemux/gstasfdemux.c:
35335           - fix a mem leak and always propagate tags
35336           - add WMV3 to known video codecs (but no decoder yet)
35337           - replace "surplus data" at end of audio header for what
35338             it is : codec specific data
35339           - fix a typo
35340
35341 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35342
35343         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35344
35345         * gst-libs/gst/audio/audioclock.c:
35346           Fix wrong return type (#142205).
35347
35348 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35349
35350         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35351           Ignore CRCs by default (fixes #142566).
35352
35353 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35354
35355         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35356         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35357         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35358         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35359         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35360         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35361           Fix for cases where we fail to attach to a mixer.
35362
35363 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35364
35365         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35366           Don't touch events after not owning them anymore.
35367         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35368         (gst_wavparse_fmt), (gst_wavparse_other),
35369         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35370         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35371         (gst_wavparse_srcpad_event):
35372         * gst/wavparse/gstwavparse.h:
35373           Add seeking, fix querying.
35374
35375 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35376
35377         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35378           - process comments even if they don't end with \0\0
35379             g_convert would ignore them if present and works well without them
35380
35381 2004-05-16  Benjamin Otte  <otte@gnome.org>
35382
35383         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35384           simplify caps
35385
35386 2004-05-16  Benjamin Otte  <otte@gnome.org>
35387
35388         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35389           don't write to memory we might not write to - g_convert does that
35390           for us anyway (fixes #142613)
35391         (gst_asf_demux_audio_caps):
35392           comment out gst_util_dump_mem
35393
35394 2004-05-16  Benjamin Otte  <otte@gnome.org>
35395
35396         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35397           compute correct expected timestamps after seek (broken since
35398           last commit)
35399         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35400           rename element and debugging category to gdkpixbufscale
35401
35402 2004-05-16  Benjamin Otte  <otte@gnome.org>
35403
35404         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35405           add error checking to snd_pcm_delay and remove duplicate call to
35406           snd_pcm_delay that caused issues (see inline code comments)
35407         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35408           make more readable and fix return value when snd_pcm_delay fails
35409         (fixes #142586)
35410
35411 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35412         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35413         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35414         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35415         (gst_pixbufscale_link), (gst_pixbufscale_init),
35416         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35417         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35418         (gst_pixbufscale_get_property), (pixbufscale_init):
35419         * ext/gdk_pixbuf/pixbufscale.h:
35420         Add these files I forgot earlier
35421
35422 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35423         * ext/gdk_pixbuf/Makefile.am:
35424         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35425         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35426         Add new pixbufscale element to scale RGB video
35427         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35428         and HYPER interpolation correctly.
35429         * ext/theora/theoraenc.c: (theora_enc_chain),
35430         Discard buffer and return if explicit caps could not be set
35431         (theora_enc_get_property):
35432         Make _get return kbps for the bitrate consistent with
35433         the _set function.
35434
35435
35436 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35437
35438         * ext/libvisual/visual.c: (gst_visual_chain):
35439           add missing visual_audio_analyze
35440
35441 2004-05-14  David Schleef  <ds@schleef.org>
35442
35443         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35444         is killed while we're playing.
35445         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35446         gst_element_no_more_pads().
35447
35448 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35449
35450         * gst-libs/gst/riff/riff-read.c :
35451           - fix INFO tag extraction in RIFF/AVI files
35452             because gst_event_unref (event) also freed taglist
35453           - avoid a mem leak
35454
35455 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35456
35457         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35458         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35459
35460         * gst/auparse/gstauparse.c :
35461           - add code (commented for now) to support audio/x-adpcm on src pad
35462             (we have no decoder for those layout yet)
35463
35464         * gst/cdxaparse/gstcdxaparse.c :
35465         * gst/cdxaparse/gstcdxaparse.h :
35466           - partial rewrite using RiffRead (ripped iain's wavparse code)
35467
35468         * gst/rtp/gstrtpL16enc.c : typo
35469         * gst/rtp/gstrtpgsmenc.c : typo
35470
35471 2004-05-13  Benjamin Otte  <otte@gnome.org>
35472
35473         * configure.ac:
35474           check for exact version of libvisual, it's not supposed to be
35475           API/ABI stable yet
35476
35477 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35478
35479         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35480           signal no-more-pads
35481
35482 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35483
35484         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35485         Report which format was used for GST_FORMAT_DEFAULT
35486         * gst/debug/Makefile.am:
35487         * gst/debug/gstdebug.c: (plugin_init):
35488         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35489         (gst_progressreport_class_init), (gst_progressreport_init),
35490         (gst_progressreport_report), (gst_progressreport_set_property),
35491         (gst_progressreport_get_property), (gst_progressreport_chain),
35492         (gst_progressreport_plugin_init):
35493         Add progressreport element for testing.
35494
35495 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35496
35497         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35498         * sys/v4l/gstv4lsrc.h:
35499         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35500         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35501         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35502         (gst_v4lsrc_grab_frame):
35503           add more debugging
35504           send a discont at start
35505
35506 2004-05-12  Colin Walters  <walters@redhat.com>
35507
35508         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35509         inflooping if we can't find a chunk.  Or in other words, don't blow
35510         chunks if we don't have a chunk to blow.
35511
35512 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35513         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35514         Remove old debug output
35515         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35516         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35517         (gst_dvdec_set_property), (gst_dvdec_get_property):
35518         Change the quality setting to an enum, so it works from gst-launch
35519         Don't renegotiate a non-linked pad. Allows audio only decoding.
35520         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35521         (gst_deinterlace_link), (gst_deinterlace_init):
35522         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35523         (gst_videodrop_link):
35524         Some caps negotiation fixes
35525
35526 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35527
35528         * ext/tarkin/gsttarkin.c :
35529           - Change RANK from NONE to PRIMARY
35530         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35531           - Change RANK from NONE to MARGINAL
35532         * ext/divx/gstdivxenc.c :
35533           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35534
35535 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35536
35537         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35538         (gst_vorbisenc_push_packet):
35539           copy a function that was added between 1.0 and 1.0.1 until we
35540           depend on worthwhile features of post-1.0
35541
35542 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35543
35544         * configure.ac:
35545           enable shout2 by default
35546         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35547         (gst_shout2send_base_init), (gst_shout2send_init),
35548         (gst_shout2send_connect), (gst_shout2send_change_state):
35549         * ext/shout2/gstshout2.h:
35550           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35551           #142262)
35552         * ext/theora/theora.c: (plugin_init):
35553           don't set rank on encoders
35554
35555 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35556
35557         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35558           Use codec_data property instead of flag1 and flag2 for wma
35559
35560 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35561
35562         * gst/cdxaparse/gstcdxaparse.c :
35563           - Add mpegversion to CAPS to make it link
35564           - Rank is as GST_RANK_SECONDARY instead of NONE
35565         * gst/auparse/gstauparse.c :
35566           - Document all audio encoding we can encounter from Solaris 9
35567             headers and libsndfile information.
35568           - Increase max. rate from 48000 to 192000 (to match other elements)
35569           - Don't try to play junk data between header and samples
35570
35571 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35572
35573         * ext/libvisual/visual.c: (gst_visual_getcaps):
35574           use the right caps depending on endianness (I hope)
35575         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35576           use GST_RANK_NONE for all non-decoding elements or spider gets
35577           mighty confused
35578
35579 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35580
35581         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35582           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35583
35584 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35585
35586         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35587         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35588         (gst_switch_loop), (gst_switch_get_type):
35589           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35590           HEADERS. Had to be said.
35591
35592 2004-05-10  David Schleef  <ds@schleef.org>
35593
35594         * configure.ac: Add prototype Dirac support.
35595         * ext/Makefile.am:
35596         * ext/dirac/Makefile.am:
35597         * ext/dirac/gstdirac.cc:
35598         * ext/dirac/gstdiracdec.cc:
35599
35600 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35601
35602         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35603         (gst_auparse_init), (gst_auparse_chain),
35604         (gst_auparse_change_state):
35605           Hack around spider. Remove me some day please.
35606
35607 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35608
35609         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35610           Fix for some uninitialized variables in previous patch, also
35611           makes it work. Fixes #142286 while we're at it.
35612
35613 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35614
35615         * gst/auparse/gstauparse.c:
35616                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35617                 only unsupported formats are ADPCM/CCITT G.72x
35618                 reviewed by Ronald
35619         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35620
35621 2004-05-10  Wim Taymans  <wim@fluendo.com>
35622
35623         * ext/vorbis/Makefile.am:
35624         * ext/vorbis/README:
35625         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35626         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35627         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35628         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35629         (gst_oggvorbisenc_convert_sink),
35630         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35631         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35632         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35633         (get_constraints_string), (update_start_message),
35634         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35635         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35636         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35637         * ext/vorbis/oggvorbisenc.h:
35638         * ext/vorbis/vorbis.c: (plugin_init):
35639         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35640         (raw_caps_factory), (gst_vorbisenc_class_init),
35641         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35642         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35643         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35644         * ext/vorbis/vorbisenc.h:
35645         Added a raw vorbis encoder to be used with the oggmuxer.
35646         We still need the old encoder for some gnome applications,
35647         read the README to find out how that works.
35648         The raw encoder is called "rawvorbisenc" until 0.9.
35649
35650 2004-05-10  Wim Taymans  <wim@fluendo.com>
35651
35652         * ext/ogg/gstogg.c: (plugin_init):
35653         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35654         (gst_ogg_print):
35655         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35656         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35657         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35658         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35659         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35660         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35661         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35662         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35663         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35664         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35665         Added an ogg muxer.
35666         Small typo fixes in the demuxer.
35667
35668 2004-05-10  Wim Taymans  <wim@fluendo.com>
35669
35670         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35671         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35672         (theora_enc_change_state), (theora_enc_set_property),
35673         (theora_enc_get_property):
35674         Mark the last packet with an EOS flag which is not really needed
35675         in gstreamer.
35676         Do some better video framerate initialisation.
35677         Update the buffer timestamp.
35678
35679 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35680
35681         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35682         Return the result of the parent state change call
35683
35684 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35685
35686         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35687         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35688         * gst/law/alaw-encode.c : (idem)
35689         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35690         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35691         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35692
35693 2004-05-09  Benjamin Otte  <otte@gnome.org>
35694
35695         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35696           don't use a fixed buffer size when writing variable length data to
35697           it. Fixes memory corruption and makes alsasrc work
35698
35699 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35700
35701         * ext/gnomevfs/gstgnomevfssink.c:
35702         (_gst_boolean_allow_overwrite_accumulator),
35703         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35704           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35705           RUN_LAST, and don't use that to set the accumulator value because
35706           then it's always FALSE.
35707
35708 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35709
35710         * gst-libs/gst/riff/riff-media.c:
35711         (gst_riff_create_video_caps_with_data),
35712         (gst_riff_create_audio_caps),
35713         (gst_riff_create_audio_template_caps):
35714         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35715           Fix for unaligned RIFF files (i.e. where all the chunks together
35716           in a LIST chunk are not of the same size as the size given in
35717           the LIST chunk header). Fixes several odd WAVE files. Also fix
35718           ADPCM (block_align property) in audio, so that wavparse based
35719           on this works now as it used to stand-alone.
35720
35721 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35722
35723         reviewed by Benjamin Otte  <otte@gnome.org>
35724
35725         * ext/a52dec/gsta52dec.c:
35726         * ext/divx/gstdivxdec.c:
35727         * ext/divx/gstdivxenc.c:
35728         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35729         * ext/faac/gstfaac.c: (gst_faac_base_init):
35730         * ext/faad/gstfaad.c: (gst_faad_base_init):
35731         * ext/ivorbis/vorbisfile.c:
35732         * ext/lame/gstlame.c:
35733         * ext/libfame/gstlibfame.c:
35734         * ext/mpeg2enc/gstmpeg2enc.cc:
35735         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35736         * ext/sidplay/gstsiddec.cc:
35737         * ext/speex/gstspeexdec.c:
35738         * ext/speex/gstspeexenc.c:
35739         * ext/xvid/gstxviddec.c:
35740         * ext/xvid/gstxvidenc.c:
35741           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35742           (fixes #142193)
35743
35744 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35745
35746         * ext/alsa/gstalsa.c: (device_list),
35747         (gst_alsa_class_probe_devices):
35748         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35749           Fix alsa oddness in mixer after the combination of using mixer
35750           in source/sink elements and using hw:x,y instead of just hw:x.
35751
35752 2004-05-09  Benjamin Otte  <otte@gnome.org>
35753
35754         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35755         (gst_wavparse_create_sourcepad):
35756           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35757           sourcepads
35758
35759 2004-05-09  Benjamin Otte  <otte@gnome.org>
35760
35761         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35762           allow discont events before caps nego
35763
35764 2004-05-08  Benjamin Otte  <otte@gnome.org>
35765
35766         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35767           don't leak events
35768
35769 2004-05-08  Benjamin Otte  <otte@gnome.org>
35770
35771         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35772         (gst_level_change_state), (gst_level_init):
35773         * gst/level/gstlevel.h:
35774           figure out if we're initialized directly instead of keeping a
35775           variable that's wrong in 90% of cases
35776           don't initialize pads and then leak them and use a new unitialized
35777           pad. (fixes #142084)
35778           these were bugs so n00bish I didn't find them for an hour :/
35779
35780 2004-05-08 Iain <iain@prettypeople.org>
35781
35782         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35783         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35784         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35785         return the length that was read.
35786         (gst_riff_read_strf_auds): Allow fmt tags as well.
35787
35788 2004-05-07  David Schleef  <ds@schleef.org>
35789
35790         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35791         signed char assumption in faad.h.
35792
35793 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35794
35795         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35796           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35797
35798 2004-05-07  Colin Walters  <walters@redhat.com>
35799
35800         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35801         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35802         function.
35803         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35804         Add dispose function.
35805
35806 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35807         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35808           Fix caps nego and pad templates. RGB mode caps should
35809           work now.
35810         * ext/dvdnav/gst-dvd:
35811           Move mpeg2dec inside the thread because otherwise the
35812           queue rejects cap changes mid-stream
35813         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35814         (gst_mpeg2dec_flush_decoder):
35815           For mpeg2dec > 0.4.0, call the flush function instead of
35816           manually extracting all in-flight frames.
35817         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35818         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35819           Change mime type video/dv go video/x-dv to match the
35820           rest of gst-plugins
35821
35822 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35823
35824         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35825         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35826         (gst_alsa_sink_class_init):
35827         * ext/alsa/gstalsasink.h:
35828         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35829         (gst_alsa_src_class_init):
35830         * ext/alsa/gstalsasrc.h:
35831           Make alsasink/src a subclass of alsamixer so that mixer stuff
35832           shows up in gst-rec. Needs some finetuning.
35833
35834 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35835
35836         * ext/lame/gstlame.c: (gst_lame_chain):
35837           simplify
35838         * ext/mad/gstmad.c: (gst_mad_handle_event):
35839           fix event leak
35840         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35841           be able to detect mp3 files < 4096 bytes
35842
35843 2004-05-06  Wim Taymans  <wim@fluendo.com>
35844
35845         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35846         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35847         (theora_enc_set_property), (theora_enc_get_property):
35848         Also encode the first frame, cleanup some code.
35849
35850 2004-05-06  Wim Taymans  <wim@fluendo.com>
35851
35852         * ext/mpeg2enc/gstmpeg2enc.cc:
35853         Forward events first before deciding that negotiation was
35854         not performed.
35855
35856 2004-05-06  Wim Taymans  <wim@fluendo.com>
35857
35858         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35859         First process the events before deciding that negotiation
35860         was not performed.
35861
35862 2004-05-06  Wim Taymans  <wim@fluendo.com>
35863
35864         * ext/theora/Makefile.am:
35865         * ext/theora/theora.c: (plugin_init):
35866         * ext/theora/theoradec.c: (theora_dec_change_state):
35867         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35868         (gst_theora_enc_class_init), (gst_theora_enc_init),
35869         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35870         (theora_enc_chain), (theora_enc_change_state),
35871         (theora_enc_set_property), (theora_enc_get_property):
35872         Added a theora encoder, grouped the encoder and decoder into the
35873         same plugin.
35874
35875 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35876
35877         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35878         (gst_jpegenc_chain):
35879         fix DURATION on outgoing buffers
35880         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35881         debug using time formats
35882         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35884         (gst_xvimagesink_sink_link):
35885         windows with width/height 0 generate X errors, so don't allow them
35886
35887 2004-05-05  Wim Taymans  <wim@fluendo.com>
35888
35889         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35890         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35891         (gst_mpeg2dec_negotiate_format):
35892         * ext/mpeg2dec/gstmpeg2dec.h:
35893           removed the static pad template so that we can add the
35894           more accurate framerate value to the caps.
35895
35896
35897 2004-05-04  Benjamin Otte  <otte@gnome.org>
35898
35899         * configure.ac:
35900           check for kdemacros.h, too (should fix #141821)
35901         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35902           don't crash if no header was sent, but nicely error out (fixes part
35903           of #141554)
35904
35905 2004-05-04  Wim Taymans  <wim@fluendo.com>
35906
35907         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35908         parent dispose function to avoid segfault on destroy.
35909
35910 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35911
35912         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35913         (plugin_init):
35914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35915         (gst_xvimagesink_sink_link):
35916         clean up debugging caps
35917         also recreate xvimage when format has changed
35918
35919 2004-05-04  Benjamin Otte  <otte@gnome.org>
35920
35921         * ext/libvisual/Makefile.am:
35922         * ext/libvisual/visual.c: (gst_visual_class_init),
35923         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35924         (gst_visual_srclink), (gst_visual_chain),
35925         (gst_visual_change_state), (plugin_init):
35926           use a GstAdapter to correctly adapt buffer sizes - allows using a
35927           framerate
35928
35929 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35930
35931         * sys/v4l/gstv4lelement.h:
35932         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35933         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35934         (gst_v4lsrc_buffer_free):
35935         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35936         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35937         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35938         (gst_v4lsrc_requeue_frame):
35939         move some debugging categories around
35940         query for fps index and set accordingly if found
35941
35942 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35943
35944         * ext/lame/gstlame.c:
35945         correct defaults that lame_init puts out of range
35946
35947 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35948
35949         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35950         (gst_divxenc_class_init):
35951         fix range since -1 is the default
35952         * gst/mpeg1sys/gstmpeg1systemencode.c:
35953         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35954         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35955         (gst_rtjpegdec_chain):
35956         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35957         (gst_rtjpegenc_chain):
35958         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35959         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35960         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35961         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35962         * sys/v4l/gstv4lsrc.c:
35963         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35964         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35965         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35966         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35967         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35968           remove gst_info calls
35969
35970 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35971
35972         * Makefile.am:
35973         * po/af.po:
35974         * po/az.po:
35975         * po/en_GB.po:
35976         * po/nl.po:
35977         * po/sr.po:
35978         * po/sv.po:
35979           Updated translations
35980
35981 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35982
35983         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35984           refactor/comment code
35985
35986 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35987
35988         * gst/asfdemux/Makefile.am:
35989         * gst/asfdemux/asfheaders.c:
35990         * gst/asfdemux/asfheaders.h:
35991         * gst/asfdemux/gstasf.c: (plugin_init):
35992         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35993         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35994         (gst_asf_demux_setup_pad):
35995         * gst/asfdemux/gstasfdemux.h:
35996         * gst/asfdemux/gstasfmux.c:
35997         * gst/asfdemux/gstasfmux.h:
35998           Add tagging support to demuxer, split out registration in its own
35999           file instead of in demux (hacky), and prevent having some tables
36000           in our memory multiple times (in asfheaders.h).
36001
36002 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36003
36004         * gst/matroska/matroska-demux.c:
36005         (gst_matroska_demux_parse_metadata):
36006         * gst/matroska/matroska-ids.h:
36007           Basic tag reading support.
36008
36009 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36010
36011         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
36012           Really detect ac-3 audio.
36013         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
36014           really detect matroska files (off-by-1).
36015
36016 2004-04-30  David Schleef  <ds@schleef.org>
36017
36018         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36019         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
36020         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
36021         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
36022         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
36023         hackage -- parse a lot more atoms, extract a few tags.  One might even
36024         mistake this for tag support.  Maybe it is.
36025         * gst/qtdemux/qtdemux.h:
36026
36027 2004-04-30  Colin Walters  <walters@verbum.org>
36028
36029         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
36030
36031 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
36032
36033         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36034         (gst_ffmpegcolorspace_getcaps):
36035           remove broken nego fix
36036
36037 2004-04-30  Benjamin Otte  <otte@gnome.org>
36038
36039         * configure.ac:
36040         * ext/Makefile.am:
36041         * ext/libvisual/Makefile.am:
36042         * ext/libvisual/visual.c:
36043           add initial support for libvisual (http://libvisual.sourceforge.net)
36044           libvisual is still quite alpha, so expect crashes in there :)
36045
36046 2004-04-29  David Schleef  <ds@schleef.org>
36047
36048         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
36049         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
36050         up qtdemux to make it spit out codec_data.  Do _not_ look at this
36051         code; you will no longer respect me.
36052
36053 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36054
36055         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
36056         * ext/alsa/gstalsa.h :
36057         change alsa pcm device discovery to find more than 1 device
36058         per card. code review by Ronald.
36059
36060 2004-04-29  David Schleef  <ds@schleef.org>
36061
36062         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
36063         Add a check for a driver bug on FreeBSD.  (bug #140565)
36064
36065 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36066
36067         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
36068         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36069         (gst_jpegenc_getcaps):
36070           move format setting to inner loop
36071         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36072         (gst_ffmpegcolorspace_getcaps):
36073           use GST_PAD_CAPS if available so that we use already negotiated
36074           caps
36075         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36076         (qtdemux_parse_moov), (qtdemux_parse):
36077           extra debugging
36078         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
36079         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
36080           move hardcoded path to DEFINE
36081
36082 2004-04-28  David Schleef  <ds@schleef.org>
36083
36084         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
36085         (bug #140064)
36086
36087 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36088
36089         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36090           Don't probe for playback device if we're a source element. Fixes
36091           #139658.
36092
36093 2004-04-29  Benjamin Otte  <otte@gnome.org>
36094
36095         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36096         (gst_id3_tag_chain):
36097           rewrite buffer offset
36098
36099 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36100
36101         * configure.ac:
36102         * ext/Makefile.am:
36103         * ext/dts/Makefile.am:
36104         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36105         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36106         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36107         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36108         (gst_dtsdec_loop), (gst_dtsdec_change_state),
36109         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36110         (plugin_init):
36111         * ext/dts/gstdtsdec.h:
36112           New DTS decoder.
36113         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36114         (gst_faad_srcconnect):
36115           Add ESDS atom handling (.m4a).
36116
36117 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36118
36119         * ext/divx/gstdivxdec.c: (plugin_init):
36120           Remove comment that makes no sense.
36121         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36122           Fix for obvious typo that resulted in warnings during gst-register.
36123         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36124         (gst_xviddec_sink_link):
36125           Fix caps negotiation a bit better.
36126         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36127           We call this 'codec_data', not 'esds'.
36128
36129 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36130
36131         * gst/monoscope/gstmonoscope.c:
36132           make sure we only provide 256x128
36133         * gst/monoscope/monoscope.c: (monoscope_init):
36134           assert size of 256x128
36135
36136 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36137
36138         * Makefile.am:
36139         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36140         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36141           fixate to max width and height of device
36142
36143 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36144
36145         * Makefile.am:
36146         * sys/v4l/gstv4l.c:
36147         * sys/v4l/gstv4lsrc.c:
36148         * sys/v4l/v4l_calls.c:
36149         * sys/v4l/v4lsrc_calls.c:
36150           fix for qc-usb driver which fakes having more than one buffer
36151           by handing the same buffer twice, which confused GStreamer's/v4lsrc
36152           buffer_free override
36153           add debugging
36154
36155 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36156
36157         * Makefile.am:
36158         * gst/videotestsrc/gstvideotestsrc.c:
36159         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36160         (gst_videotestsrc_init), (gst_videotestsrc_get),
36161         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36162         * gst/videotestsrc/gstvideotestsrc.h:
36163           add num-buffers property
36164
36165         2004-04-26  Benjamin Otte  <otte@gnome.org>
36166
36167         * ext/mad/gstid3tag.c: (plugin_init):
36168           set id3mux rank to NONE so it doesn't confuse spider
36169           require audio/mpeg,mpegversion=1 in id3mux
36170
36171 2004-04-26  Benjamin Otte  <otte@gnome.org>
36172
36173         * configure.ac:
36174           detect faad correctly as non-working if it's indeed non-working
36175
36176 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36177
36178         * Makefile.am:
36179         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36180         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36181         fix _getcaps so it only negotiates to its supported format
36182
36183 2004-04-25  Benjamin Otte  <otte@gnome.org>
36184
36185         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36186           fix memleak
36187
36188 2004-04-23  Benjamin Otte  <otte@gnome.org>
36189
36190         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36191           audio/x-raw-int with height rules! not. Now it's depth.
36192
36193 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36194
36195         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36196         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36197         (gst_wavparse_loop):
36198           Missing variable initialization. Add handling of DVI ADPCM. Fix
36199           mis-parsing of LIST chunks. This works around a bug where we mis-
36200           parse non-aligning LIST chunks (so LIST chunks where the contents
36201           don't align with the actual LIST size). The correct fix is to use
36202           rifflib, I'm not going to fix wavparse - too much work. All this
36203           fixes #104878.
36204
36205 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36206
36207         reviewed by Benjamin Otte  <otte@gnome.org>
36208
36209         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36210           fix shoutcast not working (fixes #140844)
36211
36212 2004-04-22  Benjamin Otte  <otte@gnome.org>
36213
36214         * ext/hermes/gsthermescolorspace.c:
36215         (gst_hermes_colorspace_caps_remove_format_info):
36216         * gst/colorspace/gstcolorspace.c:
36217         (gst_colorspace_caps_remove_format_info):
36218         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36219         (gst_ffmpegcolorspace_caps_remove_format_info):
36220           s/gst_caps_simplify/gst_caps_do_simplify/
36221
36222 2004-04-22  Benjamin Otte  <otte@gnome.org>
36223
36224         * gst-libs/gst/riff/riff-media.c:
36225         (gst_riff_create_video_caps_with_data):
36226           mpegversion is an int
36227         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36228           don't try to create pad templates with NULL caps, use any caps
36229           instead.
36230
36231 2004-04-20  David Schleef  <ds@schleef.org>
36232
36233         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36234         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36235         (bug #140384)
36236
36237 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36238
36239         reviewed by David Schleef
36240
36241         * ext/mad/gstid3tag.c: Add stdlib.h
36242         * gst/rtp/gstrtpgsmenc.c: same
36243         * gst/tags/gstid3tag.c: same
36244         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36245         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36246         GST_DISABLE_LOADSAVE use.
36247         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36248         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36249         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36250         atol(3)).
36251         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36252         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36253         strtoul(3)).
36254         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36255         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36256         $(ID3_CFLAGS).
36257         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36258         $(LIBFAME_CFLAGS).
36259
36260 2004-04-20  David Schleef  <ds@schleef.org>
36261
36262         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36263         last checkin.  Same idea.
36264
36265 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36266
36267         reviewed by David Schleef
36268
36269         * configure.ac: bump required gstreamer version to 0.8.1.1
36270         because of following changes [--ds]
36271
36272         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36273         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36274         (gst_riff_read_header):  Use GST_READ_UINT*
36275         macros to access possibly unaligned memory.
36276
36277         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36278         (mp3_type_find):  Use GST_READ_UINT*
36279         macros to access possibly unaligned memory.
36280         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36281         (speex_type_find): Likewise
36282
36283         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36284
36285         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36286         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36287         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36288         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36289         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36290         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36291         macros to access possibly unaligned memory.
36292
36293         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36294         Likewise.
36295
36296         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36297         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36298
36299         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36300         Likewise.
36301
36302         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36303         (gst_mpeg2subt_chain_subtitle): Likewise.
36304
36305         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36306         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36307         Likewise.
36308
36309         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36310         Likewise.
36311
36312         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36313         Likewise.
36314
36315         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36316         Likewise.
36317
36318 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36319
36320         * configure.ac:
36321           update required version of GStreamer because of GST_TIME_FORMAT
36322
36323 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36324
36325         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36326           remove leftover g_print
36327         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36328           don't try setting only a subset of the caps. We don't want to kill
36329           autoplugging on purpose
36330
36331 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36332
36333         * sys/ximage/ximagesink.c: (plugin_init):
36334         * sys/xvimage/xvimagesink.c: (plugin_init):
36335           add debugging categories
36336
36337 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36338
36339         * po/en_GB.po:
36340         * po/LINGUAS:
36341           Adding en_GB translation (Gareth Owen)
36342
36343 2004-04-20  David Schleef  <ds@schleef.org>
36344
36345         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36346         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36347         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36348         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36349         A number of new features and hacks to extract the esds atom and
36350         put it into the caps.  (bug #137724)
36351
36352 2004-04-19  David Schleef  <ds@schleef.org>
36353
36354         * gconf/Makefile.am: Fix for non-GNU make
36355         * gst-libs/gst/Makefile.am: Change directory order to handle
36356         GstPlay linking with gstinterfaces
36357         * gst-libs/gst/audio/make_filter: make use of tr portable
36358         * gst-libs/gst/play/Makefile.am: Add intended \
36359         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36360         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36361         function prototype instead of void *.
36362         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36363         macro.
36364         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36365         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36366         * gst/videofilter/make_filter: make use of tr portable
36367         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36368
36369 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36370
36371         * po/LINGUAS:
36372         * po/uk.po:
36373           Added Ukrainian translation (Maxim V. Dziumanenko)
36374
36375 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36376
36377         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36378         (gst_gsmdec_link), (gst_gsmdec_chain):
36379           Fix capsnego, simplify chain function slightly.
36380         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36381           Add GSM.
36382
36383 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36384
36385         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36386         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36387         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36388           Hack to make wavparse work with spider (always -> sometimes pad).
36389           Fixes #135862 && #140411.
36390
36391 2004-04-18  Benjamin Otte  <otte@gnome.org>
36392
36393         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36394         (gst_osselement_rate_probe_check),
36395         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36396           get rid of \n in debug output
36397
36398 2004-04-17  Iain <iain@prettypeople.org>
36399
36400         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36401         not just EOS.
36402
36403 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36404
36405         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36406         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36407         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36408         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36409         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36410         (gst_id3_tag_change_state), (plugin_init):
36411           deprecate id3tag element and replace with id3demux/id3mux.
36412           great side effect: this ugly file is now even uglier, yay!
36413         * ext/mad/gstmad.h:
36414           remove non-available function
36415           update for new get_type
36416
36417 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36418
36419         * configure.ac:
36420           require mpeg2dec >= 0.4.0
36421
36422 2004-04-17  Benjamin Otte  <otte@gnome.org>
36423
36424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36425         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36426         (gst_xvimagesink_set_xwindow_id):
36427           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36428           assorted cleanup fixes.
36429
36430 2004-04-16  David Schleef  <ds@schleef.org>
36431
36432         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36433         * sys/xvimage/xvimagesink.h: same
36434
36435 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36436
36437         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36438           Fix GST_ELEMENT_ERROR with (NULL)
36439
36440 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36441
36442         * gst-libs/gst/riff/riff-media.c:
36443         (gst_riff_create_video_caps_with_data):
36444           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36445
36446 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36447
36448         * gst-libs/gst/riff/riff-media.c:
36449         (gst_riff_create_video_caps_with_data),
36450         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36451         (gst_riff_create_video_template_caps),
36452         (gst_riff_create_audio_template_caps):
36453         * gst-libs/gst/riff/riff-media.h:
36454         * gst-libs/gst/riff/riff-read.c:
36455         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36456         * gst-libs/gst/riff/riff-read.h:
36457         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36458           Add MS RLE support. I added some functions to read out strf chunks
36459           into strf chunks and the data behind it. This is usually color
36460           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36461           caps creation. Lastly, add ADPCM (similar to wavparse - which
36462           should eventually be rifflib based).
36463         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36464         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36465         * gst/matroska/matroska-demux.h:
36466           Remove placeholders for some prehistoric tagging system. Didn't add
36467           support for any tag system really anyway.
36468         * gst/qtdemux/qtdemux.c:
36469           Add support for audio/x-m4a (MPEG-4) through spider.
36470         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36471         (gst_wavparse_loop):
36472           ADPCM support (#135862). Increase max. buffer size because we
36473           cannot split buffers for ADPCM (screws references) and I've seen
36474           files with 2048 byte chunks. 4096 seems safe for now.
36475
36476 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36477
36478         * configure.ac: bump nano to 1
36479
36480 === release 0.8.1 ===
36481
36482 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36483
36484         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36485
36486 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36487
36488         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36489           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36490           Fixes #140058
36491
36492 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36493
36494         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36495           lower rank of dvddemux so that it's not used for mpeg playback.
36496
36497 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36498
36499         * configure.ac:
36500           save libs correctly when checking mad
36501
36502 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36503
36504         * ext/mad/gstid3tag.c: (plugin_init):
36505           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36506
36507 2004-04-13  David Schleef  <ds@schleef.org>
36508
36509         * common/m4/gst-feature.m4: Call -config scripts with
36510         --plugin-libs if it is supported.
36511         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36512         JPEG images are image/jpeg.
36513         * gst/debug/Makefile.am:
36514         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36515         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36516         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36517         (gst_negotiation_plugin_init): Add a property that acts like
36518         filter caps.
36519         * testsuite/gst-lint:  Move license checking to be a standard
36520         test.
36521
36522 2004-04-13  David Schleef  <ds@schleef.org>
36523
36524         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36525         patch from Sebastien Cote (bug #139958)
36526
36527 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36528
36529         * examples/gstplay/Makefile.am:
36530         * examples/gstplay/player.c: (main):
36531           make the commandline player example use gconf settings
36532
36533 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36534
36535         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36536         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36537         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36538           init/end library during state transition, not object
36539           creation/disposal.  get rid of custom dispose handler.
36540
36541
36542 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36543
36544         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36545         be a symlink
36546
36547 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36548
36549         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36550           Handle JUNK chunks inside data section. Prevents warnings.
36551
36552 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36553
36554         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36555         (gst_riff_create_video_template_caps):
36556           Add MS video v1.
36557         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36558         (gst_avi_demux_stream_data):
36559           Add support for "rec-list" chunks.
36560
36561 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36562
36563         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36564           Fix another codecname mismatch.
36565
36566 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36567
36568         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36569           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36570           so that MJPEG plays back.
36571
36572 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36573
36574         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36575         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36576         * gst/mpeg1videoparse/gstmp1videoparse.h:
36577           Fix for some slight mis-cuts in buffer parsing, and for some
36578           potential overflows or faults-causers. Adds disconts. Also fixes
36579           #139105 while we're at it.
36580
36581 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36582
36583         * configure.ac:
36584         * sys/v4l2/gstv4l2element.h:
36585           Workaround for missing struct v4l2_buffer declaration in Suse 9
36586           and Mandrake 10 linux/videodev2.h header file (#135919).
36587
36588 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36589
36590         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36591           Bail out if no filename was given.
36592
36593 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36594
36595         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36596         (gst_v4l2_fourcc_from_structure):
36597           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36598           Y41B somewhere).
36599
36600 2004-04-09  Benjamin Otte  <otte@gnome.org>
36601
36602         * ext/gnomevfs/gstgnomevfssink.c:
36603         (_gst_boolean_allow_overwrite_accumulator),
36604         (gst_gnomevfssink_class_init):
36605           fix erase signal - if any handler returns false the file will not be
36606           overwritten. If no handler is connected, the file will not be
36607           overwritten either.
36608           renamed signal to "allow-overwrite"
36609         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36610           free string when adding it to ID3 failed
36611         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36612           unref event when done
36613         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36614           free caps
36615         * gst/typefind/gsttypefindfunctions.c:
36616         (mpeg_video_stream_type_find):
36617           fix invalid read
36618
36619 2004-04-08  David Schleef  <ds@schleef.org>
36620
36621         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36622         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36623
36624 2004-04-08  David Schleef  <ds@schleef.org>
36625
36626         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36627         we don't support (bug #139532)
36628
36629 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36630
36631         * ext/mad/gstmad.c: (gst_mad_handle_event),
36632         (gst_mad_check_caps_reset), (gst_mad_chain),
36633         (gst_mad_change_state):
36634           only set explicit caps if they haven't been set before for
36635           this stream.  MPEG-audio sample rate/channels aren't allowed
36636           to change in-stream.
36637           Fixes #139382
36638
36639 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36640
36641         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36642         (_gst_boolean_did_something_accumulator),
36643         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36644         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36645         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36646         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36647         (gst_gnomevfssink_change_state):
36648           Fix erase signal. Don't erase by default. Remove handoff signal.
36649           Remove erase property. Don't segfault. General cleanup.
36650
36651 2004-04-07  Benjamin Otte  <otte@gnome.org>
36652
36653         * gst-libs/gst/gconf/test-gconf.c: (main):
36654           add missing gst_init
36655
36656 2004-04-07  Benjamin Otte  <otte@gnome.org>
36657
36658         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36659           free the mutexes, too
36660
36661 2004-04-07  Benjamin Otte  <otte@gnome.org>
36662
36663         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36664           actually free the URI string
36665         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36666           compute offset correctly when passing discont events
36667         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36668           don't leak discont events
36669         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36670           add some missing breaks so caps aren't copied randomly
36671         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36672           if we realloc memory, we better use it
36673
36674 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36675
36676         * ext/mad/gstmad.c: (normal_seek):
36677           fix GST_FORMAT_TIME usage
36678
36679 2004-04-05  David Schleef  <ds@schleef.org>
36680
36681         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36682         a deprecated function (hack!)
36683
36684 2004-04-05  Benjamin Otte  <otte@gnome.org>
36685
36686         * ext/esd/esdmon.c: (gst_esdmon_get):
36687           fix nonterminated vararg and memleak
36688
36689 2004-04-05  Benjamin Otte  <otte@gnome.org>
36690
36691         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36692         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36693         (gst_ladspa_set_property), (gst_ladspa_get_property),
36694         (gst_ladspa_instantiate), (gst_ladspa_activate),
36695         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36696           clean up debugging
36697
36698 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36699
36700         reviewed by Benjamin Otte  <otte@gnome.org>
36701
36702         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36703           check for broken LADSPA parameters (fixes #138635)
36704
36705 2004-04-05  Benjamin Otte  <otte@gnome.org>
36706
36707         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36708           advertise buffer-frames correctly on sinkpads
36709
36710 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36711
36712         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36713         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36714         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36715         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36716         (gst_mad_check_caps_reset), (gst_mad_chain):
36717         add more debugging, only reset caps when we're not in error state
36718
36719 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36720
36721         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36722
36723 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36724
36725         reviewed by Benjamin Otte  <otte@gnome.org>
36726
36727         * configure.ac:
36728           fix == in test(1) operator
36729
36730 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36731
36732         reviewed by Benjamin Otte  <otte@gnome.org>
36733
36734         * configure.ac:
36735           fix --export-symblos-regex to a working regex.
36736
36737 2004-04-04  Benjamin Otte  <otte@gnome.org>
36738
36739         * sys/oss/.cvsignore:
36740           add for oss_probe
36741
36742 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36743
36744         reviewed by Benjamin Otte  <otte@gnome.org>
36745
36746         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36747           add missing 'new_media' argument (fixes #138168)
36748         * gst/matroska/matroska-demux.c:
36749         (gst_matroska_demux_handle_seek_event):
36750           add vararg terminator (fixes #138169)
36751
36752 2004-04-02  David Schleef  <ds@schleef.org>
36753
36754         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36755         disted (bug #138914)
36756
36757 2004-04-01  Benjamin Otte  <otte@gnome.org>
36758
36759         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36760         (gst_alsa_close_audio):
36761           handle case better where a soundcard can't pause
36762         * ext/ogg/gstoggdemux.c:
36763           don't crash when we get events but don't have pads yet
36764
36765 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36766
36767         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36768           throw an error if we couldn't probe any caps.
36769
36770 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36771
36772         * ext/dvdnav/gst-dvd:
36773         Add a really simple sample DVD player
36774
36775 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36776
36777         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36778         (gst_a52dec_push), (gst_a52dec_handle_event),
36779         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36780         (gst_a52dec_change_state):
36781         * ext/a52dec/gsta52dec.h:
36782           Use a debug category, Output timestamps correctly
36783           Emit tag info, Handle events, tell liba52dec about cpu
36784           capabilities so it can use MMX etc.
36785         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36786           Fix a crasher accessing invalid memory
36787         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36788         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36789         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36790         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36791         (dvdnavsrc_query):
36792           Some support for byte-format seeking.
36793           Small fixes for still frames and menu button overlays
36794         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36795         (gst_mpeg2dec_alloc_buffer):
36796           Use a debug category. Adjust the report level of several items to
36797           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36798           so it doesn't lose the GstBuffer pointer
36799         * gst/debug/Makefile.am:
36800         * gst/debug/gstdebug.c: (plugin_init):
36801         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36802         (gst_navseek_base_init), (gst_navseek_class_init),
36803         (gst_navseek_init), (gst_navseek_seek),
36804         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36805         (gst_navseek_get_property), (gst_navseek_chain),
36806         (gst_navseek_plugin_init):
36807         * gst/debug/gstnavseek.h:
36808           Add the navseek debug element for seeking back and forth in a
36809           video stream using arrow keys.
36810         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36811         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36812         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36813         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36814         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36815         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36816         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36817         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36818         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36819         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36820         * gst/mpeg2sub/gstmpeg2subt.h:
36821           Pretty much a complete rewrite. Now a loopbased element. May still
36822           require work to properly synchronise subtitle buffers.
36823         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36824         (gst_dvd_demux_send_subbuffer):
36825         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36826           Don't attempt to create subbuffers of size 0
36827           Reduce a couple of error outputs to warnings.
36828         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36829         (gst_y4mencode_chain):
36830         Output the y4m frame header correctly.
36831
36832 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36833
36834         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36835           throw errors instead of allowing SIGFPE
36836
36837 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36838
36839         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36840         (gst_gconf_render_bin_from_key):
36841           leak plugging and style fixing
36842
36843 2004-03-31  David Schleef  <ds@schleef.org>
36844
36845         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36846         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36847         (bug #138225)
36848         * gst/debug/Makefile.am:
36849         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36850         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36851         plugin.
36852         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36853         (gst_negotiation_base_init), (gst_negotiation_class_init),
36854         (gst_negotiation_init), (gst_negotiation_getcaps),
36855         (gst_negotiation_pad_link), (gst_negotiation_chain),
36856         (gst_negotiation_set_property), (gst_negotiation_get_property),
36857         (gst_negotiation_plugin_init):  New element to talk about random
36858         negotiation things happening in a pipeline.
36859
36860 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36861
36862         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36863           fix integer addition with help of Stefan Kost
36864
36865 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36866
36867         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36868
36869 2004-03-30  David Schleef  <ds@schleef.org>
36870
36871         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36872         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36873         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36874         (bug #137504)
36875         * ext/mpeg2dec/gstmpeg2dec.h:
36876
36877 2004-03-30  David Schleef  <ds@schleef.org>
36878
36879         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36880
36881 2004-03-30  David Schleef  <ds@schleef.org>
36882
36883         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36884         Michael Petullo) to handle .mov
36885
36886 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36887
36888         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36889         (gst_osselement_rate_check_rate):
36890           probe caps correctly for sound cards that only support one format
36891
36892 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36893
36894         * ext/kio/kiosrc.cpp: (process_events):
36895           update handling event processing if inside KDE - untested
36896
36897 2004-03-29  David Schleef  <ds@schleef.org>
36898
36899         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36900         by 2 to not interfere with other colorspaces.
36901         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36902         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36903         one to not interfere with ffmpeg_colorspace.
36904
36905 2004-03-29  David Schleef  <ds@schleef.org>
36906
36907         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36908         aren't in the caps.
36909         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36910         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36911
36912 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36913
36914         * gst-libs/gst/riff/riff-media.c:
36915           fail on error, don't try to set stuff on NULL caps
36916
36917 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36918
36919         * configure.ac:
36920         * ext/Makefile.am:
36921         * ext/kio/Makefile.am:
36922         * ext/kio/kioreceiver.cpp:
36923         * ext/kio/kioreceiver.h:
36924         * ext/kio/kiosrc.cpp:
36925         * ext/kio/kiosrc.h:
36926           add experimental kiosrc plugin
36927         * ext/alsa/gstalsaplugin.c: (plugin_init):
36928           initialize debugging category only when we're sure registering the
36929           plugins worked.
36930
36931 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36932
36933         * examples/gstplay/player.c: (main):
36934         * gst-libs/gst/play/play.c: (gst_play_class_init),
36935         (gst_play_set_location), (gst_play_set_data_src),
36936         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36937         (gst_play_set_visualization), (gst_play_connect_visualization):
36938           check return values of element_set_state and return FALSE where
36939           failed
36940
36941 2004-03-29  Benjamin Otte  <otte@gnome.org>
36942
36943         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36944           try harder to check if an event is really a discont
36945
36946 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36947
36948         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36949         * po/az.po:
36950
36951 2004-03-28  Benjamin Otte  <otte@gnome.org>
36952
36953         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36954         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36955         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36956           get rid of non-standard "..." ranges in case statements.
36957
36958 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36959
36960         * gst/mpegstream/gstmpegdemux.c:
36961         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36962         specific functionality split to the new dvddemux element.
36963         * gst/mpegstream/gstdvddemux.c:
36964         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36965         streams, derived from mpegdemux.
36966         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36967         up. SCR based timestamp rewriting can be turned off (will probably
36968         completely disappear soon).
36969         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36970         hacking. General cleanup. All printf statements replaced by
36971         debugging messages. Almost complete libdvdnav support.
36972         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36973         by events. New properties for audio and subpicture languages.
36974         (dvdnavsrc_update_highlight): Now uses events.
36975         (dvdnavsrc_user_op): Cleaned up.
36976         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36977         based). Lots of cleanup, and propper support for most libdvdnav
36978         events.
36979         (dvdnavsrc_make_dvd_event): New function.
36980         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36981         (dvdnavsrc_make_clut_change_event): New function.
36982
36983 2004-03-26  Benjamin Otte  <otte@gnome.org>
36984
36985         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36986           fix bug where typefinding would claim it's theora whenever less then
36987           7 bytes of data were available
36988
36989 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36990
36991         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36992         (gst_alawdec_base_init), (gst_alawdec_class_init),
36993         (gst_alawdec_init), (gst_alawdec_chain):
36994         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36995         (gst_alawenc_base_init), (gst_alawenc_class_init),
36996         (gst_alawenc_init), (gst_alawenc_chain):
36997         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36998         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36999         (gst_mulawdec_init), (gst_mulawdec_chain):
37000         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
37001         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
37002         (gst_mulawenc_init), (gst_mulawenc_chain):
37003           Fix capsnego in all four, remove the unused property functions and
37004           simplify the chain functions slightly. I guess we could use macros
37005           or something similar for those, since the code is so similar, but
37006           I'm currently too lazy...
37007
37008 2004-03-24  David Schleef  <ds@schleef.org>
37009
37010         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
37011         (gst_osselement_close_audio), (gst_osselement_probe_caps),
37012         (gst_osselement_get_format_structure),
37013         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
37014         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
37015         (gst_osselement_rate_int_compare): Add code to handle rate probing
37016         (bug #120883)
37017         * sys/oss/gstosselement.h: same
37018         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
37019         Use rate probing provided by osselement.
37020         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
37021
37022 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37023
37024         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
37025         (gst_xvidenc_get_property):
37026           ulong/int mess-up.
37027
37028 2004-03-24  David Schleef  <ds@schleef.org>
37029
37030         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
37031         (gst_speexdec_init):
37032         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
37033         (gst_speexenc_init):  Create the pad template correctly (from
37034         the static pad template, not a NULL pointer.)
37035
37036 2004-03-25  Benjamin Otte  <otte@gnome.org>
37037
37038         * gst/debug/Makefile.am:
37039         * gst/debug/breakmydata.c:
37040           add element that quasi-randomly changes bytes in the stream.
37041           Intended use is robustness checking of demuxers and decoders in
37042           media tests.
37043
37044 2004-03-24  Benjamin Otte  <otte@gnome.org>
37045
37046         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37047         (gst_alsa_probe_hw_params):
37048         * ext/alsa/gstalsa.h:
37049           debugging output fixes
37050
37051 2004-03-24  Benjamin Otte  <otte@gnome.org>
37052
37053         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
37054           don't g_return_if_fail if element is PLAYING, fail silently as every
37055           other element.
37056         * gst/effectv/gstquark.c: (gst_quarktv_chain):
37057           only fix needed for cast lvalue issues in gst-plugins
37058         * gst/volenv/gstvolenv.c: (gst_volenv_init):
37059           add proxy_getcaps
37060
37061 2004-03-24  Benjamin Otte  <otte@gnome.org>
37062
37063         * gst/level/gstlevel.c: (gst_level_init):
37064           add proxying getcaps function, so level doesn't advertise impossible
37065           caps
37066
37067 2004-03-24  David Schleef  <ds@schleef.org>
37068
37069         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37070         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
37071         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
37072         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
37073         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
37074         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
37075         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
37076         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
37077         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
37078         messages.  Divide the chunk size by the compression ratio
37079         (needed for MACE audio)
37080
37081 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37082
37083         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37084           Fix buffer overflow read error.
37085
37086 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37087
37088         * ext/alsa/gstalsa.h:
37089           Remove unused entry.
37090         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
37091           Add cinepak.
37092         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37093         (gst_videodrop_link), (gst_videodrop_chain):
37094           Fix, sort of. Was horribly broken with new capsnego. Bah...
37095
37096 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
37097
37098         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37099         (plugin_init):
37100         Add a monkeysaudio typefind function
37101
37102 2004-03-23  Johan Dahlin  <johan@gnome.org>
37103
37104         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37105         (gst_play_video_fixate): Check so the structure has the field
37106         before trying to fixate them, this makes it possible to have
37107         fakesinks for video and audio output without printing errors on
37108         the output console.
37109
37110 2004-03-22  David Schleef  <ds@schleef.org>
37111
37112         * sys/oss/Makefile.am:
37113         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37114         (check_rate), (add_rate):  Rate probing test app.
37115
37116 2004-03-21  Benjamin Otte  <otte@gnome.org>
37117
37118         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37119         (_fixate_caps_to_int), (gst_audio_convert_fixate):
37120           add a fixation function that pretty much does the right thing (fixes
37121           #137556)
37122
37123 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
37124
37125         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37126
37127 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
37128
37129         reviewed by: Benjamin Otte  <otte@gnome.org>
37130
37131         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37132           terminate gst_event_new_discontinuous correctly (fixes parts of
37133           #137711)
37134
37135 2004-03-19  David Schleef  <ds@schleef.org>
37136
37137         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
37138         since it doesn't depend on X, and it's part of our ABI.
37139
37140 2004-03-19  Iain <iain@prettypeople.org>
37141
37142         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37143         is_int in the structure, not the local variable.
37144
37145 2004-03-19  David Schleef  <ds@schleef.org>
37146
37147         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37148         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37149         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37150         Improvements in caps negotiation.
37151
37152 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37153
37154         * po/LINGUAS:
37155         * po/af.po:
37156           adding Afrikaans (Petri Jooste)
37157
37158 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37159
37160         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37161         (gst_ffmpegcolorspace_chain):
37162         throw error instead of g_critical (#137588)
37163
37164 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37165
37166         * Makefile.am:
37167         * configure.ac:
37168           dist common and m4 correctly
37169         * po/sv.po:
37170
37171 2004-03-17  David Schleef  <ds@schleef.org>
37172
37173         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37174         (bug #137348)
37175
37176 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37177
37178         * po/LINGUAS:
37179         * po/sv.po:
37180           adding Swedish translation (Christian Rose)
37181
37182 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37183
37184         * Makefile.am: use release.mak
37185
37186 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37187
37188         * common/ChangeLog:
37189         * common/gst-autogen.sh:
37190           add some explanation about the version detection
37191         * configure.ac:
37192           fix X check
37193
37194 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37195
37196         * configure.ac: bump nano to 1
37197
37198 === release 0.8.0 ===
37199
37200 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37201
37202         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37203
37204 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37205
37206         * configure.ac:
37207           update libtool version
37208         * gst-libs/gst/media-info/Makefile.am:
37209           actually use libtool version
37210
37211 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37212
37213         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37214
37215 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37216
37217         * configure.ac:
37218         * gst-plugins.spec.in:
37219         * pkgconfig/Makefile.am:
37220         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37221         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37222         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37223         * pkgconfig/gstreamer-libs.pc.in:
37224         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37225         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37226         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37227         * pkgconfig/gstreamer-plugins.pc.in:
37228           remove @VERSION@ from some of the pc files since core and plugins
37229           are decoupled.
37230           created gstreamer-plugins.pc as it's a better name, but keeping
37231           -libs around for now to get fixes upstream done first.
37232
37233 2004-03-15  Julien MOUTTE <julien@moutte.net>
37234
37235         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37236         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37237         * gst-libs/gst/play/play.h:
37238
37239 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37240
37241         * *.c, *.cc: don't mix tabs and spaces
37242
37243 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37244
37245         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37246           use the new ffmpegcolorspace
37247         * gst-plugins.spec.in:
37248           package new colorspace and media-info
37249         * configure.ac:
37250         * pkgconfig/Makefile.am:
37251           fix some more disting issues
37252         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37253         * pkgconfig/gstreamer-media-info.pc.in:
37254           generate media-info pc files
37255
37256 2004-03-15  Johan Dahlin  <johan@gnome.org>
37257
37258         * *.h: Revert indenting
37259
37260 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37261
37262         * configure.ac:
37263           adding ffmpegcolorspace element
37264         * gst/ffmpegcolorspace/Makefile.am:
37265         * gst/ffmpegcolorspace/avcodec.h:
37266         * gst/ffmpegcolorspace/common.h:
37267         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37268         * gst/ffmpegcolorspace/dsputil.h:
37269         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37270         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37271         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37272         (gst_ffmpeg_caps_to_pix_fmt):
37273         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37274         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37275         (gst_ffmpegcolorspace_caps_remove_format_info),
37276         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37277         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37278         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37279         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37280         (gst_ffmpegcolorspace_set_property),
37281         (gst_ffmpegcolorspace_get_property),
37282         (gst_ffmpegcolorspace_register):
37283         * gst/ffmpegcolorspace/imgconvert.c:
37284         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37285         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37286         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37287         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37288         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37289         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37290         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37291         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37292         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37293         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37294         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37295         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37296         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37297         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37298         (img_get_alpha_info), (deinterlace_line),
37299         (deinterlace_line_inplace), (deinterlace_bottom_field),
37300         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37301         * gst/ffmpegcolorspace/imgconvert_template.h:
37302         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37303         * gst/ffmpegcolorspace/mmx.h:
37304         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37305           adding ffmpegcolorspace element supplied by Ronald after cleaning
37306           up and pulling in the right bits of upstream source.
37307           I'm sure a better C/compiler wizard could do some cleaning up (for
37308           example use GLIB's malloc stuff), but as a first pass this
37309           works very well
37310
37311 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37312
37313         * ext/alsa/gstalsa.h:
37314           I assume Ronald forgot to commit the change to have cardname
37315           as a struct member.  Expect some public spanking at the next
37316           opportunity.
37317
37318 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37319
37320         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37321         (gst_alsa_open_audio), (gst_alsa_close_audio):
37322         * ext/alsa/gstalsa.c:
37323           Don't open the device if we're a mixer (= padless).
37324         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37325         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37326         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37327           Open mixer during state change rather than during object
37328           initialization. Also, get a device name. Currently in a somewhat
37329           hackish fashion, but I didn't really find something better.
37330
37331 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37332
37333         * *.c, *.h: run gst-indent
37334
37335 2004-03-14  Benjamin Otte  <otte@gnome.org>
37336
37337         * gst/modplug/gstmodplug.cc:
37338         * gst/modplug/gstmodplug.h:
37339           set correct timestamps on outgoing buffers
37340
37341 2004-03-14  Benjamin Otte  <otte@gnome.org>
37342
37343         * gst/modplug/gstmodplug.cc:
37344           handle events - don't do crap when a discont arrives that's not
37345           necessary
37346           This allows correct loading and playback of mods in Rhythmbox
37347
37348 2004-03-14  Benjamin Otte  <otte@gnome.org>
37349
37350         * configure.ac:
37351         * gst-libs/gst/gconf/Makefile.am:
37352         * pkgconfig/Makefile.am:
37353           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37354           they get rebuilt properly
37355         * configure.ac:
37356           when checking for vorbis, try pkgconfig first.
37357         * gst/modplug/gstmodplug.cc:
37358           add fixate function
37359
37360 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37361
37362         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37363           Fix for obvious mistake, where we first shift the offset and then
37364           read a samplesize element assuming the old offset. Note that this
37365           part still has something weird, i.e. my movies containing those
37366           don't actually play well, but at least there's something that looks
37367           like sound now.
37368
37369 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37370         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37371         (plugin_init):
37372         Add a typefind function for speex format
37373
37374 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37375
37376         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37377         (gst_asf_demux_setup_pad):
37378           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37379           instead of 0. Reason is simple: some elements have a fps range
37380           of 1-max instead of 0-max. So now ASF video actually works.
37381
37382 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37383
37384         * po/LINGUAS:
37385         * po/sr.po:
37386           adding serbian as a language
37387
37388 2004-03-13  Benjamin Otte  <otte@gnome.org>
37389
37390         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37391           return taglist correctly from _get function, don't gst_pad_push it.
37392           (fixes #137042)
37393
37394 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37395         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37396
37397 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37398
37399         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37400         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37401         (gst_alsa_mixer_track_new):
37402         * ext/alsa/gstalsamixertrack.h:
37403           Fix ancient leftovers... MixerTrack is a GObject.
37404
37405 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37406
37407         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37408         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37409           Don't block during probing...
37410
37411 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37412
37413         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37414         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37415         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37416         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37417         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37418         (gst_alsa_open_audio), (gst_alsa_close_audio):
37419         * ext/alsa/gstalsa.h:
37420           Add propertyprobe interface implementation, add some device-name
37421           property, all this so that it looks good in gnome-volume-control.
37422
37423 2004-03-12  David Schleef  <ds@schleef.org>
37424
37425         * configure.ac: the Hermes library controls hermescolorspace, not
37426         colorspace.
37427         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37428         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37429         not /* */
37430         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37431         * ext/sdl/sdlvideosink.h: ditto.
37432         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37433
37434 2004-03-12  Benjamin Otte  <otte@gnome.org>
37435
37436         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37437         (gst_x_overlay_got_xwindow_id):
37438         * gst-libs/gst/xoverlay/xoverlay.h:
37439           replace XID with unsigned long to get rid of the xlibs dependency in
37440           XOverlay (fixes #137004)
37441
37442 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37443         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37444         (gst_agingtv_setup):
37445         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37446         (gst_dicetv_base_init), (gst_dicetv_class_init),
37447         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37448         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37449         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37450         (gst_edgetv_setup), (gst_edgetv_rgb32):
37451         * gst/effectv/gsteffectv.c:
37452         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37453         (gst_quarktv_set_property):
37454         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37455         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37456         (gst_revtv_setup), (gst_revtv_rgb32):
37457         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37458         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37459         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37460         (gst_shagadelictv_rgb32):
37461         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37462         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37463         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37464         * gst/effectv/gstwarp.c:
37465         Port everything that can be ported to videofilter and fix up the caps.
37466         Can someone with a big-endian machine please check these?
37467
37468 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37469
37470         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37471         (gst_osssink_chain), (gst_osssink_change_state):
37472           Latest fixes for A/V sync, audio playback and such. This is about
37473           all... MPEG playback issues are mostly related to the async build-
37474           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37475
37476 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37477
37478         patch from: Stephane Loeuillet
37479
37480         * configure.ac:
37481           use pkg-config for some libraries, falling back to the old .m4 way
37482           (fixes #131270)
37483         * m4/libdv.m4:
37484           removed
37485
37486 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37487
37488         * configure.ac:
37489         * tools/Makefile.am:
37490         * tools/Makefile.in:
37491         * tools/gst-launch-ext-m.m:
37492         * tools/gst-launch-ext.1.in:
37493         * tools/gst-visualise-m.m:
37494         * tools/gst-visualise.1:
37495         * tools/gst-visualise.1.in:
37496           reorganizing generation of script tools
37497
37498 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37499
37500         * ext/divx/gstdivxdec.c:
37501           Downgrade priority. We prefer ffdec_mpeg4.
37502         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37503         (gst_faad_chain), (gst_faad_change_state):
37504           Fix capsnego. Doesn't work for some sounds because we don't have
37505           a 5:1 to stereo element.
37506         * ext/xvid/gstxvid.c: (plugin_init):
37507           Add priority.
37508         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37509         (gst_osssink_change_state):
37510           Add discont handling.
37511
37512 2004-03-09  Colin Walters  <walters@verbum.org>
37513
37514         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37515         conversion.
37516
37517 2004-03-09  Benjamin Otte  <otte@gnome.org>
37518
37519         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37520           the signals take 2 arguments
37521
37522 2004-03-09  David Schleef  <ds@schleef.org>
37523
37524         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37525         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37526         * ext/alsa/gstalsa.h:
37527         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37528
37529 2004-03-09  Benjamin Otte  <otte@gnome.org>
37530
37531         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37532         (gst_mikmod_change_state):
37533         * ext/mikmod/gstmikmod.h:
37534           make mikmod's loop function not loop infinitely and call
37535           gst_element_yield anymore
37536         * gst/modplug/gstmodplug.cc:
37537           fix pad negotiation (fixes #136590)
37538
37539 2004-03-09  David Schleef  <ds@schleef.org>
37540
37541         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37542         doesn't conflict with the internal colorspace plugin.
37543         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37544         satisfy the crappy-ass shell shipped by a certain vendor.
37545         * gst/videofilter/make_filter: same (bug #135299)
37546
37547 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37548
37549         * configure.ac: bump nano to 1
37550
37551 === release 0.7.6 ===
37552
37553 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37554
37555         * configure.in: releasing 0.7.6, "There"
37556
37557 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37558
37559         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37560         * pkgconfig/gstreamer-play.pc.in:
37561           synchronize the two
37562
37563 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37564
37565         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37566         (cdparanoia_open), (cdparanoia_event):
37567           fix/add error handling
37568         * po/POTFILES.in:
37569           add cdparanoia source
37570         * tools/Makefile.am:
37571           make scripts executable
37572
37573 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37574
37575         * configure.ac:
37576         * ext/vorbis/Makefile.am:
37577         * sys/Makefile.am:
37578           remove id3types, vorbisfile and xvideosink from the build (#133783)
37579
37580 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37581
37582         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37583           Fix metadata read crash (#136537).
37584
37585 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37586
37587         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37588         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37589           adding mime types, fixing the one-stop function
37590
37591 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37592
37593         * ext/nas/nassink.c and /ext/nas/nassink.h:
37594         More NAS love from Arwed von Merkatz
37595         So lets all sing 'Can you feel the NAS tonight'
37596
37597 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37598
37599         * tools/gst-launch-ext.in:
37600         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37601
37602 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37603
37604         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37605         (gst_mpeg2dec_init):
37606         remove the user_data pad for now, because it is being used in
37607         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37608         If someone knows how to fix this properly, please do.
37609
37610 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37611
37612         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37613         (gst_osssink_get_time):
37614         add a warning, IMO this won't get triggered anymore, remove later
37615
37616 2004-03-07  David Schleef  <ds@schleef.org>
37617
37618         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37619         format (bug #136470)
37620
37621 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37622
37623         * gst-libs/Makefile.am:
37624         * gst-libs/gst/media-info/Makefile.am:
37625         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37626         (error_callback), (gst_media_info_error_create),
37627         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37628         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37629         * gst-libs/gst/media-info/media-info-priv.h:
37630         * gst-libs/gst/media-info/media-info-test.c: (main):
37631         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37632         (gst_media_info_class_init), (gst_media_info_instance_init),
37633         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37634         (gst_media_info_read_idler), (gst_media_info_read):
37635         * gst-libs/gst/media-info/media-info.h:
37636         fixed, should work now
37637
37638 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37639
37640         * ext/nas/nassink.c:
37641         A bunch of NAS fixes from Arwed von Merkatz
37642
37643 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37644
37645         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37646         (qtdemux_parse_trak):
37647           Fix crash (j might be greater than n_samples, in which case we're
37648           writing outside the allocated space for the array) and memleak.
37649
37650 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37651
37652         * sys/oss/gstosssink.c: (gst_osssink_chain):
37653           And another caller that couldn't handle delay < 0 (unsigned
37654           integer overflow). Video now continues playing on an audio
37655           buffer underrun, and the clock continues working. Audio still
37656           stalls.
37657
37658 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37659
37660         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37661         (gst_osssink_get_time):
37662           get_delay() may return values lower than 0. In those cases, we
37663           should not actually cast to *unsigned* int64, that will break
37664           stuff horribly. In my case, it screwed up A/V sync in movies
37665           in totem rather badly.
37666
37667 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37668
37669         * ext/faac/gstfaac.c: (gst_faac_chain):
37670         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37671         * ext/libpng/gstpngenc.c: (user_write_data):
37672         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37673         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37674         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37675         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37676         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37677         of any buffer), should fix some leaks. I hope I didn't unref buffers
37678         that shouldn't be...
37679
37680 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37681
37682         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37683         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37684         (error_callback), (gmi_reset), (gmi_seek_to_track),
37685         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37686         (gmip_find_type_post), (gmip_find_stream_post),
37687         (gmip_find_track_streaminfo_post):
37688         * gst-libs/gst/media-info/media-info-priv.h:
37689         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37690         (info_print), (main):
37691         * gst-libs/gst/media-info/media-info.c:
37692         (gst_media_info_error_create), (gst_media_info_error_element),
37693         (gst_media_info_instance_init), (gst_media_info_get_property),
37694         (gst_media_info_new), (gst_media_info_set_source),
37695         (gst_media_info_read_idler), (gst_media_info_read):
37696         * gst-libs/gst/media-info/media-info.h:
37697           first pass at making this work again.  This seems to work on
37698           tagged ogg/vorbis and mp3 files.
37699
37700 2004-03-06  Benjamin Otte  <otte@gnome.org>
37701
37702         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37703           fix huge leak: gst_buffer_merge doesn't unref the first argument
37704           itself.
37705
37706 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37707
37708         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37709           report layer/mode/emphasis
37710
37711 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37712
37713         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37714
37715 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37716
37717         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37718           signal serial
37719
37720 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37721
37722         * ext/vorbis/vorbis.c: (plugin_init):
37723         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37724         (gst_vorbis_dec_init), (vorbis_dec_event):
37725         add debug category
37726         make vorbisdec handle _BYTE and _TIME queries
37727
37728 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37729
37730         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37731           from the xing header
37732
37733 2004-03-06  Benjamin Otte  <otte@gnome.org>
37734
37735         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37736         (gst_audio_convert_link), (gst_audio_convert_change_state),
37737         (gst_audio_convert_buffer_from_default_format):
37738           do conversions from/to float correctly, fix some caps nego errors,
37739           export correct supported caps in template and getcaps, use correct
37740           caps in try_set_caps functions
37741
37742 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37743
37744         For some reason, I only committed a ChangeLog entry yesterday and
37745         not the corresponding code...
37746         * ext/mad/gstmad.c: Fix detection of Xing headers
37747         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37748
37749 2004-03-06  Benjamin Otte  <otte@gnome.org>
37750
37751         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37752         (gst_ogg_demux_src_query):
37753           make sure to handle the case where there's no current chain
37754           gracefully.
37755
37756 2004-03-05  David Schleef  <ds@schleef.org>
37757
37758         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37759         Add fixate function. (bug #131128)
37760         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37761         (gst_sdlvideosink_fixate):  Add fixate function.
37762         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37763         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37764         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37765         Fix missing break that was causing ulaw to be interpreted as
37766         raw int.
37767
37768 2004-03-05  David Schleef  <ds@schleef.org>
37769
37770         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37771         Fix code that ignores return value of gst_buffer_merge().
37772         (bug #114560)
37773         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37774         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37775         * testsuite/gst-lint:  Check for above.
37776
37777 2004-03-05  David Schleef  <ds@schleef.org>
37778
37779         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37780         caps and throw an element error.  (bug #136334)
37781
37782 2004-03-05  David Schleef  <ds@schleef.org>
37783
37784         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37785         (gst_faad_chain): Fix negotiation.
37786         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37787         key and button events.
37788         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37789         dung heap of code.
37790         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37791         depends on gconf
37792         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37793         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37794         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37795         function to encourage better negotiation, particularly between
37796         audioconvert and osssink.
37797         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37798         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37799         more important.
37800         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37801         typefinding.
37802         * gst/vbidec/vbiscreen.c:  Add glib header
37803         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37804
37805 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37806
37807         * ext/mad/gstmad.c: Fix detection of Xing headers
37808         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37809
37810 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37811
37812         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37813         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37814           debug updates
37815
37816 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37817
37818         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37819         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37820         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37821         files, and report the parsed length as a GST_TAG_DURATION tag.
37822         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37823
37824 2004-03-05  Benjamin Otte  <otte@gnome.org>
37825
37826         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37827           convert channels correctly. convert correctly to unsigned.
37828
37829 2004-03-05  Julien MOUTTE <julien@moutte.net>
37830
37831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37832         we have a window before clearing it.
37833
37834 2004-03-05  Julien MOUTTE <julien@moutte.net>
37835
37836         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37837         have a window before clearing it.
37838
37839 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37840
37841         * gconf/gstreamer.schemas.in:
37842         * gst-libs/gst/gconf/Makefile.am:
37843           version installation path the same way as for 0.6
37844         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37845         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37846         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37847           remove comment that was fixed
37848
37849 2004-03-05  David Schleef  <ds@schleef.org>
37850
37851         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37852         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37853         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37854         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37855         Add prototype code for handling seeking and querying.
37856
37857 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37858
37859         * examples/gstplay/player.c: (main):
37860           Initialize variables to NULL. Prevents a segfault because the
37861           (uninitialized) variable is not NULL, resulting in a crash on
37862           trying to reach error->message.
37863
37864 2004-03-05  Benjamin Otte  <otte@gnome.org>
37865
37866         * gst/audioconvert/gstaudioconvert.c:
37867         (gst_audio_convert_buffer_to_default_format):
37868         make float=>int conversion work correctly even in cornercases.
37869
37870 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37871
37872         * debian/README.Debian:
37873         * debian/build-deps:
37874         * debian/changelog:
37875         * debian/control:
37876         * debian/control.in:
37877         * debian/copyright:
37878         * debian/gstreamer-a52dec.files:
37879         * debian/gstreamer-aa.files:
37880         * debian/gstreamer-alsa.files:
37881         * debian/gstreamer-alsa.manpages:
37882         * debian/gstreamer-arts.files:
37883         * debian/gstreamer-artsd.files:
37884         * debian/gstreamer-audiofile.files:
37885         * debian/gstreamer-avifile.files:
37886         * debian/gstreamer-cdparanoia.files:
37887         * debian/gstreamer-colorspace.files:
37888         * debian/gstreamer-doc.files:
37889         * debian/gstreamer-dv.files:
37890         * debian/gstreamer-dvd.files:
37891         * debian/gstreamer-esd.files:
37892         * debian/gstreamer-festival.files:
37893         * debian/gstreamer-flac.files:
37894         * debian/gstreamer-gconf.conffiles:
37895         * debian/gstreamer-gconf.files:
37896         * debian/gstreamer-gconf.postinst:
37897         * debian/gstreamer-gnomevfs.files:
37898         * debian/gstreamer-gsm.files:
37899         * debian/gstreamer-http.files:
37900         * debian/gstreamer-jack.files:
37901         * debian/gstreamer-jpeg.files:
37902         * debian/gstreamer-mad.files:
37903         * debian/gstreamer-mikmod.files:
37904         * debian/gstreamer-misc.files:
37905         * debian/gstreamer-mpeg2dec.files:
37906         * debian/gstreamer-oss.files:
37907         * debian/gstreamer-plugin-apps.files:
37908         * debian/gstreamer-plugin-apps.manpages:
37909         * debian/gstreamer-plugin-libs-dev.files:
37910         * debian/gstreamer-plugin-libs.files:
37911         * debian/gstreamer-plugin-template.postinst:
37912         * debian/gstreamer-plugin-template.postrm:
37913         * debian/gstreamer-sdl.files:
37914         * debian/gstreamer-sid.files:
37915         * debian/gstreamer-vorbis.files:
37916         * debian/gstreamer-x.files:
37917         * debian/mk.control:
37918         * debian/rules:
37919         Debian package info not maintained here.
37920
37921 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37922
37923         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37924         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37925         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37926         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37927         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37928         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37929         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37930         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37931         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37932         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37933         * gst-libs/gst/colorbalance/colorbalance.c:
37934         (gst_color_balance_class_init):
37935         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37936         (gst_color_balance_channel_class_init):
37937         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37938         * gst-libs/gst/play/play.c: (gst_play_class_init):
37939         * gst-libs/gst/propertyprobe/propertyprobe.c:
37940         (gst_property_probe_iface_init):
37941         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37942         * gst-libs/gst/tuner/tunerchannel.c:
37943         (gst_tuner_channel_class_init):
37944         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37945         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37946         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37947         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37948         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37949         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37950         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37951         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37952         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37953           fix signals to use - instead of _
37954         * ext/libcaca/gstcacasink.h:
37955         * ext/sdl/sdlvideosink.h:
37956           fix header rename
37957
37958 2004-03-04  David Schleef  <ds@schleef.org>
37959
37960         * testsuite/gst-lint:  Add a check for bad signal names.
37961
37962 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37963
37964         reviewed by David Schleef
37965
37966         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37967         modified the alpha channel and caused a warning. (bug #136192)
37968
37969 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37970
37971         * gst-plugins.spec.in:
37972         Change names of plugins to actually be correct. Try to keep things
37973         alphabetical to avoid getting beat up by Thomas
37974
37975 2004-03-03  Julien MOUTTE <julien@moutte.net>
37976
37977         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37978         Using ximagesink as a default if no gconf key found. We should
37979         probably consider using alsasink instead of osssink for the audio
37980         part.
37981
37982 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37983
37984         * configure.ac:
37985           fix --with-plugins, don't think it ever worked before
37986         * gst-plugins.spec.in:
37987           even more updates
37988
37989 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37990
37991         * ext/sdl/sdlvideosink.h:
37992         * sys/ximage/ximagesink.h:
37993         * sys/xvideo/xvideosink.h:
37994         * sys/xvimage/xvimagesink.h:
37995           Fix for move of gstvideosink.h -> videosink.h.
37996
37997 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37998
37999         * gst-libs/gst/xwindowlistener/Makefile.am:
38000           this is a plugin library, not a library
38001
38002 2004-03-01  David Schleef  <ds@schleef.org>
38003
38004         * AUTHORS:  Added some names.  Add yourself if you're still
38005         missing.
38006
38007 2004-03-01  David Schleef  <ds@schleef.org>
38008
38009         * MAINTAINERS: Add
38010
38011 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38012
38013         * gst-plugins.spec.in: clean up spec file
38014
38015 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38016
38017         * gst-libs/gst/video/Makefile.am:
38018         * gst-libs/gst/video/gstvideosink.c:
38019         * gst-libs/gst/video/gstvideosink.h:
38020           rename gstvideosink.h to videosink.h to match other headers
38021         * gst/mixmatrix/Makefile.am:
38022           fix plugin filename
38023         * gst/tags/Makefile.am: fix plugin filename
38024
38025 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38026
38027         * gst/tags/Makefile.am: fix plugin filename
38028
38029 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38030
38031         * examples/gstplay/player.c: (got_time_tick), (main):
38032           add error handler
38033           display time_tick more readably
38034         * gst/mixmatrix/Makefile.am:
38035           fix plugin file name
38036
38037 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
38038
38039         * sys/oss/gstosselement.c: (gst_osselement_probe),
38040         (device_combination_append), (gst_osselement_class_probe_devices):
38041         * sys/oss/gstosselement.h:
38042           Reworked enumeration of oss dsps and mixers so that gst-mixer works
38043           on my system using alsa oss emulation, fixes bug #135597
38044
38045 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38046
38047         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
38048         (gst_videodrop_chain), (gst_videodrop_change_state):
38049         * gst/videodrop/gstvideodrop.h:
38050           Work based on timestamp of input data, not based on the expected
38051           framerate from the input. The consequence is that this element now
38052           not only scales framerates, but also functions as a framerate
38053           corrector or framerate stabilizer/constantizer.
38054
38055 2004-02-27  David Schleef  <ds@schleef.org>
38056
38057         patches from jmmv@menta.net (Julio M. Merino Vidal)
38058
38059         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
38060         GST_ELEMENT_ERROR call (bug #135634)
38061         * gst/interleave/interleave.c: (interleave_buffered_loop),
38062         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
38063         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
38064         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
38065         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
38066         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
38067         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
38068         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
38069         Fix GST_ELEMENT_ERROR call.
38070         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
38071         GST_ELEMENT_ERROR call.
38072
38073 2004-02-27  Benjamin Otte  <otte@gnome.org>
38074
38075         * gst-libs/gst/audio/audio.h:
38076           add macro to make sure header isn't included twice
38077         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
38078           don't use gst_buffer_free
38079         * gst/playondemand/filter.func:
38080           don't use gst_data_free. Free data only once.
38081
38082 2004-02-26  David Schleef  <ds@schleef.org>
38083
38084         * gst-libs/gst/colorbalance/Makefile.am:
38085         * gst-libs/gst/mixer/Makefile.am:
38086         * gst-libs/gst/tuner/Makefile.am:
38087         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
38088         should not be disted, -marshal.h files should not be installed,
38089         and -enum.h files _should_ be installed.  Fix to make this the
38090         case.
38091
38092 === release 0.7.5 ===
38093
38094 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
38095
38096         * configure.ac: release 0.7.5, "Under The Sea"
38097
38098 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38099
38100         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38101         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38102         * gst/videoscale/gstvideoscale.c:
38103         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38104           assorted debug/warning fixes
38105
38106 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38107
38108         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38109         (gst_videoscale_init), (gst_videoscale_chain),
38110         (gst_videoscale_set_property), (plugin_init):
38111         * gst/videoscale/gstvideoscale.h:
38112         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38113         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38114         (gst_videoscale_planar400), (gst_videoscale_packed422),
38115         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38116         (gst_videoscale_24bit), (gst_videoscale_16bit),
38117         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38118         (gst_videoscale_scale_plane_slow),
38119         (gst_videoscale_scale_point_sample),
38120         (gst_videoscale_scale_nearest),
38121         (gst_videoscale_scale_nearest_str2),
38122         (gst_videoscale_scale_nearest_str4),
38123         (gst_videoscale_scale_nearest_32bit),
38124         (gst_videoscale_scale_nearest_24bit),
38125         (gst_videoscale_scale_nearest_16bit):
38126         add debugging category and use it properly
38127         fix use of GST_PTR_FORMAT
38128
38129 2004-02-25  Andy Wingo  <wingo@pobox.com>
38130
38131         * gst/interleave/interleave.c (interleave_buffered_loop): Always
38132         push only when channel->buffer is NULL. Prevents segfaults doing
38133         the state change after a nonlocal exit, like a scheme exception.
38134
38135         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38136         Handle the case where the intersected caps is empty.
38137
38138 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38139
38140         * gst/law/mulaw-decode.c: (mulawdec_link):
38141         * gst/law/mulaw.c: (plugin_init):
38142           fix mulawdec so it actually works again
38143
38144 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
38145
38146         reviewed by: David Schleef  <ds@schleef.org>
38147
38148         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38149         (gst_gamma_init), (gst_gamma_set_property),
38150         (gst_gamma_get_property), (gst_gamma_calculate_tables),
38151         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
38152         for RGB, with separate r g and b correction factors. (#131167)
38153
38154 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
38155
38156         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38157           only signal tags for bitrate if they're > 0 (#134894)
38158
38159 2004-02-24  David Schleef  <ds@schleef.org>
38160
38161         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38162         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38163         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38164         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38165         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38166         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38167         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38168         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38169         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
38170         category.  Attempt to fix timestamp calculation.
38171
38172 2004-02-24  Johan Dahlin  <johan@gnome.org>
38173
38174         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38175
38176 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38177
38178         * configure.ac:
38179         * gconf/Makefile.am:
38180         * gconf/gstreamer.schemas:
38181         * gst-libs/gst/gconf/Makefile.am:
38182         * gst-libs/gst/gconf/gconf.c:
38183           version gconf schemas and install locations
38184
38185 2004-02-23  Benjamin Otte  <otte@gnome.org>
38186
38187         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38188         (gst_xine_input_subclass_init):
38189           call parent dispose.
38190           change pad template for CD reader correctly
38191         * ext/xine/Makefile.am:
38192         * ext/xine/gstxine.h:
38193         * ext/xine/xine.c: (plugin_init):
38194         * ext/xine/xineaudiosink.c:
38195           wrap audio sinks, too
38196         * gst-libs/gst/resample/private.h:
38197         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38198         (gst_resample_reinit), (gst_resample_scale),
38199         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38200         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38201         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38202         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38203         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38204         * gst-libs/gst/resample/resample.h:
38205         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38206         (gst_audioscale_class_init), (gst_audioscale_link),
38207         (gst_audioscale_get_buffer), (gst_audioscale_init),
38208         (gst_audioscale_chain), (gst_audioscale_set_property),
38209         (gst_audioscale_get_property):
38210         * gst/audioscale/gstaudioscale.h:
38211           s/resample_*/gst_resample_*/i to not clobber namespaces
38212
38213 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38214
38215         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38216         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38217         (gst_riff_create_video_template_caps),
38218         (gst_riff_create_audio_template_caps),
38219         (gst_riff_create_iavs_template_caps):
38220         * gst-libs/gst/riff/riff-media.h:
38221         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38222         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38223         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38224         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38225         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38226         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38227         (gst_matroska_demux_plugin_init): First batch implementing audio and
38228         video codec tags in demuxers.
38229
38230 2004-02-22  Benjamin Otte  <otte@gnome.org>
38231
38232         * ext/xine/Makefile.am:
38233         * ext/xine/gstxine.h:
38234         * ext/xine/xine.c: (plugin_init):
38235         * ext/xine/xineinput.c:
38236           add input plugin wrapper. Playback from files, http, mms and cdda
38237           works.
38238         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38239           remove leftover G_GNUC_UNUSED
38240         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38241         (gst_asf_demux_identify_guid):
38242           improve debugging output
38243
38244 2004-02-22  Benjamin Otte  <otte@gnome.org>
38245
38246         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38247
38248         * autogen.sh:
38249           replace test -e with test -x for mkinstalldirs to be more portable.
38250           (fixes #134816)
38251
38252 2004-02-22  Benjamin Otte  <otte@gnome.org>
38253
38254         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38255
38256         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38257           set rank to PRIMARY
38258         * gst/volume/gstvolume.c: (plugin_init):
38259           set rank to NONE
38260         fixes #134960
38261
38262 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38263
38264         reviewed by Benjamin Otte  <otte@gnome.org>
38265
38266         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38267           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38268
38269 2004-02-22  Benjamin Otte  <otte@gnome.org>
38270
38271         * configure.ac:
38272           export [_]*{gst,Gst,GST}.* symbols from plugins
38273
38274 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38275
38276         reviewed by: Benjamin Otte  <otte@gnome.org>
38277
38278         * ext/lame/gstlame.c: (add_one_tag):
38279         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38280         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38281         (gst_vorbisenc_metadata_set1):
38282         * gst/tags/gstid3tag.c:
38283         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38284           apply fixes from bugs #135042 (lame can't write tags) and #133817
38285           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38286
38287 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38288
38289         * configure.ac: Export only gst_plugin_desc from plugins.
38290          Note that this change only makes any effect with Linux using libtool
38291          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38292          fine. And don't try to have several versions of libtool in different
38293          directories.
38294
38295 2004-02-20  Andy Wingo  <wingo@pobox.com>
38296
38297         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38298         interleave respectively.
38299
38300         * gst/interleave/deinterleave.c: New plugin: deinterleave
38301         (replaces on oneton).
38302         * gst/interleave/interleave.c: New plugin: interleave.
38303         * gst/interleave/plugin.h: Support file.
38304         * gst/interleave/plugin.c: Support file.
38305
38306         * configure.ac: Remove intfloat and oneton, add interleave.
38307
38308         * ext/sndfile/gstsf.c: Handle events better.
38309
38310         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38311         and float2int operation. int2float has scheduling problems as
38312         noted in in2float_chain.
38313
38314 2004-02-20  Benjamin Otte  <otte@gnome.org>
38315
38316         * ext/xine/Makefile.am:
38317         * ext/xine/gstxine.h:
38318         * ext/xine/xine.c:
38319         * ext/xine/xineaudiodec.c:
38320         * ext/xine/xinecaps.c:
38321           add first version of xine plugin wrapper. Currently only wraps the
38322           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38323         * configure.ac:
38324         * ext/Makefile.am:
38325           add xine plugin wrapper, disabled by default. Use --enable-xine to
38326           build. Note that it'll segfault on gst-register if you don't remove
38327           the goom and tvtime post plugins from xine.
38328         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38329         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38330           add extradata parsing for QDM2.
38331           change around debugging prints.
38332
38333 2004-02-19  Benjamin Otte  <otte@gnome.org>
38334
38335         * ext/lame/gstlame.c: (gst_lame_chain):
38336         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38337           use gst_tag_list_insert when you want to insert tags
38338
38339 2004-02-18  David Schleef  <ds@schleef.org>
38340
38341         * configure.ac:  Move massink to gst-rotten
38342         * ext/Makefile.am:
38343         * ext/mas/Makefile.am:
38344         * ext/mas/massink.c:
38345         * ext/mas/massink.h:
38346
38347 2004-02-18  David Schleef  <ds@schleef.org>
38348
38349         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38350         typefinding, since it seems to be worse than nothing.
38351         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38352         atom to recognize .mp4 and .m4a files as video/quicktime.
38353
38354 2004-02-18  David Schleef  <ds@schleef.org>
38355
38356         * gst/sine/demo-dparams.c: (quit_live),
38357         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38358         Use double dparams, not float.
38359         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38360         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38361         sync'd elements don't really work correctly.
38362         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38363         (volume_update_volume), (volume_get_property):  Change dparam
38364         to double.
38365
38366 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38367
38368         * sys/ximage/ximagesink.c:
38369         (gst_ximagesink_xwindow_update_geometry),
38370         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38371         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38372         (gst_ximagesink_init): Rework the way software video scaling works. So
38373         now we check on each chain call if the video frames are feeling the
38374         window. If not we try to renegotiate caps. On failure we memorize that
38375         and we won't try again for that PLAYING sessions.
38376         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38377         failure.
38378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38379         synchronous flag.
38380
38381 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38382
38383         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38384           break up _link so we can give a better debug message for errors
38385
38386 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38387
38388         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38389           set up debug category
38390
38391 2004-02-18  Julien MOUTTE <julien@moutte.net>
38392
38393         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38394         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38395         the way renegotiation work. The event handling function is not taking
38396         care of external windows and renegotiate method check for pad flags
38397         NEGOTIATING. Should fix : #133209
38398
38399 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38400
38401         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38402         pad is negotiating before trying renegotiation.
38403
38404 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38405
38406         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38407           pass on all possible mime types as typefind hints
38408
38409 2004-02-17  Julien MOUTTE <julien@moutte.net>
38410
38411         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38413         possible SHM leak if we crash. All other apps using XShm are doing
38414         that.
38415
38416 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38417
38418         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38419         (gst_ximagesink_expose): Renegotiate size on expose.
38420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38421         size on expose.
38422
38423 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38424
38425         * testsuite/alsa/sinesrc.c:
38426           cosmetic fix to fix compile issue with gcc 2.95.4
38427
38428 2004-02-16  Julien MOUTTE <julien@moutte.net>
38429
38430         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38431         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38432         failed opening the audio device.
38433         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38434         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38435         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38436         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38437         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38438         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38439         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38440         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38441         Removing some useless g_return_if_fail like wingo suggested.
38442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38443         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38444         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38445         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38446         (gst_xvimagesink_update_colorbalance),
38447         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38448         (gst_xvimagesink_xcontext_clear),
38449         (gst_xvimagesink_get_fourcc_from_caps),
38450         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38451         (gst_xvimagesink_set_xwindow_id),
38452         (gst_xvimagesink_colorbalance_list_channels),
38453         (gst_xvimagesink_colorbalance_set_value),
38454         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38455         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38456
38457 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38458
38459         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38460           throw error when not negotiated instead of asserting
38461
38462 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38463
38464         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38465         correct data refcounting.
38466
38467 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38468
38469         * gst/switch/gstswitch.c: (gst_switch_change_state),
38470         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38471         change, mostly the EOS flag.
38472
38473 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38474
38475         * examples/gstplay/player.c: (got_eos), (main): Adding some
38476         output for debugging.
38477         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38478         timeouts if we go to any state different from PLAYING.
38479         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38480         more EOS bugs in riff lib.
38481
38482 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38483
38484         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38485         visualization until i find a way to fix switch correctly.
38486         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38487         EOS arrives.
38488         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38489         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38490         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38491         Reworked switch to get a more correct behaviour with events and refing
38492         of data stored in sinkpads.
38493         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38494         we don't pull from a pad in EOS.
38495
38496 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38497
38498         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38499           remove v1 tag even if we can't read it (makes sure we don't detect
38500           it again)
38501
38502 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38503
38504         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38505         (gst_alsa_xrun_recovery):
38506         * ext/alsa/gstalsa.h:
38507           try xrun recovery when wait failed. Make xrun recovery function
38508           return TRUE/FALSE to indicate success. (might fix #134354)
38509
38510 2004-02-13  David Schleef  <ds@schleef.org>
38511
38512         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38513         (dynparm_value_changed), (main): Convert from float to double.
38514         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38515
38516 2004-02-13  David Schleef  <ds@schleef.org>
38517
38518         * gst/silence/gstsilence.c: (gst_silence_class_init),
38519         (gst_silence_set_clock), (gst_silence_get),
38520         (gst_silence_set_property), (gst_silence_get_property):
38521         * gst/silence/gstsilence.h: Add sync property.
38522         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38523         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38524         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38525         * gst/sine/gstsinesrc.h: Add sync property.
38526
38527 2004-02-13  David Schleef  <ds@schleef.org>
38528
38529         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38530         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38531
38532 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38533
38534         * configure.ac:
38535         * ext/Makefile.am:
38536         * gst-libs/ext/Makefile.am:
38537           move ffmpeg plugin to gst-ffmpeg module
38538
38539 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38540
38541         * configure.ac: use GST_ARCH to detect architecture
38542
38543 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38544
38545         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38546
38547 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38548
38549         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38550           classify LADSPA plugins based on number of src/sink pads
38551           (#133663, Stefan Kost)
38552         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38553           fix dparams registration
38554           (#133528, Stefan Kost)
38555         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38556           fix use of isprint and use g_ascii_isprint instead
38557           (#133316, Stefan Kost)
38558
38559 2004-02-11  David Schleef  <ds@schleef.org>
38560
38561         Convert a few inner loops to use liboil.  This is currently
38562         optional, and is only enabled if liboil is present (duh!).
38563         * configure.ac: Check for liboil-0.1
38564         * gst/intfloat/Makefile.am:
38565         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38566         (gst_int2float_chain_gint16):
38567         * gst/videofilter/Makefile.am:
38568         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38569         (tablelookup_u8), (gst_videobalance_planar411):
38570         * gst/videotestsrc/Makefile.am:
38571         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38572         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38573         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38574         (paint_hline_RGB565), (paint_hline_xRGB1555):
38575
38576 2004-02-11  David Schleef  <ds@schleef.org>
38577
38578         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38579         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38580         (gst_colorspace_getcaps), (gst_colorspace_link),
38581         (gst_colorspace_base_init), (gst_colorspace_init),
38582         (gst_colorspace_chain), (gst_colorspace_change_state),
38583         (plugin_init): Merge Ronald's patch (bug #117897) and update
38584         for new caps and negotiation.  Seems to work, although it
38585         shows off bugs in lcs.
38586
38587 2004-02-11  David Schleef  <ds@schleef.org>
38588
38589         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38590         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38591
38592 2004-02-11  David Schleef  <ds@schleef.org>
38593
38594         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38595         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38596         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38597         Add server and port properties
38598
38599 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38600
38601         * m4/a52.m4:
38602         * m4/aalib.m4:
38603         * m4/as-ffmpeg.m4:
38604         * m4/as-liblame.m4:
38605         * m4/as-slurp-ffmpeg.m4:
38606         * m4/check-libheader.m4:
38607         * m4/esd.m4:
38608         * m4/freetype2.m4:
38609         * m4/gconf-2.m4:
38610         * m4/glib.m4:
38611         * m4/gst-alsa.m4:
38612         * m4/gst-artsc.m4:
38613         * m4/gst-ivorbis.m4:
38614         * m4/gst-matroska.m4:
38615         * m4/gst-sdl.m4:
38616         * m4/gst-shout2.m4:
38617         * m4/gst-sid.m4:
38618         * m4/gtk.m4:
38619         * m4/libdv.m4:
38620         * m4/libfame.m4:
38621         * m4/libmikmod.m4:
38622         * m4/ogg.m4:
38623         * m4/vorbis.m4:
38624           fix underquotedness of macros (#133800)
38625         * m4/as-avifile.m4:
38626         * m4/xmms.m4:
38627           removed because no longer used
38628
38629 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38630
38631         * configure.ac:
38632           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38633           by autopoint (fixes #132996)
38634
38635 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38636
38637         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38638         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38639         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38640         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38641           fix memleaks
38642
38643 2004-02-11  David Schleef  <ds@schleef.org>
38644
38645         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38646         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38647         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38648         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38649         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38650         (gst_jpegenc_class_init), (gst_jpegenc_init),
38651         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38652         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38653         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38654         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38655
38656 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38657
38658         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38659         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38660         * ext/mikmod/gstmikmod.h:
38661           fix caps negotiation in mikmod
38662         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38663           output debug information
38664
38665 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38666
38667         * gst-libs/gst/colorbalance/Makefile.am:
38668         * gst-libs/gst/navigation/Makefile.am:
38669         * gst-libs/gst/xoverlay/Makefile.am:
38670           remove unused GST_OPT_CFLAGS from Makefiles
38671           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38672
38673 2004-02-07  David Schleef  <ds@schleef.org>
38674
38675         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38676         push events to pads that haven't been created (#133508)
38677
38678 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38679
38680         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38681         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38682         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38683         (gst_dvdec_loop), (gst_dvdec_change_state):
38684         Second attempt at committing a working dvdec element.
38685
38686 2004-02-06  David Schleef  <ds@schleef.org>
38687
38688         Build fixes for OS X: (see #129600)
38689         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38690         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38691         (gst_riff_read_strf_iavs):
38692         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38693         (gst_avi_demux_stream_odml):
38694         * gst/playondemand/Makefile.am:
38695         * gst/rtp/rtp-packet.c:
38696
38697 2004-02-05  David Schleef  <ds@schleef.org>
38698
38699         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38700         last change, because it Just Doesn't Compile.
38701
38702 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38703
38704         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38705           skip undecodable id3v2 tag instead of keeping it
38706
38707 2004-02-05  David Schleef  <ds@schleef.org>
38708
38709         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38710         Unref leaked buffer.  (Noticed by Ronald)
38711
38712 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38713
38714         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38715         Sync requires with other checks.  >= vs =.
38716
38717 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38718
38719         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38720         (gst_dvdec_video_link), (gst_dvdec_loop):
38721         * ext/dv/gstdvdec.h:
38722           rework the caps negotiation so that dvdec works again instead
38723           of just segfaulting.
38724
38725 === release 0.7.4 ===
38726
38727 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38728
38729         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38730         * configure.ac: changed for release
38731
38732 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38733
38734         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38735         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38736         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38737         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38738           reworked patch by David Lehn to fix libdir and includedir for
38739           uninstalled libraries
38740           removed play and gconf from gstreamer-libs since they have their
38741           own pkgconfig files
38742
38743 2004-02-04  David Schleef  <ds@schleef.org>
38744
38745         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38746         memleak.
38747
38748 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38749
38750         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38751           use correct GST_TAG_ENCODER tag
38752
38753 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38754
38755         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38756           be sure to stop the clock when going to paused
38757         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38758           reset number of transmitted when going to ready.
38759         fixes #132935
38760
38761 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38762
38763         reviewed by Benjamin Otte
38764
38765         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38766           extract track count (fixes #133410)
38767
38768 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38769
38770         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38771           that should be !=, not == (fixes #132519)
38772
38773 2004-02-04  David Schleef  <ds@schleef.org>
38774
38775         Make sure set_explicit_caps() is called before adding pad.
38776         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38777         * gst/id3/gstid3types.c: (gst_id3types_loop):
38778         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38779         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38780
38781 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38782
38783         * configure.ac:
38784           bump nano to 2, first prerelease
38785           put back AM_PROG_LIBTOOL
38786
38787 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38788
38789         * testsuite/alsa/Makefile.am:
38790           these are user test apps, not automatic testsuite tests
38791
38792 2004-02-04  David Schleef  <ds@schleef.org>
38793
38794         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38795         * gst/mpeg1videoparse/gstmp1videoparse.c:
38796         (mp1videoparse_parse_seq):
38797         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38798         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38799         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38800         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38801         (gst_xvideosink_getcaps):
38802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38803         * testsuite/gst-lint: more tests
38804
38805 2004-02-04  David Schleef  <ds@schleef.org>
38806
38807         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38808         with the code that they would expand to.
38809         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38810         (gst_flacdec_get_src_query_types),
38811         (gst_flacdec_get_src_event_masks):
38812         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38813         (gst_gnomevfssrc_get_query_types),
38814         (gst_gnomevfssrc_get_event_mask):
38815
38816 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38817
38818         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38819         (gst_sinesrc_dispose):
38820           fix memleak by properly disposing sinesrc
38821
38822 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38823
38824         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38825         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38826         an overlay to redraw the image because it has been exposed.
38827         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38828         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38829         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38830         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38831         interface
38832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38833         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38834         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38835         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38836         interface
38837
38838 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38839
38840         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38841           more memleak fixage
38842
38843 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38844
38845         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38846         * gst/typefind/gsttypefindfunctions.c:
38847           fix memleaks shown by gst-typefind
38848
38849 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38850
38851         * common/glib-gen.mak:
38852           add hack rule to touch .Plo files
38853         * gst-libs/gst/colorbalance/Makefile.am:
38854         * gst-libs/gst/mixer/Makefile.am:
38855         * gst-libs/gst/play/Makefile.am:
38856         * gst-libs/gst/tuner/Makefile.am:
38857           remove glib_root variable
38858
38859 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38860
38861         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38862           set explicit caps before adding the element, so the autopluggers can
38863           plug correctly.
38864         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38865         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38866         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38867         (dv_type_find):
38868           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38869           argument.
38870
38871 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38872
38873         * gst-libs/gst/colorbalance/Makefile.am:
38874         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38875         * gst-libs/gst/colorbalance/colorbalance.c:
38876         * gst-libs/gst/colorbalance/colorbalance.h:
38877         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38878         * gst-libs/gst/mixer/Makefile.am:
38879         * gst-libs/gst/mixer/mixer-marshal.list:
38880         * gst-libs/gst/mixer/mixer.c:
38881         * gst-libs/gst/mixer/mixer.h:
38882         * gst-libs/gst/mixer/mixermarshal.list:
38883         * gst-libs/gst/play/Makefile.am:
38884         * gst-libs/gst/play/play.h:
38885         * gst-libs/gst/tuner/Makefile.am:
38886         * gst-libs/gst/tuner/tuner-marshal.list:
38887         * gst-libs/gst/tuner/tuner.c:
38888         * gst-libs/gst/tuner/tuner.h:
38889         * gst-libs/gst/tuner/tunermarshal.list:
38890           use new glib-gen.mak snippet to clean up Makefile.am
38891           fix various bugs in Makefile.am's
38892
38893 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38894
38895         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38896           handle chain parsing correctly in the multichain case
38897         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38898         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38899         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38900         (theora_dec_chain):
38901           handle events and queries correctly
38902
38903 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38904
38905         * .cvsignore:
38906         Ignore generated file _stdint.h.
38907
38908 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38909
38910         * gst-libs/gst/colorbalance/Makefile.am:
38911         * gst-libs/gst/colorbalance/colorbalance.h:
38912         * gst-libs/gst/mixer/Makefile.am:
38913         * gst-libs/gst/mixer/mixer.h:
38914         * gst-libs/gst/play/Makefile.am:
38915         * gst-libs/gst/play/play.h:
38916         * gst-libs/gst/tuner/Makefile.am:
38917         * gst-libs/gst/tuner/tuner.h:
38918         Generate enum type code with glib-mkenums.
38919         * gst-libs/gst/colorbalance/.cvsignore:
38920         * gst-libs/gst/mixer/.cvsignore:
38921         * gst-libs/gst/play/.cvsignore:
38922         * gst-libs/gst/tuner/.cvsignore:
38923         Ignore generated files.
38924
38925 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38926
38927         * gst-libs/gst/audio/.cvsignore:
38928         Ignore generated file.
38929         * gst-libs/gst/audio/Makefile.am:
38930         Do not install example filter.
38931
38932 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38933
38934         * examples/switch/.cvsignore:
38935         Ignore generated file.
38936
38937 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38938
38939         * common/m4/ax_create_stdint_h.m4:
38940         * configure.ac:
38941           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38942           _stdint.h.
38943         * Makefile.am:
38944           remove generated _stdint.h in DISTCLEANFILES
38945         * ext/a52dec/gsta52dec.c:
38946           include _stdint.h for a52dec. (should fix #133064)
38947
38948 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38949
38950         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38951         (gst_tag_to_vorbis_comments):
38952         Add replaygain support to vorbistag
38953
38954 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38955         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38956         (gst_ffmpeg_caps_to_extradata):
38957           Fix SVQ3 caps flag properties
38958           Use glib macro for bytes swap
38959
38960 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38961
38962         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38963         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38964         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38965         * ext/sndfile/gstsf.c: (plugin_init):
38966         * gst/avi/gstavi.c: (plugin_init):
38967         * sys/dxr3/dxr3init.c: (plugin_init):
38968         * sys/oss/gstossaudio.c: (plugin_init):
38969         * sys/v4l/gstv4l.c: (plugin_init):
38970         * sys/v4l2/gstv4l2.c: (plugin_init):
38971           remove textdomain calls
38972         * po/nl.po:
38973           update Dutch translation
38974
38975 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38976
38977         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38978         (gst_play_set_audio_sink): Moving volume in the audio thread for
38979         instantaneous volume change. Maybe i will add another volume in front
38980         of visualization later, not sure yet though.
38981
38982 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38983
38984         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38985         (gst_ximagesink_handle_xevents): Better X events handling, only take
38986         the latest events for configure and motion.
38987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38988
38989 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38990
38991         reviewed by: David Schleef  <ds@schleef.org>
38992
38993         Fix memory leaks:
38994         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38995         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38996
38997 2004-02-02  David Schleef  <ds@schleef.org>
38998
38999         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
39000         of lines.
39001         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
39002         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39003         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
39004         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39005         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
39006         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
39007         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
39008         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
39009         (gst_float2_2_int_link):
39010         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
39011         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
39012         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
39013         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
39014         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
39015         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
39016         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
39017         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
39018         * testsuite/gst-lint: Add tests for bzero and ;;
39019
39020 2004-02-02  David Schleef  <ds@schleef.org>
39021
39022         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
39023
39024 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39025
39026         * ext/aalib/gstaasink.c: (gst_aasink_open):
39027         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39028         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39029         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39030         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39031         (gst_afsink_close_file):
39032         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39033         (gst_afsrc_close_file):
39034         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39035         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39036         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39037         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39038         * ext/esd/esdmon.c: (gst_esdmon_get):
39039         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
39040         * ext/faac/gstfaac.c: (gst_faac_chain):
39041         * ext/faad/gstfaad.c: (gst_faad_chain):
39042         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39043         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39044         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39045         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39046         (gst_flacdec_loop):
39047         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39048         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39049         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39050         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39051         (gst_gnomevfssink_close_file):
39052         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39053         (gst_gnomevfssrc_open_file):
39054         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39055         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39056         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39057         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39058         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39059         * ext/mad/gstmad.c: (gst_mad_chain):
39060         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39061         * ext/mpeg2dec/gstmpeg2dec.c:
39062         * ext/mpeg2enc/gstmpeg2enc.cc:
39063         * ext/mplex/gstmplex.cc:
39064         * ext/mplex/gstmplexibitstream.cc:
39065         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39066         (gst_ogg_demux_push):
39067         * ext/raw1394/gstdv1394src.c:
39068         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39069         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39070         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39071         (gst_sf_loop):
39072         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39073         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
39074         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39075         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39076         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39077         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39078         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39079         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39080         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39081         (gst_riff_read_element_data), (gst_riff_read_seek),
39082         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39083         * gst/adder/gstadder.c: (gst_adder_loop):
39084         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39085         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39086         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39087         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39088         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39089         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39090         * gst/goom/gstgoom.c: (gst_goom_chain):
39091         * gst/id3/gstid3types.c: (gst_id3types_loop):
39092         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39093         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39094         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39095         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39096         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39097         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39098         (gst_ebml_read_float), (gst_ebml_read_header):
39099         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39100         (gst_matroska_demux_parse_blockgroup):
39101         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39102         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39103         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39104         * gst/silence/gstsilence.c: (gst_silence_get):
39105         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39106         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39107         * gst/speed/gstspeed.c: (speed_loop):
39108         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39109         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39110         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39111         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39112         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39113         (gst_wavparse_loop):
39114         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39115         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39116         (dxr3audiosink_close):
39117         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39118         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39119         (dxr3videosink_close), (dxr3videosink_write_data):
39120         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39121         * sys/oss/gstosssink.c: (gst_osssink_chain):
39122         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39123         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39124         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39125         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39126         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39127         (gst_v4l_set_window), (gst_v4l_enable_overlay):
39128         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39129         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39130         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39131         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39132         (gst_v4l_set_audio):
39133         * sys/v4l/v4l_calls.h:
39134         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39135         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39136         (gst_v4lmjpegsink_playback_init),
39137         (gst_v4lmjpegsink_playback_start):
39138         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39139         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39140         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39141         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39142         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39143         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39144         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39145         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39146         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39147         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39148         (gst_v4l2_get_output), (gst_v4l2_set_output),
39149         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39150         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39151         (gst_v4l2_set_attribute):
39152         * sys/v4l2/v4l2_calls.h:
39153         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39154         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39155         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39156         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39157         (gst_v4l2src_capture_stop):
39158         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39159         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39160         (gst_ximagesink_chain):
39161         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39162         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39163         (gst_xvideosink_xwindow_new):
39164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39165         (gst_xvimagesink_chain):
39166
39167 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39168
39169         * gst/volume/gstvolume.c: (gst_volume_set_volume),
39170         (gst_volume_get_volume), (volume_class_init), (volume_init),
39171         (volume_chain_int16), (volume_update_volume):
39172         * gst/volume/gstvolume.h:
39173           make code more readable by removing magic numbers
39174           make mixer interface export 0-100 range
39175           make it internally map to 0.0-1.0 range so users don't distort
39176           output by putting the sliders at full volume
39177
39178 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39179
39180         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39181         (gst_play_state_change), (gst_play_seek_to_time):
39182         block the tick callback for 0.5 secs after doing a seek
39183
39184 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39185
39186         * gst-libs/gst/play/play.c: (gst_play_new):
39187           check for GError
39188
39189 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39190
39191         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39192         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39193         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39194         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39196         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39197
39198 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39199
39200         * configure.ac:
39201         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39202           check for a function added in vorbis 1.1
39203
39204 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39205
39206         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39207         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39208           really start/stop clock only on PLAYING <=> PAUSED
39209         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39210           remove \n from debugging lines
39211         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39212           make it work when seeking does not
39213         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39214           reset on DISCONT
39215
39216 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39217
39218         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39219           start clock on PAUSED=>PLAYING, not later
39220         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39221           extract correct time for different discont formats
39222         (gst_alsa_sink_get_time):
39223           don't segfault when no format is negotiated yet, just return 0
39224         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39225         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39226         (gst_ogg_pad_push):
39227           handle flush and discont events correctly
39228         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39229           handle discont events correctly
39230
39231 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39232
39233         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39234         (gst_play_error_create), (gst_play_error_plugin),
39235         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39236         * gst-libs/gst/play/play.h:
39237           add error handling during creation
39238         * examples/gstplay/player.c: (main):
39239           use new gst_play_new
39240
39241
39242 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39243
39244         * ext/theora/theoradec.c: (theora_dec_chain):
39245           make comments work
39246         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39247         (vorbis_dec_src_event), (vorbis_dec_chain):
39248           add encoder tag, fix tag reading to be more error tolerant, change
39249           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39250           gst_pad_event_default.
39251         * gst/tags/gstvorbistag.c:
39252         (gst_tag_list_from_vorbiscomment_buffer):
39253           undefine function specific define at end of function
39254
39255 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39256
39257         * ext/flac/gstflac.c: (plugin_init):
39258         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39259         * ext/flac/gstflacdec.h:
39260         * ext/flac/gstflacenc.h:
39261           Fix typos
39262
39263 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39264
39265         * examples/gstplay/player.c: s/gstplay.h/play.h/
39266
39267 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39268
39269         * gst-libs/gst/play/Makefile.am:
39270         * gst-libs/gst/play/gstplay.c:
39271         * gst-libs/gst/play/gstplay.h:
39272         * gst-libs/gst/play/play.c:
39273           more surgery, operation complete
39274
39275 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39276
39277         * gst-libs/gst/play/play.old.c:
39278         * gst-libs/gst/play/play.old.h:
39279           after CVS surgery by moving, remove
39280         * gst-libs/gst/play/playpipelines.c:
39281           remove
39282
39283         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39284           add negotiation error
39285
39286 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39287
39288         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39289         (gst_ogg_demux_push):
39290           add some seeking debug info
39291           send a flush when seeking
39292
39293 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39294
39295         * configure.ac:
39296           use AC_C_INLINE
39297         * configure.ac:
39298         * ext/Makefile.am:
39299         * ext/theora/Makefile.am:
39300         * ext/theora/theoradec.c:
39301           add theora video decoder. Does just do simple decoding for now and
39302           has been tested against Theora cvs only. It only works when theora
39303           is compiled with --enable-static.
39304         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39305           always reset packetno on DISCONT
39306
39307 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39308
39309         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39310           Fix audio.
39311
39312 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39313
39314         * gst/mpegaudioparse/gstmpegaudioparse.c:
39315         (mp3_type_frame_length_from_header):
39316           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39317
39318 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39319
39320         * ext/esd/esdsink.c: (gst_esdsink_init):
39321           Since we have static pad template caps, we don't need to negotiate;
39322           either the core errors out or we know the format.
39323
39324 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39325
39326         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39327         (gst_riff_read_seek):
39328         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39329         (gst_ebml_read_seek):
39330           Fix event handling.
39331
39332 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39333
39334         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39335           removee video/x-theora from vp3 decoder, it doesn't handle raw
39336           theora streams
39337         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39338           fix bug with finalizing element that never went to PAUSED
39339         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39340           length and position queries were swapped
39341         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39342         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39343         (vorbis_dec_src_event):
39344           implement querying time and bytes
39345
39346 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39347
39348         * just about every source file:
39349           gst_element_error -> GST_ELEMENT_ERROR
39350
39351 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39352
39353         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39354         emiting FLUSH and even before DISCONT.
39355         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39356         get the best instant seeking as possible yay!
39357
39358 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39359
39360         * gst/mpeg1videoparse/gstmp1videoparse.c:
39361         (gst_mp1videoparse_real_chain):
39362           Committed wrong version last week... Grr... Didn't notice until now.
39363
39364 2004-01-29  Julien MOUTTE <julien@moutte.net>
39365
39366         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39368         have_xwindow_id signal in xwindow_create.
39369
39370 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39371
39372         * ext/ogg/gstoggdemux.c:
39373           lots of changes - mainly support for chained bitstreams, seeking,
39374           querying and bugfixes of course
39375         * ext/vorbis/Makefile.am:
39376         * ext/vorbis/vorbisdec.c:
39377         * ext/vorbis/vorbisdec.h:
39378           add vorbisdec raw vorbis decoder
39379         * ext/vorbis/vorbis.c: (plugin_init):
39380           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39381         * gst/intfloat/Makefile.am:
39382         * gst/intfloat/float22int.c:
39383         * gst/intfloat/float22int.h:
39384         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39385           add float2intnew plugin. It converts multichannel interleaved float to
39386           multichannel interleaved int. The name should probably be changed.
39387         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39388         (plugin_init):
39389           add typefinding for raw theora video so oggdemux can detect it.
39390
39391 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39392
39393         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39394         sink element first.
39395         * gst/videoscale/gstvideoscale.c:
39396         (gst_videoscale_handle_src_event): Fixing src event handler.
39397
39398 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39399
39400         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39401         (gst_v4lsrc_open), (gst_v4lsrc_close),
39402         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39403         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39404         * sys/v4l/gstv4lsrc.h:
39405         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39406         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39407           Implement resizing... Hack. But that's why v4l is b0rked...
39408
39409 2004-01-28  Julien MOUTTE <julien@moutte.net>
39410
39411         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39412         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39413         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39414         (gst_ximagesink_xwindow_destroy):
39415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39416         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39417         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39418         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39419         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39420         correctly cleaning the image created to check xshm calls on succes,
39421         added a lot of XSync calls in X11 functions, and fixed a segfault when
39422         no image format was defined before negotiation happened.
39423
39424 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39425
39426         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39427           use gst_element_get_time to get correct time
39428
39429 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39430
39431         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39432         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39433         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39435         (gst_xvimagesink_check_xshm_calls),
39436         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39437         X plugins are now able to detect that XShm calls will fail even if the
39438         server claims that it has XShm support (remote displays most of the
39439         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39440         so that we use non XShm functions. This feature is almost useless for
39441         xvimagesink as Xv is not supported on remote displays anyway, but
39442         it might happen than even on the local display XShm calls fail.
39443
39444 2004-01-27  David Schleef  <ds@schleef.org>
39445
39446         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39447         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39448         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39449         changed esdsink to only use 44100,16,2, since esd sucks at rate
39450         conversion and esdsink has had difficulty negotiating.
39451
39452 2004-01-27  Julien MOUTTE <julien@moutte.net>
39453
39454         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39455         (gst_play_seek_to_time): Fixing the way to get current position.
39456
39457 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39458
39459         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39460           use gst_element_get_time to get correct time
39461
39462 2004-01-27  Julien MOUTTE <julien@moutte.net>
39463
39464         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39465         fix ever... Inverting 2 lines of code make spider autoplug correctly
39466         tagged mp3 !
39467
39468 2004-01-27  David Schleef  <ds@schleef.org>
39469
39470         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39471         Use gst_pad_try_set_caps_nonfixed().
39472
39473 2004-01-27  David Schleef  <ds@schleef.org>
39474
39475         * gst/ac3parse/gstac3parse.c: update to checklist 5
39476         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39477         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39478         * gst/audioscale/gstaudioscale.c: same
39479         * gst/auparse/gstauparse.c: same
39480         * gst/avi/gstavidemux.c: same
39481
39482 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39483
39484         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39485           stop processing after EOS
39486
39487 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39488
39489         * gst/asfdemux/asfheaders.h:
39490         * gst/asfdemux/gstasfdemux.c:
39491         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39492         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39493         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39494           lot's of fixes to make data extraction simpler and get the code
39495           architecture and compiler independant. Add debugging category
39496         * gst/goom/gstgoom.c: (gst_goom_change_state):
39497           reset channel count on PAUSED=>READY, not READY=>PAUSED
39498
39499 2004-01-26  Colin Walters  <walters@verbum.org>
39500
39501         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39502         code to pull a bigger buffer in iradio mode.  This as a side effect
39503         makes typefinding work.
39504
39505 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39506
39507         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39508         Fix SVQ3 decoding on PPC
39509
39510 2004-01-26  Julien MOUTTE <julien@moutte.net>
39511
39512         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39513         that one managed to stay there... Fixed.
39514
39515 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39516
39517         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39518         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39519         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39520         (qtdemux_video_caps):
39521         * gst/qtdemux/qtdemux.h:
39522         Add SVQ3 specific flags to qtdemux and ffmpeg
39523
39524 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39525
39526         * gst-libs/gst/audio/audio.h:
39527           remove buffer-frames from audio caps
39528         * gst/audioconvert/gstaudioconvert.c:
39529           fix plugin to really work.
39530
39531 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39532
39533         * gst-libs/gst/mixer/mixer.c:
39534         * gst-libs/gst/propertyprobe/propertyprobe.c:
39535         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39536         (gst_tuner_find_channel_by_name):
39537         * gst-libs/gst/tuner/tuner.h:
39538           Add gtk-doc style comments. Also fix a function name.
39539
39540 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39541
39542         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39543         (gst_divxdec_negotiate):
39544           Fix for new capsnego - also fixes gst-player with divxdec.
39545
39546 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39547
39548         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39549         (gst_play_identity_handoff), (gst_play_set_location),
39550         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39551         try in visualization implementation. Still have an issue with switch
39552         blocking when pulling from video_queue and only audio comes out of
39553         spider.
39554         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39555         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39556         release method. And check if the pad is usable before pulling.
39557
39558 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39559
39560         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39561         (gst_videobalance_init),
39562         (gst_videobalance_colorbalance_list_channels),
39563         (gst_videobalance_colorbalance_set_value),
39564         (gst_videobalance_colorbalance_get_value),
39565         (gst_videobalance_update_properties),
39566         (gst_videobalance_update_tables_planar411),
39567         (gst_videobalance_planar411):
39568         * gst/videofilter/gstvideobalance.h:
39569           Implement lookup-tables. +/- 10x faster.
39570
39571 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39572
39573         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39574         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39575           The index reading was broken. The rest worked fine, but the whole
39576           goal of my rewrite was to make avidemux readable, and this was
39577           not at all readable. Please use typed variables.
39578
39579 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39580
39581         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39582           Additional pad usability check.
39583         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39584         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39585         (gst_mp1videoparse_real_chain):
39586           Fix MPEG video stream parsing. The original plugin had several
39587           issues, including not timestamping streams where the source was
39588           not timestamped (this happens with PTS values in mpeg system
39589           streams, but MPEG video is also a valid stream on its own so
39590           that needs timestamps too). We use the display time code for that
39591           for now. Also, if one incoming buffer contains multiple valid
39592           frames, we push them all on correctly now, including proper EOS
39593           handling. Lastly, several potential segfaults were fixed, and we
39594           properly sync on new sequence/gop headers to include them in next,
39595           not previous frames (since they're header for the next frame, not
39596           the previous). Also see #119206.
39597         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39598         (bpf_from_header):
39599           Move caps setting so we only do it after finding several valid
39600           MPEG-1 fraes sequentially, not right after the first one (which
39601           might be coincidental).
39602         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39603         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39604         (plugin_init):
39605           Add unsynced MPEG video stream typefinding, and change some
39606           probability values so we detect streams rightly. The idea is as
39607           follows: I can have an unsynced system stream which contains
39608           video. In the current code, I would randomly get a type for either
39609           system or video stream type found, because the probabilities are
39610           being calculated rather randomly. I now use fixed values, so we
39611           always prefer system stream if that was found (and that is how it
39612           should be). If no system stream was found, we can still identity                the stream as video-only.
39613
39614 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39615
39616         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39617         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39618           don't write to buffer. Extract data without the need of
39619           __attribute__ ((packed))
39620
39621 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39622
39623         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39624         (mpeg1_sys_type_find):
39625           Fix MPEG-1 stream typefinding.
39626
39627 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39628
39629         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39630           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39631
39632 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39633
39634         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39635         * ext/esd/gstesd.c: (plugin_init):
39636           private debugging, better error reporting
39637
39638 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39639
39640         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39641         (gst_riff_read_init), (gst_riff_read_change_state):
39642         * gst-libs/gst/riff/riff-read.h:
39643           Remove stuff fromold metadata system.
39644
39645 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39646
39647         * ext/ogg/gstoggdemux.c:
39648           Fix wrong file comment.
39649         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39650         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39651           Add metadata reading properly.
39652
39653 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39654
39655         * ext/Makefile.am:
39656           Fix nas DIST_SUBDIRS
39657           Uraeus:
39658           Fix bug where make distcheck doesn't get run on adding stuff to
39659           the build.
39660
39661 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39662
39663         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39664         * ext/divx/gstdivxdec.h:
39665           Fix divx3 ("msmpeg4") playback using divxdec.
39666
39667 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39668
39669         * gst/typefind/gsttypefindfunctions.c:
39670         (mp3_type_frame_length_from_header): fix bug in length computation
39671         (mp3_type_find): improve debugging output
39672
39673 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39674
39675         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39676         (gst_play_set_location), (gst_play_seek_to_time),
39677         (gst_play_set_audio_sink), (gst_play_set_visualization),
39678         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39679         the pipeline from scratch. Visualization is back and switch went out as
39680         i realized it was not possible to use the way i wanted.
39681         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39682         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39683         clearing in state change from READY to NULL. So that one can clean the
39684         X ressources keeping the element.
39685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39686         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39687         (gst_xvimagesink_colorbalance_set_value),
39688         (gst_xvimagesink_colorbalance_get_value),
39689         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39690         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39691         change from READY to NULL and fixed some stupid bugs in colorbalance
39692         get/set values. Also added the following feature : when nobody tries to
39693         set some values to the colorbalance levels before the xcontext is
39694         grabbed, then when creating channels list from Xv attributes we set the
39695         internal values to the Xv defaults. This way we handle buggy Xv drivers
39696         that set default hue values far from the middle of the range (Thanks
39697         to Jon Trowbridge for pointing that issue).
39698         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39699         colorbalance levels have been set before xcontext is grabbed.
39700
39701 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39702
39703         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39704           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39705           it might block operations (which is bad for a mixer).
39706
39707 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39708
39709         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39710         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39711         (gmip_find_type_pre):
39712         * gst-libs/gst/media-info/media-info-priv.h:
39713         * gst-libs/gst/media-info/media-info.c:
39714         (gst_media_info_instance_init), (gst_media_info_read_idler):
39715         add fakesink to get caps on decoder src pad again
39716         fix callback prototype to match new have_type signal signature
39717
39718 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39719
39720         * gst/adder/gstadder.c: (gst_adder_link):
39721           fix non-compile and cut-n-paste code
39722
39723 2004-01-21  David Schleef  <ds@schleef.org>
39724
39725         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39726         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39727         (gst_swfdec_init), (gst_swfdec_change_state):
39728         * ext/swfdec/gstswfdec.h:
39729         Fix negotiation.
39730         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39731         (gst_adder_request_new_pad): Fix negotiation.
39732         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39733         Add a fixate function.
39734         * gst/intfloat/gstfloat2int.c:
39735         * gst/intfloat/gstfloat2int.h:
39736         * gst/intfloat/gstint2float.c:
39737         * gst/intfloat/gstint2float.h:
39738         Completely rewrite the negotiation.  Doesn't quite work yet,
39739         due to some buffer-frames problem.
39740
39741 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39742
39743         * ext/gnomevfs/gstgnomevfssrc.c:
39744         * sys/v4l2/v4l2_calls.h:
39745           fix includes for distcheck
39746
39747 2004-01-21  Christian Schaller <uraeus@gnome.org>
39748
39749         * ext/nas/
39750         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39751         based on earlier patch from Laurent Vivier
39752
39753 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39754
39755         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39756         Fix wma caps property
39757         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39758         Fix typo (flags1 and flags2)
39759
39760 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39761
39762         * gst-libs/gst/media-info/media-info-priv.c:
39763         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39764         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39765         (gmip_find_stream), (gmip_find_track_metadata),
39766         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39767         (gmip_find_track_format):
39768         * gst-libs/gst/media-info/media-info-priv.h:
39769         * gst-libs/gst/media-info/media-info-test.c: (main):
39770         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39771         (gst_media_info_read_idler), (gst_media_info_read):
39772         * gst-libs/gst/media-info/media-info.h:
39773           register debugging category and use it for debugging
39774
39775 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39776
39777         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39778         (gst_vorbisfile_new_link):
39779           signal streaminfo through tags
39780
39781 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39782
39783         * ext/mplex/gstmplex.cc:
39784         * ext/mplex/gstmplexibitstream.cc:
39785           g++ doesn't like NULL in our i18n/error macros, should be
39786           either (NULL) or ("").
39787
39788 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39789
39790         * sys/dxr3/dxr3audiosink.c:
39791         * sys/dxr3/dxr3init.c:
39792         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39793         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39794           Fix more error error error errors (missing includes here).
39795
39796 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39797
39798         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39799           fix thomas' error errors.
39800
39801 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39802
39803         * ext/mpeg2enc/gstmpeg2enc.cc:
39804           fix error errors.
39805
39806 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39807
39808         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39809         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39810           Fix for new error system.
39811
39812 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39813
39814         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39815           fix for new error reporting
39816
39817 2004-01-20  David Schleef  <ds@schleef.org>
39818
39819         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39820         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39821         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39822         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39823         and neither is 100+, most likely.
39824         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39825         (gst_xvimagesink_getcaps): same
39826
39827 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39828
39829         * configure.ac:
39830           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39831           clashes with ffmpeg.
39832
39833 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39834
39835         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39836         (gst_switch_init): Fixed switch element : proxying link and setting
39837         caps from src to sink on request.
39838
39839 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39840
39841         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39842         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39843         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39844         fix element_error
39845
39846 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39847
39848         * sys/v4l/v4l_calls.h:
39849         * sys/v4l2/v4l2_calls.h:
39850           element_error fixes
39851
39852 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39853
39854         * gst-libs/gst/gst-i18n-plugin.h:
39855           add locale.h
39856           remove config.h inclusion
39857
39858 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39859
39860         * autogen.sh:
39861           adding autopoint invocation
39862         * Makefile.am:
39863         * configure.ac:
39864         * gst-libs/gst/gettext.h:
39865           adding gettext bits
39866         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39867         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39868         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39869         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39870         (gst_gnomevfssink_close_file):
39871         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39872         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39873         * gst-libs/gst/gst-i18n-plugin.h:
39874         * gst/avi/gstavi.c: (plugin_init):
39875         * sys/dxr3/dxr3init.c: (plugin_init):
39876         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39877         * sys/oss/gstossaudio.c: (plugin_init):
39878         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39879         * sys/v4l/gstv4l.c: (plugin_init):
39880         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39881         * sys/v4l2/gstv4l2.c: (plugin_init):
39882         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39883         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39884         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39885         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39886         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39887         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39888           make sure locale and translation domain are set
39889           fix translated strings
39890         * po/.cvsignore:
39891         * po/LINGUAS:
39892         * po/Makevars:
39893         * po/POTFILES.in:
39894         * po/nl.po:
39895           put translation files into place
39896         * sys/xvideo/imagetest.c: (main):
39897         * ext/dv/demo-play.c: (main):
39898           fix unnecessary translations
39899
39900 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39901
39902         * ext/sndfile/gstsf.c:
39903         * gst/avi/gstavimux.c:
39904         * ext/audiofile/gstafsink.c:
39905         * ext/audiofile/gstafsrc.c:
39906         * ext/gnomevfs/gstgnomevfssink.c:
39907         * ext/gnomevfs/gstgnomevfssrc.c:
39908         * sys/oss/gstosselement.c:
39909         * sys/v4l/v4l_calls.h:
39910           fix i18n include
39911
39912 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39913
39914         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39915         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39916         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39917         (gst_v4l2_get_output), (gst_v4l2_set_output),
39918         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39919         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39920         (gst_v4l2_set_attribute):
39921         update to new error handling
39922
39923 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39924
39925         * ext/sidplay/gstsiddec.cc:
39926         * gst/modplug/gstmodplug.cc:
39927           parenthese NULL because C++ seems angry about it
39928
39929 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39930
39931         * gst-libs/gst/gst-i18n-plugin.h:
39932           add skeleton i18n stuff, but needs to be further implemented
39933
39934 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39935
39936         * examples/gstplay/player.c: (main):
39937         * ext/aalib/gstaasink.c: (gst_aasink_open):
39938         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39939         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39940         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39941         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39942         (gst_afsink_close_file):
39943         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39944         (gst_afsrc_close_file):
39945         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39946         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39947         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39948         * ext/esd/esdmon.c: (gst_esdmon_get):
39949         * ext/esd/esdsink.c: (gst_esdsink_chain):
39950         * ext/faac/gstfaac.c: (gst_faac_chain):
39951         * ext/faad/gstfaad.c: (gst_faad_chain):
39952         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39953         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39954         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39955         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39956         (gst_flacdec_loop):
39957         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39958         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39959         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39960         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39961         (gst_gnomevfssink_close_file):
39962         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39963         (gst_gnomevfssrc_open_file):
39964         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39965         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39966         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39967         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39968         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39969         * ext/mad/gstmad.c: (gst_mad_chain):
39970         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39971         * ext/mpeg2dec/gstmpeg2dec.c:
39972         * ext/mpeg2enc/gstmpeg2enc.cc:
39973         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39974         * ext/mplex/gstmplex.cc:
39975         * ext/mplex/gstmplexibitstream.cc:
39976         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39977         (gst_ogg_demux_push), (gst_ogg_pad_push):
39978         * ext/raw1394/gstdv1394src.c:
39979         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39980         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39981         * ext/sidplay/gstsiddec.cc:
39982         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39983         (gst_sf_loop):
39984         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39985         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39986         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39987         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39988         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39989         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39990         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39991         * gst-libs/gst/Makefile.am:
39992         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39993         (gst_riff_read_element_data), (gst_riff_read_seek),
39994         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39995         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39996         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39997         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39998         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39999         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
40000         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
40001         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40002         * gst/goom/gstgoom.c: (gst_goom_chain):
40003         * gst/id3/gstid3types.c: (gst_id3types_loop):
40004         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
40005         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
40006         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
40007         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
40008         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
40009         (gst_ebml_read_float), (gst_ebml_read_header):
40010         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
40011         (gst_matroska_demux_parse_blockgroup):
40012         * gst/modplug/gstmodplug.cc:
40013         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
40014         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40015         * gst/oneton/gstoneton.c: (gst_oneton_chain):
40016         * gst/silence/gstsilence.c: (gst_silence_get):
40017         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40018         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
40019         * gst/speed/gstspeed.c: (speed_loop):
40020         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
40021         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40022         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
40023         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
40024         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
40025         (gst_wavparse_loop):
40026         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
40027         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
40028         (dxr3audiosink_close):
40029         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
40030         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
40031         (dxr3videosink_close), (dxr3videosink_write_data):
40032         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40033         * sys/oss/gstosselement.h:
40034         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
40035         (gst_osssink_chain):
40036         * sys/oss/gstosssrc.c: (gst_osssrc_get):
40037         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40038         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
40039         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
40040         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
40041         (gst_v4l_enable_overlay):
40042         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
40043         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
40044         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
40045         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
40046         (gst_v4l_set_audio):
40047         * sys/v4l/v4l_calls.h:
40048         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
40049         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
40050         (gst_v4lmjpegsink_playback_init),
40051         (gst_v4lmjpegsink_playback_start):
40052         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
40053         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
40054         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
40055         (gst_v4lmjpegsrc_requeue_frame):
40056         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
40057         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
40058         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
40059         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
40060         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
40061         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
40062         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
40063         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
40064         (gst_v4l2src_capture_stop):
40065         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
40066         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40067         (gst_ximagesink_chain):
40068         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
40069         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
40070         (gst_xvideosink_xwindow_new):
40071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40072         (gst_xvimagesink_chain):
40073         use new error signal, function and categories
40074
40075 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
40076
40077         * configure.ac:
40078         * ext/Makefile.am:
40079         * ext/musicbrainz/gsttrm.c:
40080         * ext/musicbrainz/gsttrm.h:
40081         * ext/musicbrainz/Makefile.am:
40082         Add a trm plugin
40083
40084 2004-01-18  Julien MOUTTE  <julien@moutte.net>
40085
40086         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
40087         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
40088         synchronous property for debugging.
40089         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
40090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40091         (gst_xvimagesink_set_property): Moving a pointer declaration to a
40092         smaller block, fixing indent.
40093
40094 2004-01-16  David Schleef  <ds@schleef.org>
40095
40096         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40097         property affects the video stream.
40098         * sys/xvimage/xvimagesink.c:
40099         * sys/xvimage/xvimagesink.h:
40100         Add synchronous property for debugging.  Should probably be
40101         disabled in non-CVS builds.  Make sure that the Xv attribute
40102         exists before we set it (crash!).  Fix a silly float bug that
40103         caused colorbalance to just not work.
40104
40105 2004-01-17  Christian Schaller <Uraeus@gnome.org>
40106
40107         * tools/gst-launch-ext.in - update for new plugins
40108
40109 2004-01-16  David Schleef  <ds@schleef.org>
40110
40111         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40112         already-freed caps.
40113
40114 2994-01-16  Christian Schaller <Uraeus@gnome.org>
40115
40116         * Update spec for new colorspace plugin and libcaca plugin
40117         * Fix compilation of libcaca plugin (clock -> id)
40118
40119 2004-01-16  Julien MOUTTE <julien@moutte.net>
40120
40121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40122         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40123         (gst_xvimagesink_set_xwindow_id),
40124         (gst_xvimagesink_colorbalance_set_value),
40125         (gst_xvimagesink_colorbalance_get_value),
40126         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40127         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40128         correct colorbalance properties. They can now be set when the element
40129         is still in NULL state. The values will be committed to the Xv Port
40130         when xcontext is initialized.
40131         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40132         brightness int values in the GstXvImagesink structure.
40133
40134 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40135
40136         * gst-libs/gst/Makefile.am:
40137           restructure so having local patches works easier.
40138
40139 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40140
40141         * ext/mpeg2enc/Makefile.am:
40142         * ext/mpeg2enc/gstmpeg2enc.cc:
40143         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40144           Bugfix with respect to EOS handling.
40145
40146 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40147
40148         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40149           Link with right caps (else, it segfaults).
40150         * ext/mplex/gstmplexjob.cc:
40151           Fix for slight API change in 1.6.1.93 release of mjpegtools.
40152
40153 2004-01-15  David Schleef  <ds@schleef.org>
40154
40155         * gst-libs/gst/audio/Makefile.am:
40156         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40157         from the template.
40158         * gst-libs/gst/audio/gstaudiofilter.c:
40159         * gst-libs/gst/audio/gstaudiofilter.h:
40160         Add bytes_per_sample and size and n_samples calculation.
40161         * gst-libs/gst/audio/gstaudiofilterexample.c:
40162         Remove, now autogenerated.
40163         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40164         Moved from gstaudiofilterexample, object name changed, code added
40165         so that it actually works.
40166         * gst-libs/gst/audio/make_filter:
40167         Script to build an audiofilter subclass from the template.
40168         * gst/colorspace/Makefile.am:
40169         * gst/colorspace/yuv2yuv.c:
40170         Remove file, since it's GPL, and we don't use it.
40171
40172 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40173
40174         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40176         them use the buffer free function to test how the buffer was allocated.
40177
40178 2004-01-15  David Schleef  <ds@schleef.org>
40179
40180         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40181         that handles osssink fallback.
40182         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40183         (gst_audio_convert_getcaps):
40184         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40185         Add audio/x-qdm2 for QDM2 audio.
40186         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40187         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40188         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40189         Decrease minimum size to 16x16.
40190         * gst/wavparse/gstwavparse.c:
40191         Convert disabled pad template caps to new caps.
40192         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40194         (gst_xvimagesink_chain): Throw element error when display cannot
40195         be opened.  Increase minimum framerate to 1.0.  Check the data
40196         free function on a buffer to make sure it is the type we expect
40197         before manipulating it.
40198
40199 2004-01-15  Julien MOUTTE <julien@moutte.net>
40200
40201         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40202         (gst_videobalance_colorbalance_set_value): Implement passthru if
40203         settings are in the middle.
40204         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40205
40206 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40207
40208         * gst/videofilter/Makefile.am:
40209         * gst/volume/Makefile.am:
40210           Since we use videofilter symbols, link to it.
40211
40212 2004-01-15  Julien MOUTTE <julien@moutte.net>
40213
40214         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40215         mixer interface type to HARDWARE.
40216         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40217         type to SOFTWARE.
40218         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40219         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40220         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40221         (gst_volume_interface_init), (gst_volume_list_tracks),
40222         (gst_volume_set_volume), (gst_volume_get_volume),
40223         (gst_volume_set_mute), (gst_volume_mixer_init),
40224         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40225         (volume_init): Implementing mixer interface.
40226         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40227         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40228         (gst_osselement_change_state): Removing some trailing commas in
40229         structures.
40230         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40231         interface type to HARDWARE.
40232         * sys/v4l/gstv4lcolorbalance.c:
40233         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40234         type to HARDWARE.
40235         * sys/v4l2/gstv4l2colorbalance.c:
40236         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40237         interface type to HARDWARE.
40238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40239         same code than ximagesink for event handling.
40240
40241 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40242
40243         * ext/snapshot/Makefile.am:
40244         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40245         (gst_snapshot_chain):
40246         * ext/snapshot/gstsnapshot.h:
40247           This has to be a joke... Snapshot should be connected to a tee,
40248           colorspace element before it and EOS after that, where the other
40249           src of the tee receives normal data.
40250           The current way is *wrong*.
40251
40252 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40253
40254         * ext/hermes/gsthermescolorspace.c:
40255           Fix another compile error. Same as below.
40256
40257 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40258
40259         * gst/colorspace/gstcolorspace.c:
40260         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40261         (gst_colorspace_i420_to_yv12):
40262           Fix compiling... Didn't test if it actually works.
40263
40264 2004-01-15  David Schleef  <ds@schleef.org>
40265
40266         * configure.ac:
40267         * gst/colorspace/Makefile.am:
40268         * gst/colorspace/gstcolorspace.c:
40269         * gst/colorspace/gstcolorspace.h:
40270         * gst/colorspace/yuv2rgb.c:
40271         * gst/colorspace/yuv2rgb.h:
40272         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40273         code and GPL code.  Fix for new caps negotiation.  Rewrite
40274         much of the format handling code, and some of the conversion
40275         code.  Basically, rewrote almost everything.  This element
40276         handles I420, YV12 to RGB conversions.
40277         * ext/hermes/Makefile.am:
40278         * ext/hermes/gsthermescolorspace.c:
40279         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40280         Remove non-Hermes related code.  This element handles lots of
40281         RGB to RGB conversions, but no YUV.
40282         * ext/hermes/gstcolorspace.c:
40283         * ext/hermes/gstcolorspace.h:
40284         * ext/hermes/rgb2yuv.c:
40285         * ext/hermes/yuv2rgb.c:
40286         * ext/hermes/yuv2rgb.h:
40287         * ext/hermes/yuv2rgb_mmx16.s:
40288         * ext/hermes/yuv2yuv.c:
40289         * ext/hermes/yuv2yuv.h:
40290         Remove old code.
40291
40292 2004-01-14  Colin Walters  <walters@verbum.org>
40293
40294         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40295         they've already been.
40296
40297 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40298
40299         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40300           assume tag mode when pad is not connected
40301
40302 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40303
40304         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40305           Don't update the time of the clock
40306         (gst_alsa_sink_loop):
40307           sync to the clock given to alsasink, not the own clock
40308         * sys/oss/gstosssink.c: (gst_osssink_chain):
40309           sync to the clock
40310         (gst_osssink_change_state):
40311           activate the clock
40312         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40314           remove bogus code that made DISCONT events unhandled
40315         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40316           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40317           #131502)
40318         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40319         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40320         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40321           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40322           2nd warning in bug #131502)
40323
40324 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40325
40326         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40327         (gst_videobalance_colorbalance_set_value),
40328         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40329         for colorbalance interface implementation.
40330         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40331         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40332         (gst_ximagesink_dispose), (gst_ximagesink_init),
40333         (gst_ximagesink_class_init): Adding DISPLAY property.
40334         * sys/ximage/ximagesink.h: Adding display_name to store display.
40335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40336         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40337         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40338         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40339         properties (they still need polishing though for gst-launch use : no
40340         xcontext yet, i ll do that tomorrow).
40341         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40342
40343 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40344
40345         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40346         (gst_play_set_location), (gst_play_set_visualization): Preparing
40347         switch integration, adding videobalance in the pipeline.
40348
40349 2004-01-14  Julien MOUTTE <julien@moutte.net>
40350
40351         * gst-libs/gst/colorbalance/colorbalance.c:
40352         (gst_color_balance_class_init): Adding a default type.
40353         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40354         the type.
40355         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40356         (gst_videobalance_dispose), (gst_videobalance_class_init),
40357         (gst_videobalance_init), (gst_videobalance_interface_supported),
40358         (gst_videobalance_interface_init),
40359         (gst_videobalance_colorbalance_list_channels),
40360         (gst_videobalance_colorbalance_set_value),
40361         (gst_videobalance_colorbalance_get_value),
40362         (gst_videobalance_colorbalance_init): Implementing colorbalance
40363         interface.
40364         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40365         list.
40366         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40367         bug which was triggering a BadAccess X error when setting an overlay
40368         before pad was really negotiated.
40369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40370         Using the colorbalance type macro.
40371
40372 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40373
40374         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40375         (gst_flacenc_chain):
40376           handle tags correctly
40377         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40378           extract ID3v1 tags correctly
40379
40380 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40381
40382         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40383         (plugin_init):
40384           Improve matroska typefinding for odd-typed headers...
40385
40386 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40387
40388         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40389           Fix for using incremental number on padnames.
40390
40391 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40392
40393         * ext/divx/gstdivxdec.c:
40394         * ext/divx/gstdivxenc.c:
40395           Set category to divx4linux instead of divx (too generic).
40396         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40397         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40398         (gst_wavparse_loop), (gst_wavparse_change_state):
40399         * gst/wavparse/gstwavparse.h:
40400           fix parsing of WAV files with non-standard fmt-tag size and fix
40401           skipping of unrecognized chunks... Someone please fix this thing
40402           to use rifflib so all this is automated.
40403         * sys/v4l/Makefile.am:
40404         * sys/v4l2/Makefile.am:
40405           Add X_CFLAGS because we depend on X (for overlay).
40406
40407 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40408
40409         * ext/mpeg2dec/gstmpeg2dec.c:
40410           Don't issue a timestamp unless we tagged the frame
40411           with a PTS.
40412
40413 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40414
40415         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40416           Query the audio element to get the time, not the clock. We're
40417           interested in the element's time here.
40418
40419 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40420
40421         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40422         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40423         * ext/esd/esdsink.c: (gst_esdsink_chain):
40424         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40425         * ext/mas/massink.c: (gst_massink_chain):
40426         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40427         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40428         (gst_matroska_demux_parse_metadata):
40429         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40430         (gst_mpeg_parse_release_locks):
40431         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40432         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40433         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40434         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40435         (gst_osssink_change_state):
40436         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40437         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40438         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40439         (gst_xvideosink_release_locks):
40440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40441           use element time.
40442         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40443         (gst_alsa_clock_stop):
40444         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40445         (gst_audio_clock_get_internal_time):
40446           simplify for use with new clocking code.
40447         * testsuite/alsa/Makefile.am:
40448         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40449           fix testsuite for new caps system
40450
40451 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40452
40453         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40454         * ext/flac/gstflacenc.c: (add_one_tag):
40455           length is already host endian, no need to convert. Fixes playback of
40456           tagged files on PPC. (bug #128384)
40457
40458 2004-01-13  Julien MOUTTE <julien@moutte.net>
40459
40460         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40461         colorbalance interface stating if it is hardware based or software
40462         based.
40463         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40464         Removing a trailing comma.
40465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40466         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40467         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40468         the documentation seems to be wrong on the -1000 to 1000 interval.
40469
40470 2004-01-12  David Schleef  <ds@schleef.org>
40471
40472         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40473         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40474         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40475         Fix negotiation.  Add a bufferalloc function for the sink pad,
40476         and generally clean up some of the code.
40477
40478 2004-01-12  Julien MOUTTE <julien@moutte.net>
40479
40480         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40481         (gst_color_balance_channel_dispose): Adding safety check in dispose
40482         method.
40483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40484         (gst_xvimagesink_xcontext_clear),
40485         (gst_xvimagesink_interface_supported),
40486         (gst_xvimagesink_colorbalance_list_channels),
40487         (gst_xvimagesink_colorbalance_set_value),
40488         (gst_xvimagesink_colorbalance_get_value),
40489         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40490         Adding colorbalance interface support to set XV parameters such as
40491         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40492         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40493         interface.
40494
40495 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40496
40497         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40498         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40499         (gst_audio_convert_init), (gst_audio_convert_set_property),
40500         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40501         (gst_audio_convert_link),
40502         (gst_audio_convert_buffer_to_default_format),
40503         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40504           - implement _getcaps and use it
40505           - improve linking
40506           - remove float caps since no float conversion is actually done
40507           - remove properties and arguments that were to be used for rate
40508             conversion
40509
40510 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40511
40512         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40513         (gst_audio_structure_set_int):
40514         * gst-libs/gst/audio/audio.h:
40515           add helper functions for _getcaps matching the standard audio
40516           templates
40517
40518 2004-01-12  David Schleef  <ds@schleef.org>
40519
40520         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40521         Test that pad is negotiated before getting its caps.
40522
40523 2004-01-12  Julien MOUTTE <julien@moutte.net>
40524
40525         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40526         analyzing the pads of an element the bin is mostly in READY state so
40527         no caps were negotiated. This helper function needs to work with
40528         _get_caps directly then. I was not freeing them though, added that to
40529         fix the mem leak.
40530
40531 2004-01-12  Julien MOUTTE <julien@moutte.net>
40532
40533         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40535         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40536         than the free_func.
40537
40538 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40539
40540         * sys/oss/gstossaudio.c: (plugin_init):
40541         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40542         * sys/oss/gstosselement.h:
40543           make an oss debugging category
40544           make failure more descriptive
40545
40546 2004-01-11  David Schleef  <ds@schleef.org>
40547
40548         * ext/ffmpeg/gstffmpeg.c:
40549         * ext/ffmpeg/gstffmpegcodecmap.c:
40550         * ext/ffmpeg/gstffmpegdec.c:
40551         * ext/ffmpeg/gstffmpegenc.c:
40552         * ext/ffmpeg/gstffmpegprotocol.c:
40553         * ext/gdk_pixbuf/gstgdkanimation.c:
40554         * ext/jpeg/gstjpeg.c:
40555         * ext/libpng/gstpng.c:
40556         * ext/mpeg2dec/perftest.c:
40557         * ext/speex/gstspeex.c:
40558         * gst-libs/gst/resample/dtos.c:
40559         * gst/intfloat/gstintfloatconvert.c:
40560         * gst/oneton/gstoneton.c:
40561         * gst/rtjpeg/RTjpeg.c:
40562         * gst/rtp/gstrtp.c:
40563         * sys/dxr3/dxr3init.c:
40564         * sys/glsink/gstgl_nvimage.c:
40565         * sys/glsink/gstgl_pdrimage.c:
40566         * sys/glsink/gstglsink.c:
40567         * testsuite/gst-lint:
40568         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40569
40570 2004-01-11  David Schleef  <ds@schleef.org>
40571
40572         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40573         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40574         * ext/gdk_pixbuf/gstgdkanimation.c:
40575         (gst_gdk_animation_iter_create_pixbuf):
40576         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40577         (gst_gdk_pixbuf_chain):
40578         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40579         * ext/jack/gstjack.c: (gst_jack_change_state):
40580         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40581         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40582         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40583         * gst/videofilter/gstvideofilter.c:
40584         (gst_videofilter_set_output_size):
40585         Remove all usage of gst_pad_get_caps(), and replace it with
40586         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40587
40588 2004-01-11  David Schleef  <ds@schleef.org>
40589
40590         * configure.ac:
40591         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40592         * ext/divx/gstdivxdec.c:
40593         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40594         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40595         handle images that span multiple buffers.  Now work with both
40596         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40597         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40598         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40599         video/video.h changes
40600         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40601         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40602         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40603         of GstData free function.
40604         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40605         same.
40606
40607 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40608
40609         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40610         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40611         (gst_v4l2element_get_property):
40612         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40613           add norm, channel and frequency properties.
40614         * sys/v4l2/gstv4l2tuner.c:
40615           fixes for tuner interface changes
40616         * sys/v4l2/gstv4l2element.h:
40617         * sys/v4l2/gstv4l2src.c:
40618         * sys/v4l2/gstv4l2src.h:
40619         * sys/v4l2/v4l2src_calls.c:
40620         * sys/v4l2/v4l2src_calls.h:
40621           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40622
40623 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40624
40625         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40626         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40627         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40628         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40629         * gst-libs/gst/tuner/tuner.h:
40630           GObjects aren't const.
40631           Add find_by_name functions.
40632           Add checks to _changed functions.
40633         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40634         (gst_v4l_tuner_get_norm):
40635           Fixes for above.
40636
40637 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40638
40639         * gst-libs/gst/video/video.h:
40640           Fix caps template names to be understandable.
40641           Prefix everything with GST_VIDEO.
40642         * ext/aalib/gstaasink.c:
40643         * ext/divx/gstdivxdec.c:
40644         * ext/divx/gstdivxenc.c:
40645         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40646         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40647         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40648         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40649         * ext/libcaca/gstcacasink.c:
40650         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40651         * ext/snapshot/gstsnapshot.c:
40652         * ext/swfdec/gstswfdec.c:
40653         * ext/xvid/gstxviddec.c:
40654         * ext/xvid/gstxvidenc.c:
40655         * gst/chart/gstchart.c:
40656         * gst/deinterlace/gstdeinterlace.c:
40657         * gst/effectv/gsteffectv.c:
40658         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40659         * gst/goom/gstgoom.c:
40660         * gst/median/gstmedian.c:
40661         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40662         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40663         * gst/overlay/gstoverlay.c:
40664         * gst/smooth/gstsmooth.c:
40665         * gst/smpte/gstsmpte.c:
40666         * gst/synaesthesia/gstsynaesthesia.c:
40667         * gst/videocrop/gstvideocrop.c:
40668         * gst/videodrop/gstvideodrop.c:
40669         * gst/y4m/gsty4mencode.c:
40670         * sys/qcam/gstqcamsrc.c:
40671         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40672           Make them work with new video.h file.
40673         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40674         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40676         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40677           Make it work with new buffer allocation system.
40678
40679 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40680
40681         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40682         pad_alloc_buffer implementation to use ->srcpad
40683         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40684         pad_alloc_buffer implementation to use ->srcpad
40685         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40686         pad_alloc_buffer implementation to use ->srcpad
40687         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40688         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40689         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40690         a reference to everything we need.
40691         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40693         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40694         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40695         a reference to everything we need.
40696         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40697
40698 2004-01-11  David Schleef  <ds@schleef.org>
40699
40700         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40701         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40702         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40703         structure members.
40704         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40705         value during a resize/renegotiation.
40706         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40707         gst_pad_alloc_buffer();
40708         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40709         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40710         structure members.
40711         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40712         Fix for rename of buffer private structure members.
40713         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40714         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40715         Fix for rename of buffer private structure members.
40716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40717         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40718         Fix for rename of buffer private structure members.
40719
40720 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40721
40722         reviewed by: David Schleef <ds@schleef.org>
40723
40724         * gst/videofilter/Makefile.am:
40725         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40726         from the patch by ds to fit in with recent make_filter changes.
40727
40728 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40729
40730         * configure.ac: Adding examples/switch/Makefile
40731         * examples/Makefile.am: Adding examples/switch
40732         * examples/switch/Makefile.am: Adding switcher example.
40733         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40734         (switch_timer), (main): Adding an example demonstrating switch usage
40735         with 2 videotestsrc showing different patterns.
40736         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40737         (gst_switch_init): Fixing switch with the new caps system.
40738
40739 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40740
40741         * gst-libs/gst/video/video.h:
40742           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40743           They should probably be like
40744           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40745
40746 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40747
40748         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40749         (qtdemux_parse_trak):
40750           fix audio chunk size/timestamp calculation
40751
40752 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40753
40754         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40755           fix SVQ3 caps
40756
40757 2004-01-11  Steve Baker  <steve@stevebaker.org>
40758
40759         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40760         (gst_agingtv_base_init), (gst_agingtv_class_init),
40761         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40762         (gst_agingtv_set_property), (gst_agingtv_get_property):
40763         Port agingTV to videofilter
40764
40765 2004-01-09  Julien MOUTTE <julien@moutte.net>
40766
40767         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40768         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40769
40770 2004-01-09  Julien MOUTTE <julien@moutte.net>
40771
40772         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40773         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40774         * gst-libs/gst/xoverlay/xoverlay.c:
40775         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40776         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40777         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40778         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40779         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40780         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40781         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40782         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40783         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40784         interface implementation to handle xid being 0 and fix some bugs
40785         triggered by Benjamin's testcase.
40786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40787         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40788         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40789         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40790         interface implementation to handle xid being 0 and fix some bugs
40791         triggered by Benjamin's testcase.
40792
40793 2004-01-09  David Schleef  <ds@schleef.org>
40794
40795         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40796         mouse pointer events.  It works.
40797
40798 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40799
40800         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40801           Use explicit caps - fix capsnego.
40802         * ext/xvid/gstxviddec.c:
40803         * ext/xvid/gstxvidenc.c:
40804           Remove macro-inside-macro which caused compile errors.
40805         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40806           Error out if it's not a RIFF file. Else we error out without
40807           gst_element_error() which is not good...
40808
40809 2004-01-08  David Schleef  <ds@schleef.org>
40810
40811         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40812         Fix pad_link function to handle formats that ffmpeg returns
40813         as multiple caps structures.
40814         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40815         Only complain if source buffer is _smaller_ than expected.
40816         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40817         (gst_videoscale_handle_src_event): Resize navigation events
40818         when passing them upstream.
40819         * gst/videotestsrc/gstvideotestsrc.c:
40820         * gst/videotestsrc/gstvideotestsrc.h:
40821         * gst/videotestsrc/videotestsrc.c:
40822         * gst/videotestsrc/videotestsrc.h:
40823         Rewrite many of the buffer painting functions to handle odd
40824         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40825         been verified to work with my video card.
40826         * testsuite/gst-lint:  Add check for elements calling
40827         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40828
40829 2004-01-08  David Schleef  <ds@schleef.org>
40830
40831         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40832         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40833
40834 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40835
40836         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40837         configure event is not emiting the desired size signal. That fixes
40838         aspect ratio issues with gst-player.
40839
40840 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40841
40842         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40843           Fix capsnego.
40844
40845 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40846
40847         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40848         public method to fire size signal.
40849
40850 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40851
40852         * examples/gstplay/Makefile.am: Adding the interface library.
40853         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40854         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40855         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40856         GST_IS_X_OVERLAY before signal connect.
40857         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40858         Removing the have_video_size signal.
40859         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40860         and associated public method.
40861         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40862         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40863         signal.
40864         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40865         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40866         signal.
40867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40868         Using XOverlay public method to fire size signal.
40869
40870 2004-01-07  David Schleef  <ds@schleef.org>
40871
40872         * gst/videofilter/Makefile.am:
40873         * gst/videofilter/gstvideotemplate.c:
40874         * gst/videofilter/make_filter:
40875         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40876         Convert make_filter to /bin/sh script.
40877
40878 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40879
40880         * gst/modplug/gstmodplug.cc: fix element description
40881
40882 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40883
40884         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40885         (got_video_size): Adding some new lines in g_print calls.
40886         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40887         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40888         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40889         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40890         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40891         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40892         Complete code review, reverting some stuff i disagree with, adding
40893         some fixes : time synchronization on invalid timestamps, renegotiation
40894         of private window.
40895         * sys/ximage/ximagesink.h:
40896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40897         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40898         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40899         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40900         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40901         (gst_xvimagesink_buffer_new),
40902         (gst_xvimagesink_navigation_send_event),
40903         (gst_xvimagesink_set_xwindow_id),
40904         (gst_xvimagesink_get_desired_size),
40905         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40906         stuff i disagree with, adding some fixes : Renegotiation of private
40907         window, implementing get_desired_size.
40908
40909 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40910
40911         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40912         (gst_afsink_handle_event):
40913         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40914         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40915         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40916         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40917         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40918           Fix for instantiate-test (see core). Also remove dead code from
40919           jpegenc (which still needs fixing, but that's lower on my TODO
40920           list...).
40921         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40922           Never return NULL as caps.
40923
40924 2004-01-07  David Schleef  <ds@schleef.org>
40925
40926         * configure.ac:
40927         * ext/Makefile.am:
40928         * ext/librfb/Makefile.am:
40929         * ext/librfb/gstrfbsrc.c:
40930         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40931         is the protocol used by VNC.
40932
40933 2004-01-07  David Schleef  <ds@schleef.org>
40934
40935         * gst/videofilter/gstvideotemplate.c:
40936         * gst/videofilter/gstvideotemplate.h:
40937         * gst/videofilter/make_filter:
40938         Merge videotemplate header into source file.
40939         * gst/effectv/Makefile.am:
40940         * gst/effectv/gsteffectv.c: (plugin_init):
40941         * gst/effectv/gstwarp.c:
40942         Make warpTV a subclass of videofilter.
40943
40944 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40945
40946         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40947           Add guard against invalid utf-8 conversions in mad. Just in case.
40948
40949 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40950
40951         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40952           Fix for bug shown by poisoning
40953
40954 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40955
40956         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40957         (gst_v4lmjpegsrc_buffer_free):
40958         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40959         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40960         (gst_v4lsrc_buffer_free):
40961           Fix for removed bufferpools.
40962
40963 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40964
40965         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40966         Fix caps negotiation.
40967
40968         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40969         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40970         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40971         (dvdnavsrc_event):
40972         * ext/mpeg2dec/gstmpeg2dec.c:
40973         * gst-libs/gst/navigation/navigation.c:
40974         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40975         * gst-libs/gst/navigation/navigation.h:
40976         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40977         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40979         Super-simple first version of mouse and keyboard events. Clicking
40980         on a DVD menu now works, although it may not take you where you
40981         expected.
40982
40983         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40984         * gst/videotestsrc/gstvideotestsrc.c:
40985         (gst_videotestsrc_src_fixate):
40986         These fixate functions were broken - they never actually
40987         fixated :)
40988
40989 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40990
40991         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40992         (gst_icecastsend_init):
40993           fix for new caps system.
40994         * gst-libs/gst/mixer/mixertrack.h:
40995         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40996           Add 'master track' flag (for tools like ACME that only want to
40997           change the main volume).
40998
40999 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41000
41001         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
41002         (gst_xvid_csp_to_caps):
41003         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
41004         * ext/xvid/gstxvidenc.c:
41005         ifdef out ARGB type when it isn't available
41006         in xvidcore 1.0.0beta2
41007
41008 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41009
41010         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
41011           When we have received a new SCR right in the first buffer after
41012           a seek (so in the same cycle that handles the discont), we should
41013           handle the buffer instead of unreffing it, else we lose data.
41014
41015 2004-01-06  Iain <iain@prettypeople.org>
41016
41017         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
41018           buffer-frames caps too.
41019
41020         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
41021           caps that we need, don't destroy them all and rebuild them. And when
41022           creating src pads, use the src pad template rather than the sink...
41023
41024 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41025
41026         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
41027           Add pad to element *after* setting functions such as event handler.
41028           Without this, the scheduler (opt) will link pads, set the event
41029           handler from the default event function (dispatcher in gstpad.c)
41030           and *after* that, we will set our own event function, which will
41031           thus never be used (and thus mpegdemux doesn't handle events).
41032
41033 2004-01-04  David Schleef  <ds@schleef.org>
41034
41035         Fix the fixate functions to handle new prototype:
41036         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41037         * gst/videotestsrc/gstvideotestsrc.c:
41038         (gst_videotestsrc_src_fixate):
41039         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41040         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
41041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
41042
41043 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41044
41045         * sys/ximage/ximagesink.h:
41046         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41047         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
41048         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
41049         (gst_ximagesink_xoverlay_init):
41050           assorted fixes to make (re)embedding work
41051         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
41052         (gst_ximagesink_get_desired_size):
41053           implement desired size additions to XOverlay
41054
41055 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41056
41057         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
41058         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
41059         (gst_x_overlay_got_desired_size):
41060         * gst-libs/gst/xoverlay/xoverlay.h:
41061           Add optional "desired size" signal and querying.
41062
41063 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41064
41065         * gst/matroska/matroska-demux.c:
41066         (gst_matroska_demux_parse_blockgroup):
41067           Fix EBML-laced block parsing. Diffs are relative to previous
41068           lace, not the first lace. Thanks to Mosu from the Matroska
41069           team for detecting this.
41070         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41071         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
41072         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
41073         (gst_wavparse_change_state):
41074         * gst/wavparse/gstwavparse.h:
41075           Quickfix for capsnego.
41076
41077 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41078
41079         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
41080           Fix indenting, fix pad creation.
41081
41082 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41083
41084         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
41085         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
41086         (gst_xviddec_sink_link):
41087           Implement src_getcaps() so proper size caps is negotiated.
41088
41089 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41090
41091         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
41092           Finish flac decoder on EOS. See #116178.
41093
41094 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41095
41096         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41097         (gst_matroska_demux_add_stream):
41098         * gst/matroska/matroska-ids.h:
41099           Add getcaps() function to fix capsnego...
41100
41101 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41102
41103         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41104         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41105         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41106           Fix more integer overflows. Again, see #126967.
41107
41108 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41109
41110         * ext/mpeg2dec/gstmpeg2dec.c:
41111           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41112           #130416.
41113
41114 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41115
41116         * configure.ac:
41117         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41118         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41119         * ext/xvid/gstxvid.h:
41120         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41121         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41122         (gst_xviddec_src_link), (gst_xviddec_sink_link),
41123         (gst_xviddec_change_state):
41124         * ext/xvid/gstxviddec.h:
41125         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41126         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41127         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41128         (gst_xvidenc_link), (gst_xvidenc_set_property),
41129         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41130         * ext/xvid/gstxvidenc.h:
41131           Update xvid plugin to latest xvid (1.0.0-beta3) API.
41132
41133 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41134
41135         * gst/rtp/rtp-packet.c:
41136           Add sys/types.h include, since OS X doesn't define in_addr_t
41137           in netinet/in.h, like it does on Linux (see #129600).
41138
41139 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
41140
41141         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
41142
41143         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41144           Correct logic of dispose function (see #129306).
41145
41146 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41147
41148         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41149         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41150         (gst_mpeg_parse_init):
41151         * gst/mpegstream/gstmpegparse.h:
41152           Remove clock (which was never provided, i.e. dead code), and
41153           also fix integer overflows at high PTS values (see #126967).
41154
41155 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41156
41157         * ext/flac/gstflacdec.c:
41158         * ext/libpng/gstpngenc.h:
41159         * ext/mikmod/gstmikmod.h:
41160           OS X fixes (see #126628).
41161
41162 2004-01-02  David Schleef  <ds@schleef.org>
41163
41164         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41165         (gst_alsa_src_base_init): Remove bogus "src" request pad.
41166         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41167         (gst_mpeg_parse_class_init): Move pad template registration
41168         to class_init, since the derived class (mpegdemux) doesn't
41169         want them.
41170
41171 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41172
41173         * sys/ximage/Makefile.am:
41174         * sys/xvideo/Makefile.am:
41175         * sys/xvimage/Makefile.am:
41176           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41177           after installation (see #127664).
41178
41179 2004-01-02  David Schleef  <ds@schleef.org>
41180
41181         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41182         (gst_ffmpegenc_connect):  Negotiation fixes.
41183         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41184         Remove inappropriate gst_caps_free().
41185         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41186         Reenable Ronald's internal resize code, since the core handles
41187         it correctly now.
41188
41189 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41190
41191         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41192         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41193         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41194           Fix pad template stuff.
41195
41196 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41197
41198         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41199         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41200           fix signed integer reading/writing.
41201
41202 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41203
41204         * ext/alsa/README:
41205           Remove outdated document
41206
41207 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41208
41209         * gst/cutter/gstcutter.c: (gst_cutter_init):
41210           src pad was being created twice - oops.
41211
41212 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41213
41214         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41215           Comment out internal resize. It doesn't handle the resulting
41216           XEvent internally, does another try_set_caps() which leads to
41217           a really nice loop.
41218           Real fix will come when Julien and Dave are awake. ;).
41219
41220 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41221
41222         * ext/mpeg2enc/gstmpeg2enc.cc:
41223           fix const/nonconst compile issue.
41224
41225 2004-01-02  David Schleef  <ds@schleef.org>
41226
41227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41228         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41229         Add fixate function and a check for bad formats.
41230
41231 2004-01-01  David Schleef  <ds@schleef.org>
41232
41233         Negotiation fixes:
41234         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41235         (gst_audiofilter_init):
41236         * gst/debug/efence.c: (gst_efence_init):
41237         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41238         (gst_deinterlace_init):
41239         * gst/volume/gstvolume.c: (volume_connect):
41240
41241 2004-01-01  David Schleef  <ds@schleef.org>
41242
41243         Convert elements to use gst_pad_use_explicit_caps() where
41244         appropriate:
41245         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41246         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41247         (gst_afparse_open_file):
41248         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41249         (gst_afsrc_open_file):
41250         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41251         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41252         (gst_ffmpegdec_chain):
41253         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41254         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41255         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41256         (gst_gdk_pixbuf_chain):
41257         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41258         (gst_jpegdec_chain):
41259         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41260         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41261         (gst_mikmod_negotiate):
41262         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41263         (gst_mpeg2dec_negotiate_format):
41264         * ext/mpeg2enc/gstmpeg2enc.cc:
41265         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41266         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41267         (gst_speexdec_sinkconnect):
41268         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41269         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41270         (gst_vorbisfile_new_link):
41271         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41272         (gst_ac3parse_chain):
41273         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41274         (gst_asf_demux_setup_pad):
41275         * gst/auparse/gstauparse.c: (gst_auparse_init),
41276         (gst_auparse_chain):
41277         * gst/id3/gstid3types.c: (gst_id3types_loop):
41278         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41279         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41280         (mp1videoparse_parse_seq):
41281         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41282         (bpf_from_header):
41283         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41284         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41285         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41286         (gst_mpeg_parse_send_data):
41287         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41288         (gst_qtdemux_add_stream):
41289         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41290         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41291         (gst_wavparse_parse_fmt):
41292
41293 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41294
41295         * configure.ac:
41296           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41297           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41298           it therefore uses the wrong include paths. Too bad... Note
41299           that 1.6.1.93 is not release yet. ;).
41300           Also add a check for mplex, which is now using the lib'ified
41301           mplex from mjpegtools, too.
41302         * ext/ffmpeg/gstffmpegcodecmap.c:
41303           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41304           issues. I don't think ffmpeg handles 3ivx correctly, so this
41305           probably won't work. But it won't hurt either.
41306         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41307         (gst_ffmpegdec_chain):
41308         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41309         (gst_ffmpegenc_chain_audio):
41310           Fix memleak in audio encoding. Close codec if open fails, this
41311           calls the cleanup routines so we can re-use the context.
41312         * ext/mpeg2enc/gstmpeg2enc.cc:
41313           Fix pad template names/types, fix memory issue with getcaps().
41314         * ext/mpeg2enc/gstmpeg2encoder.cc:
41315         * ext/mpeg2enc/gstmpeg2encoder.hh:
41316           Fix compile issue with new caps system (const thingy).
41317         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41318         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41319           We read a first frame right on initing, so that we have a caps
41320           when we init the output. This caps is cached in padprivate and
41321           read as first frame.
41322         * ext/mplex/Makefile.am:
41323         * ext/mplex/gstmplex.cc:
41324         * ext/mplex/gstmplex.h:
41325         * ext/mplex/gstmplex.hh:
41326         * ext/mplex/gstmplexibitstream.cc:
41327         * ext/mplex/gstmplexibitstream.hh:
41328         * ext/mplex/gstmplexjob.cc:
41329         * ext/mplex/gstmplexjob.hh:
41330         * ext/mplex/gstmplexoutputstream.cc:
41331         * ext/mplex/gstmplexoutputstream.hh:
41332           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41333           had issues, didn't do capsnego, supported only a subset of the
41334           mplex features and required a mplex fork in our local CVS. Plus
41335           that it worked agaist a very old mplex version. Rewriting was
41336           faster than updating it.
41337         * gst-libs/ext/Makefile.am:
41338         * gst-libs/ext/mplex/INSTRUCT:
41339         * gst-libs/ext/mplex/Makefile.am:
41340         * gst-libs/ext/mplex/README:
41341         * gst-libs/ext/mplex/TODO:
41342         * gst-libs/ext/mplex/ac3strm_in.cc:
41343         * gst-libs/ext/mplex/audiostrm.hh:
41344         * gst-libs/ext/mplex/audiostrm_out.cc:
41345         * gst-libs/ext/mplex/aunit.hh:
41346         * gst-libs/ext/mplex/bits.cc:
41347         * gst-libs/ext/mplex/bits.hh:
41348         * gst-libs/ext/mplex/buffer.cc:
41349         * gst-libs/ext/mplex/buffer.hh:
41350         * gst-libs/ext/mplex/fastintfns.h:
41351         * gst-libs/ext/mplex/format_codes.h:
41352         * gst-libs/ext/mplex/inputstrm.cc:
41353         * gst-libs/ext/mplex/inputstrm.hh:
41354         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41355         * gst-libs/ext/mplex/mjpeg_logging.cc:
41356         * gst-libs/ext/mplex/mjpeg_logging.h:
41357         * gst-libs/ext/mplex/mjpeg_types.h:
41358         * gst-libs/ext/mplex/mpastrm_in.cc:
41359         * gst-libs/ext/mplex/mpegconsts.cc:
41360         * gst-libs/ext/mplex/mpegconsts.h:
41361         * gst-libs/ext/mplex/mplexconsts.hh:
41362         * gst-libs/ext/mplex/multplex.cc:
41363         * gst-libs/ext/mplex/outputstream.hh:
41364         * gst-libs/ext/mplex/padstrm.cc:
41365         * gst-libs/ext/mplex/padstrm.hh:
41366         * gst-libs/ext/mplex/stillsstream.cc:
41367         * gst-libs/ext/mplex/stillsstream.hh:
41368         * gst-libs/ext/mplex/systems.cc:
41369         * gst-libs/ext/mplex/systems.hh:
41370         * gst-libs/ext/mplex/vector.cc:
41371         * gst-libs/ext/mplex/vector.hh:
41372         * gst-libs/ext/mplex/videostrm.hh:
41373         * gst-libs/ext/mplex/videostrm_in.cc:
41374         * gst-libs/ext/mplex/videostrm_out.cc:
41375         * gst-libs/ext/mplex/yuv4mpeg.cc:
41376         * gst-libs/ext/mplex/yuv4mpeg.h:
41377         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41378         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41379           We don't fork mjpegtools' mplex in our CVS anymore.
41380         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41381         (gst_avi_demux_add_stream):
41382         * gst/avi/gstavidemux.h:
41383           Add getcaps() function for proper caps nego. This makes some
41384           parts of AVI playback/reading work.
41385         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41386           Resize window on new capsnego. This is probably wrong, but
41387           I'm still committing it because with current capsnego, the
41388           first successfull capsnego is auto-fixated, therefore rounded
41389           down to the lowest values in the caps. this results in a 16x16
41390           XWindow that is not reized when real capsnego finishes.
41391           Dave, I see more cases of this, do you know a proper solution?
41392         * tools/gst-launch-ext.in:
41393           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41394
41395 2003-12-31  David Schleef  <ds@schleef.org>
41396
41397         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41398         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41399           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41400
41401 2003-12-30  David Schleef  <ds@schleef.org>
41402
41403         * ext/ffmpeg/gstffmpegcolorspace.c:
41404         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41405         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41406         (gst_ffmpegcsp_chain): Negotiation fixes
41407         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41408         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41409         (gst_audio_convert_link), (gst_audio_convert_channels):
41410         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41411         (gst_audioscale_link), (gst_audioscale_get_buffer),
41412         (gst_audioscale_chain): Negotiation fixes
41413         * gst/audioscale/gstaudioscale.h:
41414         * gst/videofilter/gstvideofilter.c:
41415         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41416         (gst_videofilter_link), (gst_videofilter_init),
41417         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41418         (gst_videofilter_find_format_by_structure):
41419         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41420         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41421         (gst_videoscale_link):
41422         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41423         (videoscale_find_by_structure), (gst_videoscale_setup):
41424         * gst/videoscale/videoscale.h: Negotiation fixes
41425         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41426         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41427         function, restrict resizing to a multiple of 4 (hack until
41428         everyone supports odd sizes correctly).
41429
41430 2003-12-29  Colin Walters  <walters@verbum.org>
41431
41432         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41433         signed.
41434
41435 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41436
41437         * ext/sndfile/gstsf.c: (gst_sf_loop):
41438           Fix warning about discarding const qualifier
41439
41440 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41441
41442         * gst/cutter/gstcutter.c:
41443         * gst/videoscale/gstvideoscale.c:
41444         * gst/volenv/gstvolenv.c:
41445         * gst-libs/gst/audio/audio.c:
41446         * gst-libs/gst/video/video.c:
41447           Fix warnings
41448
41449 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41450
41451         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41452           Don't send ALSA debugging to stderr.
41453         * ext/alsa/gstalsa.h:
41454           Use GST_WARNING instead of g_warning when ALSA functions fail.
41455
41456 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41457
41458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41459           Free XVAdapterInfo correctly.
41460
41461 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41462
41463         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41464         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41465           Make id3tag use correct caps nego.
41466
41467 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41468
41469         * ext/ivorbis/vorbis.c:
41470         * ext/ivorbis/vorbisenc.h:
41471         * ext/ivorbis/vorbisfile.c:
41472           Modify so that it uses the new caps things
41473
41474 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41475
41476         * testsuite/spider/spider1.c: (main):
41477         * testsuite/spider/spider2.c: (main):
41478         * testsuite/spider/spider3.c: (main):
41479           Make tests compile again. They probably don't work.
41480
41481 2003-12-24  Colin Walters  <walters@verbum.org>
41482
41483         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41484         we can't fixate the caps anymore.
41485
41486 2003-12-23  David Schleef  <ds@schleef.org>
41487
41488         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41489         * sys/oss/gstosssink.c: (gst_osssink_init),
41490         (gst_osssink_sink_fixate): Add fixate function.
41491
41492 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41493
41494         * ext/ffmpeg/gstffmpegcodecmap.c:
41495         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41496         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41497         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41498         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41499         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41500         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41501         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41502           fix typo in RGB masks, and move back to "old" colorspace
41503           capsnego code until whoever wrote this new crap has actually
41504           tested it so that it works.
41505           And yes, this works, keep it that way please.
41506
41507 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41508
41509         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41510         (gst_divxdec_init), (gst_divxdec_negotiate):
41511         * ext/divx/gstdivxdec.h:
41512         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41513         (gst_divxenc_init):
41514         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41515         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41516         * ext/mpeg2enc/gstmpeg2enc.cc:
41517         * ext/mpeg2enc/gstmpeg2encoder.cc:
41518         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41519         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41520         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41521         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41522         (dxr3spusink_init):
41523         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41524         (dxr3videosink_init):
41525           Fix caps breakage after Dave's caps branch merge.
41526
41527 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41528
41529         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41530           Fix for 24bpp display.
41531
41532 2003-12-23  Colin Walters  <walters@verbum.org>
41533
41534         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41535         a GnomeVFSHandle directly.
41536
41537 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41538
41539         * gst/volume/Makefile.am:
41540         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41541         (volume_base_init), (volume_init):
41542           Reenable volume element and fix to work with new caps stuff.
41543           Rhythmbox needs this.
41544
41545 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41546
41547         * gst/qtdemux/qtdemux.c: (plugin_init):
41548           qtdemux requires bytestream
41549
41550 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41551
41552         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41553           Fix remaining caps handling errors due to CAPS merge.
41554
41555 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41556
41557         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41558         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41559         (gst_faad_srcconnect):
41560           Port to new caps system.
41561
41562 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41563
41564         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41565         (got_video_size), (main): using g_print instead of g_message.
41566         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41567         signal which was not emitted because of "switch" element added to the
41568         bin but not connected. (Removing from the bin temporarily)
41569
41570 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41571
41572         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41573         find X development files. I don't understand the previous tests and
41574         they fail on my debian/ppc unstable. This one works.
41575         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41576         exiting.
41577         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41578         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41579         (gst_play_set_visualization): Add some safety checks in set_ methods
41580         and state_change. This was throwing some ugly CRITICAL messages when
41581         pipeline was getting disposed and casts were failing.
41582
41583 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41584
41585         * configure.ac:
41586           Improve mpeg2enc detection. This is for distributions that do
41587           ship mjpegtools, but without mpeg2enc. Also does object check
41588           for might there ever be ABI incompatibility.
41589         * ext/mpeg2enc/gstmpeg2enc.cc:
41590           Add Andrew as second maintainer (he's helping me), and also add
41591           an error if no caps was set. This happens if I pull before capsnego
41592           and that's something I should solve sometime else.
41593         * gst/matroska/matroska-demux.c:
41594         (gst_matroska_demux_parse_blockgroup):
41595           Fix time parsing.
41596         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41597         (gst_matroska_mux_track_header):
41598           Add caps to templates.
41599         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41600           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41601         * gst/mpegstream/gstmpegdemux.c:
41602           Remove layer since it causes warnings about unfixed caps.
41603         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41604           Fix obvious typo (we error out if caps were set, we should of
41605           course error out if *no* caps were set).
41606         * sys/oss/gstosselement.c: (gst_osselement_convert):
41607           Fix format conversion, we confused bits/bytes.
41608         * sys/oss/gstosselement.h:
41609           Improve documentation for 'bps'.
41610         * sys/v4l/TODO:
41611           Remove stuff about plugins that need removing - this was done
41612           ages ago.
41613         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41614         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41615         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41616         (gst_v4lsrc_src_query):
41617         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41618         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41619           Add get_query_types(), get_formats() and query() functions.
41620
41621 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41622
41623         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41624           * moved CVS to freedesktop.org