Make the seek and colorkey examples depend on gtk+-x11 as they use
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-02  Alessandro Decina  <alessandro.d@gmail.com>
2
3         * configure.ac:
4         * tests/examples/seek/Makefile.am:
5         * tests/icles/Makefile.am:
6         Make the seek and colorkey examples depend on gtk+-x11 as they use
7         GDK_WINDOW_XID.
8         Fixes the build with gtk+-quartz.
9
10 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
11
12         * win32/common/libgstaudio.def:
13         * win32/common/libgsttag.def:
14         * win32/common/libgstvideo.def:
15         Add new exports to win32 files.
16
17 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
18
19         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
20         * gst-libs/gst/tag/gsttagdemux.h:
21         Add GType for GstTagDemuxResult enum.
22
23 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
24
25         * gst-libs/gst/video/Makefile.am:
26         * gst-libs/gst/video/video.h:
27         Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
28         This will help bindings to use it.
29
30 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
31
32         * gst-libs/gst/audio/Makefile.am:
33         * gst-libs/gst/audio/audio.c:
34         * gst-libs/gst/audio/multichannel.h:
35         * gst-libs/gst/audio/testchannels.c:
36         * win32/MANIFEST:
37         * win32/common/audio-enumtypes.c:
38         (gst_audio_channel_position_get_type),
39         (gst_ring_buffer_state_get_type),
40         (gst_ring_buffer_seg_state_get_type),
41         (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
42         * win32/common/audio-enumtypes.h:
43         * win32/common/multichannel-enumtypes.c:
44         * win32/common/multichannel-enumtypes.h:
45         * win32/vs6/grammar.dsp:
46         * win32/vs6/libgstaudio.dsp:
47         * win32/vs7/libgstaudio.vcproj:
48         * win32/vs8/libgstaudio.vcproj:
49         Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
50         audio- in order to wrap all enums declarations of that library.
51         This modification should not matter since that header file is not a
52         public header (it will be included by public headers).
53         Modify win32 crap^Wfiles accordingly.
54
55 2008-12-30  Edward Hervey  <edward.hervey@collabora.co.uk>
56
57         * gst-libs/gst/audio/gstbaseaudiosrc.h:
58         * gst-libs/gst/audio/gstbaseaudiosink.h:
59         Complete Sebastien's commit from the 13th by exporting the
60         _slave_method_get_type() methods.
61
62 2008-12-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
63
64         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
65         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
66         (gst_gio_base_src_query):
67         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
68         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
69         (gst_gnome_vfs_src_query):
70         Implement URI query. Fixes bug #562949.
71
72 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
73
74         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
75         Add some debug info.
76
77         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
78         (gst_play_sink_reconfigure), (gst_play_sink_request_pad),
79         (gst_play_sink_release_pad):
80         Add some more debug info.
81         Reconfigure the audio chain when we switch between raw and encoded audio
82         in gapless playback.
83
84 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
85
86         * gst-libs/gst/audio/gstbaseaudiosink.c:
87         (gst_base_audio_sink_setcaps):
88         Pause the write thread before deactivating and releasing the ringbuffer
89         to avoid a deadlock when we do gapless playback with different sample
90         rates in playbin2.  Fixes #564929.
91
92 2008-12-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
93
94         * gst-libs/gst/audio/gstbaseaudiosrc.c:
95         Make GstAudioSrcSlaveMethod get_type() function non-static
96         as it's public now.
97
98         * win32/common/libgstaudio.def:
99         * win32/common/libgstnetbuffer.def:
100         Add some missing functions to the list of exported symbols.
101
102 2008-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
103
104         Patch by: Andrew Feren <acferen at yahoo dot com>
105
106         * gst-libs/gst/netbuffer/gstnetbuffer.c:
107         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
108         (gst_netaddress_get_address_bytes),
109         (gst_netaddress_set_address_bytes):
110         * gst-libs/gst/netbuffer/gstnetbuffer.h:
111         Make gst_netaddress_get_ip4_address fail for v6 addresses.
112         Make gst_netaddress_get_ip6_address either fail or return the v4
113         address as a transitional v6 address.
114         Add two convenience functions:
115         API: gst_netaddress_get_address_bytes()
116         API: gst_netaddress_set_address_bytes()
117         Fixes #564896.
118
119 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
120
121         * gst/adder/Makefile.am:
122         * gst/adder/gstadder.c:
123           Cleanup variable names to make the adder-loop easier to understand.
124           Also try to use liboil to spee it up, but ifdef it out as it does not
125           make any change for me (Intel pentim M (sse,sse2) please try on other
126           systems).
127
128 2008-12-16  Wim Taymans  <wim.taymans@collabora.co.uk>
129
130         * docs/plugins/Makefile.am:
131         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
132         * docs/plugins/gst-plugins-base-plugins-sections.txt:
133         * gst/tcp/gsttcpclientsink.c:
134         * gst/tcp/gsttcpclientsrc.c:
135         * gst/tcp/gsttcpserversrc.c:
136         Add minimal docs to make the remaining tcp elements show up.
137         Fixes #564139.
138
139 2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
140
141         * win32/common/config.h:
142           Update to CVS version.
143
144         * win32/common/config.h.in:
145           Hardcode path to plugin install helper exe, just like we hardcode
146           the paths in core. Removes another source of VCS conflicts for
147           people hacking gst-plugins-base on systems with autotools.
148
149 2008-12-13  Edward Hervey  <bilboed@gmail.com>
150
151         * m4/Makefile.am:
152         And a couple more .m4 that don't exist anymore with gettext 0.17
153
154 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
155
156
157         * m4/Makefile.am:
158         inttypes.m4 hasn't been available since gettext-0.15, and since we now
159         require gettext >= 0.17 ... we can remove it from the list of files to
160         dist.
161
162 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
163
164         * gst-libs/gst/audio/gstbaseaudiosink.c:
165         (gst_base_audio_sink_slave_method_get_type),
166         (gst_base_audio_sink_class_init):
167         * gst-libs/gst/audio/gstbaseaudiosink.h:
168         * gst-libs/gst/audio/gstbaseaudiosrc.c:
169         (gst_base_audio_src_slave_method_get_type),
170         (gst_base_audio_src_class_init):
171         * gst-libs/gst/audio/gstbaseaudiosrc.h:
172         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
173         public API. This is needed for the C++ bindings to be able
174         to use this base classes. Fixes bug #564200, #564206.
175
176 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
177
178         * gst-libs/gst/cdda/gstcddabasesrc.c:
179         (gst_cdda_base_src_handle_event):
180         Remove erroneous gst_buffer_ref().
181         * tests/check/libs/rtp.c: (GST_START_TEST):
182         Don't forget to unref the buffer once you're done with it.
183
184 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
185
186         * gst/playback/gstplaybin.c:
187         * gst/playback/gstplaybin2.c:
188           XRef to GstXOverlay.
189
190 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
191
192         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
193         Free the factory array when finalizing.
194         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
195         Use a GstStaticPadTemplate since the src pad caps are fixed.
196
197 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
198
199         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
200         (gst_vorbis_enc_init):
201         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
202         pad templates.
203
204 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
205
206         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
207         (gst_riff_create_video_template_caps):
208         Add mapping for VP6 in avi/riff.
209
210 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
211
212         * gst/subparse/samiparse.c: (sami_context_push_state),
213         (sami_context_pop_state), (start_sami_element), (end_sami_element):
214         Some versions of libxml seem to be very picky as to strict formatting
215         of the input and never 'close' the final </body> tag.
216         In order to fix that bad behaviour, we trigger the flushing of
217         remaining data on both </body> and </sami>.
218         Fixes #557365
219
220 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
221
222         Patch by: Guillaume Emont <guillaume at fluendo dot com>
223
224         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
225         Add typefinders for MS Word files and OS X .DS_Store files to
226         prevent them to be recognized as MPEG files. Fixes bug #564098.
227
228 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
229
230         * gst/playback/gstplaysink.c: (gen_audio_chain),
231         (gst_play_sink_reconfigure):
232         Add some more debug info.
233         Fix linking of just an encoded sink.
234         Handle failure to create a sink chain more gracefully than crashing.
235
236 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
237
238         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
239         Pushing 10 buffers is enough to run the test.
240
241 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
242
243         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
244         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
245         (main):
246         Hook up the SKIP seek flag.
247
248 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
249
250         * gst/playback/gstplaybin2.c: (pad_added_cb):
251         Error out with a missing-plugin error when the input-selector was not
252         found.
253
254         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
255         Indentation.
256
257 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
258
259         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
260         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
261         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
262         (gst_play_sink_send_event), (gst_play_sink_change_state):
263         Use G_DEFINE_TYPE.
264         Try to set the selected sink to READY before using it. This will allow
265         for detection of incompatible formats sooner.
266         Don't cause a fatal error when conversion elements are missing but post
267         a missing-element message and a warning instead because things might
268         still link and run fine.
269         Simplyfy the construction of audio and video sink chains.
270
271 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
272
273         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
274         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
275         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
276         init from glib.
277
278 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
279
280         Patch by: Luis Menina <liberforce at freeside dot fr>
281
282         * gst-libs/gst/floatcast/floatcast.h:
283         * gst/typefind/gsttypefindfunctions.c:
284         Include glib.h instead of a specific GLib header. Including single
285         GLib headers is deprecated. Fixes bug #563904.
286
287 2008-12-09  Julien Moutte  <julien@fluendo.com>
288
289         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
290         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
291
292 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
293
294         * gst-libs/gst/riff/riff-read.c:
295           Fix handling of odd chunks in riff metadata.
296
297 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
298
299         * gst/volume/gstvolume.c: (gst_volume_class_init),
300         (volume_before_transform), (volume_transform_ip):
301         Use new basetransform vmethod to reconfigure the dynamic properties and
302         any pending volume/mute changes. Fixes #563508.
303
304 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
305
306         * configure.ac:
307         First check for "theoraenc theoradec" and if that failed check
308         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
309         deprecate the latter. Also linking on Windows fails with just "theora"
310         and the version check would fail for the release candidates.
311         Fixes bug #563718.
312
313 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
314
315         * gst/playback/gstdecodebin.c:
316         * gst/playback/gstdecodebin2.c:
317           Add basic docs to decodebin and link to decodebin from decodebin2.
318           
319 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
320
321         Patch by: Olivier Crete  <tester at tester ca>
322
323         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
324         * gst-libs/gst/rtp/gstrtcpbuffer.h:
325         Implement gst_rtcp_packet_remove(). Fixes #563174.
326
327         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
328         Add unit test for some RTCP functions.
329
330 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
331
332         * configure.ac:
333         Apparently AC_CONFIG_MACRO_DIR breaks when using more
334         than one macro directory, reverting last change.
335
336 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
337
338         * configure.ac:
339         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
340         our M4 macros.
341
342 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
343
344         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
346         Clear all flags on buffers returned from the image pool.
347         Fixes #563143
348
349 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
350
351         Patch by: Cygwin Ports maintainer
352                   <yselkowitz at users dot sourceforge dot net>
353
354         * autogen.sh:
355         * configure.ac:
356         Require gettext 0.17 because older versions don't mix with libtool
357         2.2. At build time an older gettext version will still work.
358         Fixes bug #556091.
359
360 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
361
362         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
363
364 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
365
366         * docs/plugins/gst-plugins-base-plugins.args:
367         * docs/plugins/gst-plugins-base-plugins.hierarchy:
368         * docs/plugins/gst-plugins-base-plugins.interfaces:
369         * docs/plugins/gst-plugins-base-plugins.prerequisites:
370         * docs/plugins/inspect/plugin-videorate.xml:
371         * gst/speexresample/gstspeexresample.c:
372         Update documentation of speexresample for the new element name.
373
374 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
375
376         * gst/speexresample/README:
377         Update README with the latest diff between the Speex resampler
378         and our copy.
379
380 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
381
382         * gst/speexresample/gstspeexresample.c: (plugin_init):
383         Update the debug category from speex_resample to audioresample.
384
385 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
386
387         * gst/audioresample/Makefile.am:
388         * gst/audioresample/buffer.c:
389         * gst/audioresample/buffer.h:
390         * gst/audioresample/debug.c:
391         * gst/audioresample/debug.h:
392         * gst/audioresample/functable.c:
393         * gst/audioresample/functable.h:
394         * gst/audioresample/gstaudioresample.c:
395         * gst/audioresample/gstaudioresample.h:
396         * gst/audioresample/resample.c:
397         * gst/audioresample/resample.h:
398         * gst/audioresample/resample_chunk.c:
399         * gst/audioresample/resample_functable.c:
400         * gst/audioresample/resample_ref.c:
401         * tests/check/elements/audioresample.c:
402         Remove audioresample files.
403
404 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
405
406         * docs/plugins/inspect/plugin-audioresample.xml:
407         Regenerated for library filename change.
408
409 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
410
411         * configure.ac:
412         * docs/plugins/Makefile.am:
413         * docs/plugins/gst-plugins-base-plugins-sections.txt:
414         * docs/plugins/gst-plugins-base-plugins.args:
415         * docs/plugins/gst-plugins-base-plugins.hierarchy:
416         * docs/plugins/gst-plugins-base-plugins.interfaces:
417         * docs/plugins/gst-plugins-base-plugins.prerequisites:
418         * docs/plugins/inspect/plugin-adder.xml:
419         * docs/plugins/inspect/plugin-alsa.xml:
420         * docs/plugins/inspect/plugin-audioconvert.xml:
421         * docs/plugins/inspect/plugin-audiorate.xml:
422         * docs/plugins/inspect/plugin-audioresample.xml:
423         * docs/plugins/inspect/plugin-audiotestsrc.xml:
424         * docs/plugins/inspect/plugin-cdparanoia.xml:
425         * docs/plugins/inspect/plugin-decodebin.xml:
426         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
427         * docs/plugins/inspect/plugin-gdp.xml:
428         * docs/plugins/inspect/plugin-gio.xml:
429         * docs/plugins/inspect/plugin-gnomevfs.xml:
430         * docs/plugins/inspect/plugin-libvisual.xml:
431         * docs/plugins/inspect/plugin-ogg.xml:
432         * docs/plugins/inspect/plugin-pango.xml:
433         * docs/plugins/inspect/plugin-playback.xml:
434         * docs/plugins/inspect/plugin-queue2.xml:
435         * docs/plugins/inspect/plugin-subparse.xml:
436         * docs/plugins/inspect/plugin-tcp.xml:
437         * docs/plugins/inspect/plugin-theora.xml:
438         * docs/plugins/inspect/plugin-typefindfunctions.xml:
439         * docs/plugins/inspect/plugin-uridecodebin.xml:
440         * docs/plugins/inspect/plugin-video4linux.xml:
441         * docs/plugins/inspect/plugin-videorate.xml:
442         * docs/plugins/inspect/plugin-videoscale.xml:
443         * docs/plugins/inspect/plugin-videotestsrc.xml:
444         * docs/plugins/inspect/plugin-volume.xml:
445         * docs/plugins/inspect/plugin-vorbis.xml:
446         * docs/plugins/inspect/plugin-ximagesink.xml:
447         * docs/plugins/inspect/plugin-xvimagesink.xml:
448         * gst/speexresample/gstspeexresample.c: (plugin_init):
449         * gst/speexresample/Makefile.am:
450         * tests/check/Makefile.am:
451         * tests/check/elements/speexresample.c: (setup_speexresample),
452         (GST_START_TEST), (test_pipeline):
453         Rename the moved speexresample to audioresample, integrate into the
454         build system and remove the old audioresample from the build system.
455         Fixes bug #558124, #385061, #346218, #116051.
456
457 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
458
459         * gst-libs/gst/audio/gstbaseaudiosrc.c:
460         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
461         Avoid nasty int overflows after about 12 hours and 25 minutes when these
462         code paths are triggered. 
463         A free beer to Håvard Graff for finding this!
464
465 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
466
467         Patch by: 이문형 <iwings at gmail dot com>
468
469         * gst-libs/gst/rtsp/gstrtspconnection.c:
470         (gst_rtsp_connection_connect):
471         A successful gst_poll_wait() doesn't always mean successful connect() on
472         Windows.  We should check errors by calling gst_poll_fd_has_error().
473         See #561924.
474
475 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
476
477         * gst-libs/gst/rtp/gstrtcpbuffer.c:
478         Fix typo in the docs.
479
480 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
481
482         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
483         If no stream was found before receiving EOS, post an error message.
484         Fixes #561924.
485
486 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
487
488         * ext/theora/gsttheoraenc.h:
489         * ext/theora/theoraenc.c: (gst_theora_enc_init),
490         (theora_buffer_from_packet), (theora_push_packet),
491         (theora_enc_sink_event), (theora_enc_is_discontinuous),
492         (theora_enc_chain):
493         Parse segment events.
494         Pass incomming buffer timestamps to outgoing buffers.
495         Use the running_time to construct the granulepos.
496         Fixes #562163.
497
498 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
499
500         * gst/playback/gstplaybin2.c: (activate_group):
501         Fix buffer-duration property.
502
503 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
504
505         * gst-libs/gst/audio/gstbaseaudiosink.c:
506         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
507         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
508         (gst_base_audio_sink_change_state):
509         Really fix audiosink drain handling by keeping track of the running_time
510         of the last sample.
511
512 2008-11-24  Michael Smith <msmith@songbirdnest.com>
513
514         * gst/playback/gstplaybin2.c:
515           Add notification of current stream. Add ability to configure buffer
516           sizes.
517         * gst/playback/gsturidecodebin.c:
518           Add ability to configure buffer sizes for streaming mode.
519           Bug #561734.
520
521 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
522
523         * gst-libs/gst/audio/gstbaseaudiosink.c:
524           Time is already in running_time. Remove base_time handling. Fixes
525           audiosinks not draining and thus chopping some audio in the end.
526
527 2008-11-24  David Schleef  <ds@schleef.org>
528
529         * ext/ogg/gstoggmux.c:
530         * ext/ogg/gstoggmux.h:
531           If we're muxing a dirac stream, flush the page after every picture.
532
533 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
534
535         * gst-libs/gst/audio/gstbaseaudiosink.c:
536           Add one log message to check for audio_drained. Sync one log message
537           with the condition. Send EOS after draining audio in pull mode.
538
539 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
540
541         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
542         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
543         Use gst_buffer_try_new_and_alloc() and fail properly if the
544         allocation failed. This prevents abort() if downstream elements
545         request an insane amount of memory.
546
547 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
548
549         * gst/volume/gstvolume.c: (volume_choose_func),
550         (volume_update_volume), (gst_volume_set_volume),
551         (gst_volume_get_volume), (gst_volume_set_mute),
552         (gst_volume_class_init), (gst_volume_init),
553         (volume_process_double), (volume_process_float),
554         (volume_process_int32), (volume_process_int32_clamp),
555         (volume_process_int24), (volume_process_int24_clamp),
556         (volume_process_int16), (volume_process_int16_clamp),
557         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
558         (volume_transform_ip), (volume_set_property),
559         (volume_get_property):
560         * gst/volume/gstvolume.h:
561         Cleanup volume, define and use default values.
562         Recalculate new volume and mute setup before processing. Fixes #561789.
563
564         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
565         Add controller unit test. Patch by: Jonathan Matthew
566         Fix bogus test that messed with basetransform's internal state.
567
568 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
569
570         * gst/videorate/gstvideorate.c:
571         Add jpeg and png image media types to the caps. Fixes #561436.
572
573 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
574
575         * gst/playback/gstplaysink.c: (gen_audio_chain):
576         Don't post an error when we can't configure the volume but post a
577         warning instead. Fixes #561780.
578
579 2008-11-21  David Schleef  <ds@schleef.org>
580
581         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
582
583         * gst/videotestsrc/gstvideotestsrc.c:
584         * gst/videotestsrc/gstvideotestsrc.h:
585         * gst/videotestsrc/videotestsrc.c:
586         * gst/videotestsrc/videotestsrc.h:
587           Add a zone plate pattern generator based on BBC R&D Report
588           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
589           kx2=20 ky2=20 kt=1'.
590
591 2008-11-20  Michael Smith <msmith@songbirdnest.com>
592
593         * gst/playback/gstdecodebin2.c:
594           Fix random fat-fingering making this not compile.
595
596 2008-11-20  Michael Smith <msmith@songbirdnest.com>
597
598         * gst/playback/gstdecodebin2.c:
599           If the top-level type of the stream is plain text, don't try to decode
600           it, matching behaviour of decodebin.
601         * gst/playback/gstplaysink.c:
602           If we fail to generate a text chain (e.g. due to missing optional
603           plugins), don't crash.
604
605 2008-11-20  Michael Smith <msmith@songbirdnest.com>
606
607         * gst-libs/gst/rtsp/gstrtspdefs.c:
608           Fix win32 build. Oops.
609
610 2008-11-20  Michael Smith <msmith@songbirdnest.com>
611
612         * gst-libs/gst/rtsp/gstrtspdefs.c:
613           Use WSAGetLastError() rather than errno/h_errno on win32.
614
615 2008-11-20  Michael Smith <msmith@songbirdnest.com>
616
617         * gst-libs/gst/riff/riff-media.c:
618           Support WMA Lossless properly.
619
620 2008-11-18  David Schleef  <ds@schleef.org>
621
622         * gst/videotestsrc/gstvideotestsrc.c:
623         * gst/videotestsrc/gstvideotestsrc.h:
624         * gst/videotestsrc/videotestsrc.c:
625         * gst/videotestsrc/videotestsrc.h:
626           Add "colorspec" property, specifying whether to generate BT.601
627           or BT.709 video.  This only affects YCbCr values, not RGB, since
628           if you're generating a 709 test pattern, presumably you want
629           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
630           uses 75% colors instead of 100%, since this is often more useful
631           for testing (and also follows the SMPTE EG-1 guideline).
632
633 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
634
635         * gst/playback/gstdecodebin.c:
636         Add a "sink-caps" property to decodebin like it's done for decodebin2.
637         Fixes #560380.
638
639 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
640
641         * gst/audioresample/gstaudioresample.c:
642         Guard against a NULL dereference I somehow encountered -
643         with a FLUSH_STOP arriving either before basetransform _start(),
644         or after _stop().
645
646         * gst/typefind/gsttypefindfunctions.c:
647         Make sure we never jump backwards when typefinding corrupt mov files.
648
649 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
650
651         * gst-libs/gst/interfaces/propertyprobe.c:
652         Fix random type causing a docs warning.
653
654 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
655
656         * sys/v4l/gstv4l.c:
657           Give it a minimal rank for autovideosrc.
658
659 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
660
661         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
662         (plugin_init):
663         Improve typefinding of ISO JPEG2000 mime types.
664
665 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
666
667         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
668         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
669         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
670         * sys/xvimage/xvimagesink.h:
671         Avoid typechecking when we do trivial casts.
672         Move error handling out of the main program flow.
673         Sneak in the display-region caps property, not completely correct yet.
674         Cache the width/height in buffer_alloc instead of parsing it from the
675         caps all the time.
676
677 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
678
679         * gst/playback/gstplaybin2.c: (deactivate_group):
680         don't try to unlink the selector sinkpad when we don't have it yet. This
681         can happen if an error occured before the group was complete.
682
683 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
684
685         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
686         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
687         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
688         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
689         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
690         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
691         (gst_rtp_buffer_get_extension_data),
692         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
693         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
694         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
695         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
696         (gst_rtp_buffer_get_payload_type),
697         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
698         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
699         (gst_rtp_buffer_set_timestamp),
700         (gst_rtp_buffer_get_payload_subbuffer),
701         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
702         Avoid expensive type checks we already did as part of the 
703         _validate() function that should be called first.
704
705 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
706
707         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
708         (gst_base_rtp_depayload_push_full),
709         (gst_base_rtp_depayload_set_gst_timestamp):
710         Fix some cases where a newsegment event was not sent.
711
712 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
713
714         * gst/playback/gstplaybin2.c: (activate_group):
715         Catch state change errors and stop from the uridecodebin elements
716         instead of trying to continue in vain.
717
718 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
719
720         * gst-libs/gst/audio/gstbaseaudiosink.c:
721         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
722         (gst_base_audio_sink_callback):
723         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
724         for the latency to expire, fixes #559567.
725
726 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
727
728         * gst/adder/gstadder.c:
729           Change author string after seeing output of gst-inspector.
730
731 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
732
733         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
734         Don't try to do crazy things when we only have a text pad without a
735         video pad. Fixes #559478.
736
737 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
738
739         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
740         Fix case where we don't have a range for the rates or channels as is the
741         case with truespeech.
742
743 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
744
745         * gst/volume/gstvolume.c: (volume_update_real_volume),
746         (gst_volume_set_volume), (gst_volume_get_volume),
747         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
748         (volume_transform_ip), (volume_update_mute),
749         (volume_update_volume), (volume_get_property):
750         * gst/volume/gstvolume.h:
751         Keep negotiated state in a separate variable.
752         Protect the volume and mute properties with the object lock.
753         Protect modifying the transform with the transform lock.
754
755 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
756
757         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
758         (gst_ffmpeg_pixfmt_to_caps):
759         Only convert caps to string when debug is enabled.
760
761 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
762
763         * ext/theora/gsttheoradec.h:
764         * ext/theora/theoradec.c: (gst_theora_dec_init),
765         (gst_theora_dec_reset), (theora_dec_src_event),
766         (theora_dec_sink_event), (theora_handle_type_packet):
767         Copy seqnum.
768         Keep events in a pending list, like vorbisdec, instead of trying
769         to construct a segment event ourselves.
770
771         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
772         (vorbis_dec_src_event), (vorbis_dec_sink_event):
773         * ext/vorbis/vorbisdec.h:
774         Copy seqnum.
775
776 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
777
778         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
779         (gst_ogg_demux_deactivate_current_chain),
780         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
781         (gst_ogg_demux_loop):
782         * ext/ogg/gstoggdemux.h:
783         Copy seqnums around to track playback segments and messages.
784
785 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
786
787         Based on patch by: Matthias Kretz <kretz at kde dot org>
788
789         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
790         (gst_alsasink_prepare), (gst_alsasink_unprepare),
791         (gst_alsasink_write):
792         Make all access non-blocking so that we can better handle unplugging
793         of usb devices. Fixes #559111
794
795 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
796
797         Patch by: Damien Lespiau  <damien.lespiau gmail com>
798
799         * gst-libs/gst/rtsp/gstrtspconnection.c:
800         (gst_rtsp_connection_write):
801         Make the next call to poll not depend on previous calls to poll with or
802         without reading from the active descriptor. Fixes #544293.
803
804 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
805
806         Patch by: Nick Haddad <nick at haddads dot net>
807
808         * gst-libs/gst/riff/riff-ids.h:
809         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
810         Add support for other fourcc codes that are commonly used for
811         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
812         Fixes #558553.
813
814 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
815
816         * gst/audioresample/gstaudioresample.c:
817           Return the result of parent_class->event().
818
819 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
820
821         * gst/audioresample/gstaudioresample.c:
822         (gst_audioresample_class_init), (audioresample_fixate_caps):
823         Fixate the rate to the nearest supported rate instead of
824         the first one. Fixes bug #549510.
825
826 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
827
828         * win32/common/libgstaudio.def:
829         Add new symbols.
830
831 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
832
833         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
834         Attempt to make obfuscated code clearer.
835
836 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
837
838         * docs/libs/gst-plugins-base-libs-sections.txt:
839         * gst-libs/gst/floatcast/floatcast.h:
840         Move float endianness conversion macros to core. Second part of
841         bug ##555196.
842
843 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
844
845         * sys/ximage/ximagesink.h:
846         * sys/xvimage/xvimagesink.h:
847           Don't mark as gtk-doc docs as they aren't public.
848
849 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
850
851         * sys/xvimage/xvimagesink.c:
852         * sys/xvimage/xvimagesink.h:
853         * tests/icles/Makefile.am:
854         * tests/icles/test-colorkey.c:
855           Allow setting colorkey if possible. Implement property probe interface
856           for optional X features (autopaint-colorkey, double-buffer and
857           colorkey). Fixes #554533
858
859 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
860
861         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
862         Remove useless buffer size assignment. It already has this value.
863
864 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
865
866         * gst-libs/gst/audio/gstaudiosink.c:
867         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
868         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
869         (gst_audioringbuffer_stop):
870         Implement a separate activate functions to start monitoring the segments
871         or, in pull mode, pulling in data.
872
873         * gst-libs/gst/audio/gstbaseaudiosink.c:
874         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
875         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
876         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
877         (gst_base_audio_sink_activate_pull),
878         (gst_base_audio_sink_async_play),
879         (gst_base_audio_sink_change_state):
880         Implement pad and element convert query function.
881         Activate the ringbuffer.
882         Use the segment last_stop value as the offset to pull.
883         Use new basesink _do_preroll() method to preroll in the pulling thread.
884         Take appropriate locking in the pulling thread.
885
886         * gst-libs/gst/audio/gstringbuffer.h:
887         Update some docs.
888
889 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
890
891         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
892         Improve MXF typefinding a bit by searching for a header partition
893         pack instead of just a general partition pack and checking more
894         bytes for valid values.
895
896 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
897
898         * tests/icles/.cvsignore:
899         update ignore file.
900
901         * tests/icles/Makefile.am:
902         * tests/icles/test-box.c: (make_pipeline), (main):
903         Add another interactive command line experimentation suite for
904         dynamically boxing/cropping/saling an input video.
905
906 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
907
908         * docs/libs/gst-plugins-base-libs-sections.txt:
909         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
910         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
911         * gst-libs/gst/audio/gstringbuffer.h:
912         Add methods to more accuratly control the pulling thread of a
913         ringbuffer.
914         Add format conversion helper code to the ringbuffer.
915         API: GstRingBuffer:gst_ring_buffer_activate()
916         API: GstRingBuffer:gst_ring_buffer_is_active()
917         API: GstRingBuffer:gst_ring_buffer_convert()
918
919 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
920
921         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
922         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
923         (gst_audioringbuffer_stop):
924         Signal thread startup earlier so that we can immediatly go into pull
925         mode when we have to and block on preroll.
926
927 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
928
929         * gst-libs/gst/audio/gstringbuffer.c:
930         (gst_ring_buffer_prepare_read):
931         In pull mode we want the callback to prepull a buffer we can preroll on
932         even when we are not yet playing.
933
934 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
935
936         * ext/alsa/Makefile.am:
937         * ext/cdparanoia/Makefile.am:
938         * ext/gio/Makefile.am:
939         * ext/gnomevfs/Makefile.am:
940         * ext/libvisual/Makefile.am:
941         * ext/ogg/Makefile.am:
942         * ext/pango/Makefile.am:
943         * ext/theora/Makefile.am:
944         * ext/vorbis/Makefile.am:
945         * gst/adder/Makefile.am:
946         * gst/audioconvert/Makefile.am:
947         * gst/audiorate/Makefile.am:
948         * gst/audioresample/Makefile.am:
949         * gst/audiotestsrc/Makefile.am:
950         * gst/ffmpegcolorspace/Makefile.am:
951         * gst/gdp/Makefile.am:
952         * gst/playback/Makefile.am:
953         * gst/subparse/Makefile.am:
954         * gst/tcp/Makefile.am:
955         * gst/typefind/Makefile.am:
956         * gst/videorate/Makefile.am:
957         * gst/videoscale/Makefile.am:
958         * gst/videotestsrc/Makefile.am:
959         * gst/volume/Makefile.am:
960         * sys/v4l/Makefile.am:
961         * sys/ximage/Makefile.am:
962         * sys/xvimage/Makefile.am:
963           Don't install static libs for plugins. Fixes #550851 for base.
964
965 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
966
967         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
968         Set the default blocksize to -1 because we will then use the configured
969         samplesperbuffer to create our output buffer.
970
971 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
972
973         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
974         (gst_riff_create_video_template_caps):
975         Add mappping for the KMVC (Karl Morton's Video) Codec.
976
977 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
978
979         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
980         Don't forget to advance the offset of what we're matching against, else
981         we end up in a forever loop.
982
983 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
984
985         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
986         Improve typefinding a bit. If we don't have a Unicode charset
987         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
988
989 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
990
991         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
992         Fix build on macosx.
993
994 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
995
996         Based on patch by: Robin Stocker <robin at nibor dot org>
997
998         * ext/theora/gsttheoradec.h:
999         * ext/theora/theoradec.c: (gst_theora_dec_init),
1000         (theora_dec_setcaps), (theora_handle_type_packet),
1001         (theora_dec_decode_buffer), (theora_dec_change_state):
1002         Parse input caps and make the PAR override the encoded PAR when
1003         specified by a container. Fixes #555699.
1004
1005 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1006
1007         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1008         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1009         (gst_base_rtp_depayload_set_gst_timestamp),
1010         (gst_base_rtp_depayload_change_state):
1011         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1012         Add some more G_LIKELY
1013         Fail when the setcaps function was not called.
1014
1015         * gst-libs/gst/rtp/gstbasertppayload.c:
1016         (gst_basertppayload_set_outcaps):
1017         Propagate return value of setcaps.
1018
1019 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1020
1021         * gst/subparse/Makefile.am:
1022         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1023         (gst_sub_parse_class_init), (gst_sub_parse_init),
1024         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
1025         (get_next_line), (gst_sub_parse_data_format_autodetect),
1026         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
1027         (gst_subparse_type_find):
1028         * gst/subparse/gstsubparse.h:
1029         Add support for UTF16/UTF32 subtitles as long as the first bytes of
1030         the first buffer contain the BOM. This also adds support for other
1031         encodings that allow NUL bytes via the encoding property.
1032         Fixes bugs #552237 and #456788.
1033
1034 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1035
1036         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1037         Don't drop the last byte of image tags if they're not an URI list.
1038         Fixes bug #556066.
1039
1040 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1041
1042         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1043         For looking at the 4th byte we have to get 4 bytes of course
1044         and not 3.
1045
1046 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1047
1048         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1049         Improve FLAC-without-headers typefinding by looking at most of the
1050         frame header and checking if invalid values are used. Should prevent
1051         quite some false positives compared to the old version which only
1052         check if the first 14 bits are set.
1053
1054 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
1055
1056         * sys/xvimage/xvimagesink.c:
1057           Don't assert on caps==NULL.
1058
1059 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1060
1061         * gst/subparse/gstsubparse.c:
1062         (gst_sub_parse_data_format_autodetect), (handle_buffer),
1063         (gst_sub_parse_change_state):
1064         * gst/subparse/gstsubparse.h:
1065         * tests/check/elements/subparse.c: (GST_START_TEST):
1066         Add support for subtitle files with UTF-8 BOM at the beginning
1067         by simple stripping it from the first line before passing it
1068         to any parsing code. Fixes bug #555257 and playback of files
1069         created by Gnome Subtitles.
1070
1071 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1072
1073         * gst/audiotestsrc/gstaudiotestsrc.c:
1074         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1075         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1076         (gst_audio_test_src_start), (gst_audio_test_src_stop),
1077         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
1078         (gst_audio_test_src_create):
1079         * gst/audiotestsrc/gstaudiotestsrc.h:
1080         Define the default property values in the usual place.
1081         Implement start/stop to reset values correctly.
1082         Calculate the sample size only once when we negotiate.
1083         Rename some values to make more sense.
1084         Keep track of our byte range.
1085         Add support for pull based scheduling. Disabled for now until we have
1086         the whole stack working.
1087         Set the BUFFER_OFFSET correctly.
1088
1089 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1090
1091         Based on a patch by: xavierb at gmail dot com
1092
1093         * gst/subparse/gstsubparse.c:
1094         (gst_sub_parse_data_format_autodetect):
1095         * tests/check/elements/subparse.c: (GST_START_TEST):
1096         Make the detection of the used subtitle a bit less strict
1097         for srt subtitles. Fixes bug #555607.
1098
1099 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1100
1101         * ext/vorbis/vorbisenc.c:
1102         (gst_vorbis_enc_buffer_check_discontinuous):
1103         Fix discontinuity detection which was broken by last commit.
1104
1105 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
1106
1107         * configure.ac::
1108           Require core CVS for ghostpad API additions used by decodebin2.
1109
1110 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1111
1112         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1113         (gst_base_audio_src_create):
1114         Fix debug statements (space between '%' and actual format).
1115
1116 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1117
1118         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1119         Remove bogus assert, the decodepad could have been created inside an
1120         already existing group.
1121
1122 2008-10-08  Andy Wingo  <wingo@pobox.com>
1123
1124         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1125         target instead of setting it.
1126         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1127         API for a decode pad. The bugfix is that we set the group in
1128         activate(), not when the pad was created because it might be NULL
1129         then.
1130         (gst_decode_group_control_source_pad, gst_decode_group_expose):
1131         Update to use the API.
1132
1133 2008-10-08  Andy Wingo  <wingo@pobox.com>
1134
1135         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1136         be a subclass of GstGhostPad.
1137         (analyze_new_pad): So, when emitting the signals that determine
1138         how we do autoplugging, already create the ghost pad and use it as
1139         the pad in the signal arguments. This allows applications to make
1140         a connection between the pad passed in e.g. autoplug-continue, and
1141         the pad passed in new-decoded-pad.
1142         (connect_pad, expose_pad): Update to receive the ghosted decode
1143         pad in the args, retargetting it as necessary if we have to plug
1144         the target pad through a multiqueue.
1145         (gst_decode_group_control_source_pad): Adapt to receive an
1146         already-ghosted pad that just needs activation, blocking, and
1147         drain notification.
1148         (sort_end_pads): Adapt for decode pads actually being pads.
1149         (gst_decode_group_expose): Adapt for decode pads actually being
1150         pads. Rewrite the decode pad names so they appear in order. Adds a
1151         new error case if we couldn't set the name.
1152         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1153         logic.
1154         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1155         New API for the decode pad, needed because we shouldn't do these
1156         things inside gst_decode_pad_new(), but after.
1157         (gst_decode_pad_new): Change to actually make the real pad, and
1158         delay the blocking/drainage bits.
1159
1160 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1161
1162         Patch by: Daniel Drake <dsd at laptop dot org>
1163
1164         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1165         Unref all buffers when clearing collectpads. Fixes bug #546955.
1166
1167 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1168
1169         Based on a patch by: Klaas <klaas at rivercrew dot net>
1170
1171         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1172         (gst_vorbis_enc_buffer_check_discontinuous),
1173         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1174         * ext/vorbis/vorbisenc.h:
1175         Keep track of the upstream segments and use the running time on that
1176         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1177
1178 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1179
1180         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1181         Prevent overflows with big buffer when calculating the size of
1182         the intermediate buffer by using gst_util_uint64_scale() instead of
1183         plain arithmetics. Fixes bug #552801.
1184
1185 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1186
1187         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1188
1189         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1190         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1191         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1192         (gst_clock_overlay_get_property):
1193         * ext/pango/gstclockoverlay.h:
1194         API: Add ability to specify format for date/time display by
1195         adding a "time-format" property.
1196         Fixes bug #554879.
1197
1198 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1199
1200         Patch by: Jan Gerber <j at oil21 dot org>
1201
1202         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1203         (gst_riff_create_video_template_caps):
1204         Add FFV1 fourcc to support playback of FFMPEG lossless video
1205         in AVI. Fixes bug #555319.
1206
1207 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1208
1209         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1210
1211         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1212         (gst_base_audio_src_create):
1213         Implement skew clock slaving. Fixes #552559.
1214
1215 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1216
1217         * gst-libs/gst/audio/multichannel.c:
1218         * gst-libs/gst/audio/testchannels.c:
1219         Fix include of config.h
1220
1221 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1222
1223         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1224
1225         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1226         (print_media), (gst_sdp_message_dump):
1227         Fix parsing of the c= field containing multicast addresses.
1228         Fixes #552199.
1229         Add the connection info to the session or streams.
1230         Fix parsing of the bandwidth.
1231         Add debugging for the connections and bandwidths for a media.
1232         Add debugging for the bandwidth of the session. 
1233
1234 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1235
1236         * gst-libs/gst/rtp/gstbasertppayload.c:
1237         (gst_basertppayload_change_state):
1238         Configure the next seqnum and timestamp in the state change so that they
1239         can be queried soon after.
1240
1241 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1242
1243         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1244         (gst_base_rtp_depayload_chain):
1245         Improve debugging of the rtptime.
1246
1247 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1248
1249         * configure.ac:
1250         Back to development -> 0.10.21.1
1251
1252 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1253
1254         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1255         (plugin_init):
1256         Add typefinding for FLAC without headers in the beginning.
1257         This is already handled by flacdec and friends.
1258
1259 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1260
1261         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1262         (plugin_init):
1263         Add typefinder for MXF.
1264
1265 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1266
1267         * tests/icles/Makefile.am:
1268         Only build test-colorkey if GTK+ is available.
1269
1270 === release 0.10.21 ===
1271
1272 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1273
1274         * configure.ac:
1275           releasing 0.10.21, "We Could Be Wrong"
1276
1277 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1278
1279         * configure.ac:
1280         0.10.20.4 pre-release
1281
1282 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1283
1284         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1285
1286         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1287         Set the BOS flag on the BOS packet. Fixes #553244.
1288
1289 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1290
1291         * gst-libs/gst/rtsp/gstrtspmessage.c:
1292         (gst_rtsp_message_parse_request),
1293         (gst_rtsp_message_parse_response):
1294         Fix the g_return_val_if_fail() statements.
1295
1296 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1297
1298         * gst-libs/gst/tag/gsttagdemux.c:
1299           Fail to activate if there's insufficient data in the file to be usable,
1300           preventing an assertion fail later. Fixes #552960
1301
1302 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1303
1304         * gst-libs/gst/pbutils/descriptions.c:
1305         * gst/typefind/gsttypefindfunctions.c:
1306           Recognise Kate subtitle streams (#550582).
1307
1308 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1309
1310         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1311           Remove trailing comma from enum list, which causes problems
1312           with -pendantic (#550729).
1313
1314 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1315
1316         * configure.ac:
1317         0.10.20.2 pre-release
1318
1319         * po/LINGUAS:
1320         * po/id.po:
1321         * po/pt_BR.po:
1322
1323         New translations.
1324
1325 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1326
1327         * gst-libs/gst/interfaces/propertyprobe.c:
1328           (gst_property_probe_get_properties),
1329           (gst_property_probe_get_property),
1330           (gst_property_probe_probe_property),
1331           (gst_property_probe_probe_property_name),
1332           (gst_property_probe_needs_probe),
1333           (gst_property_probe_needs_probe_name),
1334           (gst_property_probe_get_values),
1335           (gst_property_probe_get_values_name),
1336           (gst_property_probe_probe_and_get_values),
1337           (gst_property_probe_probe_and_get_values_name):
1338           More sanity checks for our second-favourite interface.
1339
1340 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1341
1342         * gst-libs/gst/interfaces/propertyprobe.c:
1343           Check for NULL pointer, in the hope that this fixes #532864.
1344
1345 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1346
1347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1348           No really, the next release is 0.10.21 (fix Since: tags in docs).
1349
1350 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1351
1352         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1353         Disable a code path that is now called but causes a deadlock for some
1354         reason and is unneeded.
1355
1356 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1357
1358         * sys/xvimage/xvimagesink.c:
1359         * sys/xvimage/xvimagesink.h:
1360           Add a "draw-border" property that can be set to false to disable
1361           drawing borders.
1362           
1363         * tests/icles/test-colorkey.c:
1364         * tests/icles/Makefile.am:
1365           Add new test application for the colorkey handling.
1366
1367 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1368
1369         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1370         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1371         This will also be fixed for upcoming gst-ffmpeg release so that once
1372         this release of -base is out, it will work with the latest gst-ffmpeg
1373         release.
1374
1375 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1376
1377         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1378         (gst_riff_create_audio_template_caps):
1379         Add Truespeech mapping for RIFF formats (AVI/WAV).
1380         Fixes #550656
1381
1382 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1383
1384         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1385         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1386         Fixes #550638.
1387
1388 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1389
1390         * configure.ac:
1391         * gst/subparse/Makefile.am:
1392         * gst/subparse/gstsubparse.c:
1393         * gst/subparse/samiparse.c:
1394         * tests/check/elements/subparse.c:
1395           Rework last change, so that we build subparse, but just disable the
1396           sami parse functionality, if we're configured to not use xml. In the
1397           tests only the sami test is disabled now.
1398
1399 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1400
1401         * configure.ac:
1402           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1403           test runs.
1404
1405 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1406
1407         * po/POTFILES.in:
1408           Add some more files with strings for translation.
1409
1410 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1411
1412         * gst-libs/gst/tag/gstvorbistag.c:
1413         * tests/check/libs/tag.c:
1414           Use new geo location tags from core. Fixes #481169
1415
1416 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1417
1418         * tests/check/elements/audioresample.c: (setup_audioresample),
1419         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1420         (test_discont_stream_instance):
1421         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1422         Add debugging for coherence.
1423
1424 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1425
1426         Patch by: Jonathan Matthew  <notverysmart gmail com>
1427
1428         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1429           Add typefinder for PDF documents (which is nice to have, since it's a
1430           common format, but also helps prevent false positives). Fixes #549814.
1431
1432 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1433
1434         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1435         (no_more_pads_cb):
1436         Fix nasty race where multiple decodebins could start pushing data before
1437         we manage to configure the sinks, resulting in not-linked errors in
1438         typical RTSP streaming cases.
1439
1440 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1441
1442         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1443         Since we now call stop, we trigger this code path that causes a deadlock
1444         is apparently not needed.
1445
1446 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1447
1448         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1449         (gst_ring_buffer_stop):
1450         Also allow the case where the ringbuffer was paused when we try to stop
1451         it so that the basesrc stop function is still called.
1452
1453 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1454
1455         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1456
1457         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1458         Reprobe devices again instead of taking a cached list as new
1459         devices could've been plugged in. Fixes bug #549062.
1460
1461 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1462
1463         Patch by: Alessandro Dessina <alessandro nnva org>
1464
1465         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1466         (gst_ogg_demux_activate_chain):
1467         Don't add pads and activate them for skeleton streams. These are already
1468         handled inside oggdemux. Fixes bug #537599.
1469
1470 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1471
1472         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1473         Reset variable so that query and convert fail after going back to
1474         READY. Fixes #548898.
1475
1476 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1477
1478         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1479         If a buffer arrives with a timestamp before the timestamp+duration
1480         of the previous buffer clip it instead of dropping it completely.
1481         Slight improvement for the unfixable bug #548913.
1482
1483 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1484
1485         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1486         Take the current timestamp instead of timestamp+duration for the offset.
1487         This offset will later be used for calculating the timestamp and
1488         otherwise vorbisdec will interpolate timestamps wrong if upstream
1489         only sends timestamps and no granulepos.
1490
1491 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1492
1493         * tests/examples/seek/seek.c:
1494           Don't crash when having no visualisations.
1495
1496 2008-08-16  David Schleef  <ds@schleef.org>
1497
1498         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1499           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1500           Fixes #548065.
1501
1502 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1503
1504         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1505         When cleaning up the caps fields also remove "depth" for the same
1506         reason we remove "width".
1507
1508 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1509
1510         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1511           Add Lead H.264 here as well.
1512
1513 2008-08-14  Julien Moutte  <julien@fluendo.com>
1514
1515         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1516         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1517
1518 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1519
1520         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1521         (gst_base_audio_src_create):
1522         When not slaved to another clock also subtract the base_time from our
1523         internal clock time to get the running time.
1524
1525 2008-08-12  David Schleef  <ds@schleef.org>
1526
1527         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1528           since it has no basis in libtheora.
1529
1530 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1531
1532         * gst-libs/gst/interfaces/propertyprobe.h:
1533           Remove double "interface" from doc-string.
1534
1535         * gst-libs/gst/interfaces/xoverlay.h:
1536           Document interface.
1537
1538         * gst-libs/gst/riff/riff.c:
1539           Add basic doc blobs.
1540
1541 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1542
1543         * gst-libs/gst/audio/Makefile.am:
1544           Don't try to build that example anymore.
1545
1546 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1547
1548         * gst-libs/gst/audio/.cvsignore:
1549         * gst-libs/gst/audio/Makefile.am:
1550         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1551         * gst-libs/gst/audio/make_filter:
1552           Move audiofiltertemplate to gst-template.
1553
1554 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1555
1556         * docs/libs/gst-plugins-base-libs-sections.txt:
1557         * gst-libs/gst/audio/gstaudiosrc.h:
1558           More docs and shuffling. What can we do with the hundreds of #defines.
1559
1560 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1561
1562         * gst-libs/gst/audio/audio.h:
1563         * gst-libs/gst/audio/gstaudiofilter.h:
1564         * gst-libs/gst/audio/gstringbuffer.h:
1565         * gst-libs/gst/interfaces/propertyprobe.h:
1566         * gst-libs/gst/tag/gsttagdemux.h:
1567           Reducing number of dundocumented symbols.
1568
1569 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1570
1571         * gst-libs/gst/audio/audio.c:
1572           Fix doc comment syntax.
1573
1574         * gst-libs/gst/interfaces/propertyprobe.c:
1575           Add more doc-comments and a FIXME: for the signal.    
1576
1577 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1578
1579         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1580         (gst_ogg_mux_request_new_pad):
1581         * ext/ogg/gstoggmux.h:
1582         Don't pretend to support NEWSEGMENT events, instead override the
1583         GstCollectPads event function to return FALSE on NEWSEGMENT events
1584         and do the normal work for other events.
1585
1586         This prevents elements like flacenc to seek to the start and rewrite
1587         some data which then results in a broken Ogg packet.
1588
1589 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1590
1591         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1592
1593         * ext/alsa/gstalsaplugin.c: (plugin_init):
1594         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1595         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1596         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1597         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1598         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1599         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1600         * gst/playback/gstdecodebin.c: (plugin_init):
1601         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1602         * gst/playback/gstplayback.c: (plugin_init):
1603         * gst/playback/gstqueue2.c: (plugin_init):
1604         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1605         * sys/v4l/gstv4l.c: (plugin_init):
1606         Make sure gettext returns translations in UTF-8 encoding rather
1607         than in the current locale encoding (#546822).
1608
1609 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1610
1611         * gst-libs/gst/pbutils/descriptions.c:
1612           Add audio/x-qdm for qtdemux.
1613
1614 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1615
1616         * ext/vorbis/vorbisdec.c:
1617           Do not leak old taglist.
1618
1619 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1620
1621         * tests/icles/test-scale.c:
1622           Include <stdlib.h> for atoi().
1623
1624 2008-08-04  Andy Wingo  <wingo@pobox.com>
1625
1626         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1627         documentation fix.
1628
1629 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1630
1631         * gst/adder/gstadder.c:
1632           Cleanup lots of empty lines that came from gst-indent going havoc
1633           before I added the INDENT_ON/OFF marker some time agao.
1634
1635 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1636
1637         * configure.ac:
1638         * gst-libs/gst/riff/riff-read.c:
1639           Bump requirement to latest core and use new tag for riff formats.
1640           Needed for #520694.
1641
1642 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1643
1644         * tests/examples/dynamic/Makefile.am:
1645         * tests/examples/dynamic/codec-select.c: (make_encoder),
1646         (make_pipeline), (do_switch), (my_bus_callback), (main):
1647         Add example app that dynamically switches between 3 'encoders'.
1648
1649 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1650
1651         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1652         Add some more comments.
1653
1654 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1655
1656         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1657         (gst_video_test_src_create):
1658         Discard buffers of the wrong size after renegotiation, this is perfectly
1659         possible with things like capsfilter that could suggest caps changes
1660         upstream without knowing the size of the buffer.
1661
1662 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1663
1664         * tests/icles/.cvsignore:
1665         * tests/icles/Makefile.am:
1666         * tests/icles/test-scale.c: (make_pipeline), (main):
1667         Add dynamic rescaling tests for the new basetransform.
1668
1669 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1670
1671         * gst/audioconvert/Makefile.am:
1672           Dist recently-added gstfastrandom.h.
1673
1674 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1675
1676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1677         Fix a "may be used uninitialized in this function" which weirdly only
1678         appears on macosx (?).
1679
1680 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1681
1682         * gst-libs/gst/riff/riff-ids.h:
1683           Adding acid chunk for tempo and loop information.
1684
1685 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1686
1687         * sys/xvimage/Makefile.am:
1688           floor() needs linking to $(LIBM).
1689
1690 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1691
1692         * ext/gnomevfs/gstgnomevfssrc.c:
1693           Aggregate short reads and add some comments and debug logging.
1694           Fixes #537380
1695
1696 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1697
1698         * gst/playback/gstplaybasebin.c:
1699           Fix property doc markup (its not a signal).
1700
1701         * sys/xvimage/xvimagesink.c:
1702           Add since tag for new proeprties (also add sice tags fro the last two
1703           other additions).
1704
1705 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1706
1707         * sys/xvimage/xvimagesink.c:
1708         * sys/xvimage/xvimagesink.h:
1709           Add autofill/colorkey properties. Fixes #538656.
1710
1711 2008-07-28  David Schleef  <ds@schleef.org>
1712
1713         * sys/xvimage/xvimagesink.c:
1714           Fix rounding errors when converting colorbalance values
1715           between hardware and object property ranges.  Partial
1716           fix for #537889, however, there still seems to be a small
1717           drift problem that could be totem's fault.
1718
1719 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1720
1721         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1722         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1723         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1724         This fixes a critical warning.
1725
1726 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1727
1728         * ext/ogg/gstoggmux.c:
1729         Allow muxing of CELT into Ogg streams.
1730
1731 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1732
1733         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1734         (plugin_init):
1735         Add simple typefinder for the CELT codec (www.celt-codec.org).
1736
1737 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1738
1739         Patch by: Jan Gerber <j at oil21 dot org>
1740
1741         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1742         Fix calculation of the start time from skeleton streams.
1743         Fixes bug #530068.
1744
1745 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1746
1747         * tests/examples/seek/seek.c:
1748           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1749
1750 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1751
1752         * gst/audioconvert/audioconvert.h:
1753         * gst/audioconvert/gstaudioquantize.c:
1754         (gst_audio_quantize_setup_dither),
1755         (gst_audio_quantize_free_dither):
1756         * gst/audioconvert/gstfastrandom.h:
1757         Implement a linear congruential generator as pseudo random number
1758         generator for the dither noise. This is about 2 times faster than
1759         using GLib's mersenne twister. Also this uses only integer math for
1760         generating integers while GLib internally uses floating point math.
1761
1762 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1763
1764         * configure.ac:
1765           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1766
1767 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1768
1769         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1770
1771         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1772           Use GST_STR_NULL to avoid crashes with libcs that don't
1773           like NULL strings in printf args (such as the win32 one).
1774           Fixes #544306.
1775
1776 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1777
1778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1779         Oops - set the size of the image used for probing back to 1x1, for
1780         consistency with ximagesink
1781
1782 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1783
1784         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1785         (gst_ximagesink_ximage_new):
1786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1787         (gst_xvimagesink_xvimage_new):
1788
1789         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1790         X server to attach to a shared memory segment after we've deleted it,
1791         with the result that MIT-SHM is disabled. Instead, remove it only after 
1792         X succeeds in attaching too.
1793
1794 2008-07-16  David Schleef  <ds@schleef.org>
1795
1796         * gst/audiotestsrc/gstaudiotestsrc.c:
1797         * gst/audiotestsrc/gstaudiotestsrc.h:
1798           Add 'ticks', a 1/30 second sine wave pulse every second.
1799
1800 2008-07-15  David Schleef  <ds@schleef.org>
1801
1802         * gst-libs/gst/video/video.c: Revert ABI change.
1803
1804 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1805
1806         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1807         Make it impossible to have NULL caps at the point where we set
1808         framerate and other things. Also don't return immediately for "3ivd"
1809         video and let framerate, etc be set. Might fix bug #542508.
1810
1811 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1812
1813         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1814         Video format can also be conveniently determined from (many)
1815         non-fixed caps.
1816
1817 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1818
1819         * gst/playback/gstplaybasebin.c:
1820         * gst/playback/gstplaybasebin.h:
1821         * gst/playback/gstplaybin.c:
1822         * gst/playback/gststreamselector.c:
1823         First stab at integrating DVD subpicture overlay into
1824         playbin. Successfully plugs and plays, but the queues need
1825         shrinking - 3 seconds of video is too much buffering.
1826
1827 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1828
1829         * gst/audioconvert/gstaudioconvert.c:
1830           Remove now obsolete note in the docs.
1831
1832 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1833
1834         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1835         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1836         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1837         * docs/plugins/gst-plugins-base-plugins.args:
1838         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1839         * docs/plugins/gst-plugins-base-plugins.interfaces:
1840         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1841         * docs/plugins/gst-plugins-base-plugins.signals:
1842         * docs/plugins/inspect/plugin-adder.xml:
1843         * docs/plugins/inspect/plugin-alsa.xml:
1844         * docs/plugins/inspect/plugin-audioconvert.xml:
1845         * docs/plugins/inspect/plugin-audiorate.xml:
1846         * docs/plugins/inspect/plugin-audioresample.xml:
1847         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1848         * docs/plugins/inspect/plugin-cdparanoia.xml:
1849         * docs/plugins/inspect/plugin-decodebin.xml:
1850         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1851         * docs/plugins/inspect/plugin-gdp.xml:
1852         * docs/plugins/inspect/plugin-gnomevfs.xml:
1853         * docs/plugins/inspect/plugin-libvisual.xml:
1854         * docs/plugins/inspect/plugin-ogg.xml:
1855         * docs/plugins/inspect/plugin-pango.xml:
1856         * docs/plugins/inspect/plugin-playback.xml:
1857         * docs/plugins/inspect/plugin-queue2.xml:
1858         * docs/plugins/inspect/plugin-subparse.xml:
1859         * docs/plugins/inspect/plugin-tcp.xml:
1860         * docs/plugins/inspect/plugin-theora.xml:
1861         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1862         * docs/plugins/inspect/plugin-uridecodebin.xml:
1863         * docs/plugins/inspect/plugin-video4linux.xml:
1864         * docs/plugins/inspect/plugin-videorate.xml:
1865         * docs/plugins/inspect/plugin-videoscale.xml:
1866         * docs/plugins/inspect/plugin-videotestsrc.xml:
1867         * docs/plugins/inspect/plugin-volume.xml:
1868         * docs/plugins/inspect/plugin-vorbis.xml:
1869         * docs/plugins/inspect/plugin-ximagesink.xml:
1870         * docs/plugins/inspect/plugin-xvimagesink.xml:
1871         * ext/alsa/gstalsamixer.c:
1872         * ext/alsa/gstalsasink.c:
1873         * ext/alsa/gstalsasrc.c:
1874         * ext/gio/gstgiosink.c:
1875         * ext/gio/gstgiosrc.c:
1876         * ext/gio/gstgiostreamsink.c:
1877         * ext/gio/gstgiostreamsrc.c:
1878         * ext/gnomevfs/gstgnomevfssink.c:
1879         * ext/gnomevfs/gstgnomevfssrc.c:
1880         * ext/ogg/gstoggdemux.c:
1881         * ext/ogg/gstoggmux.c:
1882         * ext/pango/gstclockoverlay.c:
1883         * ext/pango/gsttextoverlay.c:
1884         * ext/pango/gsttextrender.c:
1885         * ext/pango/gsttimeoverlay.c:
1886         * ext/theora/theoradec.c:
1887         * ext/theora/theoraenc.c:
1888         * ext/theora/theoraparse.c:
1889         * ext/vorbis/vorbisdec.c:
1890         * ext/vorbis/vorbisenc.c:
1891         * ext/vorbis/vorbisparse.c:
1892         * ext/vorbis/vorbistag.c:
1893         * gst/adder/gstadder.c:
1894         * gst/audioconvert/gstaudioconvert.c:
1895         * gst/audioresample/gstaudioresample.c:
1896         * gst/audiotestsrc/gstaudiotestsrc.c:
1897         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1898         * gst/gdp/gstgdpdepay.c:
1899         * gst/gdp/gstgdppay.c:
1900         * gst/playback/gstdecodebin2.c:
1901         * gst/playback/gstplaybin.c:
1902         * gst/playback/gstplaybin2.c:
1903         * gst/playback/gstqueue2.c:
1904         * gst/playback/gsturidecodebin.c:
1905         * gst/tcp/gstmultifdsink.c:
1906         * gst/tcp/gsttcpserversink.c:
1907         * gst/videorate/gstvideorate.c:
1908         * gst/videoscale/gstvideoscale.c:
1909         * gst/videotestsrc/gstvideotestsrc.c:
1910         * gst/volume/gstvolume.c:
1911         * sys/ximage/ximagesink.c:
1912         * sys/xvimage/xvimagesink.c:
1913           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1914           titles. Drop mentining that all our example pipelines are "simple"
1915           pipelines.
1916
1917 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1918
1919         * tests/examples/seek/Makefile.am:
1920         Fix out of tree build by adding all required CFLAGS.
1921
1922 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1923
1924         * gst/playback/gstdecodebin.c: (add_raw_queue):
1925         And ref the pad before returning it again when linking to the queue
1926         failed. Otherwise we will unref the pad twice later and things break.
1927
1928 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1929
1930         * gst/playback/gstdecodebin.c: (add_raw_queue):
1931         If linking the raw pad with a queue fails, try it without a queue
1932         instead of failing completely. This should never happen.
1933
1934 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1935
1936         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1937
1938         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1939         Add a queue after a demuxer if the demuxer outputs raw data. This was
1940         done before only for non-raw data but is required in this case too.
1941         Fixes bug #540215.
1942
1943         decodebin2 doesn't have this issue because all streams of a group
1944         go through multiqueue.
1945
1946 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1947
1948         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1949
1950         * gst-libs/gst/sdp/gstsdpmessage.c:
1951         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1952         that getaddrinfo() can be used. Fixes #541358.
1953
1954 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1955
1956         * gst/videotestsrc/gstvideotestsrc.c:
1957         (gst_video_test_src_class_init), (gst_video_test_src_init),
1958         (gst_video_test_src_set_property),
1959         (gst_video_test_src_get_property), (gst_video_test_src_create):
1960         * gst/videotestsrc/gstvideotestsrc.h:
1961         Cleanups, use default property values as defines.
1962         Add property to enable/disable peer buffer allocation.
1963
1964 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1965
1966         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1967         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1968         Enable unit tests on PPC again as the bugs are now fixed.
1969
1970 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1971
1972         * gst-libs/gst/riff/riff-ids.h:
1973         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1974         (gst_riff_create_audio_template_caps):
1975         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1976         Fixes bug #540351.
1977
1978 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1979
1980         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1981         (gst_ffmpeg_pixfmt_to_caps):
1982         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1983         (gst_ffmpegcsp_get_unit_size):
1984         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1985         it on other formats. Also adjust the unit size only for that format
1986         to not include the palette. Fixes bug #540497.
1987
1988 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1989
1990         * gst/adder/gstadder.c:
1991           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1992
1993 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1994
1995         * ChangeLog:
1996           ChangeLog surgery.
1997   
1998         * tests/examples/seek/seek.c:
1999           Move variable into ifdef too.
2000         
2001
2002 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2003
2004         * tests/examples/seek/seek.c:
2005           Include config.h and check if we have X. Remove XInitThread(), don't
2006           think its needed. Fixes: #540334.
2007
2008 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2009
2010         Patch by: Sam Morris <sam at robots dot org to uk>
2011
2012         * gst-libs/gst/interfaces/mixertrack.c:
2013         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2014         (gst_mixer_track_set_property):
2015         API: Add "index" property to GstMixerTrack to differantiate between
2016         multiple mixer tracks with the same label.
2017
2018         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2019         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2020         Set the "index" property of GstMixerTrack to the index given by ALSA.
2021         Fixes bug #528299.
2022
2023 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
2024
2025         * tests/examples/seek/Makefile.am:
2026         * tests/examples/seek/seek.c:
2027           Remove libgstvideo usage. Use gtk_get_option_group instead of
2028           gtk_init().
2029
2030 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2031
2032         * tests/check/Makefile.am:
2033           Name the test registry format neutral.
2034
2035 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2036
2037         * gst/playback/gstqueue2.c:
2038           Do not double notify. Remove the unsued return value.
2039
2040 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2041
2042         * ext/alsa/gstalsamixer.c:
2043           Also consider "speaker" as a name for master volume. If that doesn't
2044           help look for the first non-mono volume control that also has a
2045           playback switch.
2046
2047 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2048
2049         * ChangeLog:
2050           Forgot to save the ChangeLog :/
2051
2052 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2053
2054         * tests/examples/seek/Makefile.am:
2055         * tests/examples/seek/seek.c:
2056           Embedd the xwindow. Allow to play multiple files.
2057
2058 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
2059
2060         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
2061         (gst_ximagesink_setcaps):
2062         * sys/ximage/ximagesink.h:
2063         When the caps change, make sure to re-draw borders in
2064         force-aspect-ratio=true mode.
2065         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
2066         Don't clear the border_draw flag until we actually draw the border.
2067         * tests/check/Makefile.am:
2068         Ignore alsasink/src during the states test too, so it doesn't fail
2069         when running without access to the sound device.
2070
2071 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2072
2073         * tests/examples/seek/seek.c:
2074           Fix crasher when playing a parse-launch line the 2nd time.
2075
2076 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2077
2078         * tests/check/pipelines/oggmux.c:
2079           Properly ifdef tests to fix compilation.
2080
2081 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2082
2083         * gst/playback/gstplay-marshal.list:
2084         * gst/playback/gstplaybin2.c:
2085           Add get-video-pad, get-audio-pad, get-text-pad action signals to
2086           playbin2. This allows the user to get to the selector's sinkpads, and
2087           thus inspect a range of things - caps, tags, etc. 
2088
2089 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2090
2091         * gst/playback/gstplaybin2.c:
2092           Use a different constant for the convert-frame signal id.
2093           Fixes #537009.
2094
2095 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2096
2097         * gst/playback/gstplaybin2.c:
2098         * gst/playback/gstplaysink.c:
2099           Fix a whole bunch of typos in comments and log statements. 
2100
2101 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2102
2103         * sys/xvimage/xvimagesink.c:
2104           Don't set colour balance values on the Xv port if the user hasn't
2105           changed them (via properties or the interface). Avoids accumulating
2106           rounding errors for the common case.
2107           Partial fix for bug #537889.
2108
2109 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2110
2111         * gst/playback/gstdecodebin2.c:
2112           Ensure decodebin2 emits 'drained' signal once, and only once, when all
2113           pads are drained.
2114
2115 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2116
2117         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2118         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2119         Report the encoder latency. Fixes #538232.
2120
2121 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2122
2123         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2124         (notify_source), (activate_group):
2125         Implement the source property, emit notify when it changes in the
2126         underlying uridecodebin.
2127
2128 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2129
2130         * tests/examples/seek/seek.c: (stop_cb):
2131         Free and clear the seek element list so that we don't use invalid
2132         references when seeking after recreating a gst-launch line.
2133
2134 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2135
2136         * gst-libs/gst/audio/gstbaseaudiosink.c:
2137         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2138         (gst_base_audio_sink_render):
2139         Report latency even if we are not live instead of hiding it.
2140         Take ts-offset and render-delay of the basesink into account when
2141         scheduling samples.
2142         Rework the clipping code so that we can take the various offsets into
2143         account and still do correct clipping.
2144
2145 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2146
2147         * configure.ac:
2148         Bump verion back to devel -> 0.10.20.1
2149
2150 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2151
2152         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2153         Don't increase the size of non-string image buffers by one as this
2154         might in theory confuse decoders. Still increase it by one for string
2155         image buffers to append '\0'.
2156
2157 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2158
2159         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2160         
2161         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2162         Fix a buffer memleak and remove a confusing and wrong debug output.
2163         Fixes bug #538663.
2164
2165 === release 0.10.20 ===
2166
2167 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2168
2169         * configure.ac:
2170           releasing 0.10.20, "Here I Go Again"
2171
2172 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2173
2174         * configure.ac:
2175         0.10.19.3 pre-release
2176
2177 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2178
2179         * gst-libs/gst/rtsp/gstrtspconnection.c:
2180         Fix build on win32.
2181         Patch By: David Schleef <ds@schleef.org>
2182         Fixes: #536874
2183
2184 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2185
2186         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2187         (gst_gio_base_src_create):
2188         * ext/gio/gstgiobasesrc.h:
2189         Try to read the requested number of bytes, even if the first
2190         read returns less than requested, until nothing is read anymore
2191         or we have the requested amount of bytes. This fixes playback of
2192         files via Samba as Samba only allows to read 64k at once.
2193
2194         Implement a caching algorithm that makes sure that we read at
2195         least 4k of data every time. Some elements will try to read a few
2196         bytes, then seek, read again a few bytes and so on and this is
2197         painfully slow as every operation has to go over DBus if GVfs is
2198         used as backend.
2199
2200         Fixes bug #536849 and #536848.
2201
2202         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2203         (gst_gio_src_check_get_range):
2204         Override check_get_range() to blacklist http/https URIs
2205         and whitelist file URIs. More to be added on demand.
2206
2207 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2208
2209         * configure.ac:
2210         0.10.19.2 pre-release
2211
2212 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2213
2214         * win32/common/libgstrtsp.def:
2215         * win32/common/libgsttag.def:
2216         Add new API functions to the dll exports
2217
2218 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2219
2220         * gst/playback/gstplaybasebin.c:
2221           Disconnect signals from decodebins we created before we remove it
2222           from playbin, to avoid crashes if the decodebin is eventually
2223           disposed after the playbin itself (possible if the app takes a
2224           reference on the decodebin).
2225           Fixes #536521.
2226
2227 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2228
2229         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2230           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2231           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2232           (h264_video_type_find), (mpeg_video_stream_type_find),
2233           (dv_type_find), (mmsh_type_find):
2234           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2235           copy caps for no good reason (this may be desirable to make it easier
2236           to detect leaks, but then it should probably be done for all caps
2237           in the typefinder somewhere).
2238
2239 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2240
2241         * tests/check/Makefile.am:
2242         Do not try to run the check tests for subparse unless it has been
2243         built.
2244
2245 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2246
2247         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2248         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2249         Do not try to run a test which requires vorbisenc unless we have
2250         actually built it.
2251
2252 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2253
2254         * gst-libs/gst/rtsp/gstrtspconnection.c:
2255         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2256         (gst_rtsp_connection_clear_auth_params),
2257         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2258         * gst-libs/gst/rtsp/gstrtspconnection.h:
2259         Add a couple of missing argument guards.
2260         Add a way of setting the DSCP for an RTSP connection.
2261         Add an accessor method for the ip member of GstRTSPConnection as all
2262         members are supposed to be private.
2263
2264 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2265
2266         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2267         Fixed accidental use of IPv4 options for all IPv6 addresses.
2268
2269 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2270
2271         * gst-libs/gst/interfaces/mixertrack.h:
2272           Document mixer track flags.
2273
2274 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2275
2276         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2277
2278         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2279         Don't set caps on the buffers that contain a copy of the buffer
2280         including the caps of them resulting in an always increasing refcount
2281         of the caps and insanely large caps. Instead include a buffer without
2282         caps in the new caps. Fixes bug #536475.
2283
2284 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2285
2286         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2287         Transform a given PAR to a range on the struct with the generic
2288         height/width instead of the struct with the possibly restricted
2289         height/width.
2290
2291 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2292
2293         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2294         Prefer the given format if it contains something stricter than [1,MAX]
2295         for height or width and only put a structure that requires rescaling
2296         as second. This makes it possible to use videoscale in pipelines where
2297         the source can actually produce the wanted height/width but usually
2298         selects a different one from the requested.
2299
2300 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2301
2302         Based on patch by: John Millikin <jmillikin gmail com>
2303
2304         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2305           (gst_vorbis_tag_add_coverart):
2306           Retrieve COVERART tags from vorbis comments (#512333)
2307
2308 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2309
2310         * gst-libs/gst/tag/tag.h:
2311         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2312           Don't forget to add new enum value here too (should probably use
2313           glib-mkenums here...).
2314
2315 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2316
2317         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2318         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2319         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2320           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2321           (gst_tag_image_data_to_image_buffer):
2322           Add two utility functions to avoid code duplication (#512333):
2323           API: add gst_tag_image_data_to_image_buffer()
2324           API: add gst_tag_list_add_id3_image()
2325           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2326
2327 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2328
2329         * win32/common/libgstaudio.def:
2330         Add gst_audio_check_channel_positions() to the exported symbols.
2331
2332 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2333
2334         * docs/libs/gst-plugins-base-libs-sections.txt:
2335         * gst-libs/gst/audio/multichannel.c:
2336         (gst_audio_check_channel_positions):
2337         * gst-libs/gst/audio/multichannel.h:
2338         API: Make gst_audio_check_channel_positions() public.
2339
2340         * tests/check/libs/audio.c: (GST_START_TEST):
2341         Add some simple checks for gst_audio_check_channel_positions().
2342
2343 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2344
2345         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2346           minrange and maxrange are scaled according to the frequency
2347           multiplier.
2348
2349 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2350
2351         * ext/pango/Makefile.am:
2352         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2353           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2354           Use gstvideo functions to calculate strides and plane offsets. Fixes
2355           rendering issue ('ghost' images of the text on the chroma planes)
2356           with widths or heights that are not multiples of 8 (#506659 and
2357           probably also #485729).
2358
2359         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2360           (main):
2361           Test with odd height/width too.
2362
2363 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2364
2365         * gst/adder/gstadder.c: (gst_adder_query_duration),
2366         (gst_adder_query_latency):
2367         When using gst_element_iterate_pads() one has to unref every pad
2368         after usage.
2369
2370 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2371
2372         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2373         (gst_base_audio_src_class_init):
2374         Add a gtk-doc chunk for the new properties to have a Since: indication.
2375
2376 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2377
2378         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2379         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2380         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2381         (gst_base_audio_src_change_state):
2382         Provide readable actual-buffer-time and actual-latency-time properties
2383         that reflect the configured ringbuffer values. Fixes #524724.
2384         API: GstBaseAudioSrc:actual-buffer-time
2385         API: GstBaseAudioSrc:actual-latency-time
2386
2387 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2388
2389         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2390         (gst_basertppayload_change_state):
2391         Simply converting the running time into an RTP timestamp by scaling it
2392         based on the clock-rate is good enough for making an RTP timestamp. This
2393         has the added benefit that we can later on expose a property with the
2394         RTP timestamp of running time 0, as is needed for RTSP servers to
2395         generate the response of the PLAY request.
2396
2397 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2398
2399         * gst/audioconvert/gstaudioconvert.c:
2400         (structure_has_fixed_channel_positions),
2401         (gst_audio_convert_transform_caps):
2402         Allow up to 11 positioned channels now that audioconvert can handle
2403         this but add no default positions for > 8 channels.
2404         
2405         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2406         Add some unit tests for the above change: Test conversion of
2407         11 positioned channels to stereo and the other way around, test
2408         conversion of 15 unpositioned channels in different ways.
2409
2410 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2411
2412         * win32/common/libgstaudio.def:
2413         Add gst_audio_clock_reset to the list of exported symbols.
2414
2415 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2416
2417         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2418         Remove wrong_channels_identification_header unit test as we now
2419         support 7 (and more channels).
2420
2421 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2422
2423         * gst/audioconvert/gstchannelmix.c:
2424         (gst_channel_mix_fill_one_other):
2425         If mixing left or right to center (or the other way around) only take
2426         the complete value if we don't already have the original position in
2427         the source.
2428
2429 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2430
2431         * gst-libs/gst/audio/multichannel.c:
2432         (gst_audio_check_channel_positions),
2433         (gst_audio_set_structure_channel_positions_list),
2434         (gst_audio_fixate_channel_positions):
2435         Allow rear center together with rear left/right and other previously
2436         conflicting channel positions. The reason why they weren't allowed
2437         was the channel mixing implementation in audioconvert.
2438         Also take this into account when fixing channel layouts.
2439
2440         Allow setting channel positions for 1/2 channels when using
2441         gst_audio_set_structure_channel_position().
2442
2443         * gst/audioconvert/gstchannelmix.c:
2444         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2445         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2446         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2447         Major rewrite of the channel mixing.
2448
2449         We now allow previously conflicting channel positions to appear
2450         together (rear center and rear left/right for example).
2451         Fixes bug #533817.
2452
2453         Rework the way channels are mixed together to take more possible
2454         channel positions into account, properly mix from/to side channels
2455         and don't assume that either center, left&right or nothing of a
2456         specific position is available anymore.
2457
2458         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2459         Adjust unit tests with non-standard 1/2 channel layouts to the more
2460         correct new behaviour.
2461
2462         Add a unit test for 5.1->Stereo downmixing.
2463
2464 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2465
2466         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2467         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2468         Add sane defaults for the 7 and 8 channel layouts as those are
2469         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2470         more than 8 channels instead of erroring out. Fixes bug #535356.
2471
2472 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2473
2474         * docs/plugins/Makefile.am:
2475         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2476         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2477         * ext/theora/theoraparse.c:
2478         Add theoraparse to the docs and fix some docs.
2479
2480 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2481
2482         * gst-libs/gst/cdda/gstcddabasesrc.c:
2483         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2484         Fix EOS condition and track addition check, the track.end sector is
2485         included in the track. Fixes #533265.
2486
2487 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2488
2489         Patch by: Mark Nauwelaerts <manauw at skynet be>
2490
2491         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2492         (gst_video_rate_flush_prev), (gst_video_rate_event),
2493         (gst_video_rate_chain):
2494         * gst/videorate/gstvideorate.h:
2495         React (more) to NEWSEGMENT
2496         Small adjustment in timestamp calculation to prevent mismatches
2497         Fixes #435633.
2498
2499 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2500
2501         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2502           Initialise error to NULL as we should.
2503
2504 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2505
2506         * gst/adder/gstadder.c: (gst_adder_query_duration),
2507         (gst_adder_query_latency), (gst_adder_query):
2508         Implement latency query.
2509
2510 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2511
2512         * gst/adder/gstadder.c: (gst_adder_query_duration):
2513         Correctly resync the iterator if gst_iterator_next() returns
2514         GST_ITERATOR_RESYNC.
2515
2516 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2517
2518         * win32/vs6/libgstpbutils.dsp:
2519           Add pbutils-enumtypes.c to sources (#518037).
2520
2521 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2522
2523         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2524         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2525         * gst-libs/gst/audio/gstaudioclock.h:
2526         Add method to inform the clock that the time starts from 0 again. We use
2527         this info to calculate a clock offset so that the time we report in
2528         internal_time is monotonically increasing, as required by the clock base
2529         class. Fixes #521761.
2530         API: GstAudioClock::gst_audio_clock_reset()
2531
2532         * gst-libs/gst/audio/gstbaseaudiosink.c:
2533         (gst_base_audio_sink_skew_slaving),
2534         (gst_base_audio_sink_change_state):
2535         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2536         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2537         Reset reported time when we (re)create the ringbuffer.
2538
2539 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2540
2541         * ext/alsa/gstalsamixertrack.c:
2542           (gst_alsa_mixer_track_update_alsa_capabilities):
2543           Make sure playback volumes aren't accidentally overwritten by
2544           capture volumes if an alsa mixer track has both playback and
2545           capture capabilities: we create two GstMixerTracks in that
2546           case, so make sure we query only the alsa capabilities that
2547           refer to the type of GstMixerTrack we created from the dual
2548           capability alsa element. Should fix issues with Audigy2 sound
2549           cards (#518082).
2550
2551 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2552
2553         * tests/check/pipelines/oggmux.c: (test_pipeline):
2554           Don't use deprecated function.
2555
2556 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2557
2558         * gst/playback/gstdecodebin2.c:
2559         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2560         Check for NULL cases and log them, creating ghostpads can, for example,
2561         fail when the pad returns wrong caps.
2562
2563         * gst/playback/gstplaybin2.c: (perform_eos):
2564         When pushing out the EOS event, collect the return value and warn when
2565         something failed.
2566
2567 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2568
2569         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2570         (gst_riff_create_video_template_caps):
2571         Add support for DVCPRO.
2572
2573 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2574
2575         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2576           Change default scaling method from nearest-neighbour to bilinear.
2577
2578 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2579
2580         * tests/check/libs/video.c:
2581           More checks.
2582
2583 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2584
2585         * gst/subparse/gstsubparse.c: (parser_state_init),
2586           (gst_sub_parse_format_autodetect), (handle_buffer):
2587         * gst/subparse/gstsubparse.h:
2588         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2589           Limit duration to a maximum of five seconds for tmplayer format where
2590           we can guess the duration only from the timestamp of the next line of
2591           text. We don't want to show a text for eternities just because nothing
2592           else is being said for a while.
2593
2594 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2595
2596         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2597         (gst_base_rtp_depayload_chain),
2598         (gst_base_rtp_depayload_handle_sink_event),
2599         (gst_base_rtp_depayload_push_full),
2600         (gst_base_rtp_depayload_change_state):
2601         Check sequence numbers, mark input buffers with a discont flag for the
2602         subclass when we detected a gap, drop duplicate buffers. We do this
2603         because one can use the element without a jitterbuffer in front and we
2604         don't want to feed the subclasses invalid or reordered data.
2605         Do an error when the subclass did not provide a process function instead
2606         of crashing.
2607         Some other small cleanups.
2608
2609 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2610
2611         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2612           May just as well use the precalculated uvstride here.
2613
2614 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2615
2616         * docs/plugins/Makefile.am:
2617         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2618         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2619         * docs/plugins/gst-plugins-base-plugins.args:
2620         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2621         * docs/plugins/gst-plugins-base-plugins.interfaces:
2622         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2623         * docs/plugins/inspect/plugin-adder.xml:
2624         * docs/plugins/inspect/plugin-alsa.xml:
2625         * docs/plugins/inspect/plugin-audioconvert.xml:
2626         * docs/plugins/inspect/plugin-audiorate.xml:
2627         * docs/plugins/inspect/plugin-audioresample.xml:
2628         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2629         * docs/plugins/inspect/plugin-cdparanoia.xml:
2630         * docs/plugins/inspect/plugin-decodebin.xml:
2631         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2632         * docs/plugins/inspect/plugin-gdp.xml:
2633         * docs/plugins/inspect/plugin-gio.xml:
2634         * docs/plugins/inspect/plugin-gnomevfs.xml:
2635         * docs/plugins/inspect/plugin-libvisual.xml:
2636         * docs/plugins/inspect/plugin-ogg.xml:
2637         * docs/plugins/inspect/plugin-pango.xml:
2638         * docs/plugins/inspect/plugin-playback.xml:
2639         * docs/plugins/inspect/plugin-queue2.xml:
2640         * docs/plugins/inspect/plugin-subparse.xml:
2641         * docs/plugins/inspect/plugin-tcp.xml:
2642         * docs/plugins/inspect/plugin-theora.xml:
2643         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2644         * docs/plugins/inspect/plugin-uridecodebin.xml:
2645         * docs/plugins/inspect/plugin-video4linux.xml:
2646         * docs/plugins/inspect/plugin-videorate.xml:
2647         * docs/plugins/inspect/plugin-videoscale.xml:
2648         * docs/plugins/inspect/plugin-videotestsrc.xml:
2649         * docs/plugins/inspect/plugin-volume.xml:
2650         * docs/plugins/inspect/plugin-vorbis.xml:
2651         * docs/plugins/inspect/plugin-ximagesink.xml:
2652         * docs/plugins/inspect/plugin-xvimagesink.xml:
2653         * ext/cdparanoia/gstcdparanoiasrc.c:
2654         * ext/ogg/gstoggdemux.c:
2655         * ext/ogg/gstoggdemux.h:
2656         * ext/ogg/gstoggmux.c:
2657         * ext/ogg/gstoggmux.h:
2658         * gst/audioconvert/audioconvert.c:
2659         * gst/audioconvert/audioconvert.h:
2660         * gst/audioconvert/gstaudioconvert.h:
2661         * gst/gdp/gstgdpdepay.h:
2662         * gst/gdp/gstgdppay.h:
2663         * gst/playback/gstdecodebin.c:
2664         * gst/playback/gstdecodebin2.c:
2665         * gst/playback/gstplaybin.c:
2666         * gst/playback/gstplaybin2.c:
2667         * gst/playback/gsturidecodebin.c:
2668         * gst/tcp/gstmultifdsink.c:
2669         * gst/tcp/gstmultifdsink.h:
2670         * gst/tcp/gsttcp.h:
2671
2672         Add some documentation comments, and some new headers to be scanned.
2673         Rename some internal enum declarations (audioconvert's DitherType and
2674         NoiseShapingType, GstUnitType from the TCP elements) to match the
2675         documented GObject type names so that the docs pick them up.
2676         Name the playbin2 docs markups properly so they get picked up. They'll
2677         need renaming back when/if playbin2 becomes playbin.
2678
2679         100% symbol coverage for the plugin docs, booya.
2680
2681 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2682
2683         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2684
2685         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2686         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2687
2688 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2689
2690         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2691
2692         * gst/playback/gstdecodebin.c: (remove_fakesink):
2693         Lock the fakesink before setting the state to NULL and removing it from
2694         the bin so that a concurrent state change cannot interfere. 
2695         Fixes #534331.
2696
2697 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2698
2699         * docs/Makefile.am:
2700         Fix installing plugin documentation when gtk-doc is disabled.
2701
2702 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2703
2704         * gst-libs/gst/rtsp/Makefile.am:
2705         Distribute, don't install md5.h
2706
2707 2008-05-21  Julien Moutte  <julien@fluendo.com>
2708
2709         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2710         instead of SOL_IP, works on more platforms.
2711         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2712         arguments.
2713
2714 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2715
2716         * ext/vorbis/vorbisdec.c:
2717         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2719         Some debug and comment fixes.
2720
2721         * tests/examples/dynamic/addstream.c: (main):
2722         Fix , to ;
2723
2724 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2725
2726         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2727         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2728         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2729         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2730         (cleanup_decodebin):
2731         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2732         (connect_element), (gst_decode_group_control_demuxer_pad):
2733         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2734         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2735         (mute_group_type):
2736         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2737         (gst_play_bin_set_property), (handoff), (gen_video_element),
2738         (gen_text_element), (gen_audio_element), (gen_vis_element),
2739         (remove_sinks), (add_sink), (setup_sinks):
2740         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2741         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2742         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2743         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2744         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2745         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2746         (gen_vis_chain), (gst_play_sink_reconfigure),
2747         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2748         (gst_play_sink_request_pad):
2749         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2750         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2751         (cb_newpad):
2752         * gst/playback/test6.c: (new_decoded_pad_cb):
2753         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2754         * tests/check/elements/audiorate.c: (test_injector_chain),
2755         (do_perfect_stream_test):
2756         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2757         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2758         * tests/check/elements/gnomevfssink.c:
2759         * tests/check/elements/textoverlay.c:
2760         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2761         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2762         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2763         * tests/check/pipelines/oggmux.c: (test_pipeline):
2764         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2765         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2766         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2767         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2768         * tests/examples/seek/seek.c: (make_mod_pipeline),
2769         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2770         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2771         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2772         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2773         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2774         (update_fill), (msg_buffering):
2775         Don't use bad gst_element_get_pad().
2776
2777 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2778
2779         * gst-libs/gst/riff/riff-media.c:
2780           Fix wrong method name in docs. Fix calculation of strf fields for
2781           broken mulaw/alaw.
2782   
2783         * gst-libs/gst/riff/riff-read.c:
2784           Whitespace fix and removing double ';'.
2785
2786 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2787
2788         * docs/design/part-playbin2.txt:
2789         Add some leftover doc.
2790
2791 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2792
2793         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2794         Fix copy & paste error in last commit.
2795
2796 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2797
2798         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2799         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2800         other channel positions when source has SIDE channels and dest doesn't
2801         or the other way around.
2802
2803 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2804
2805         Patch by: Henrik Eriksson <henriken at axis dot com>
2806
2807         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2808         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2809         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2810         (gst_multi_fd_sink_get_property):
2811         * gst/tcp/gstmultifdsink.h:
2812         Add support for DSCP QOS. Fixes #469933.
2813
2814 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2815
2816         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2817         Add another test that checks if conversion between standard 1 and 2
2818         channel layouts with and without positions set is working.
2819
2820 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2821
2822         * gst-libs/gst/audio/multichannel.c:
2823         (gst_audio_check_channel_positions):
2824         Allow non-standard 2 channel layouts.
2825         
2826         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2827         Add some tests for converting and remapping non-standard 1 and 2
2828         channel layouts.
2829
2830 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2831
2832         * gst/audioconvert/gstchannelmix.c:
2833         (gst_channel_mix_fill_normalize):
2834         Prevent division by zero if the channel mix matrix contains only
2835         zeroes.
2836
2837 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2838
2839         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2840
2841         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2842         Close a buffer memory leak. Fixes bug #534071.
2843
2844 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2845
2846         * gst-libs/gst/rtsp/gstrtsptransport.h:
2847         Make the GstRTSPTransport struct members public as there are no
2848         setters/getters and it's supposed to be changed directly.
2849         Fixes bug #533087.
2850
2851 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2852
2853         * gst/adder/gstadder.c:
2854         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2855         claim this on the pad template caps.
2856
2857 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2858
2859         * gst-libs/gst/audio/gstbaseaudiosink.c:
2860         (gst_base_audio_sink_sync_latency):
2861         We can only use our optimal calibration if we prerolled before the
2862         latency expired.
2863
2864 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2865
2866         * configure.ac:
2867           Require core CVS for GstBaseSrc buffer caps setting magic.
2868
2869 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2870
2871         * gst/audioconvert/gstaudioconvert.c:
2872         (gst_audio_convert_fixate_channels):
2873         Fix logic in last commit.
2874
2875 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2876
2877         * gst/audioconvert/gstaudioconvert.c:
2878         (gst_audio_convert_fixate_channels):
2879         Passthrough the channel positions if the number of output channels is
2880         the same as the number of input channels, the input had a channel
2881         layout and downstream requests no special one. We did this already for
2882         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2883
2884 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2885
2886         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2887         (gst_gnome_vfs_src_finalize),
2888         (gst_gnome_vfs_src_received_headers_callback),
2889         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2890         * ext/gnomevfs/gstgnomevfssrc.h:
2891         Set the ICY caps on the srcpad from where they get picked up by the base
2892         class now and set on the outgoing buffers.
2893
2894         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2895         (gst_base_audio_src_create):
2896         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2897         BaseSrc now sets the caps on outgoing buffers automatically.
2898
2899 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2900
2901         * gst-libs/gst/audio/gstbaseaudiosink.c:
2902         (gst_base_audio_sink_resample_slaving),
2903         (gst_base_audio_sink_skew_slaving),
2904         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2905         (gst_base_audio_sink_async_play),
2906         (gst_base_audio_sink_change_state):
2907         Change the way in which the ringbuffer is started when dealing with a
2908         slaved clock and latency. We now sync to the clock until we reach
2909         upstream latency before starting the ringbuffer. This has the effect
2910         that we can accurately align the master and slave clocks and let the
2911         rate correction code take care of the initial drift or rounding errors
2912         instead of leaving them uncorrected with the old approach.
2913
2914 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2915
2916         * gst/audioconvert/gstaudioconvert.c:
2917         (gst_audio_convert_fixate_channels):
2918         Correctly set the default channel positions when converting to 8
2919         channels.
2920
2921 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2922
2923         * configure.ac:
2924           Error out if we don't have the required version of core.
2925
2926 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2927
2928         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2929           Use data scan helper in aac typefinder and stop scanning
2930           for headers when we've found a type. Also fix potential invalid
2931           memory access when calculating the frame length.
2932
2933 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2934
2935         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2936           (mpeg_sys_is_valid_pack):
2937           Don't modify scan context when we return FALSE in ensure_data, so
2938           it's possible to continue scanning, and we don't end up with a NULL
2939           data pointer and a positive size, which might bite us the next time
2940           we're called. Small constification.
2941
2942 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2943
2944         * gst/adder/gstadder.c:
2945         Adder doesn't support 24 bit samples so don't claim it supports them
2946         in the pad template caps.
2947
2948 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2949
2950         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2951         (gst_base_rtp_depayload_chain):
2952         Validate the RTP packet before further processing it. It's just too
2953         dangerous to accept random packets and people are not forced to use a
2954         jitterbuffer or session manager to filter out the bad packets.
2955
2956         * gst-libs/gst/rtp/gstrtpbuffer.c:
2957         (gst_rtp_buffer_set_extension_data),
2958         (gst_rtp_buffer_get_payload_subbuffer):
2959         Small cleanups.
2960         When setting extension data in a buffer that is too small, we fail and
2961         we should not set the extension bit.
2962         Change GST_WARNINGS into g_warning because they really are
2963         programming errors.
2964
2965         * tests/check/libs/rtp.c: (GST_START_TEST):
2966         Catch the g_warnings now in the unit tests and that fact that failing to
2967         set extension data left the extension bit untouched.
2968
2969 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2970
2971         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2972           Revert previous change which made basetransform handle buffer_alloc
2973           and which breaks things badly in the non-passthrough case since it
2974           returned buffers with a different (ie. sometimes smaller) size than
2975           the size requested.
2976
2977 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2978
2979         Patch by: Bernard B <b-gnome at largestprime dot net>
2980
2981         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2982         Fix seqnum compare function for bordercase values and fix the docs
2983         again. Fixes #533075.
2984
2985         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2986         Add a testcase for seqnum compare function.
2987
2988 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2989
2990         * gst/adder/gstadder.c: (gst_adder_setcaps),
2991         (gst_adder_class_init):
2992         Correctly declare the supported endianness on the pad templates
2993         and check for correct endianness in the set caps function. Adder
2994         only supports native endianness.
2995         Also use gst_element_class_set_details_simple().
2996
2997 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2998
2999         * sys/xvimage/xvimagesink.c:
3000           Better debug logging in port value handling. Merging separate port
3001           value loops into one.
3002
3003 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3004
3005         Patch by: Hannes Bistry <hannesb at gmx dot de>
3006
3007         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3008         * gst/tcp/gsttcpserversink.c:
3009         (gst_tcp_server_sink_handle_server_read),
3010         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
3011         Fix regression in clientsrc because we did not add the fd to the poll
3012         set anymore. Fixes #532364.
3013         Do some cleanups here and there.
3014
3015 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3016
3017         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3018         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3019         * gst/playback/gstplay-marshal.list:
3020         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3021         Use correct marshallers. GstCaps are a boxed type and no GObject
3022         subclass.
3023
3024 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3025
3026         * win32/common/libgstrtsp.def:
3027         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
3028         symbols.
3029
3030 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3031
3032         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3033
3034         * tests/check/elements/audioresample.c:
3035         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
3036         (live_switch_push), (GST_START_TEST):
3037         Add unit test for the latest basetransform negotiation changes.
3038         See bug #526768.
3039
3040 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3041
3042         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3043         Fix nv12<->nv21 conversion if stride is larger than width.
3044
3045 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3046
3047         Patch by: Jan Gerber <j at oil21 dot org>
3048
3049         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
3050         (gst_ogg_pad_parse_skeleton_fisbone):
3051         * ext/ogg/gstoggdemux.h:
3052         Parse presentation time from skeleton streams and use it as offset
3053         for the timestamps. Fixes bug #530068.
3054
3055 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3056
3057         * gst-libs/gst/audio/gstbaseaudiosink.c:
3058         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3059         Revert previous patch that attempted to more accurately calculate the
3060         initial offset between master and slave clock. The best thing we can do
3061         in general is take the time of both clocks as the diff since we don't
3062         know when the actual preroll happened.
3063
3064 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
3065
3066         * gst-libs/gst/pbutils/install-plugins.c:
3067           Fix docs: type and missing word.
3068
3069 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3070
3071         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3072           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
3073           for this instead; don't check if we've found enough markers after
3074           each and every step, it's enough to do that only if we've actually
3075           found a new marker.
3076           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
3077
3078 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3079
3080         * gst/typefind/gsttypefindfunctions.c:
3081           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
3082           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3083           (mpeg_video_stream_type_find):
3084           Move scan helper thingy to the beginning of the file so we can use
3085           it in other typefind functions. Rename it to something more
3086           generic. Also improve handling of things towards the end of the
3087           typefind data: peek as much as we can if we know the size of the
3088           data, rather than just min_size.
3089
3090 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
3091
3092         * docs/libs/gst-plugins-base-libs-sections.txt:
3093         * gst-libs/gst/interfaces/colorbalance.c:
3094         * gst-libs/gst/interfaces/colorbalance.h:
3095         * gst-libs/gst/interfaces/colorbalancechannel.c:
3096         * gst-libs/gst/interfaces/colorbalancechannel.h:
3097         * gst-libs/gst/interfaces/tuner.c:
3098         * gst-libs/gst/interfaces/tunerchannel.c:
3099         * gst-libs/gst/interfaces/tunerchannel.h:
3100         * gst-libs/gst/interfaces/tunernorm.c:
3101         * gst-libs/gst/interfaces/tunernorm.h:
3102         * gst-libs/gst/video/video.c:
3103         * gst-libs/gst/video/video.h:
3104         Document the GstTuner and GstColorBalance interfaces, and some
3105         other random API functions that needed it. 70% symbol coverage, woo.
3106
3107 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3108
3109         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3110         Choose to allocate one less segment but require one additional segment
3111         as latency. 
3112
3113         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3114         No need to increment the number of segments in the source.
3115
3116         * gst-libs/gst/audio/gstbaseaudiosink.c:
3117         (gst_base_audio_sink_get_time), (clock_convert_external),
3118         (gst_base_audio_sink_resample_slaving),
3119         (gst_base_audio_sink_skew_slaving),
3120         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3121         (gst_base_audio_sink_async_play):
3122         Remove adding latency when returning the internal time while subtracting
3123         it again when we use the value a little later.
3124         When calculating the end timestamp, we are making a rounding error
3125         with the current algorithm. Ensure that we don't accumulate these
3126         rounding errors when aligning samples by not resampling at all if we
3127         don't need to. Fixes #419351.
3128         Make the initial calibration of the clock slaving a little more
3129         predictable and accurate. Also handle the case where we don't do
3130         clock slaving.
3131
3132 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
3133
3134         Based on a patch by:
3135           Björn Benderius <bjoern dot benderius at axis dot com>
3136
3137         * gst/ffmpegcolorspace/avcodec.h:
3138         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3139         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3140         (gst_ffmpegcsp_avpicture_fill):
3141         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3142         * gst/ffmpegcolorspace/imgconvert_template.h:
3143         Add conversions from/to NV12 and NV21 and conversions between those
3144         two formats. Fixes bug #532166.
3145
3146 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
3147
3148         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3149         Abort the h264 typefinding as soon as _peek() doesn't return anything,
3150         which happens for example with files smaller than 128kb.
3151
3152 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3153
3154         Patch by: Wouter Cloetens <zombie at e2big dot org>
3155
3156         * gst-libs/gst/rtsp/Makefile.am:
3157         * gst-libs/gst/rtsp/gstrtspconnection.c:
3158         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3159         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3160         (add_auth_header), (gst_rtsp_connection_free),
3161         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3162         (gst_rtsp_connection_set_auth_param),
3163         (gst_rtsp_connection_clear_auth_params):
3164         * gst-libs/gst/rtsp/gstrtspconnection.h:
3165         Add Digest authorization support for RTSP connections. See #532065.
3166
3167         * gst-libs/gst/rtsp/md5.c:
3168         * gst-libs/gst/rtsp/md5.h:
3169         Yeap, another md5 implementation until we can depend on a glib that has
3170         support for it.
3171
3172 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3173
3174         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3175
3176         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3177         Let audioresample use the buffer allocation of basetransform instead
3178         of it's own stuff.
3179
3180         * tests/check/elements/audioresample.c: (alloc_only_48000),
3181         (GST_START_TEST), (audioresample_suite):
3182         Add unit test for the recent basetransform bugfix, where upstream
3183         changes caps to something that can't be passed through anymore.
3184
3185 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3186
3187         * win32/common/config.h.in:
3188           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3189           use the real thing than having "???" unconditionally.
3190
3191 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3192
3193         * gst-libs/gst/audio/gstbaseaudiosink.c:
3194         (gst_base_audio_sink_query):
3195         Report the latency with the new seglatency parameter.
3196
3197         * gst-libs/gst/audio/gstringbuffer.c:
3198         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3199         (gst_ring_buffer_acquire):
3200         * gst-libs/gst/audio/gstringbuffer.h:
3201         Add new field to the ringbufferspec to specify the expected latency
3202         between the underlying device read/write pointer, this is needed
3203         when writing sinks that sit a little closer to the hardware.
3204         Add some more docs for other fields.
3205
3206 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3207
3208         * gst/volume/gstvolume.c: (volume_transform_ip):
3209         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3210         reason instead of crashing later. Might fix bug #509125.
3211
3212 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3213
3214         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3215
3216         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3217         * gst/audioconvert/audioconvert.h:
3218         * gst/audioconvert/gstaudioconvert.c:
3219         (gst_audio_convert_parse_caps),
3220         (structure_has_fixed_channel_positions),
3221         (gst_audio_convert_transform_caps):
3222         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3223         Add support for more than 8 channels and NONE channel layouts. For
3224         more than 8 channels no channel conversion is supported yet, only
3225         format conversions are supported. Fixes bug #398033.
3226
3227         * tests/check/elements/audioconvert.c: (verify_convert),
3228         (GST_START_TEST), (audioconvert_suite):
3229         Add some unit tests by Tim for checking the NONE channel layouts
3230         and more than 8 channels and add some more unit tests for channel
3231         conversions.
3232
3233 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3234
3235         * gst/playback/gstdecodebin2.c: (connect_pad):
3236         When autoplugging fails, set the element back to NULL before
3237         unreffing it.
3238
3239 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3240
3241         * win32/common/libgstaudio.def:
3242         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3243         symbols.
3244
3245 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3246
3247         * gst/subparse/samiparse.c: (handle_start_sync),
3248         (end_sami_element), (characters_sami):
3249         Remove trailing, leading and double whitespaces.
3250         Correctly timestamp buffers and output the last buffer too.
3251
3252         * tests/check/elements/subparse.c: (GST_START_TEST),
3253         (subparse_suite):
3254         Add a simple unit test for SAMI parsing.
3255
3256 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3257
3258         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3259
3260         * gst/subparse/samiparse.c: (handle_start_sync),
3261         (start_sami_element), (end_sami_element), (characters_sami),
3262         (sami_context_reset):
3263         Only output characters inside the "sync" elements. There could be
3264         other elements like "style" that have some content but should
3265         not be printed. Fixes bug #467911.
3266
3267 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3268
3269         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3270         (set_active_source):
3271         * gst/playback/gstplaybasebin.h:
3272         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3273         (playbin_set_audio_mute):
3274         Allow setting -1 as current-audio to mute the current audio stream,
3275         similar to what is done for subtitles. Fixes bug #342294.
3276
3277 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3278
3279         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3280         It's SorensOn and not SorensEn.
3281
3282 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3283
3284         * gst-libs/gst/pbutils/descriptions.c: (formats):
3285           Fix description of video/x-flash-video.
3286
3287 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3288
3289         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3290         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3291         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3292         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3293         Remove some unused code.
3294
3295         * gst/audioconvert/gstaudioquantize.c:
3296         (gst_audio_quantize_free_noise_shaping):
3297         Don't return before freeing the noise shaping history.
3298
3299 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3300
3301         * tests/check/elements/subparse.c: (do_test),
3302           (test_tmplayer_style3b), (subparse_suite):
3303           Add unit test for the tmplayer variant from bug #530962.
3304
3305 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3306
3307         * gst/subparse/gstsubparse.c: (handle_buffer),
3308           (gst_sub_parse_sink_event):
3309         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3310           (tmplayer_parse_line):
3311           Fix parsing of tmplayer subtitle variant where every single line contains
3312           text and there isn't an empty line after each line to determine the
3313           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3314           making sure that we push out the last line of text without a duration if
3315           there's still text left in the buffer at the end.
3316
3317 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3318
3319         * gst/subparse/gstsubparse.c: (feed_textbuf):
3320           Fix detection of discontinuities based on the buffer offset (doesn't work
3321           so well if no buffer offset is set) and also check for the DISCONT buffer
3322           flag. This keeps the parser state from being reset after each buffer in
3323           the unit test.
3324
3325 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3326
3327         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3328           Further fine-tuning: don't absolutely require sequence or GOP headers
3329           (as introduced in the previous commit), but adjust the typefind
3330           probabilities returned accordingly if we don't see them. Also make sure
3331           picture header and first slice are somewhat close to each other (which
3332           is not perfect but still better than requiring a fixed offset or having
3333           no limit at all).
3334
3335 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3336
3337         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3338         (gst_basertppayload_sink_setcaps),
3339         (gst_basertppayload_sink_getcaps):
3340         Rename the setcaps/getcaps function internally to make it clear that
3341         they are called for the sink pad.
3342
3343 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3344
3345         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3346         (gst_base_rtp_depayload_class_init),
3347         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3348         (gst_base_rtp_depayload_packet_lost),
3349         (gst_base_rtp_depayload_set_gst_timestamp):
3350         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3351         Catch packet-lost events from the jitterbuffer and convert them into a
3352         vmethod call (lost-packet) so that depayloaders can do something smart.
3353         Also add a default packet-lost function that sends out a segment update
3354         to the decoders.
3355
3356 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3357
3358         * gst/playback/test4.c:
3359         * gst/playback/test5.c:
3360         * gst/playback/test6.c:
3361         * gst/playback/test7.c:
3362           Also include config.h when relying on defines from it. Fixes the
3363           build. Its been a please to serve :)
3364
3365 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3366
3367         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3368         (paint_setup_NV21), (paint_hline_NV12_NV21):
3369         Add support for NV12 and NV21 in videotestsrc
3370
3371 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3372
3373         * gst/videoscale/gstvideoscale.c:
3374         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3375         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3376         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3377         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3378         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3379         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3380         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3381         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3382         (vs_image_scale_linear_RGB555):
3383         Support 1x1 images as input and output as for example the BBC HQ new
3384         streams have 1x1 GIFs in the playlists for some reason.
3385
3386 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3387
3388         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3389           (try_to_link_1):
3390           If we can't activate one of the decoders we plugged in (such as,
3391           say, musepackdec) for some reason (it might not support push mode,
3392           for example), remove any pad probes that close_pad_link() might
3393           have set up. This makes sure we later don't try to remove a probe
3394           for a pad that doesn't exist any longer, and avoids nast warnings
3395           and probably other things too.
3396
3397 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3398
3399         * gst/typefind/gsttypefindfunctions.c:
3400           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3401           (plugin_init):
3402           Rework mpeg video stream typefinding a bit more: make sure sequence,
3403           GOP, picture and slice headers appear in the order they should and
3404           that we've in fact at least had one of each; fix picture header
3405           detection; decouple picture and slice header check - don't assume
3406           they're at a fixed offset, there may be extra data in between. Also,
3407           announce varying degrees of probability depending on what we found
3408           exactly (multiple pictures, at least one picture, just sequence and
3409           GOP headers). Finally, in _ensure_data(), take into account that we
3410           might be typefinding smaller amounts of data, such as the first
3411           buffer of a stream, so fall back to the minimum size needed as long
3412           as that's available, instead of erroring out if there's less than
3413           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3414           fuzzed file from #399342 as valid.
3415
3416 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3417
3418         * ext/theora/theoradec.c:
3419           Cool kids don't divide by zero.
3420           Treat PAR of x:0 as 1:1.
3421           Fixes #530719.
3422
3423 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3424
3425         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3426           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3427           (mpeg_video_stream_type_find):
3428           Refactor a bit: use context structure to track parsing offset and
3429           size of available data and make the code a bit clearer. Fixes bad
3430           memory access in #356937.
3431
3432 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3433
3434         * gst/playback/test4.c:
3435         * gst/playback/test5.c:
3436         * gst/playback/test6.c:
3437         * gst/tcp/gstmultifdsink.c:
3438           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3439           is defined.
3440
3441 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3442
3443         * gst-libs/gst/audio/gstbaseaudiosink.h:
3444         Clarify some docs.
3445
3446         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3447         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3448         (gst_base_audio_src_set_slave_method),
3449         (gst_base_audio_src_get_slave_method),
3450         (gst_base_audio_src_set_property),
3451         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3452         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3453         Add property and methods for selecting the clock slave method in the
3454         source, like in the sink.
3455         We only implement "none" and "re-timestamp" for now.
3456         API: gst_base_audio_src_set_slave_method()
3457         API: gst_base_audio_src_get_slave_method()
3458
3459 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3460
3461         * gst-libs/gst/rtp/gstrtpbuffer.c:
3462         Fix the docs about the seqnum compare function, it returns a difference.
3463
3464 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3465
3466         * ext/alsa/gstalsadeviceprobe.c:
3467         (gst_alsa_get_device_list): Don't return before freeing up
3468         the allocated structures.
3469
3470 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3471
3472         * gst/playback/gstplaybin.c:
3473           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3474
3475 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3476
3477         * ext/ogg/gstoggdemux.c:
3478           Revert the event part, that should not go in.
3479
3480 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3481
3482         * ext/ogg/gstoggdemux.c:
3483           Don't leak GstPluginFeatures when filtering.
3484
3485 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3486
3487         * sys/xvimage/xvimagesink.c:
3488           Add some logging for cases when grabbing the xv failed.
3489
3490 2008-04-21  David Schleef  <ds@schleef.org>
3491
3492         * ext/ogg/gstoggmux.c:
3493           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3494           packet.  Should conform to what we currently think is the
3495           final Ogg/Dirac muxing spec.
3496
3497 2008-04-21  David Schleef  <ds@schleef.org>
3498
3499         * sys/xvimage/xvimagesink.c:
3500           Fix typo that causes the overlay keying color to bright green
3501           on a 16-bit display.  Dark grey good.  Bright green bad.
3502
3503 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3504
3505         * ext/gnomevfs/gstgnomevfsuri.c:
3506           Add  FIXME comment about using uri-list for source and sink.
3507
3508 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3509
3510         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3511         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3512         vaargs functions to gint. Otherwise the fractions will get 0 set
3513         instead of the correct value on big endian systems. Fixes bug #529018.
3514
3515 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3516
3517         * ext/gnomevfs/gstgnomevfssink.c:
3518         (gst_gnome_vfs_sink_uri_get_protocols):
3519         * ext/gnomevfs/gstgnomevfssrc.c:
3520         (gst_gnome_vfs_src_uri_get_protocols):
3521         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3522         (gst_gnomevfs_get_supported_uris):
3523         Get the list of supported URI schemes in a threadsafe way and use the
3524         same list for the source and sink.
3525
3526 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3527
3528         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3529         (gst_gio_get_supported_protocols):
3530         Don't generate a new supported protocols list on each call but cache
3531         it. It's supposed to be static anyway, this way we only leak it once
3532         per process.
3533
3534         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3535         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3536         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3537         (gst_gio_sink_start):
3538         * ext/gio/gstgiosink.h:
3539         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3540         (gst_gio_src_class_init), (gst_gio_src_finalize),
3541         (gst_gio_src_set_property), (gst_gio_src_get_property),
3542         (gst_gio_src_start):
3543         * ext/gio/gstgiosrc.h:
3544         API: Add "file" properties where one can set a GFile as
3545         source/destination.
3546
3547         Add locking to the properties and use
3548         gst_element_class_set_details_simple() instead of a static
3549         GstElementDetails struct.
3550
3551 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3552
3553         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3554         (plugin_init):
3555         Add "mpp" and "mp+" as possible extensions for MusePack files.
3556
3557         Add typefinding for MusePack StreamVersion 8 files and include the
3558         stream version in the caps.
3559
3560 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3561
3562         * gst-libs/gst/rtp/gstrtppayloads.c:
3563         (gst_rtp_payload_info_for_name):
3564         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3565
3566 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3567
3568         * configure.ac:
3569           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3570           (NB: this only affects compilation of some of the examples).
3571           Remove some configure.ac cruft that's not needed any longer.
3572
3573 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3574
3575         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3576         Don't validate the payload if there isn't any.
3577         Fixes #525915
3578
3579 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3580
3581         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3582         Use g_atomic_int_set() instead of gst_atomic_int_set().
3583
3584 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3585
3586         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3587         Return NULL instead of a gchar * array with one NULL element if we
3588         don't get any supported URI schemes from GIO.
3589
3590 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3591
3592         * gst/audiotestsrc/gstaudiotestsrc.c:
3593           Remove cpp style commented old code.
3594
3595 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3596
3597         * gst/playback/gstdecodebin2.c:
3598           Fix signal docs.
3599
3600 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3601
3602         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3603           (gst_text_overlay_init):
3604           Fix textoverlay unit test again by making the supposed default
3605           value for the wait-text property the actual default value.
3606           Also fix Since: tag for new property.
3607
3608 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3609
3610         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3611           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3612           (gst_video_format_get_pixel_stride),
3613           (gst_video_format_get_component_width),
3614           (gst_video_format_get_component_height),
3615           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3616           (gst_video_format_convert):
3617           Add guards to these functions to ensure sane input values.
3618
3619         * tests/check/libs/video.c:
3620           Fix unit test not to create caps with width=0 and height=0.
3621
3622 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3623
3624         * docs/design/draft-keyframe-force.txt:
3625         Fix typo.
3626
3627         * gst/playback/gstqueue2.c: (update_buffering),
3628         (gst_queue_handle_src_query):
3629         Set buffering mode in the messages.
3630         Set buffering percent in the query.
3631
3632         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3633         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3634         Do some more fancy things based on the buffering method in use.
3635
3636 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3637
3638         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3639         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3640         (msg_buffering), (main):
3641         Add basic download reports to seek using the new buffering API.
3642
3643 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3644
3645         * gst/playback/gstqueue2.c: (update_buffering),
3646         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3647         (gst_queue_src_checkgetrange_function):
3648         Include extra buffering stats in the buffering message.
3649         Implement BUFFERING query.
3650
3651         * gst/playback/gsturidecodebin.c: (do_async_start),
3652         (do_async_done), (type_found), (setup_streaming), (setup_source),
3653         (gst_uri_decode_bin_change_state):
3654         Only add decodebin2 when the type is found in streaming mode.
3655         Make uridecodebin async to PAUSED even when we don't have decodebin2
3656         added yet.
3657
3658 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3659
3660         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3661         Filter cdda from the supported URI schemes. We can't support
3662         musicbrainz tags and everything else one expects from a cdda source
3663         with GIO. Fixes bug #526794.
3664
3665 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3666
3667         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3668         (gst_xvimagesink_buffer_alloc):
3669         Fix calculation of 'expected size' for YV12 buffers.
3670         Be a little more verbose in the debug output for buffer-alloc'ed
3671         buffers which turn out to have the wrong size.
3672
3673 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3674
3675         * NEWS:
3676         * RELEASE:
3677         * gst-plugins-base.doap:
3678           Merge other changes from 0.10.19 release branch.
3679
3680 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3681
3682         * gst-libs/gst/audio/gstbaseaudiosink.c:
3683           (gst_base_audio_sink_class_init):
3684         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3685           (gst_base_audio_src_class_init):
3686         * gst/playback/gstplayback.c: (plugin_init):
3687         * gst/volume/gstvolume.c: (plugin_init):
3688           Work around missing bits of thread-safety on older GLibs some
3689           more to avoid assertions when starting up multiple playbin
3690           objects concurrently (see #512382).
3691
3692 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3693
3694         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3695           Remove some more fields.
3696
3697 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3698
3699         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3700
3701         * configure.ac:
3702         Actually build dlls when cross-compiling with mingw32.
3703         Fixes bug #526247.
3704
3705 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3706
3707         * configure.ac:
3708           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3709
3710 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3711
3712         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3713         (msg_buffering), (connect_bus_signals), (main):
3714         Add statusbar.
3715         Add buffering support with feedback in the statusbar.
3716
3717 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3718
3719         * ext/ogg/gstoggmux.c:
3720           Fix sample pipeline description.
3721
3722 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3723
3724         * docs/plugins/Makefile.am:
3725         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3726         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3727         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3728           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3729
3730         * docs/plugins/gst-plugins-base-plugins.args:
3731         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3732         * docs/plugins/gst-plugins-base-plugins.interfaces:
3733         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3734         * docs/plugins/inspect/plugin-adder.xml:
3735         * docs/plugins/inspect/plugin-alsa.xml:
3736         * docs/plugins/inspect/plugin-audioconvert.xml:
3737         * docs/plugins/inspect/plugin-audiorate.xml:
3738         * docs/plugins/inspect/plugin-audioresample.xml:
3739         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3740         * docs/plugins/inspect/plugin-cdparanoia.xml:
3741         * docs/plugins/inspect/plugin-decodebin.xml:
3742         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3743         * docs/plugins/inspect/plugin-gdp.xml:
3744         * docs/plugins/inspect/plugin-gnomevfs.xml:
3745         * docs/plugins/inspect/plugin-libvisual.xml:
3746         * docs/plugins/inspect/plugin-ogg.xml:
3747         * docs/plugins/inspect/plugin-pango.xml:
3748         * docs/plugins/inspect/plugin-playback.xml:
3749         * docs/plugins/inspect/plugin-queue2.xml:
3750         * docs/plugins/inspect/plugin-subparse.xml:
3751         * docs/plugins/inspect/plugin-tcp.xml:
3752         * docs/plugins/inspect/plugin-theora.xml:
3753         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3754         * docs/plugins/inspect/plugin-uridecodebin.xml:
3755         * docs/plugins/inspect/plugin-video4linux.xml:
3756         * docs/plugins/inspect/plugin-videorate.xml:
3757         * docs/plugins/inspect/plugin-videoscale.xml:
3758         * docs/plugins/inspect/plugin-videotestsrc.xml:
3759         * docs/plugins/inspect/plugin-volume.xml:
3760         * docs/plugins/inspect/plugin-vorbis.xml:
3761         * docs/plugins/inspect/plugin-ximagesink.xml:
3762         * docs/plugins/inspect/plugin-xvimagesink.xml:
3763           Update introspection data.
3764
3765         * ext/ogg/gstoggmux.c:
3766           Document oggmux.
3767
3768         * gst/playback/gstdecodebin2.c:
3769           Don't use gtk-doc style comment start for private stuff, but make it
3770           formatted like this for consistency.
3771
3772 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3773
3774         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3775         (gst_decode_bin_init), (gst_decode_bin_dispose),
3776         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3777         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3778         (analyze_new_pad), (connect_pad), (expose_pad),
3779         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3780         (gst_decode_group_expose), (gst_decode_group_free),
3781         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3782         Remove fakesink hack, we can now implement this more elegantly.
3783         Added property to bypass typefinding.
3784         Removed underrun callback and demuxer pad probe, we now use the srcpad
3785         probe to expose groups.
3786         API::sink-caps property
3787
3788         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3789         Guard against multiple emissions of the no_more_pads signal, which
3790         happens when we are dealing with chained oggs.
3791
3792         * gst/playback/gsturidecodebin.c: (remove_decoders),
3793         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3794         (setup_source):
3795         For streams, use our own typefind element and plug our queue after it.
3796         We will need this to determine the type of buffering to use for the
3797         queue soon.
3798
3799 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3800
3801         * gst-libs/gst/audio/gstbaseaudiosink.c:
3802         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3803         Guard against over and underflows because of clock slaving.
3804         When we are using our own clock, still compensate for any calibrations
3805         that we might have done to our clock.
3806
3807 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3808
3809         * ext/theora/theoradec.c: (theora_handle_type_packet),
3810         (theora_dec_chain):
3811         Don't try to do anything fancy with the return code from pushing an
3812         event, it does not have enough information to turn it into a
3813         GST_FLOW_ERROR.
3814
3815 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3816
3817         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3818         (gst_ogg_demux_chain_elem_pad):
3819         Add small debug line.
3820         Pass return code from the internal decoder instead of the too generic
3821         GST_FLOW_ERROR.
3822
3823 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3824
3825         * gst-libs/gst/cdda/Makefile.am:
3826         * gst-libs/gst/cdda/base64.c:
3827         * gst-libs/gst/cdda/base64.h:
3828         * gst-libs/gst/cdda/gstcddabasesrc.c:
3829         (gst_cddabasesrc_calculate_musicbrainz_discid):
3830         Use GLib's base64 implementation instead of our own.
3831
3832 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3833
3834         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3835         (gst_ogg_demux_read_chain):
3836         Refix oggdemux, we only have a problem if we failed to find a chain and
3837         we are not EOF.
3838
3839 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3840
3841         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3842
3843         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3844         (gst_ogg_demux_read_chain):
3845         When we fail to find a BOS page and we and up with no chain, error out
3846         properly instead of segfaulting. Fixes #525665.
3847
3848 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3849
3850         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3851         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3852         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3853         no-more-pads...
3854
3855 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3856
3857         * gst/playback/gstqueue2.c: (update_out_rates),
3858         (gst_queue_open_temp_location_file),
3859         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3860         (gst_queue_handle_src_query), (gst_queue_set_property):
3861         Update the estimated input data when we push out a buffer.
3862         Add some debug info about the temp file.
3863         Only forward src events when we are not using a temp file.
3864         Don't block the duration query, we need to find something better.
3865         Don't leak the temp filename.
3866
3867 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3868
3869         * configure.ac:
3870         Require GLib 2.12 and liboil 0.3.14.
3871
3872         * gst/volume/gstvolume.c: (volume_process_double):
3873         Unconditionally use liboil 0.3.14 function.
3874
3875 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3876
3877         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3878         ms-gsm can have arbitrarty sample rates. See #481354.
3879
3880 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3881
3882         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3883         MP4S is generic MPEG-4, not a microsoft variant.
3884
3885 2008-03-27  Michael Smith <msmith@fluendo.com>
3886
3887         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3888           Check the body CRC (if set) when depayloading.
3889           Fixes #522401.
3890
3891 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3892
3893         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3894           Fix Since: version for new property.
3895
3896 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3897
3898         * gst-libs/gst/rtsp/gstrtspconnection.c:
3899         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3900         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3901         Don't error when poll_wait returns EAGAIN.
3902
3903 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3904
3905         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3906         The queue is never filled when there are no buffers in the queue at all.
3907         Fixes #523993.
3908
3909 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3910
3911         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3912         (init_group), (free_group), (gst_play_bin_init),
3913         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3914         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3915         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3916         (gst_play_bin_set_current_video_stream),
3917         (gst_play_bin_set_current_audio_stream),
3918         (gst_play_bin_set_current_text_stream),
3919         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3920         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3921         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3922         (activate_group), (deactivate_group), (setup_next_source),
3923         (save_current_group), (gst_play_bin_change_state):
3924         Update some docs.
3925         Add new locks and conds to protect pipeline creation and group
3926         switching.
3927         Implement the sub-uri property.
3928         Keep track of pending uridecodebin creation and configure the output
3929         pipeline after all streams are configured.
3930         Propagate subtitle encoding to the uridecodebins.
3931         Implement getting the video/audio/visualisation elements.
3932         Use input-selector for stream switching.
3933         If we are asked to do visualisation, prefer to autoplug raw sinks
3934         instead of sinks that accept encoded data.
3935
3936 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3937
3938         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3939         (gst_play_sink_init), (gst_play_sink_dispose),
3940         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3941         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3942         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3943         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3944         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3945         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3946         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3947         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3948         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3949         * gst/playback/gstplaysink.h:
3950         Add methods to get audio/video/vis elements.
3951         Add methods to set the font description for the overlay.
3952         Remove properties, we're using this element with its methods only.
3953         Add support for subtitles.
3954         Rearrange the locking a bit to not use the object lock for protecting
3955         the pipeline construction.
3956         Try to use the volume and mute property on the sink when its available.
3957         Implement the mute option with volume when the sink does not have a mute
3958         property.
3959         Only add volume element when the sink has no volume property.
3960         Only do visualisations with raw audio pads.
3961
3962 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3963
3964         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3965         (gst_text_overlay_init), (gst_text_overlay_set_property),
3966         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3967         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3968         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3969         (gst_text_overlay_change_state):
3970         * ext/pango/gsttextoverlay.h:
3971         Add property to configure waiting for text on the textpad or not, with
3972         the default behaviour being the old one (always wait for text before
3973         rendering the video). This default behaviour is usually not the best one
3974         because the text stream can very sparse and could require queueing a lot
3975         of video.
3976         Fix the flushing and EOS handing so that we don't mix up their meaning.
3977
3978 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3979
3980         * gst/playback/gsturidecodebin.c:
3981         (gst_uri_decode_bin_autoplug_factories),
3982         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3983         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3984         (gst_uri_decode_bin_set_property),
3985         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3986         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3987         (proxy_autoplug_factories_signal), (make_decoder),
3988         (source_new_pad), (setup_source):
3989         Add a readonly source property and notify.
3990         Add new lock for protecting the construction of the pipeline.
3991         Keep track of the decodebins we plugged.
3992         Correctly proxy the autoplug signal so that it actually continues.
3993         Proxy subtitle-encoding to the decodebins.
3994
3995 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3996
3997         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3998         (text_toggle_cb), (update_streams), (main):
3999         Rearrange some buttons in playbin2 and make some other boxes insensitive
4000         when needed.
4001         Add language codes to subtitle selection boxes when we gind the right
4002         tags for the streams.
4003
4004 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4005
4006         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4007         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
4008         (gst_decode_bin_set_subs_encoding),
4009         (gst_decode_bin_get_subs_encoding),
4010         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
4011         (deactivate_free_recursive):
4012         Protect caps property with the object lock.
4013         Protect encoding property with the object lock.
4014         Keep list of elements we added that have the subtitle-encoding property.
4015         Distribute the subtitle-encoding to all of the elements when it
4016         changes.
4017
4018 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4019
4020         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
4021         Small debug improvement.
4022
4023         * gst-libs/gst/audio/gstbaseaudiosink.c:
4024         (gst_base_audio_sink_render):
4025         Fix bug in determining the sample start/stop position, we want to base
4026         this decision on the fact that we are going forwards or backwards, not
4027         slower or faster. This fixes some ugly resync warnings when playing at
4028         very slow speeds.
4029
4030 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
4031
4032         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4033         Correctly set the supported URI schemes and don't leave
4034         some schemes in the middle or at the start at NULL.
4035
4036 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4037
4038         * tests/check/elements/gdpdepay.c:
4039           Make test compile without unused function/variable warnings on PPC.
4040  
4041 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4042
4043         * configure.ac:
4044         * ext/alsa/gstalsamixerelement.c:
4045         (gst_alsa_mixer_element_class_init):
4046         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
4047         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4048         * ext/cdparanoia/gstcdparanoiasrc.c:
4049         (gst_cd_paranoia_src_class_init):
4050         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
4051         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
4052         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
4053         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
4054         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4055         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
4056         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
4057         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4058         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
4059         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
4060         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4061         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4062         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
4063         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4064         (gst_audio_filter_template_class_init):
4065         * gst-libs/gst/audio/gstbaseaudiosink.c:
4066         (gst_base_audio_sink_class_init):
4067         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4068         (gst_base_audio_src_class_init):
4069         * gst-libs/gst/cdda/gstcddabasesrc.c:
4070         (gst_cdda_base_src_class_init):
4071         * gst-libs/gst/interfaces/mixertrack.c:
4072         (gst_mixer_track_class_init):
4073         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4074         (gst_base_rtp_depayload_class_init):
4075         * gst-libs/gst/rtp/gstbasertppayload.c:
4076         (gst_basertppayload_class_init):
4077         * gst/audioconvert/gstaudioconvert.c:
4078         (gst_audio_convert_class_init):
4079         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
4080         * gst/audioresample/gstaudioresample.c:
4081         (gst_audioresample_class_init):
4082         * gst/audiotestsrc/gstaudiotestsrc.c:
4083         (gst_audio_test_src_class_init):
4084         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4085         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4086         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4087         (preroll_unlinked):
4088         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4089         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4090         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4091         * gst/playback/gstqueue2.c: (gst_queue_class_init):
4092         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4093         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4094         (gst_stream_selector_class_init):
4095         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4096         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4097         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4098         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4099         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4100         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4101         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4102         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4103         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4104         * gst/videotestsrc/gstvideotestsrc.c:
4105         (gst_video_test_src_class_init):
4106         * gst/volume/gstvolume.c: (gst_volume_class_init):
4107         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4108         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4109         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4110         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4111         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4113         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4114         static strings (i.e. all). This gives us less memory usage,
4115         fewer allocations and thus less memory defragmentation. Depend
4116         on core CVS for this. Fixes bug #523806.
4117
4118 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4119
4120         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4121         Filter http and https protocols. GIO/GVfs handles them but it's
4122         impossible to implement iradio/icecast with it. Better use
4123         souphttpsrc or something else for this.
4124
4125         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4126         If getting the file informations by a query fails try it with the
4127         seek-to-end trick too.
4128
4129 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4130
4131         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4132         (gst_volume_base_init), (gst_volume_class_init),
4133         (volume_process_double), (volume_process_float),
4134         (volume_transform_ip), (plugin_init):
4135         memset buffers to zero if we get a GAP buffer. We usually see a
4136         buffer as one unit so let's handle it as one and don't care about
4137         volume changes while processing one buffer.
4138         Also clean up some stuff a bit.
4139
4140 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4141
4142         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4143         (gst_audio_convert_create_silence_buffer),
4144         (gst_audio_convert_transform):
4145         Make audioconvert GAP-aware by outputting silence buffers when the
4146         input has the GAP flag set. This is up to 8x faster.
4147         Based on a patch by Stefan Kost. Fixes bug #517813.
4148
4149 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4150
4151         * gst/volume/gstvolume.c: (volume_process_double):
4152         Use oil_scalarmultiply_f64_ns() for double processing when it's
4153         available at compile time.
4154
4155 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4156
4157         * configure.ac:
4158         Fix lrint/lrintf checks to actually work. These functions are
4159         in libm on Linux at least so try to link to it.
4160
4161 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4162
4163         * configure.ac:
4164         Back to development - 0.10.18.1
4165
4166 === release 0.10.18 ===
4167
4168 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4169
4170         * configure.ac:
4171           releasing 0.10.18, "I will follow"
4172
4173 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4174
4175         * configure.ac:
4176         * win32/common/config.h:
4177         0.10.17.4 pre-release
4178
4179 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4180
4181         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4182         Use GST_STR_NULL when trying to print strings that could be NULL because
4183         this might crash on some platforms. See #520808.
4184
4185 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4186
4187         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4188
4189         * gst-libs/gst/rtsp/gstrtspconnection.c:
4190         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4191         (read_line), (gst_rtsp_connection_read_internal):
4192         Generic Windows fixes that makes libgstrtsp work on Windows when
4193         coupled with the new GstPoll API. See #520808.
4194
4195 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4196
4197         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4198
4199         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4200           If seeking to a new position succeeds don't simply return from
4201           create() without creating a buffer. Do this only in the case
4202           seeking to the new position fails. Fixes bug #523054.
4203
4204 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4205
4206         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4207           (gst_video_format_from_rgba32_masks):
4208           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4209           (#522635).
4210
4211         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4212           Add unit test for the RGB caps parsing and creation, checking for
4213           internal consistency of the new API and consistency of the API with
4214           the old GST_VIDEO_CAPS_* defines.
4215
4216 2008-03-14  David Schleef  <ds@schleef.org>
4217
4218         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4219           because -base is in freeze.
4220
4221 2008-03-14  David Schleef  <ds@schleef.org>
4222
4223         Patch by: William M. Brack
4224
4225         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4226
4227 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4228
4229         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4230         (gst_selector_pad_chain):
4231         * gst/playback/gststreamselector.h:
4232         Revert change that caused regression until a real fix is found.
4233         Fixes #522203.
4234
4235 2008-03-12  Michael Smith <msmith@fluendo.com>
4236
4237         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4238         * gst-libs/gst/audio/gstringbuffer.h:
4239           Rename recently added buffer types to make more sense.
4240         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4241         (gst_alsasink_write):
4242           Adapt for above API changes.
4243           Fixes bug #520523.
4244
4245 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4246
4247         * win32/common/libgstnetbuffer.def:
4248         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4249
4250 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4251
4252         * configure.ac:
4253         * win32/common/config.h:
4254         0.10.17.3 pre-release
4255
4256 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4257
4258         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4259         (gst_base_audio_src_create):
4260         Fix duration when no clock was provided. Fixes #520300.
4261
4262 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4263
4264         Patch by: Olivier Crete  <tester at tester ca>
4265
4266         * docs/libs/gst-plugins-base-libs-sections.txt:
4267         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4268         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4269         Add trivial function to compare GstNetAddress. See #520626.
4270         API: GstNetBuffer::gst_netaddress_equal
4271
4272 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4273
4274         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4275         Update mode property docs, it's deprecated now.
4276
4277 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4278
4279         * gst-libs/gst/rtsp/gstrtspconnection.c:
4280         (gst_rtsp_connection_create):
4281         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4282         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4283         * gst/tcp/gstmultifdsink.h:
4284         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4285         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4286         Remove GstPollMode from gstpoll constructor.
4287
4288 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4289
4290         * configure.ac:
4291         * win32/common/config.h:
4292         0.10.17.2 pre-release
4293
4294 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4295
4296         * gst/Makefile.am:
4297         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4298         them twice
4299
4300         * win32/common/libgstinterfaces.def:
4301         * win32/common/libgstrtp.def:
4302         Add new API to the defs
4303
4304 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4305
4306         Patch by: Mersad Jelacic  <mersad at axis dot com>
4307
4308         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4309         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4310         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4311         possible to specify the sample size in bits. (#509637)
4312
4313 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4314
4315         * tests/check/libs/mixer.c:
4316           Add a few simple checks for the new message types.
4317
4318 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4319
4320         * docs/libs/gst-plugins-base-libs-sections.txt:
4321         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4322           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4323           (gst_mixer_message_get_type),
4324           (gst_mixer_message_parse_option_changed),
4325           (gst_mixer_message_parse_options_list_changed):
4326         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4327           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4328           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4329           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4330           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4331           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4332
4333 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4334
4335         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4336           (gst_mixer_options_get_values):
4337         * gst-libs/gst/interfaces/mixeroptions.h:
4338           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4339           (_GstMixerOptions), (_GstMixerOptionsClass):
4340           API: add GstMixerOptions::get_values vfunc (#519906)
4341
4342 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4343
4344         * configure.ac:
4345         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4346         plug-ins are included/excluded. (#498222)
4347
4348 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4349
4350         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4351         Add typefinder for IMelody files, using audio/x-imelody.
4352         See bug #519516.
4353
4354 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4355
4356         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4357         * ext/alsa/gstalsasink.c: (set_hwparams):
4358         * ext/alsa/gstalsasrc.c: (set_hwparams):
4359         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4360         * ext/ogg/gstoggmux.h:
4361         * ext/ogg/gstogmparse.c:
4362         * gst-libs/gst/audio/audio.c:
4363         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4364         * gst-libs/gst/pbutils/missing-plugins.c:
4365         (gst_missing_uri_sink_message_new),
4366         (gst_missing_element_message_new),
4367         (gst_missing_decoder_message_new),
4368         (gst_missing_encoder_message_new):
4369         * gst-libs/gst/rtp/gstbasertppayload.c:
4370         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4371         (gst_rtcp_packet_bye_get_reason):
4372         * gst/audioconvert/gstaudioconvert.c:
4373         * gst/audioresample/gstaudioresample.c:
4374         * gst/ffmpegcolorspace/imgconvert.c:
4375         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4376         * gst/typefind/gsttypefindfunctions.c:
4377         * gst/videoscale/vs_4tap.c:
4378         * gst/videoscale/vs_4tap.h:
4379         * sys/v4l/gstv4lelement.c:
4380         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4381         * sys/v4l/v4l_calls.c:
4382         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4383         (gst_v4lsrc_try_capture):
4384         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4385         (gst_ximagesink_ximage_new):
4386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4387         (gst_xvimagesink_xvimage_new):
4388         * tests/check/elements/audioconvert.c:
4389         * tests/check/elements/audioresample.c:
4390         (fail_unless_perfect_stream):
4391         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4392         * tests/check/elements/decodebin.c:
4393         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4394         (setup_gdpdepay_streamheader):
4395         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4396         (setup_gdppay_streamheader):
4397         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4398         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4399         * tests/check/elements/textoverlay.c:
4400         * tests/check/elements/videorate.c: (setup_videorate):
4401         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4402         * tests/check/elements/volume.c: (setup_volume):
4403         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4404         * tests/check/elements/vorbistag.c:
4405         * tests/check/generic/clock-selection.c:
4406         * tests/check/generic/states.c: (setup), (teardown):
4407         * tests/check/libs/cddabasesrc.c:
4408         * tests/check/libs/video.c:
4409         * tests/check/pipelines/gio.c:
4410         * tests/check/pipelines/oggmux.c:
4411         * tests/check/pipelines/simple-launch-lines.c:
4412         (simple_launch_lines_suite):
4413         * tests/check/pipelines/streamheader.c:
4414         * tests/check/pipelines/theoraenc.c:
4415         * tests/check/pipelines/vorbisdec.c:
4416         * tests/check/pipelines/vorbisenc.c:
4417         * tests/examples/seek/scrubby.c:
4418         * tests/examples/seek/seek.c: (query_positions_elems),
4419         (query_positions_pads):
4420         * tests/icles/stress-xoverlay.c: (myclock):
4421         Correct all relevant warnings found by the sparse semantic code
4422         analyzer. This include marking several symbols static, using
4423         NULL instead of 0 for pointers and using "foo (void)" instead
4424         of "foo ()" for declarations.
4425
4426         * win32/common/libgstrtp.def:
4427         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4428
4429 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4430
4431         Patch by: José Alburquerque <jaalburqu svn gnome org>
4432
4433         * gst/playback/gstplaybin2.c:
4434           Make the function signature of the _get_*_tags() functions match
4435           the signature of the vfuncs they implement, ie. return a
4436           GstTagList rather than a GstStructure, which is more correct,
4437           even if one is typedef'ed to the other (#518940).
4438
4439 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4440
4441         * gst-libs/gst/rtsp/gstrtspconnection.c:
4442           Don't include unix headers unconditionally (fixes #518037).
4443
4444 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4445
4446         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4447           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4448           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4449           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4450           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4451           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4452           (gst_video_format_is_packed), (video_format_is_packed):
4453           Add unit test that makes sure that the strides, offsets and
4454           sizes returned for the various YUV formats by the new video API
4455           match the old reference implementation in videotestsrc.
4456
4457 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4458
4459         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4460           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4461           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4462           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4463           (gst_video_format_get_pixel_stride),
4464           (gst_video_format_get_component_width),
4465           (gst_video_format_get_component_height),
4466           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4467         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4468           (GST_VIDEO_FORMAT_Y42B):
4469           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4470
4471 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4472
4473         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4474           YV12 is I420 with swapped components 1 and 2, so the offset of
4475           component 1 for I420 should be the offset for component 2 for YV12
4476           and vice versa.
4477
4478 2008-02-29  Rene Stadler  <mail@renestadler.de>
4479
4480         * sys/v4l/gstv4lelement.c:
4481         Add missing semicolon to fix indentation.
4482
4483 2008-02-29  Julien Moutte  <julien@fluendo.com>
4484
4485         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4486         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4487         if we can do SPDIF output.
4488         * ext/alsa/gstalsa.h:
4489         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4490         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4491         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4492         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4493         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4494         to support AC3, EC3 and IEC958 buffers.
4495
4496 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4497
4498         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4499           (gst_mixer_message_parse_mute_toggled),
4500           (gst_mixer_message_parse_record_toggled),
4501           (gst_mixer_message_parse_volume_changed),
4502           (gst_mixer_message_parse_option_changed):
4503           De-cruft and fix message type assertions (NULL is not a really
4504           valid mixer message type string).
4505
4506 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4507
4508         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4509         When negotiating, actually start from a format that we can support
4510         instead of from the too generic template.
4511
4512 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4513
4514         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4515         Enable vis setting.
4516
4517         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4518         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4519         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4520         (gen_vis_chain):
4521         Implement vis switching while playing.
4522
4523 2008-02-28  David Schleef  <ds@schleef.org>
4524
4525         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4526
4527 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4528
4529         Patch by: Peter Kjellerstedt  <pkj at axis com>
4530
4531         * gst/tcp/Makefile.am:
4532         * gst/tcp/fdsetstress.c:
4533         * gst/tcp/gstfdset.c:
4534         * gst/tcp/gstfdset.h:
4535         Removed fdset and stress test, they are now known as GstPoll in
4536         core. 
4537
4538         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4539         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4540         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4541         (gst_multi_fd_sink_handle_client_write),
4542         (gst_multi_fd_sink_queue_buffer),
4543         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4544         (gst_multi_fd_sink_stop):
4545         * gst/tcp/gstmultifdsink.h:
4546         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4547         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4548         (gst_tcp_gdp_read_caps):
4549         * gst/tcp/gsttcp.h:
4550         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4551         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4552         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4553         * gst/tcp/gsttcpclientsink.h:
4554         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4555         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4556         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4557         * gst/tcp/gsttcpclientsrc.h:
4558         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4559         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4560         * gst/tcp/gsttcpserversink.h:
4561         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4562         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4563         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4564         * gst/tcp/gsttcpserversrc.h:
4565         Port to GstPoll. See #505417.
4566
4567 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4568
4569         Patch by: Peter Kjellerstedt  <pkj at axis com>
4570
4571         * gst-libs/gst/rtsp/gstrtspconnection.c:
4572         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4573         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4574         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4575         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4576         (gst_rtsp_connection_flush):
4577         * gst-libs/gst/rtsp/gstrtspconnection.h:
4578         Use GstPoll for the rtsp connection. See #505417.
4579
4580 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4581
4582         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4583         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4584         Add combo box for visualisations, populate it with a factory list
4585         of all visualisation plugins, configure vis plugin instance in
4586         playbin2. 
4587
4588 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4589
4590         * tests/check/libs/rtp.c: (GST_START_TEST):
4591         Add check for RTP buffer defaults, padding and marker bit API.
4592
4593 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4594
4595         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4596         Use memcpy() instead of upcasting a byte array to long *. This
4597         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4598         This should be ported to GCheckSum once we can use GLib 2.16.
4599         Partially fixes bug #500833.
4600
4601 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4602
4603         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4604           Push tag event after the newsegment event. Log the pointer of
4605           the buffer we're actually going to push rather than the buffer
4606           we're feeding to _make_metadata_writable().
4607
4608 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4609
4610         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4611         Comment smoke typefinder for now. The smokedec plugin needs one
4612         frame per buffer but we have no parser yet, thus it simply crashes
4613         in most situations.
4614
4615 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4616
4617         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4618         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4619
4620 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4621
4622         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4623         (plugin_init):
4624         Add midi typefinder, copied from the timidity plugin.
4625
4626 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4627
4628         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4629
4630         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4631         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4632           (subparse_suite):
4633           Forward slashes at the beginning and end of a line also signify
4634           italics (Fixes: #518162).
4635
4636 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4637
4638         * tests/check/gst-plugins-base.supp:
4639         Add a suppression for a cached value in GIO that wasn't moved
4640         while moving gio from -bad to -base.
4641
4642 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4643
4644         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4645
4646         * configure.ac:
4647         Don't hardcode -Wall and -Werror for configure checks, this fails
4648         with non-GCC compilers. Fixes bug #517991.
4649
4650 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4651
4652         * gst/audioconvert/gstaudioconvert.c:
4653         * gst/audioconvert/gstaudioquantize.c:
4654         * gst/audioconvert/gstaudioquantize.h:
4655           Make audioconvert gap aware. If noiseshaping is used, wait for
4656           noiseshaping to converge before marking as GAP. Fixes #517813.
4657
4658 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4659
4660         * gst/audiotestsrc/gstaudiotestsrc.c:
4661           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4662
4663 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4664
4665         * ext/gnomevfs/gstgnomevfssink.c:
4666         (gst_gnome_vfs_sink_handle_event):
4667         Return FALSE when seeking for a new segment fails instead
4668         of silently ignoring the failure and appending every buffer
4669         that comes for the new segment.
4670
4671 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4672
4673         * gst/playback/gstplaysink.c: (find_property),
4674         (gst_play_sink_find_property), (gen_video_chain),
4675         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4676         Recursively search the sink element for a last-frame property so that we
4677         can also find the property in autovideosink and friends that don't
4678         always proxy the internal sink properties.
4679
4680 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4681
4682         * gst-libs/gst/audio/multichannel.c:
4683           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4684           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4685           (gst_audio_set_structure_channel_positions_list),
4686           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4687           (gst_audio_fixate_channel_positions):
4688           Fix confusing terminology in docs and code: structure fields are
4689           'fields' and not 'properties'.
4690
4691 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4692
4693         * gst-libs/gst/audio/multichannel.c:
4694           (gst_audio_check_channel_positions), (add_list_to_struct):
4695           Give more useful warning messages if one of the channel
4696           layout enums passed to us is invalid and if the "channels"
4697           field in the caps has a GType we don't expect.
4698
4699 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4700
4701         * gst-libs/gst/audio/multichannel.c:
4702           Fix typo in docs blurb.
4703
4704 2008-02-19  Julien Moutte  <julien@fluendo.com>
4705
4706         Patch by: Josep Torra Valles <josep@fluendo.com>
4707
4708         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4709         typefind lookup to fix typefinding on HD clips.
4710
4711 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4712
4713         * gst/playback/gstscreenshot.c:
4714         * gst/playback/gstscreenshot.h:
4715           Fix up copyright (I rewrote the GStreamer-0.10 code for
4716           this from scratch back in the days).
4717
4718 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4719
4720         * gst/playback/Makefile.am:
4721         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4722         (create_element), (gst_play_frame_conv_convert):
4723         * gst/playback/gstscreenshot.h:
4724         Add screenshot conversion code from totem.
4725
4726         * gst/playback/gstplay-marshal.list:
4727         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4728         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4729         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4730         Implement frame property to get a color-unconverted snapshot.
4731         Implement convert-frame action signal to get a converted snapshot image.
4732         Configure connection speed in uridecodebin.
4733         Document some more properties.
4734
4735         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4736         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4737         (gst_play_sink_get_last_frame):
4738         * gst/playback/gstplaysink.h:
4739         Use last-buffer property of the video sink to get a video snapshot.
4740
4741         * tests/examples/seek/seek.c: (shot_cb), (main):
4742         Add snapshot button for playbin2 and use the frame property to save the
4743         frame as a png in the current directory.
4744
4745 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4746
4747         Patch by: Josep Torra Valles <josep at fluendo dot com>
4748
4749         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4750         (plugin_init):
4751         Add typefinding support for h264 elementary streams.
4752         Fixes bug #517420.
4753
4754 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4755
4756         * configure.ac:
4757           Require CVS of core for new API in collectpads.
4758
4759         * gst/adder/gstadder.c:
4760           Use new API to make adder sparse stream aware.
4761
4762 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4763
4764         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4765         (no_more_pads_cb):
4766         Get the object data correct so that we can remove our channels
4767         correctly.
4768
4769         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4770         (gen_vis_chain), (gst_play_sink_reconfigure),
4771         (gst_play_sink_request_pad):
4772         Add option to disable async behaviour in the sinks when possible. This
4773         makes it possible to avoid an audio queue when dealing with
4774         visualisations.
4775         Add option to add a queue for the audio path.
4776
4777         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4778         (main):
4779         Disable the vis checkbox to match the defaults of playbin2.
4780         Only get the stream info when we need to.
4781
4782 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4783
4784         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4785         (gst_gio_base_sink_set_stream):
4786         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4787         (gst_gio_base_src_set_stream):
4788         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4789         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4790         Don't use async operations as they require a running main loop.
4791         This makes us block again when closing streams and unable
4792         to mount the enclosing volume of an URI if it isn't yet.
4793
4794 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4795
4796         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4797         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4798         (gen_vis_chain), (gst_play_sink_reconfigure),
4799         (gst_play_sink_request_pad):
4800         Move tee in front of the audio and vis pipelines.
4801         Add queue for audio for now.
4802         Add visualisation support.
4803
4804         * tests/examples/seek/seek.c: (main):
4805         Visualisation is by default disabled.
4806
4807 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4808
4809         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4810         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4811         Improve debugging a bit.
4812
4813         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4814         * ext/gio/gstgiosink.h:
4815         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4816         * ext/gio/gstgiosrc.h:
4817         Try to mount the enclosing volume of a GFile if it isn't mounted
4818         yet. This requires us to wait for an async operation to finish, done
4819         with an nested GMainLoop. Authentication is not supported yet, will
4820         come later.
4821
4822 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4823
4824         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4825         (gst_play_bin_set_property), (gst_play_bin_get_property),
4826         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4827         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4828         (gst_play_sink_get_mute), (gen_audio_chain):
4829         * gst/playback/gstplaysink.h:
4830         Add mute property.
4831
4832         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4833         (gst_selector_pad_chain):
4834         * gst/playback/gststreamselector.h:
4835         Make sure we forward the event only once.
4836
4837         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4838         Add and implement the mute button for playbin2.
4839
4840 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4841
4842         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4843
4844         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4845         Add some more debug info.
4846         Make sure we never return a negative delay. Fixes #516246.
4847
4848 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4849
4850         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4851           Revert patch that makes the sink hold the object lock when
4852           calling snd_pcm_delay(), since it breaks playback for me.
4853
4854 2008-02-12  Julien Moutte  <julien@fluendo.com>
4855
4856         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4857         some seek flags when changing rate.
4858
4859 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4860
4861         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4862         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4863         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4864         Fix potential leaks.
4865
4866         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4867         Fix leak when there is no function configured.
4868
4869 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4870
4871         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4872         (gst_v4lsrc_buffer_finalize):
4873         Correctly chain up the finalize method.
4874
4875 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4876
4877         * ext/gio/gstgiostreamsink.c:
4878         * ext/gio/gstgiostreamsrc.c:
4879         Add documentation and example code for giostreamsink/giostreamsrc.
4880
4881         * tests/check/pipelines/gio.c: (GST_START_TEST):
4882         Ask the GMemoryOutputStream for the data instead of assuming that
4883         the pointer to the data stayed the same. It could've been realloc'ed.
4884
4885 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4886
4887         * ext/gio/gstgiosink.c:
4888         * ext/gio/gstgiosrc.c:
4889         Make the documentation of giosink/giosrc complete, large parts
4890         are based on the gnomevfssink/gnomevfssrc docs.
4891
4892 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4893
4894         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4895         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4896         * docs/plugins/gst-plugins-base-plugins.args:
4897         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4898         * docs/plugins/gst-plugins-base-plugins.interfaces:
4899         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4900         * docs/plugins/gst-plugins-base-plugins.signals:
4901         * docs/plugins/inspect/plugin-adder.xml:
4902         * docs/plugins/inspect/plugin-audioconvert.xml:
4903         * docs/plugins/inspect/plugin-audiorate.xml:
4904         * docs/plugins/inspect/plugin-audioresample.xml:
4905         * docs/plugins/inspect/plugin-decodebin.xml:
4906         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4907         * docs/plugins/inspect/plugin-gdp.xml:
4908         * docs/plugins/inspect/plugin-gio.xml:
4909         * docs/plugins/inspect/plugin-gnomevfs.xml:
4910         * docs/plugins/inspect/plugin-libvisual.xml:
4911         * docs/plugins/inspect/plugin-ogg.xml:
4912         * docs/plugins/inspect/plugin-pango.xml:
4913         * docs/plugins/inspect/plugin-playback.xml:
4914         * docs/plugins/inspect/plugin-queue2.xml:
4915         * docs/plugins/inspect/plugin-subparse.xml:
4916         * docs/plugins/inspect/plugin-theora.xml:
4917         * docs/plugins/inspect/plugin-uridecodebin.xml:
4918         * docs/plugins/inspect/plugin-videorate.xml:
4919         * docs/plugins/inspect/plugin-videoscale.xml:
4920         * docs/plugins/inspect/plugin-volume.xml:
4921         * docs/plugins/inspect/plugin-vorbis.xml:
4922         Add the GIO documentation again and while at that run make update.
4923
4924 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4925
4926         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4927         * ext/alsa/gstalsasink.c: (set_swparams):
4928         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4929           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4930           against libasound >= 1.0.16, since it's been deprecated in
4931           0.10.16, and alignment is always 1 then, apparently. (#512899)
4932
4933 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4934
4935         * gst/playback/gstplaybin.c: (gen_audio_element):
4936         * gst/playback/gstplaysink.c: (gen_audio_chain):
4937           Handle case where we can't create the volume element a bit
4938           better (#514307).
4939
4940 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4941
4942         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4943         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4944           Add support for https protocol. Fixes #510229.
4945
4946 2008-02-11  Julien Moutte  <julien@fluendo.com>
4947         
4948         Patch by: Alan Peevers <peeves@pacbell.net>
4949
4950         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4951         lock when calling alsa methods.
4952
4953 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4954
4955         * gst/typefind/gsttypefindfunctions.c:
4956           Bump rank of jpeg and png typefinders, which will return maximum
4957           probability in the most common cases (thus short-circuiting more
4958           expensive typefinders like the mp3 one for these two quite common
4959           image types).
4960
4961 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4962
4963         * ext/theora/theoraparse.c:
4964         Fix long description of the theora parser to be more verbose than just
4965         the type name.
4966
4967 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4968
4969         Patch by: Branko Čibej <brane at xbc dot nu>
4970
4971         * sys/xvimage/xvimagesink.c:
4972         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4973         Fixes bug #515654.
4974
4975 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4976
4977         * gst/playback/gstplaybasebin.c:
4978         Set is_dynamic as True if there are elements with both request
4979         and sometimes src pad templates instead of breaking out when it
4980         finds the first pad template that is a src.
4981
4982 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4983
4984         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4985         (update_streams), (video_combo_cb), (audio_combo_cb),
4986         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4987         Add some stream switching and volume gui for playbin2.
4988
4989 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4990
4991         * gst/playback/gstplay-marshal.list:
4992         Added marshal for streamselector Tags.
4993
4994         * gst/playback/gstplaybasebin.c: (set_active_source):
4995         Streamselector now selects pads based on the pad object instead of its
4996         name.
4997
4998         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4999         (init_group), (gst_play_bin_init), (get_group), (get_tags),
5000         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
5001         (gst_play_bin_get_text_tags),
5002         (gst_play_bin_set_current_video_stream),
5003         (gst_play_bin_set_current_audio_stream),
5004         (gst_play_bin_set_current_text_stream),
5005         (gst_play_bin_set_property), (gst_play_bin_get_property),
5006         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
5007         Remove option to mute streams with the current-a/v/t property, we have
5008         this functionality in the flags.
5009         Add signals to notify when the number of A/V/T channels changed.
5010         Add action signals to get tags for the A/V/T streams.
5011         Implement setting the current A/V/T stream.
5012         Rearrange some things to simplify stream selection.
5013         Implement volume.
5014
5015         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
5016         (gst_play_sink_get_volume), (gst_play_sink_set_property),
5017         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
5018         (activate_vis), (gst_play_sink_reconfigure):
5019         * gst/playback/gstplaysink.h:
5020         Add and implement volume setting methods.
5021
5022         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
5023         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5024         (gst_selector_pad_event), (gst_stream_selector_class_init),
5025         (gst_stream_selector_init), (gst_stream_selector_finalize),
5026         (gst_stream_selector_set_property),
5027         (gst_stream_selector_get_property),
5028         (gst_stream_selector_get_linked_pad),
5029         (gst_stream_selector_request_new_pad):
5030         * gst/playback/gststreamselector.h:
5031         Add pad properties for tags and status of pads.
5032         Keep tags on pads.
5033         Make active pad selection based on pad object instead of name.
5034
5035 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
5036
5037         * configure.ac:
5038           Revert last change as we now check in gtk-doc.m4 for sed.
5039
5040 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5041
5042         * configure.ac:
5043         Find and subst SED when building the docs.
5044
5045 2008-02-08  Julien Moutte  <julien@fluendo.com>
5046
5047         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
5048         (main): Make sure bus signals are reconnected when pressing STOP
5049         and then PLAY again for a parse launch pipeline. Fix a ref leak
5050         on the bus.
5051         * win32/common/config.h: Updated.
5052
5053 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5054
5055         * configure.ac:
5056         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5057         pre-releases or releases.
5058
5059 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5060
5061         * configure.ac:
5062         * ext/gio/Makefile.am:
5063         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
5064         reporting
5065
5066 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5067
5068         * docs/plugins/Makefile.am:
5069         Add the headers which need scanning for the GIO plugin. The rest of
5070         the docs still need migrating.
5071
5072 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5073
5074         * ext/Makefile.am:
5075         * tests/check/Makefile.am:
5076         * tests/check/pipelines/.cvsignore:
5077         Add gio in a few more places.
5078
5079 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5080
5081         * configure.ac:
5082         * ext/Makefile.am:
5083         * tests/check/Makefile.am:
5084         Move gio plugin from -bad and mark as experimental.
5085
5086 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5087
5088         * gst-libs/gst/interfaces/mixeroptions.c:
5089         * gst-libs/gst/interfaces/mixertrack.c:
5090         Comment out a couple of other things which break the build when
5091         GST_DISABLE_DEPRECATED isn't on but -Werror is.
5092
5093 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5094
5095         * docs/libs/gst-plugins-base-libs-sections.txt:
5096           Fix pbutils header.
5097
5098 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5099
5100         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5101         Fix compiler warning.
5102
5103 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5104
5105         Patch by: Peter Kjellerstedt  <pkj at axis com>
5106
5107         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5108         Clear the addrinfo struct using memset. Fixes #514937.
5109
5110 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5111
5112         * gst/tcp/gstfdset.h:
5113         Remove unused field to same some memory.
5114
5115         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5116         Mark action signals as such.
5117
5118 2008-02-06  Michael Smith <msmith@fluendo.com>
5119
5120         * ext/theora/theoradec.c: (_theora_granule_frame),
5121         (_inc_granulepos):
5122           Increment granulepos for new-bitstream versions appropriately.
5123           Fixes #514623.
5124
5125 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5126
5127         * tests/examples/seek/seek.c: (do_seek),
5128         (rate_spinbutton_changed_cb), (update_streams), (main):
5129         Remove obsolete stream_time reset after flushing seek, core does that
5130         automatically now.
5131         Improve accuracy of speed spinbutton.
5132         Only do playbin2 stuff when we actually use it.
5133
5134 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5135
5136         * tests/check/Makefile.am:
5137           Revert previous change of the test environment's GST_PLUGIN_PATH.
5138           The problem is not with the plugins, but with element factories
5139           and only occurs if elements are split out from existing plugins
5140           or if plugins change name (see #512740).
5141
5142 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5143
5144         * tests/check/Makefile.am:
5145           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5146           with the core's plugins first and our local build directories last,
5147           since we might be building against an installed core, and that
5148           core's plugin directory may contain older or other versions of
5149           our own -base plugins, but we really do want to test our local
5150           ones (if there are multiple plugins or element factories with the
5151           same name, those inspected last will trump those read in earlier).
5152           Fixes #512740 for the most part.
5153
5154 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5155
5156         * configure.ac:
5157         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5158         Use gmtime_r if available as gmtime is not MT-safe.
5159         Fixes bug #511810.
5160
5161 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5162
5163         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5164         Cast glong to time_t as time_t might have a different type on
5165         other platforms, like FreeBSD, and we get a compiler warning
5166         otherwise. Fixes bug #511825.
5167
5168 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5169
5170         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5171         (get_group), (get_n_pads), (gst_play_bin_get_property),
5172         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5173         (autoplug_select_cb), (deactivate_group):
5174         Remove stream-info, we going for something easier.
5175         Refactor getting the current group.
5176         Implement getting the number of audio/video/text streams.
5177
5178         * gst/playback/gststreamselector.c:
5179         (gst_stream_selector_class_init), (gst_stream_selector_init),
5180         (gst_stream_selector_get_property),
5181         (gst_stream_selector_request_new_pad),
5182         (gst_stream_selector_release_pad):
5183         * gst/playback/gststreamselector.h:
5184         Add property for number of pads.
5185
5186         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5187         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5188         (text_toggle_cb), (update_streams), (msg_async_done),
5189         (msg_state_changed), (main):
5190         Block slider callback when updating the slider position.
5191         Add gui elements for controlling playbin2.
5192         Add callback for async_done that updates position/duration.
5193
5194 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5195
5196         * docs/plugins/Makefile.am:
5197         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5198         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5199         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5200         * docs/plugins/gst-plugins-base-plugins.interfaces:
5201         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5202           First round of plugin docs cleansups.
5203
5204         * docs/plugins/inspect/plugin-adder.xml:
5205         * docs/plugins/inspect/plugin-alsa.xml:
5206         * docs/plugins/inspect/plugin-audioconvert.xml:
5207         * docs/plugins/inspect/plugin-audiorate.xml:
5208         * docs/plugins/inspect/plugin-audioresample.xml:
5209         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5210         * docs/plugins/inspect/plugin-cdparanoia.xml:
5211         * docs/plugins/inspect/plugin-decodebin.xml:
5212         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5213         * docs/plugins/inspect/plugin-gdp.xml:
5214         * docs/plugins/inspect/plugin-gnomevfs.xml:
5215         * docs/plugins/inspect/plugin-libvisual.xml:
5216         * docs/plugins/inspect/plugin-ogg.xml:
5217         * docs/plugins/inspect/plugin-pango.xml:
5218         * docs/plugins/inspect/plugin-subparse.xml:
5219         * docs/plugins/inspect/plugin-tcp.xml:
5220         * docs/plugins/inspect/plugin-theora.xml:
5221         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5222         * docs/plugins/inspect/plugin-video4linux.xml:
5223         * docs/plugins/inspect/plugin-videorate.xml:
5224         * docs/plugins/inspect/plugin-videoscale.xml:
5225         * docs/plugins/inspect/plugin-videotestsrc.xml:
5226         * docs/plugins/inspect/plugin-volume.xml:
5227         * docs/plugins/inspect/plugin-vorbis.xml:
5228         * docs/plugins/inspect/plugin-ximagesink.xml:
5229         * docs/plugins/inspect/plugin-xvimagesink.xml:
5230           Regenerate.
5231
5232         * ext/ogg/Makefile.am:
5233         * ext/ogg/gstoggmux.c:
5234         * ext/ogg/gstoggmux.h:
5235           Add header for oggmux. the c-file needs a doc blob still.
5236
5237 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5238
5239         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5240
5241         * gst-libs/gst/rtp/gstrtpbuffer.c:
5242         (gst_rtp_buffer_set_extension_data):
5243         * gst-libs/gst/rtp/gstrtpbuffer.h:
5244         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5245         Add gst_rtp_buffer_set_extension_data() 
5246         Add a unit test for this addition. Fixes #511478.
5247         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5248
5249 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5250
5251         * configure.ac:
5252         Back to CVS
5253
5254 === release 0.10.17 ===
5255
5256 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5257
5258         * configure.ac:
5259           releasing 0.10.17, "Peanut Butter and Jelly"
5260
5261 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5262
5263         * gst-libs/gst/interfaces/mixeroptions.c:
5264         * gst-libs/gst/interfaces/mixertrack.c:
5265         Also remove the conditional registration of the signals
5266         that disappeared with the ABI change in 0.10.14
5267
5268 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5269
5270         * gst-libs/gst/rtsp/gstrtspconnection.c:
5271         Revert patch to gstrtspconnection.c for brown paper bag
5272         release of -base. Re-opens: #511825
5273
5274 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5275
5276         * gst-libs/gst/interfaces/mixeroptions.h:
5277         * gst-libs/gst/interfaces/mixertrack.h:
5278         Change the way these deprecated function pointers are removed
5279         so that the compiled ABI is unconditionally smaller. This 
5280         sets in stone an ABI break that actually occurred when the
5281         things were deprecated in 0.10.14, which seems to be the best
5282         fix as the only known users are oss-mixer and sunaudio-mixer in 
5283         gst-plugins-good.
5284         Fixes: #513018
5285
5286 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5287
5288         * win32/common/libgstpbutils.def:
5289           Export the two new _get_type() functions which are needed
5290           by the python bindings.
5291
5292 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5293
5294         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5295         Cast glong to time_t as time_t might have a different type on
5296         other platforms, like FreeBSD, and we get a compiler warning
5297         otherwise. Fixes bug #511825.
5298
5299 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5300
5301         * gst-libs/gst/audio/gstaudiofilter.c:
5302         (gst_audio_filter_class_init):
5303         Initialize the GstRingerBuffer class to get it's debug category
5304         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5305         category and otherwise we get some g_critical(). Fixes bug #512334.
5306
5307 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5308
5309         * configure.ac:
5310         Back to CVS
5311
5312 === release 0.10.16 ===
5313
5314 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5315
5316         * configure.ac:
5317           releasing 0.10.16, "Scheduled Interruption"
5318
5319 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5320
5321         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5322
5323         * gst-libs/gst/rtp/gstrtpbuffer.c:
5324         (gst_rtp_buffer_get_extension_data):
5325         Fix typos and wrong extension check. Fixes #511274.
5326
5327 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5328
5329         * po/sk.po:
5330         Oops - add new sk.po mentioned in the LINGUAS I just committed
5331
5332 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5333
5334         * po/LINGUAS:
5335         Add ca translation to the disted list.
5336
5337         * win32/vs6/libgstsdp.dsp:
5338         Convert line endings to CRLF
5339
5340 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5341
5342         * win32/MANIFEST:
5343         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5344
5345 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5346
5347         * win32/common/libgstsdp.def:
5348         * win32/common/libgstvideo.def:
5349         Add new API declarations
5350
5351 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5352
5353         * ext/theora/gsttheoradec.h:
5354         * ext/theora/gsttheoraparse.h:
5355         * ext/theora/theoradec.c:
5356         * ext/theora/theoraparse.c:
5357         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5358         and parser by inspecting the bitstream version of the incoming data.
5359
5360 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5361
5362         * configure.ac:
5363         * pkgconfig/Makefile.am:
5364         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5365         * pkgconfig/gstreamer-audio.pc.in:
5366         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5367         * pkgconfig/gstreamer-cdda.pc.in:
5368         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5369         * pkgconfig/gstreamer-fft.pc.in:
5370         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5371         * pkgconfig/gstreamer-floatcast.pc.in:
5372         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5373         * pkgconfig/gstreamer-interfaces.pc.in:
5374         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5375         * pkgconfig/gstreamer-netbuffer.pc.in:
5376         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5377         * pkgconfig/gstreamer-pbutils.pc.in:
5378         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5379         * pkgconfig/gstreamer-riff.pc.in:
5380         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5381         * pkgconfig/gstreamer-rtp.pc.in:
5382         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5383         * pkgconfig/gstreamer-rtsp.pc.in:
5384         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5385         * pkgconfig/gstreamer-sdp.pc.in:
5386         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5387         * pkgconfig/gstreamer-tag.pc.in:
5388         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5389         * pkgconfig/gstreamer-video.pc.in:
5390         Provide one pkg-config file for every gst-plugins-base library.
5391         This makes linking to those libraries much more intuitive and
5392         provides standard pkg-config behaviour for them. Fixes bug #499697.
5393
5394 2008-01-13  David Schleef  <ds@schleef.org>
5395
5396         * gst/videoscale/vs_4tap.c:
5397           Fix valgrind error on 4tap scaling method.
5398
5399 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5400
5401         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5402         Include Winsock2.h for VS6 and use a different way initialize
5403         hints structure so it can build with VS6.
5404         * win32/MANIFEST:
5405         * win32/vs6/libgstsdp.dsp:
5406         * win32/common/libgstsdp.def:
5407         Add new files for libgstsdp.
5408         * win32/vs6/grammar.dsp:
5409         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5410         * win32/vs6/gst_plugins_base.dsw:
5411         * win32/vs6/libgstdecodebin.dsp:
5412         * win32/vs6/libgstdecodebin2.dsp:
5413         * win32/vs6/libgstplaybin.dsp:
5414         * win32/vs6/libgstvolume.dsp:
5415         Add new dependencies to the link list.
5416
5417 2008-01-13  Julien Moutte  <julien@fluendo.com>
5418
5419         * win32/common/config.h:
5420         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5421         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5422         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5423         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5424         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5425         * win32/common/interfaces-enumtypes.c:
5426         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5427         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5428         (gst_mixer_track_flags_get_type),
5429         (gst_tuner_channel_flags_get_type):
5430         * win32/common/multichannel-enumtypes.c:
5431         (gst_audio_channel_position_get_type):
5432         * win32/common/pbutils-enumtypes.c:
5433         (gst_install_plugins_return_get_type):
5434         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5435         in the win32 build directory.
5436
5437 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5438
5439         * tests/check/Makefile.am:
5440         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5441
5442         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5443         * tests/check/elements/playbin.c:
5444         * tests/check/libs/mixer.c: (test_element_interface_supported),
5445         (gst_implements_interface_init):
5446         * tests/check/libs/rtp.c: (GST_START_TEST):
5447         Fix various assignment type mismatches.
5448
5449 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5450
5451         * configure.ac:
5452         * gst-libs/gst/rtsp/Makefile.am:
5453         Add test to see if hstrerror is available or if we need libresolv
5454         (Solaris) for it, then use it in libgstrtsp.
5455
5456 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5457
5458         * gst-libs/gst/tag/Makefile.am:
5459         Fix include path order
5460
5461 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5462
5463         * gst-libs/gst/pbutils/install-plugins.c:
5464         (gst_install_plugins_context_copy),
5465         (gst_install_plugins_context_get_type):
5466         * gst-libs/gst/pbutils/install-plugins.h:
5467         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5468         for bindings.
5469
5470 2008-01-11  Michael Smith <msmith@fluendo.com>
5471
5472         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5473         (_theora_granule_frame), (_theora_granule_start_time),
5474         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5475           Adapt for post-alpha meaning of granulepos, when we
5476           have a newer version of libtheora.
5477         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5478         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5479         (theora_enc_is_discontinuous), (theora_enc_chain):
5480           Likewise.
5481         * tests/check/Makefile.am:
5482           Link libtheora into theoraenc test so we can check which version of
5483           libtheora we're testing against.
5484         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5485         (check_buffer_granulepos),
5486         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5487         (theoraenc_suite):
5488           Adapt tests to check the values that are now defined for theora; make
5489           the tests backwards-adapt the passed values if we're running against an
5490           old libtheora.
5491           Fixes #497964
5492
5493 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5494
5495         * gst-libs/gst/audio/gstbaseaudiosink.c:
5496           (gst_base_audio_sink_class_init):
5497         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5498           (gst_base_audio_src_class_init):
5499           Ref audio clock class from a thread-safe context to make sure
5500           we're not bit by GObjects lack of thread-safety here (#349410),
5501            however unlikely that may be in practice.
5502
5503 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5504
5505         * autogen.sh:
5506           Add -Wno-portability to the automake parameters to stop warnings
5507           about GNU make extensions being used. We require GNU make in almost
5508           every Makefile anyway.
5509           
5510         * configure.ac:
5511           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5512           at the same time is required for per target flags.
5513
5514 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5515
5516         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5517           Post an error message if we can't pull as many bytes as we need
5518           for the tag. This makes sure the user gets to see a proper error
5519           message if a file with a partial ID3 tag is fed to decodebin, and
5520           not a 'no ID3 tag demuxer' error, which would be confusing
5521           (see #508138).
5522
5523 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5524
5525         * gst-libs/gst/pbutils/descriptions.c: (formats):
5526           Add description strings for ID3, APE, and ICY tags.
5527
5528 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5529
5530         * gst/playback/gstdecodebin.c: (try_to_link_1):
5531           Make sure we error out correctly if we can't activate one of
5532           the elements we've added.  Fixes #508138.
5533           
5534 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5535
5536         Patch by: Bastien Nocera <hadess at hadess net>
5537
5538         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5539           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5540           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5541           the volume is the same for all channels. This works around
5542           some problem in alsa that leaves us with inconsistent state
5543           for some reason (#486840).
5544
5545 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5546
5547         Patch by: Jerone Young <jerone at gmail com>
5548
5549         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5550           If there's no mixer track by the name of 'Master' or 'Front',
5551           check if there's one called 'PCM' before trying the generic
5552           fallback logic (fixes #506928, where we pick 'Mic' as master
5553           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5554
5555 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5556
5557         * gst/playback/gstplay-enum.c:
5558         (register_gst_autoplug_select_result),
5559         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5560         (gst_play_flags_get_type):
5561         * gst/playback/gstplay-enum.h:
5562         Add enums for configuration flags.
5563
5564         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5565         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5566         (gst_play_bin_get_property), (no_more_pads_cb),
5567         (autoplug_select_cb), (gst_play_bin_change_state):
5568         Merge mode with flags.
5569         Add more property getters/setters, defaults and docs.
5570         Add properties to get number of audio/video/text streams.
5571         Create sink object in _init so that we can always rely on it being
5572         there.
5573
5574         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5575         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5576         (activate_vis), (gst_play_sink_reconfigure),
5577         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5578         (gst_play_sink_change_state):
5579         * gst/playback/gstplaysink.h:
5580         Use flags to configure the sink pipelines.
5581         Add tee before audio pipeline so that we can use it for visualisations.
5582         Start working on integrating visualisations.
5583         Remove mode, we can do everything with the flags now.
5584         Add method to configue the sink pipeline.
5585
5586 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5587
5588         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5589           (check_buffer_timestamp), (check_buffer_duration):
5590           Turn these functions into macros so we can see right away
5591           where the failure occured.
5592
5593 2008-01-05  Julien Moutte  <julien@fluendo.com>
5594
5595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5596         debugging information to understand how X calculates the stride
5597         for XvImages.
5598
5599 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5600
5601         * gst/volume/Makefile.am:
5602         * gst/volume/gstvolume.c: (volume_choose_func),
5603         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5604         (volume_setup):
5605         * gst/volume/gstvolume.h:
5606         Use GstAudioFilter as base class for the volume element instead of
5607         plain GstBaseTransform.
5608
5609 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5610
5611         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5612         Don't set element details for the abstract GstAudioFilter class.
5613
5614 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5615
5616         * gst-libs/gst/audio/gstaudiofilter.c:
5617         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5618         Implement get_unit_size() vmethod of GstBaseTransform.
5619
5620 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5621
5622         * gst-libs/gst/pbutils/Makefile.am:
5623         * gst-libs/gst/pbutils/pbutils.h:
5624         Use glib-enum generator to have a proper enum GType for
5625         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5626
5627 2007-12-31  David Schleef  <ds@schleef.org>
5628
5629         * tests/check/Makefile.am:
5630         * tests/check/pipelines/theoraenc.c:
5631           Reenable theoraenc test, which fails on the buildbot but
5632           not locally.
5633
5634 2007-12-31  David Schleef  <ds@schleef.org>
5635
5636         * docs/libs/.cvsignore:
5637         * docs/plugins/.cvsignore:
5638           Add *-undeclared.txt to fix buildbot.
5639
5640 2007-12-31  David Schleef  <ds@schleef.org>
5641
5642         * tests/check/Makefile.am:
5643           Second attempt at disabling theoraenc test long enough to
5644           get buildbot to compile -base.
5645
5646 2007-12-31  David Schleef  <ds@schleef.org>
5647
5648         * tests/check/pipelines/theoraenc.c:
5649           Disable theoraenc test long enough to get the buildbot to
5650           compile a recent -base.
5651
5652 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5653
5654         * tests/examples/seek/seek.c: (stop_cb):
5655         Make sure we reset the slider value to 0.0 without racing against a
5656         possible g_idle that sets it to something else.
5657
5658 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5659
5660         * sys/ximage/ximagesink.c:
5661         fix typo
5662
5663 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5664
5665         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5666         * gst-libs/gst/rtsp/gstrtspdefs.h:
5667         Add Location header so that we can start implementing redirects.
5668         See #506025.
5669
5670 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5671
5672         * gst/subparse/gstssaparse.c:
5673         combine if's
5674
5675 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5676
5677         * gst/subparse/gstssaparse.c:
5678         remove duplicate log message
5679
5680 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5681
5682         * ext/libvisual/visual.c: (gst_visual_chain):
5683         Fix 'xyz may be used uninitialized' compiler warnings caused
5684         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5685         abort() in any case but properly report the error.
5686
5687 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5688
5689         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5690         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5691         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5692         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5693         (autoplug_select_cb), (activate_group), (deactivate_group),
5694         (setup_next_source), (save_current_group),
5695         (gst_play_bin_change_state):
5696         Code cleanups.
5697         Remove next-uri, we can use the uri property just fine.
5698         Fix some crasher.
5699         Unref uridecodebin when switching.
5700         Fix going to READY.
5701
5702         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5703         (gst_play_sink_init), (gst_play_sink_dispose),
5704         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5705         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5706         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5707         (gst_play_sink_set_property), (gst_play_sink_get_property),
5708         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5709         (gen_vis_element), (gst_play_sink_get_mode),
5710         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5711         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5712         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5713         (gst_play_sink_change_state):
5714         * gst/playback/gstplaysink.h:
5715         Add some locking to make things threadsafe.
5716
5717         * gst/playback/test7.c: (about_to_finish_cb):
5718         Fix test.
5719
5720 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5721
5722         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5723           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5724           (gst_video_scale_transform):
5725           Don't claim to be able to handle/transform caps that can't really
5726           be handled by the currently selected scaling method (here: RGB or
5727           packed YUV with 4-tap method). Also add locking to method property.
5728
5729         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5730           (test_basetransform_based):
5731           Some test pipelines for the above (not entirely valgrind clean yet
5732           apparently).
5733
5734 2007-12-21  David Schleef  <ds@schleef.org>
5735
5736         * gst-libs/gst/video/video.c:
5737         * gst-libs/gst/video/video.h:
5738           Add additional RGBA and RGB-24 video formats.
5739
5740 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5741
5742         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5743           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5744           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5745         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5746           (cddabasesrc_suite):
5747           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5748           deprecated in the future (see #498924).
5749
5750 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5751
5752         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5753           Don't leak event.
5754
5755 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5756
5757         * gst-libs/gst/riff/riff-read.c:
5758         Use GST_ROUND_UP_2 macro
5759
5760 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5761
5762         * gst/playback/.cvsignore:
5763           Ignore more.
5764
5765 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5766
5767         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5768         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5769           (set_active_source):
5770         * gst/playback/gstplaybasebin.h:
5771         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5772           (setup_sinks), (playbin_set_subtitles_visible):
5773           Make switching off of subtitles work. To avoid all kind of
5774           problems with unlinking of the subtitle input, we just keep
5775           the subtitle inputs linked as they are and tell textoverlay
5776           not to render them. Fixes #373011.
5777           Other subtitle switching issues (esp. when there are both
5778           external and in-stream subtitles) remain. They'll be solved
5779           in playbin2.
5780
5781 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5782
5783         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5784         Init the pad segment too.
5785
5786 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5787
5788         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5789         (gst_audioringbuffer_open_device),
5790         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5791         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5792         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5793         (gst_audio_sink_create_ringbuffer):
5794         Improve debug output.
5795
5796         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5797         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5798         Prevent some functions from doing things and failing when the
5799         ringbuffer is not yet acquired.
5800
5801 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5802
5803         * gst-libs/gst/interfaces/interfaces.h:
5804           Also remove interfaces.h from CVS as it is not needed anymore.
5805
5806 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5807
5808         * gst-libs/gst/interfaces/Makefile.am:
5809           interfaces.h is not used anymore so remove it from the build
5810           process.
5811
5812 2007-12-17  David Schleef  <ds@schleef.org>
5813
5814         * gst/videotestsrc/gstvideotestsrc.c:
5815         * gst/videotestsrc/gstvideotestsrc.h:
5816           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5817           for testing vertical refresh synchronization.
5818
5819 2007-12-17  David Schleef  <ds@schleef.org>
5820
5821         * docs/libs/gst-plugins-base-libs-sections.txt:
5822         * gst-libs/gst/video/video.c:
5823         * gst-libs/gst/video/video.h:
5824           Add new GstVideFormat enum and write a bunch of helper functions
5825           based around it.
5826
5827 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5828
5829         * Makefile.am:
5830           Use new common/win32.mak.
5831
5832 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5833
5834         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5835         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5836         Add debug info.
5837         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5838         the parent state change function, just like the audiosink, because the
5839         parent waits for the element to finish its processing before completing
5840         the state change. This makes going to PAUSED a lot snappier.
5841         When going from READY to PAUSED, don't allow the ringbuffer to start
5842         yet.
5843
5844 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5845
5846         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5847         Yet another fix for broken software that produce files with an empty
5848         blockalign field. Instead of completely failing, make a second attempt
5849         at guessing the width/depth by looking at strf->size.
5850
5851 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5852
5853         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5854           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5855         * gst-libs/gst/pbutils/install-plugins.c:
5856           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5857         * gst-libs/gst/pbutils/missing-plugins.c:
5858           (gst_missing_plugin_message_get_installer_detail),
5859           (gst_missing_encoder_installer_detail_new):
5860         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5861         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5862           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5863           avoid compiler warnings (#503930).
5864
5865 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5866
5867         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5868         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5869         for jpeg video streams.
5870         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5871         for the above modification.
5872
5873 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5874
5875         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5876           (gst_x_overlay_handle_events):
5877           More guards (we don't want klass to end up being NULL).
5878
5879 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5880
5881         * configure.ac:
5882         * gst/volume/gstvolume.c: (gst_volume_init):
5883           Use new gst_base_transform_set_gap_aware() function as volume
5884           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5885           for this.
5886
5887 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5888
5889         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5890         Don't go to READY on EOS as this avoids testing of seeking and
5891         restarting after EOS, use the stop button when you want to READY.
5892         Don't try to do a flushing seek in segment-done, it does not make
5893         sense to use this for gapless playback and is not needed.
5894
5895 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5896
5897         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5898         (reset_rate_timer), (update_in_rates), (update_out_rates),
5899         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5900         (gst_queue_chain), (gst_queue_loop):
5901         Use separate timers for input and output rates.
5902         Pause measuring the output rate when we block for more data.
5903         See #503262.
5904
5905 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5906
5907         * gst/playback/gstqueue2.c: (gst_queue_chain):
5908         Pause the timer to measure the input rate when we block because the
5909         queue is filled. See #503262.
5910
5911 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5912
5913         Patch by: Peter Kjellerstedt  <pkj at axis com>
5914
5915         * gst-libs/gst/rtsp/gstrtspconnection.c:
5916         (gst_rtsp_connection_free):
5917         Close control sockets. Fixes #503440.
5918
5919 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5920
5921         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5922         Expose the right pad in the right place with the right element.
5923
5924 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5925
5926         * gst-libs/gst/pbutils/descriptions.c: (formats):
5927           Add description for 'private' dts caps (who come up with that name?).
5928
5929 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5930
5931         * Makefile.am:
5932           Add check-exports target and run it with 'make check'.
5933
5934         * configure.ac:
5935           Be stricter about what we export in our libraries: change regexp so that
5936           we only export _gst_foo(), but not __gst_foo().
5937
5938         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5939         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5940           Change internal functions to __gst_foo so they dont' get exported.
5941
5942         * win32/common/libgstaudio.def:
5943           Add missing symbols.
5944
5945 2007-12-11  David Schleef  <ds@schleef.org>
5946
5947         * ChangeLog: remove conflict markers
5948
5949 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5950
5951         * ext/gnomevfs/Makefile.am:
5952         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5953           Use gst_tag_freeform_string_to_utf8() here, which also takes
5954           into account any character sets specified by the user via
5955           environment variables.
5956
5957 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5958
5959         * gst/audioconvert/Makefile.am:
5960         Also link to libm.
5961
5962 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5963
5964         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5965         No need for floating point operations here. avoids having to link
5966         against the math library too.
5967
5968 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5969
5970         * gst-libs/gst/pbutils/descriptions.c: (formats),
5971           (format_info_get_desc):
5972         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5973           (GST_START_TEST):
5974           Add one or two missing formats.  Generate ADPCM description
5975           dynamically depending on layout/format.
5976
5977 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5978
5979         * configure.ac:
5980           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5981
5982 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5983
5984         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5985
5986         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5987           Some .srt files start with chunk number 0 and not chunk number 1,
5988           recognise and accept those as well (fixes #502497).
5989
5990         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5991           (test_src):
5992           Add unit test for the above.
5993
5994 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5995
5996         * gst/playback/gstplay-enum.c:
5997         (register_gst_autoplug_select_result),
5998         (gst_autoplug_select_result_get_type):
5999         * gst/playback/gstplay-enum.h:
6000         Add missing files.
6001
6002 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6003
6004         * gst/playback/Makefile.am:
6005         Group decodebin2 and uridecodebin into the same plugin so that they
6006         can share the GEnumType.
6007
6008         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
6009         (_gst_select_accumulator), (gst_decode_bin_class_init),
6010         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
6011         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
6012         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
6013         Add signal to sort factories instead of the more awkward autoplug-select
6014         signal.
6015         Modify autoplug_select so that we can try, skip or expose the
6016         autopluggin of an element on a pad.
6017
6018         * gst/playback/gstfactorylists.c: (compare_ranks),
6019         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
6020         (element_filter), (gst_factory_list_get_elements),
6021         (gst_factory_list_debug), (gst_factory_list_filter):
6022         * gst/playback/gstfactorylists.h:
6023         Simplify the API, allow getting elements based on mask.
6024
6025         * gst/playback/gstplay-marshal.list:
6026         Add some more marshallers.
6027
6028         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
6029         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
6030         (autoplug_select_cb), (activate_group):
6031         Add support for managing non-raw sinks by providing a custom element and
6032         sink list to decodebin2.
6033         Try to plug non-raw sinks when decodebin2 using autoplug-select of
6034         decodebin2.
6035
6036         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
6037         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
6038         * gst/playback/gstplaysink.h:
6039         Add support for raw and non-raw sinks. 
6040         Add support to force sinks selected by playbin2.
6041         Don't plug raw converters for non-raw sinks.
6042
6043         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
6044         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
6045         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
6046         (plugin_init):
6047         Use right accumulators.
6048         Proxy new signal.
6049
6050 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6051
6052         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6053         Use runnning time as the base time instead of the timestamp.
6054         Spotted by Saur on IRC.
6055
6056 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
6057
6058         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6059         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
6060
6061 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6062
6063         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
6064         (gst_ogg_demux_read_chain):
6065         If we find a new serial number but it does not contain a BOS page, make
6066         sure we initialize the chain to NULL because else we will try to scan it
6067         and crash. Fixes #500763
6068
6069 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
6070
6071         * gst/playback/Makefile.am:
6072         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
6073         (get_feature_array), (decoders_filter), (sinks_filter),
6074         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
6075         (gst_factory_list_filter):
6076         * gst/playback/gstfactorylists.h:
6077         Refactor some common code to filter factories and check caps compat.
6078
6079         * gst/playback/gstdecodebin.c:
6080         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6081         (gst_decode_bin_init), (gst_decode_bin_dispose),
6082         (gst_decode_bin_autoplug_continue),
6083         (gst_decode_bin_autoplug_factories),
6084         (gst_decode_bin_autoplug_select), (analyze_new_pad),
6085         (find_compatibles):
6086         * gst/playback/gstplaybin.c:
6087         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6088         (gst_play_bin_init), (gst_play_bin_finalize),
6089         (autoplug_factories_cb), (activate_group):
6090         * gst/playback/gstqueue2.c:
6091         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6092         (proxy_autoplug_continue_signal),
6093         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6094         (proxy_drained_signal):
6095         Add some more debug info and use factor filtering code.
6096
6097 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6098
6099         * gst/audiotestsrc/gstaudiotestsrc.c:
6100         * gst/volume/gstvolume.c:
6101         * gst/volume/gstvolume.h:
6102           Add GAP-flag support.
6103
6104 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6105
6106         * tests/examples/seek/seek.c: (main): Increase the range of the
6107         rate selector as I would like to test QOS behavior at higher
6108         forward and reverse playback speed like say 64x.
6109
6110 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
6111
6112         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6113         (audioresample_query), (audioresample_query_type),
6114         (gst_audioresample_set_property):
6115         Implement latency query.
6116
6117 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6118
6119         * gst-libs/gst/audio/gstbaseaudiosink.c:
6120         (gst_base_audio_sink_drain):
6121         Our EOS time contains the base_time, _wait_eos() expects a running_time
6122         so we have to subtract the base_time again before calling the function.
6123         This fixes an EOS regression where the base_time was added twice and EOS
6124         took longer and longer in certain situations.
6125         Fixes #498767.
6126
6127 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6128
6129         * docs/libs/gst-plugins-base-libs-sections.txt:
6130         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6131         (gst_base_audio_sink_set_provide_clock),
6132         (gst_base_audio_sink_get_provide_clock),
6133         (gst_base_audio_sink_set_slave_method),
6134         (gst_base_audio_sink_get_slave_method),
6135         (gst_base_audio_sink_set_property),
6136         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6137         (gst_base_audio_sink_none_slaving),
6138         (gst_base_audio_sink_handle_slaving):
6139         * gst-libs/gst/audio/gstbaseaudiosink.h:
6140         Expose methods for some object properties so that subclasses can more
6141         easily configure them.
6142         Added slave method none, that completely disables slaving to the
6143         internal clock.
6144         API: gst_base_audio_sink_set_provide_clock()
6145         API: gst_base_audio_sink_get_provide_clock()
6146         API: gst_base_audio_sink_set_slave_method()
6147         API: gst_base_audio_sink_get_slave_method()
6148
6149         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6150         (gst_base_audio_src_set_provide_clock),
6151         (gst_base_audio_src_get_provide_clock),
6152         (gst_base_audio_src_set_property),
6153         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6154         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6155         Expose methods for some object properties so that subclasses can more
6156         easily configure them.
6157         API: gst_base_audio_src_set_provide_clock()
6158         API: gst_base_audio_src_get_provide_clock()
6159
6160 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6161
6162         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6163
6164         * gst-libs/gst/sdp/gstsdpmessage.c:
6165         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6166
6167 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6168
6169         * tests/check/libs/fft.c: (GST_START_TEST):
6170         Fix scaling to really have dB instead of something else.
6171
6172 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6173
6174         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6175         GTK version, use it.
6176
6177 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6178
6179         * tests/examples/seek/seek.c: (main): Try to support stable version
6180         of GTK.
6181
6182 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6183
6184         * gst/playback/README:
6185         * gst/playback/test7.c:
6186           Fix the build + little README update.
6187
6188 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6189
6190         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6191         Add playbin2 seek pipeline.
6192
6193 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6194
6195         * gst/playback/Makefile.am:
6196         * gst/playback/gstplayback.c: (plugin_init):
6197         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6198         (eos_cb), (about_to_finish_cb), (main):
6199         Add playbin2.
6200         Added gapless playback example.
6201
6202         * gst/playback/gstplaybasebin.c:
6203         * gst/playback/gstplaybasebin.h:
6204         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6205         * gst/playback/gstqueue2.c:
6206         * gst/playback/test.c:
6207         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6208         (pad_removed_cb):
6209         * gst/playback/gststreaminfo.h:
6210         Change email.
6211
6212         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6213         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6214         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6215         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6216         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6217         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6218         (drained_cb), (unlink_group), (activate_group),
6219         (setup_next_source), (gst_play_bin_change_state),
6220         (gst_play_bin2_plugin_init):
6221         Added raw first version of playbin2. Does chained oggs and gapless
6222         playback fine. No support for raw sinks yet. No visualisations or
6223         subtitles yet.
6224
6225         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6226         (gst_play_sink_class_init), (gst_play_sink_init),
6227         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6228         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6229         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6230         (gst_play_sink_set_property), (gst_play_sink_get_property),
6231         (post_missing_element_message), (free_chain), (add_chain),
6232         (activate_chain), (gen_video_chain), (gen_text_element),
6233         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6234         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6235         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6236         (gst_play_sink_send_event), (gst_play_sink_change_state):
6237         * gst/playback/gstplaysink.h:
6238         Added Element that abstracts the sinks and their pipelines for playbin2.
6239
6240 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6241
6242         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6243         (gst_selector_pad_class_init), (gst_selector_pad_init),
6244         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6245         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6246         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6247         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6248         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6249         (gst_stream_selector_init), (gst_stream_selector_set_property),
6250         (gst_stream_selector_get_linked_pad),
6251         (gst_stream_selector_getcaps),
6252         (gst_stream_selector_is_active_sinkpad),
6253         (gst_stream_selector_activate_sinkpad),
6254         (gst_stream_selector_get_linked_pads),
6255         (gst_stream_selector_request_new_pad),
6256         (gst_stream_selector_release_pad):
6257         * gst/playback/gststreamselector.h:
6258         Improve streamselector, make it select and unselect the current pad more
6259         intelligently. 
6260         Subclass GstPad for the sinkpads of the selector.
6261         Handle segments more correctly.
6262         Fix caps negotiation.
6263         Implement release_pad.
6264
6265 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6266
6267         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6268         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6269         (remove_fakesink):
6270         Add drained signal fired when decodebin finishes decoding the data.
6271         Remove deprecated STATE_DIRTY message.
6272
6273         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6274         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6275         (analyse_source), (proxy_drained_signal), (make_decoder),
6276         (source_new_pad), (value_list_append_structure_list),
6277         (handle_redirect_message), (handle_message):
6278         Proxy the new drained signal.
6279         Handle pad removed from decodebin.
6280         Handle redirect messages by sorting multiple redirections based on the
6281         connection speed.
6282
6283 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6284
6285         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6286
6287         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6288         Fix leaking headers. Fixes #496761.
6289
6290 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6291
6292         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6293
6294         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6295         (gst_ximagesink_change_state):
6296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6297         Don't leak the PAR on errors. Fixes #496731.
6298
6299 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6300
6301         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6302           (gst_tag_from_id3_user_tag):
6303           Add mapping for audio cd discid tags, so we can extract
6304           them from tags as well (see #347848). Also compare identifiers
6305           in ID3v2 TXXX frames in a case-insensitive way to increase
6306           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6307
6308 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6309
6310         * gst-plugins-base.doap:
6311         Oops, fix the release name.
6312
6313 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6314
6315         * gst-plugins-base.doap:
6316         Add 0.10.15 release
6317
6318 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6319
6320         * configure.ac:
6321         Back to CVS
6322
6323 === release 0.10.15 ===
6324
6325 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6326
6327         * configure.ac:
6328           releasing 0.10.15, "No need to argue"
6329
6330 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6331
6332         * win32/vs6/libgstfft.dsp:
6333         Convert line endings to DOS.
6334
6335 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6336
6337         * win32/vs6/gst_plugins_base.dsw:
6338         * win32/vs6/libgstfft.dsp:
6339         * win32/MANIFEST:
6340         Add a project file for fft plugin and remove socket
6341         based plugin which don't build from the workspace.
6342         * win32/vs6/libgstaudio.dsp:
6343         * win32/vs6/libgstrtp.dsp:
6344         * win32/vs6/libgsttag.dsp:
6345         Convert line endings back to DOS.
6346         Fixes #496724
6347
6348 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6349
6350         * win32/vs6/libgstinterfaces.dsp:
6351         * win32/vs6/libgstrtsp.dsp:
6352         Convert line endings back to DOS
6353
6354 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6355
6356         * gst-libs/gst/fft/kiss_fft_f32.h:
6357         * gst-libs/gst/fft/kiss_fft_f64.h:
6358         * gst-libs/gst/fft/kiss_fft_s16.h:
6359         * gst-libs/gst/fft/kiss_fft_s32.h:
6360         Don't include malloc.h which doesn't exist on Mac OSX.
6361         Instead, pull in glib.h and use g_malloc/g_free for 
6362         consistency. Fixes: #496548
6363
6364 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6365
6366         * gst/playback/gstdecodebin2.c:
6367           Dont leak ghostpad. Fixes #475451.
6368
6369 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6370
6371         * docs/design/design-decodebin.txt:
6372         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6373         Update some more docs and comments.
6374
6375 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6376
6377         Patch by: Sebastien Moutte  <sebastien moutte net>
6378
6379         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6380           (gst_rtcp_unix_to_ntp):
6381         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6382           Fix some C99-isms and and a missing function that some versions of
6383           MSVC don't like too much (#494346).
6384
6385         * win32/vs6/gst_plugins_base.dsw:
6386         * win32/vs6/libgstaudio.dsp:
6387         * win32/vs6/libgstrtp.dsp:
6388         * win32/vs6/libgsttag.dsp:
6389           Update vs6 projects files (#494346).
6390
6391 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6392
6393         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6394
6395         * win32/common/libgstaudio.def:
6396         * win32/common/libgstcdda.def:
6397         * win32/common/libgstinterfaces.def:
6398         * win32/common/libgstnetbuffer.def:
6399         * win32/common/libgstpbutils.def:
6400         * win32/common/libgstrtp.def:
6401         * win32/common/libgstrtsp.def:
6402         * win32/common/libgsttag.def:
6403         * win32/common/libgstvideo.def:
6404           More missing symbols to export (fixes #493986).
6405
6406 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6407
6408         * docs/libs/gst-plugins-base-libs-sections.txt:
6409         * gst-libs/gst/fft/gstfftf32.c:
6410         * gst-libs/gst/fft/gstfftf32.h:
6411         * gst-libs/gst/fft/gstfftf64.c:
6412         * gst-libs/gst/fft/gstfftf64.h:
6413         * gst-libs/gst/fft/gstffts16.c:
6414         * gst-libs/gst/fft/gstffts16.h:
6415         * gst-libs/gst/fft/gstffts32.c:
6416         * gst-libs/gst/fft/gstffts32.h:
6417         * tests/check/libs/fft.c: (GST_START_TEST):
6418         Remove the magnitude and phase calculation functions as these have
6419         very special use cases and can't even be used for the spectrum
6420         element. Also adjust the docs to mention some properties of the used
6421         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6422
6423 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6424
6425         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6426           (finish_source):
6427           Avoid crash when there are external subtitles (fixes #491722).
6428
6429 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6430
6431         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6432         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6433           'Could not open resource for writing' is not an acceptable
6434           error message when we can't open the audio device (see #492334),
6435           even less so when we're trying to open it to record something.
6436
6437 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6438
6439         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6440
6441         * win32/common/libgstrtp.def:
6442           Add some more missing symbols (#492813).
6443
6444 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6445
6446         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6447
6448         * tests/check/elements/audioconvert.c: (verify_convert):
6449           Add check to make sure that the out caps have a channel layout
6450           set on them where they should have one.
6451
6452 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6453
6454         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6455
6456         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6457         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6458           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6459           (#492306).
6460
6461         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6462           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6463           (it disappeared in GLib 2.14.0) (#492306).
6464
6465         * gst-libs/gst/sdp/Makefile.am:
6466         * gst-libs/gst/sdp/gstsdpmessage.c:
6467           Fix includes and LIBS for win32/Mingw (#492306).
6468
6469         * tests/examples/dynamic/addstream.c (pause_play_stream):
6470           Use more portable g_usleep() instead of sleep() (#492306).
6471
6472 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6473
6474         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6475
6476         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6477           (gst_ring_buffer_parse_caps):
6478           Return NULL instead of an enum that happens to be 0, fixes warning
6479           on MSVC (#492114).
6480
6481         * gst-libs/gst/audio/gstringbuffer.h:
6482           No trailing commas in enum list (for gcc-2.9x).
6483
6484         * gst/videotestsrc/videotestsrc.c: (random_char):
6485           Make information loss explicit instead of implicitly truncating to
6486           eight bits via the return value.  Fixes runtime error on MSVC when
6487           using the debug CRT (#492114).
6488
6489         * win32/common/config.h.in:
6490           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6491
6492         * win32/common/libgstinterfaces.def:
6493         * win32/common/libgstrtp.def:
6494           Export a few more symbols (#492114).
6495
6496 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6497
6498         * gst-libs/gst/audio/audio.c:
6499         * gst-libs/gst/audio/audio.h:
6500           Readd the deprecation guards, but preserve compilability.
6501
6502 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6503
6504         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6505           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6506           Preserve channel layout when fixating the number of channels in the
6507           output caps, or make sure there's a suitable channel position layout
6508           set on the caps if required. Fixes #430677.
6509
6510 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6511
6512         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6513           Make sure the pipeline really operates in push mode as it should
6514           in this case.
6515
6516 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6517
6518         * gst-libs/gst/audio/audio.h:
6519           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6520           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6521           (ie. normal cvs builds) will fail.
6522
6523 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6524
6525         * docs/libs/Makefile.am:
6526         * gst-libs/gst/audio/audio.c:
6527         * gst-libs/gst/audio/audio.h:
6528         * gst-libs/gst/interfaces/mixer.c:
6529           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6530
6531 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6532
6533         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6534           (test_channel_layout_value_intersect), (audio_suite):
6535           Add simple unit test to make sure GstValue intersection
6536           of channel layouts works the way I think it does.
6537
6538 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6539
6540         * docs/libs/gst-plugins-base-libs-sections.txt:
6541         * gst-libs/gst/audio/gstaudiofilter.h:
6542         * gst-libs/gst/interfaces/mixer.h:
6543         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6544         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6545         * gst-libs/gst/sdp/gstsdpmessage.c:
6546           Fix the docs according to what gtk-doc complained about.
6547
6548 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6549
6550         * tests/icles/stress-playbin.c:
6551           Fix the build.
6552
6553 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6554
6555         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6556         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6557           Post nice/more useful error message if we don't have a decoder for
6558           the primary type.
6559
6560 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6561
6562         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6563         Be a bit more useful, unblock the pads after we fired the no-more-pads
6564         signal so that we can use the signal to inspect and connect all pads
6565         without having to keep extra state outside of decodebin.
6566
6567 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6568
6569         * gst/playback/gsturidecodebin.c:
6570         (gst_uri_decode_bin_autoplug_continue),
6571         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6572         Implement default signal handler so that we return TRUE when nothing is
6573         connected.
6574
6575 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6576
6577         * gst-libs/gst/riff/riff-media.c:
6578         (gst_riff_wavext_add_channel_layout),
6579         (gst_riff_wave_add_default_channel_layout),
6580         (gst_riff_wavext_get_default_channel_mask),
6581         (gst_riff_create_audio_caps):
6582         Use the ALSA channel layout as default for wav files without channel
6583         layout information. This fixes playback of chan-id.wav on 5.1 systems
6584         for example. Also refactor the channel layout setting a bit and add
6585         more default channel orders. Fixes #489010.
6586
6587 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6588
6589         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6590           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6591           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6592           instead.
6593
6594 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6595
6596         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6597         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6598         (gst_decode_bin_set_subs_encoding),
6599         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6600         (gst_decode_bin_get_property), (analyze_new_pad):
6601         Move subtitle encoding property to decodebin2 so that it can set the
6602         property value on all elements that it autoplugs and that require it.
6603         Make caps refcounting more consistent in get/set.
6604
6605         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6606         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6607         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6608         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6609         (proxy_autoplug_continue_signal),
6610         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6611         (make_decoder):
6612         Proxy properties and relevant signals from the internal decodebin.
6613         Make properties MT safe.
6614
6615 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6616
6617         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6618         * gst-libs/gst/tag/tags.c:
6619           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6620           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6621
6622         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6623           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6624
6625         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6626           (gst_tag_to_vorbis_comments):
6627           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6628           just mapping everything I found in the wild) (#414539).
6629
6630 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6631
6632         Inspired by patch of: René Stadler <mail at renestadler dot de>
6633
6634         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6635         (gst_decode_bin_autoplug_continue),
6636         (gst_decode_bin_autoplug_factories),
6637         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6638         (find_compatibles):
6639         * gst/playback/gstplay-marshal.list:
6640         Remove the autoplug-sort signal and replace it with a binding friendly
6641         autoplug-select signal.
6642         Add an autoplug-factories signal that can be used to generate a list of
6643         factories to try to autoplug.
6644         Add the GstPad to the autoplugging signal args as it might be needed to
6645         make a good factory selection.
6646         Fix up the marshallers for this. Fixes #407282.
6647
6648 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6649
6650         * gst-libs/gst/tag/gsttagdemux.c:
6651           Don't abort with an assertion if we receive a seek event with
6652           a start type of NONE (see launchpad bug #155878).
6653
6654 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6655
6656         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6657         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6658         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6659         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6660         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6661         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6662         Make sure that before we clean up the X resources, we shutdown and join
6663         the event thread.
6664         Also make sure the event thread does not shut down immediatly after
6665         startup because the running variable is not yet correctly set.
6666         Fixes #378770. 
6667
6668 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6669
6670         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6671         Make the window for a race in typefind and shutting down smaller until
6672         we figure out the right locking here. Avoids #485753 usually.
6673
6674         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6675         Remove unneeded lock causing a race in typefind and shutting down.
6676         Fixes #485753.
6677
6678         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6679         Also remove sinks when going to NULL because we might not complete the
6680         state change to PAUSED, causing the PAUSED->READY state change not to
6681         happen.
6682
6683 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6684
6685         * gst-libs/gst/audio/gstbaseaudiosink.c:
6686         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6687         Also explicitly release the ringbuffer when going to NULL because it
6688         is required in the setcaps function, before the state change to PAUSED
6689         completes.
6690
6691 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6692
6693         * tests/icles/.cvsignore:
6694         * tests/icles/Makefile.am:
6695         * tests/icles/stress-playbin.c:
6696           Does what it says on the tin.
6697
6698 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6699
6700         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6701         Fix queue negotiation. See #486758.
6702
6703 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6704
6705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6706         (gst_xvimagesink_xwindow_new),
6707         (gst_xvimagesink_update_colorbalance),
6708         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6709
6710         Fix handling of some of the X atoms. If the last parameter is True,
6711         XInternAtom won't create the atom if it doesn't exist, and therefore
6712         might return None. This causes X errors on Xv implementations that
6713         don't provide the colour balance attributes.
6714
6715 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6716
6717         * gst-libs/gst/tag/gstvorbistag.c:
6718         * tests/check/libs/tag.c:
6719           Extract vorbis comment LICENSE tags correctly.
6720
6721 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6722
6723         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6724
6725         * gst-libs/gst/tag/gstid3tag.c:
6726         * tests/check/libs/tag.c:
6727           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6728
6729 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6730
6731         * gst-libs/gst/tag/gsttagdemux.c:
6732           Don't error out when a buggy downstream element doesn't
6733           handle the newsegment event we send properly (especially
6734           not without posting a meaningful error message on the
6735           bus). See bug #471370 and launchpad bug #136264.
6736
6737 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6738
6739         * gst-libs/gst/audio/gstbaseaudiosink.c:
6740         (gst_base_audio_sink_drain):
6741         Use new basesink method to make our EOS drain interruptable.
6742
6743 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6744
6745         * gst-libs/gst/rtp/gstrtppayloads.c:
6746         Fix silly search-replace oversight.
6747
6748 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6749
6750         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6751
6752         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6753         (gst_basertppayload_set_outcaps):
6754         Fix caps memleak. Fixes #484989.
6755
6756
6757 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6758
6759         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6760         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6761         Fix debug output.
6762
6763 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6764
6765         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6766         (gst_base_audio_src_create):
6767         Also handle the case where there is no clock set on the audio source,
6768         like in the unit tests.
6769
6770 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6771
6772         * gst-libs/gst/rtp/gstrtppayloads.c:
6773         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6774         to avoid compiler warnings
6775
6776 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6777
6778         * gst/playback/gstdecodebin.c: (type_found),
6779         (gst_decode_bin_change_state):
6780         * gst/playback/gstdecodebin2.c: (type_found),
6781         (gst_decode_bin_change_state):
6782         Don't disconnect the have_type signal because we never reconnect it
6783         later on. Instead keep a variable to see if we already detected a type.
6784
6785 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6786
6787         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6788         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6789         (type_found):
6790         Unlink the signal handler when we found the type, we're not going to do
6791         anything sensible with more type_found signals anyway.
6792
6793 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6794
6795         * gst-libs/gst/tag/gsttagdemux.c:
6796           Don't leak caps.
6797
6798 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6799
6800         * gst-libs/gst/tag/Makefile.am:
6801         * gst-libs/gst/tag/gsttagdemux.c:
6802         * gst-libs/gst/tag/gsttagdemux.h:
6803           API: add GstTagDemux base class for simple tag demuxers.
6804
6805         * docs/libs/gst-plugins-base-libs-docs.sgml:
6806         * docs/libs/gst-plugins-base-libs-sections.txt:
6807           Add GstTagDemux to docs.
6808
6809 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6810
6811         * gst-libs/gst/rtp/gstrtpbuffer.c:
6812         (gst_rtp_buffer_get_payload_subbuffer):
6813         Fix bug introduced with last commit which inverted the logic and
6814         caused all buffers to be dropped. Fixes #483620.
6815         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6816
6817 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6818
6819         * gst-libs/gst/rtp/gstrtpbuffer.c:
6820           Replace g_return_if_val (as it could be disabled), with regular return
6821           and warning.
6822
6823 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6824
6825         * tests/check/pipelines/simple-launch-lines.c:
6826           Print message name and not just number.
6827
6828 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6829
6830         * gst-libs/gst/audio/gstbaseaudiosink.c:
6831         (gst_base_audio_sink_async_play):
6832         When slaved to the clock, don't try to align a sample with the previous
6833         one when going to PLAYING again.
6834
6835 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6836
6837         * tests/examples/snapshot/snapshot.c:
6838           Fix the build.
6839
6840 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6841
6842         * gst-libs/gst/sdp/gstsdpmessage.h:
6843         Add RFC 3556 bandwidth modifiers.
6844
6845 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6846
6847         * docs/libs/gst-plugins-base-libs-docs.sgml:
6848         * docs/libs/gst-plugins-base-libs-sections.txt:
6849         * gst-libs/gst/rtp/gstrtppayloads.c:
6850         Update documentation.
6851
6852 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6853
6854         * gst-libs/gst/rtp/Makefile.am:
6855         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6856         (gst_rtp_payload_info_for_name):
6857         * gst-libs/gst/rtp/gstrtppayloads.h:
6858         Added new file and header to deal with payload info.
6859
6860         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6861         (gst_rtp_buffer_default_clock_rate):
6862         * gst-libs/gst/rtp/gstrtpbuffer.h:
6863         Payload specific stuff is move to new headers.
6864         Implement _default_clock rate using the new payload function.
6865
6866         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6867         (gst_sdp_parse_line):
6868         * gst-libs/gst/sdp/gstsdpmessage.h:
6869         Add some more comments.
6870
6871 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6872
6873         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6874         (sdp_check_header), (sdp_type_find), (plugin_init):
6875         Add typefind function for application/sdp.
6876         Remove some old dirac typefind code that was ifdeffed out.
6877
6878 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6879
6880         * win32/common/libgstaudio.def:
6881         Add new exported functions.
6882         * win32/vs6/grammar.dsp:
6883         Add autogeneration and copy of some autegenerated files from win32/common
6884         for rtsp library.
6885         * win32/vs6/libgstaudioconvert.dsp:
6886         Add gstaudioquantize.c to the build.
6887         * win32/vs6/libgstinterfaces.dsp:
6888         Add videoorientation.c to the build.
6889         * win32/vs6/libgstriff.dsp:
6890         Add libgsttag to the link libraries list.
6891         * win32/vs6/libgstvolume.dsp:
6892         Add liboil to the link.
6893         * win32/vs6/gst_plugins_base.dsw:
6894         * win32/vs6/libgstrtsp.dsp:
6895         * win32/common/libgstrtsp.def:
6896         Add files to build libgstrtsp library.
6897         
6898 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6899
6900         * tests/examples/snapshot/snapshot.c: (main):
6901         Print error when pipeline failed to construct.
6902
6903 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6904
6905         * configure.ac:
6906         * gst-libs/gst/tag/gstid3tag.c:
6907         * gst-libs/gst/tag/gstvorbistag.c:
6908           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6909           and ID3v2 tags.
6910
6911 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6912
6913         * gst-libs/gst/floatcast/floatcast.h:
6914           Don't include config.h in an installed public header, this
6915           might break compilation of applications that don't have such
6916           a header and doesn't necessarily do what it's supposed to do
6917           anyway (ie. check for the lrint/lrintf defines) (#442065).
6918           Add docs for the various macros and document how this header
6919           has to be used (link against libm, etc.); add a few FIXMEs;
6920           include math.h for non-c99 code path.  Based on patch by
6921           Jan Schmidt.
6922           
6923 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6924
6925         * configure.ac:
6926         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6927         of duplicating these macros in configure.ac.
6928
6929 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6930
6931         * po/hu.po:
6932         * po/sv.po:
6933         * po/uk.po:
6934           Updated translations to 0.10.14
6935
6936 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6937
6938         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6939
6940         * po/pl.po:
6941           Added Polish translation.
6942
6943 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6944
6945         translated by: Ilkka Tuohela <hile@iki.fi>
6946
6947         * po/fi.po:
6948           Added Finnish translation.
6949
6950 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6951
6952         translated by: Jorge González González <aloriel@gmail.com>
6953
6954         * po/es.po:
6955           Added Spanish translation.
6956
6957 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6958
6959         translated by: Mogens Jaeger <mogens@jaeger.tf>
6960
6961         * po/da.po:
6962           Added Danish translation.
6963
6964 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6965
6966         translated by: Funda Wang <fundawang@linux.net.cn>
6967
6968         * po/zh_CN.po:
6969           Added Chinese (simplified) translation.
6970
6971 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6972
6973         translated by: Alexander Shopov <ash@contact.bg>
6974
6975         * po/bg.po:
6976           Added Bulgarian translation.
6977
6978 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6979
6980         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6981         Fix compilation wrt printf arguments.
6982
6983 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6984
6985         * configure.ac:
6986         * tests/examples/Makefile.am:
6987         * tests/examples/snapshot/.cvsignore:
6988         * tests/examples/snapshot/Makefile.am:
6989         * tests/examples/snapshot/snapshot.c: (main):
6990         Add simple snapshot example program using appsink.
6991
6992 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6993
6994         * tests/check/generic/states.c:
6995           Improved state change unit test.
6996
6997 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6998
6999         * docs/plugins/.cvsignore:
7000         * tests/check/.cvsignore:
7001           Ignore registries in any format.
7002
7003 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7004
7005         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7006         (gst_base_rtp_depayload_chain),
7007         (gst_base_rtp_depayload_set_gst_timestamp):
7008         Only copy timestamp on outgoing packets if the depayloader did not set
7009         one.
7010         Also copy duration on outgoing packets.
7011
7012 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7013
7014         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
7015         (gst_basertppayload_set_outcaps):
7016         Fix compilation because of missing %d in printf.
7017         When fixating caps, fixate what we can and throw away all remaining
7018         unfixed caps, subclasses should do something smart if they need to.
7019
7020 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7021
7022         * ext/gnomevfs/gstgnomevfssrc.c:
7023           Improve debug logs a bit and be more verbose if things go wrong.
7024
7025 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7026
7027         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7028         (gst_text_overlay_set_property):
7029         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7030         * gst-libs/gst/audio/gstbaseaudiosink.c:
7031         (gst_base_audio_sink_render):
7032         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
7033         (gst_rtcp_unix_to_ntp):
7034         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
7035         * gst/playback/gstqueue2.c:
7036         * tests/examples/seek/seek.c: (set_scale):
7037         Fix a bunch of compile warnings shown with Forte.
7038
7039         * gst/audiorate/gstaudiorate.c:
7040         Always pull in config.h before including any system headers.
7041
7042 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
7043
7044         * gst/playback/gstqueue2.c: (update_buffering),
7045         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
7046         (gst_queue_handle_sink_event), (gst_queue_chain),
7047         (gst_queue_push_one), (gst_queue_sink_activate_push),
7048         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
7049         Also fix #476514 for queue2.
7050
7051 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7052
7053         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7054         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
7055         (gst_base_rtp_depayload_chain),
7056         (gst_base_rtp_depayload_handle_sink_event),
7057         (gst_base_rtp_depayload_push_full),
7058         (gst_base_rtp_depayload_set_gst_timestamp),
7059         (gst_base_rtp_depayload_change_state):
7060         Remove code to deal with RTP to GST time conversion, we now just copy
7061         the GST timestamp we receive to the outgoing buffers.
7062         Handle segment and flushes correctly.
7063
7064         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7065         When we have no valid input timestamp, use the previous rtp timestamp on
7066         the outgoing RTP packet instead of the RTP base time.
7067
7068 2007-09-15  David Schleef  <ds@schleef.org>
7069
7070         * ext/alsa/gstalsa.c:
7071         * ext/alsa/gstalsadeviceprobe.c:
7072         * ext/alsa/gstalsamixer.c:
7073         * ext/alsa/gstalsasink.c:
7074         * ext/alsa/gstalsasrc.c:
7075           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
7076
7077 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
7078
7079         * gst-libs/gst/rtp/gstbasertppayload.c:
7080         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
7081         Add some debug info when negotiating caps.
7082
7083 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7084
7085         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7086         A buffer with an empty payload is also a valid buffer.
7087
7088 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7089
7090         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7091         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7092         (gst_basertppayload_change_state):
7093         Make sure we start our RTP timestamp from the random base RTP
7094         timestamp even if the buffer timestamp starts from some random value.
7095
7096 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7097
7098         * configure.ac:
7099         * tests/examples/Makefile.am:
7100         * tests/examples/dynamic/.cvsignore:
7101         * tests/examples/dynamic/Makefile.am:
7102         * tests/examples/dynamic/addstream.c: (create_stream),
7103         (pause_play_stream), (message_received), (eos_message_received),
7104         (perform_step), (main):
7105         Add simple exmple app to demonstrate starting and pausing live and
7106         non-live bins in a PLAYING pipeline.
7107
7108 2007-09-14  Julien MOUTTE  <julien@moutte.net>
7109
7110         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7111         typefind for QCP files (RFC #3625)
7112
7113 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7114
7115         * gst-libs/gst/audio/gstbaseaudiosink.c:
7116         (gst_base_audio_sink_init):
7117         Disable pull mode scheduling, we're not ready for it yet and it subtly
7118         breaks a lot of things.
7119
7120 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7121
7122         * tests/check/elements/libvisual.c:
7123           Test all libvisual plugins, not just the first one; this reproduces
7124           bug #450336 quite easily.  Looks like a problem with the 'jess'
7125           visualisation.
7126
7127 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7128
7129         * tests/check/Makefile.am:
7130         * tests/check/elements/.cvsignore:
7131         * tests/check/elements/libvisual.c:
7132           Add basic libvisual test case in an attempt to reproduce bug #450336.
7133           Doesn't reproduce that bug, but some other crasher instead (invalid
7134           free), at least with make elements/libvisual.forever and the bumscope
7135           plugin on x86-64/gutsy. Leaving test disabled for now.
7136
7137 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7138
7139         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7140
7141         * gst-libs/gst/rtsp/gstrtspconnection.c:
7142         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7143         (read_body), (gst_rtsp_connection_receive):
7144         Make sure we can not cancel in the middle of receiving a message.
7145         Fixes #475731.
7146
7147 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
7148
7149         Patch by: Josep Torra Valles <josep@fluendo.com>
7150
7151         * gst/playback/gstplaybasebin.c:
7152           Increase upper limit for audio queue a bit; fixes preroll problem
7153           with playbin and decodebin2 when playing a quicktime trailer with
7154           multichannel audio via http (#464666).
7155
7156 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7157
7158         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7159         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7160         (gst_base_audio_src_provide_clock),
7161         (gst_base_audio_src_set_property),
7162         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7163         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7164         Allow othe clocks than the internal clock to be used for the pipeline.
7165         Add property to disable clock provide.
7166         API: GstBaseAudioSrc::provide-clock
7167
7168 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7169
7170         * gst/playback/gstdecodebin2.c:
7171           Don't leak request pads. Fixes #475395.
7172
7173 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7174
7175         Patch by: René Stadler <mail at renestadler dot de>
7176
7177         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7178         (gst_ximage_buffer_class_init):
7179         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7180         (gst_xvimage_buffer_class_init):
7181         Correctly chain up finalize with the parent class to prevent
7182         memory leaks. Fixes #474880.
7183
7184 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7185
7186         * gst/volume/gstvolume.c: (volume_choose_func):
7187         * tests/check/elements/volume.c: (GST_START_TEST):
7188         Revert the latest change: floating point samples are allowed to
7189         have any value, not only values in the range [-1,1]. Thanks to Andy
7190         Wingo for noticing.
7191         Also fix processing of int32 samples with volumes > 4 by making the
7192         unity value smaller which prevents overflows.
7193
7194 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7195
7196         * gst-libs/gst/rtp/gstrtpbuffer.c:
7197         * tests/check/libs/rtp.c:
7198           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7199
7200 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7201
7202         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7203
7204         * gst-libs/gst/rtp/gstrtpbuffer.c:
7205           Fix up GstRTPHeader helper struct so that compilers will not under
7206           any circumstances add padding in between our fields, as currently
7207           happens with MSVC on win32, because that would lead to us sending
7208           out RTP payloads with broken RTP headers (#471194).
7209           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7210           
7211         * tests/check/Makefile.am:
7212         * tests/check/libs/.cvsignore:
7213         * tests/check/libs/rtp.c:
7214           Add some simple unit tests for GstRTPBuffer. Some are disabled
7215           because the code tested still needs fixing (set_csrc() does not work).
7216
7217 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7218
7219         * win32/MANIFEST:
7220         * win32/common/gstrtsp-enumtypes.c:
7221         * win32/common/gstrtsp-enumtypes.h:
7222         * win32/common/interfaces-enumtypes.c:
7223         * win32/common/interfaces-enumtypes.h:
7224         * win32/common/multichannel-enumtypes.c:
7225           Add rtsp enumtypes (#474384) and update others.
7226
7227 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7228
7229         * configure.ac:
7230           Fix configure check for HAVE_LIBXML_HTML.
7231
7232 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7233
7234         * tests/check/libs/.cvsignore:
7235           Ignore more, in case the build bots work again one day.
7236
7237 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7238
7239         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7240
7241         * configure.ac:
7242         * gst-libs/gst/Makefile.am:
7243         * gst-libs/gst/fft/Makefile.am:
7244         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7245         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7246         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7247         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7248         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7249         * gst-libs/gst/fft/gstfft.h:
7250         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7251         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7252         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7253         * gst-libs/gst/fft/gstfftf32.h:
7254         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7255         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7256         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7257         * gst-libs/gst/fft/gstfftf64.h:
7258         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7259         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7260         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7261         * gst-libs/gst/fft/gstffts16.h:
7262         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7263         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7264         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7265         * gst-libs/gst/fft/gstffts32.h:
7266         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7267         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7268         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7269         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7270         * gst-libs/gst/fft/kiss_fft_f32.h:
7271         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7272         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7273         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7274         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7275         * gst-libs/gst/fft/kiss_fft_f64.h:
7276         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7277         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7278         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7279         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7280         * gst-libs/gst/fft/kiss_fft_s16.h:
7281         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7282         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7283         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7284         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7285         * gst-libs/gst/fft/kiss_fft_s32.h:
7286         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7287         (kiss_fftr_f32), (kiss_fftri_f32):
7288         * gst-libs/gst/fft/kiss_fftr_f32.h:
7289         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7290         (kiss_fftr_f64), (kiss_fftri_f64):
7291         * gst-libs/gst/fft/kiss_fftr_f64.h:
7292         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7293         (kiss_fftr_s16), (kiss_fftri_s16):
7294         * gst-libs/gst/fft/kiss_fftr_s16.h:
7295         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7296         (kiss_fftr_s32), (kiss_fftri_s32):
7297         * gst-libs/gst/fft/kiss_fftr_s32.h:
7298         * gst-libs/gst/fft/kiss_version:
7299         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7300         * pkgconfig/gstreamer-plugins-base.pc.in:
7301         Add libgstfft, a FFT library based on Kiss FFT which is
7302         BSD licensed. Supported sample formats are int16, int32,
7303         float and double. For those formats a real FFT and IFFT
7304         can be done, different windowing functions can be applied
7305         and functions for extracting the magnitude and phase exist.
7306         Fixes #468619.
7307
7308         * docs/libs/Makefile.am:
7309         * docs/libs/gst-plugins-base-libs-docs.sgml:
7310         * docs/libs/gst-plugins-base-libs-sections.txt:
7311         Integrate libgstfft into the docs.
7312
7313         * tests/check/Makefile.am:
7314         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7315         Add unit tests for libgstfft, currently only testing the FFT.
7316         Unit tests for IFFT will follow soon.
7317
7318 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7319
7320         Patch by: Peter Kjellerstedt  <pkj at axis com>
7321
7322         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7323         (gst_sdp_message_init), (gst_sdp_message_uninit),
7324         (is_multicast_address), (gst_sdp_message_as_text),
7325         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7326         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7327         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7328         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7329         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7330         (gst_sdp_media_init), (gst_sdp_media_uninit),
7331         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7332         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7333         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7334         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7335         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7336         * gst-libs/gst/sdp/gstsdpmessage.h:
7337         Separate INIT_ARRAY() and related macros into two versions, one for
7338         structures and one for pointers (e.g., INIT_ARRAY() and
7339         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7340         lists of emails and phone numbers.
7341         Add missing const as appropriate.
7342         Change all gint to guint since they all actually represent unsigned
7343         values.
7344         Do not use time as a variable name as it shadows the global time().
7345         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7346         Actually implement gst_sdp_message_add_time().
7347         Make gst_sdp_message_add_time() take repeat times as an argument.
7348         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7349         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7350         misspelled as badwidth).
7351         gst-indented and a little clean up. Fixes #471067.
7352
7353 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7354
7355         * gst/volume/gstvolume.c: (volume_choose_func),
7356         (volume_process_double), (volume_process_double_clamp),
7357         (volume_process_float_clamp):
7358         Correctly clamp float/double samples in the [-1.0,1.0] range to
7359         prevent weird effects.
7360         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7361         Add unit tests for all samples types that had none before.
7362
7363 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7364
7365         * gst-libs/gst/rtp/gstrtpbuffer.c:
7366           Need to include stdlib.h for abs() here too.
7367
7368 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7369
7370         * gst/playback/gststreaminfo.c:
7371           Fix build.
7372
7373 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7374
7375         * gst/playback/gststreaminfo.c:
7376           Clean up some half-disabled code and comment.
7377
7378 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7379
7380         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7381
7382         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7383         (gst_base_rtp_payload_audio_handle_event):
7384         Return FALSE from the event handler to let the parent class handle the
7385         event. Fixes #446766.
7386
7387         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7388         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7389         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7390
7391         * gst-libs/gst/rtp/gstbasertppayload.c:
7392         Bump the MTU to 1400.
7393
7394 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7395
7396         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7397         Add an audio/x-nsf typefind function for the nsfdec element.
7398
7399 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7400         * gst/playback/gstplaybasebin.c:
7401         Included "myth://" on stream_uris list for enable buffering to mythtv files
7402
7403 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7404
7405         * docs/libs/gst-plugins-base-libs-sections.txt:
7406         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7407         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7408         (gst_rtcp_unix_to_ntp):
7409         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7410         Fix parsing of RB blocks.
7411         Fix docs.
7412         Added helper functions to convert to/from UNIX and NTP time.
7413         API: gst_rtcp_ntp_to_unix()
7414         API: gst_rtcp_unix_to_ntp()
7415
7416         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7417         (gst_rtp_buffer_get_header_len),
7418         (gst_rtp_buffer_get_extension_data),
7419         (gst_rtp_buffer_get_payload_subbuffer),
7420         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7421         (gst_rtp_buffer_ext_timestamp):
7422         * gst-libs/gst/rtp/gstrtpbuffer.h:
7423         Fix some more docs.
7424         Implement handling of packets with extensions.
7425         Fix padding check in _validate().
7426         Added function to get extension data.
7427         API: gst_rtp_buffer_get_header_len()
7428         API: gst_rtp_buffer_get_extension_data()
7429
7430 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7431
7432         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7433         (gst_base_rtp_depayload_class_init),
7434         (gst_base_rtp_depayload_set_gst_timestamp):
7435         Add some more docs for the queue-delay property and fix a typo in a
7436         comment.
7437
7438         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7439         Fix typo.
7440
7441 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7442
7443         * gst-libs/gst/audio/gstbaseaudiosink.c:
7444         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7445         (gst_base_audio_sink_change_state):
7446         When skew slaving, try to hover around the middle of a segment so that
7447         we at most drift by half a segment.
7448         If we are aligning in the oposite direction of the clock skew, we don't
7449         have to resync.
7450
7451 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7452
7453         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7454         (gst_base_rtp_depayload_setcaps),
7455         (gst_base_rtp_depayload_set_gst_timestamp):
7456         Be less silly with the segment start, just apply the clock-base to the
7457         timestamp.
7458
7459 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7460
7461         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7462         (gst_base_rtp_depayload_class_init),
7463         (gst_base_rtp_depayload_finalize),
7464         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7465         (gst_base_rtp_depayload_handle_sink_event),
7466         (gst_base_rtp_depayload_set_gst_timestamp),
7467         (gst_base_rtp_depayload_change_state):
7468         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7469         Deprecate the queue handling thread thing and remove the code.
7470         Use new method to calculate the extended timestamp.
7471
7472 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7473
7474         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7475         (gst_rtcp_packet_sdes_copy_entry):
7476         Use g_strndup which does exactly what we want.
7477
7478         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7479         (gst_rtp_buffer_ext_timestamp):
7480         * gst-libs/gst/rtp/gstrtpbuffer.h:
7481         Add helper function to compare seqnums.
7482         Add helper function to calculate extended timestamps.
7483         API: gst_rtp_buffer_compare_seqnum()
7484         API: gst_rtp_buffer_ext_timestamp()
7485
7486 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7487
7488         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7489         (gst_rtcp_packet_sdes_get_entry),
7490         (gst_rtcp_packet_sdes_copy_entry):
7491         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7492         Fix and document SDES item data function.
7493         Add new function that makes a proper copy of SDES item data.
7494         API: gst_rtcp_packet_sdes_copy_entry()
7495
7496 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7497
7498         * configure.ac:
7499         * gst/Makefile.am:
7500           The tcp and subparse plugins are under gst, but not totaly free of
7501           dependencies. Handle selection inconfigure.ac, so that they show up
7502           on the final list of what is build and what is not. Maybe they should
7503           better be moved to ext.
7504
7505 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7506
7507         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7508
7509         * configure.ac:
7510         * gst/Makefile.am:
7511           Check if libxml provides HTML parser which subparse needs.
7512           Fixes #451970.
7513
7514 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7515
7516         * ext/alsa/gstalsa.c:
7517           Fix typo and compilation on big endian systems.
7518
7519 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7520
7521         * gst/subparse/gstssaparse.c:
7522           Convert SSA newline codes into actual newline characters (#470766).
7523
7524 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7525
7526         * docs/libs/gst-plugins-base-libs-sections.txt:
7527         * gst-libs/gst/pbutils/install-plugins.c:
7528         * gst-libs/gst/pbutils/install-plugins.h:
7529         * tests/check/libs/pbutils.c:
7530           API: also add gst_install_plugins_supported() while we're at it
7531           (see #470456).
7532
7533 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7534
7535         * docs/libs/gst-plugins-base-libs-sections.txt:
7536         * gst-libs/gst/pbutils/missing-plugins.c:
7537         * gst-libs/gst/pbutils/missing-plugins.h:
7538         * tests/check/libs/pbutils.c:
7539           API: add gst_missing_*_installer_detail_new() convenience API so
7540           that applications that know exactly what they're missing can request
7541           installer detail strings for those items directly instead of having
7542           to first create a dummy missing-plugin message and then get the
7543           installer detail string from that.  Fixes #470456.
7544
7545 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7546
7547         * gst/playback/gstdecodebin.c: (close_pad_link):
7548         We need to set up delayed-linking whenever the caps are non-fixed,
7549         not just when there are multiple types - use gst_pad_is_fixed()
7550         to test.
7551
7552 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7553
7554         * gst-libs/gst/pbutils/missing-plugins.c:
7555           (gst_missing_plugin_message_get_installer_detail):
7556           Add missing separator in PID fallback case.
7557
7558 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7559
7560         * ext/alsa/Makefile.am:
7561         There is no GST_PLUGINS_BASE_LIBS defined.
7562         
7563         * ext/alsa/gstalsa.c:
7564         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7565         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7566         Add support for ALSA 24-bit formats.
7567         snd_pcm_delay can return an error code, especially
7568         during XRUNS. In that case, the best we can do is assume
7569         delay = 0.
7570
7571         * gst/audioconvert/Makefile.am:
7572         Add flags from -base before any more-remote dependencies.
7573
7574 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7575
7576         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7577
7578         * gst/volume/gstvolume.c: (volume_choose_func),
7579         (volume_update_real_volume), (gst_volume_set_volume),
7580         (gst_volume_init), (volume_process_int32),
7581         (volume_process_int32_clamp), (volume_process_int24),
7582         (volume_process_int24_clamp), (volume_process_int16),
7583         (volume_process_int16_clamp), (volume_process_int8),
7584         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7585         * gst/volume/gstvolume.h:
7586         Add support for int32, int24 and int8 to the volume element.
7587         Fixes #445529.
7588
7589 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7590
7591         * tests/examples/Makefile.am:
7592           Fix even more.
7593
7594 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7595
7596         * configure.ac:
7597         * docs/libs/Makefile.am:
7598         * docs/libs/gst-plugins-base-libs-docs.sgml:
7599         * docs/libs/gst-plugins-base-libs-sections.txt:
7600         * ext/gnomevfs/gstgnomevfssrc.c:
7601         * ext/gnomevfs/gstgnomevfssrc.h:
7602         * gst-libs/gst/Makefile.am:
7603         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7604         * pkgconfig/gstreamer-plugins-base.pc.in:
7605         * sys/v4l/v4lsrc_calls.c:
7606         * tests/examples/Makefile.am:
7607         * win32/common/config.h:
7608           Revert unwanted commit. many thanks to moap. I want a fix for 
7609           https://thomas.apestaart.org/moap/trac/ticket/239
7610
7611 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7612
7613         * gst/volume/gstvolume.c:
7614           Move passthrough below gst_object_sync_values(). Fixes #442654.
7615
7616 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7617
7618         * gst-libs/gst/audio/audio.c:
7619         Clarify the docs a little.
7620
7621 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7622
7623         * gst/volume/gstvolume.c:
7624           Enable liboil for float and add more details about problems with
7625           int16.
7626
7627 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7628
7629         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7630         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7631
7632 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7633
7634         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7635         When calculating the first timestamp of the buffers, don't go below 0
7636         and clip the samples because the offset was on the eos page.
7637         Fixes #466717.
7638
7639 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7640
7641         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7642         (gst_ogg_demux_collect_chain_info):
7643         Also submit the eos page when trying to find the first timestamp.
7644         See #466717.
7645
7646 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7647
7648         * gst-libs/gst/audio/audio.h:
7649         Use gst_util_uint64_scale() instead of doing the math
7650         with double for GST_FRAMES_TO_CLOCK_TIME() and
7651         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7652         prevents rounding errors. Fixes #467667.
7653
7654 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7655
7656         * gst-libs/gst/rtsp/gstrtspconnection.c:
7657         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7658         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7659         * gst-libs/gst/rtsp/gstrtspconnection.h:
7660         Small cleanups.
7661         On shutdown, don't read the control socket yet.
7662         Set timeout value correctly in all cases.
7663         Add function to check if the server accepts reads or writes.
7664         API: gst_rtsp_connection_poll()
7665
7666         * gst-libs/gst/rtsp/gstrtspdefs.h:
7667         Fix compilation with -pedantic.
7668         Add enum for _poll.
7669
7670 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7671
7672         Patch by: Olivier Crete  <tester at tester ca>
7673
7674         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7675         (gst_basertppayload_getcaps):
7676         * gst-libs/gst/rtp/gstbasertppayload.h:
7677         Add getcaps vfunc to basertppayload. See #465146.
7678
7679 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7680
7681         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7682         Only post buffering messages when we are a stream.
7683
7684 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7685
7686         * gst-libs/gst/pbutils/install-plugins.c:
7687         * gst-libs/gst/pbutils/missing-plugins.c:
7688           Small docs fix and addition.
7689
7690 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7691
7692         * tests/icles/.cvsignore:
7693         * tests/icles/Makefile.am:
7694         * tests/icles/test-textoverlay.c:
7695           Add a dumb little test for textoverlay alignments.
7696
7697 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7698
7699         Patch by: Dan Williams  <dcbw redhat com>
7700
7701         * ext/pango/gsttextoverlay.c:
7702         * ext/pango/gsttextoverlay.h:
7703           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7704           "silent" property so there's a Since tag in the API reference.
7705
7706 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7707
7708         * gst-libs/gst/rtp/gstbasertppayload.c:
7709         (gst_basertppayload_set_outcaps):
7710         * gst-libs/gst/rtp/gstbasertppayload.h:
7711         Improve caps negotiation so that downstream elements can confiure
7712         certain RTP properties by fixing them on the caps. See #465146.
7713         Add docs.
7714
7715 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7716
7717         * docs/libs/gst-plugins-base-libs-sections.txt:
7718         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7719         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7720           Mark as deprecated some macros which were presumably meant to be
7721           private API and accidentally exposed in the public header file.
7722           Also actually _init() lock (only works at the moment because the
7723           struct is zeroed out when created and the initial values in the
7724           mutex struct are zeroes too). (#459585)
7725
7726 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7727
7728         * docs/libs/Makefile.am:
7729           Remove cruft and do some cleanups.
7730
7731         * docs/libs/gst-plugins-base-libs-docs.sgml:
7732           Prepare for comming gtkdoc features (rebase against online docs).
7733
7734 2007-08-10  Michael Smith <msmith@fluendo.com>
7735
7736         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7737           Debug output fixes.
7738         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7739         (GST_START_TEST):
7740           Change the number of buffers used; 500 is too many and leads to
7741           timeouts.
7742
7743 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7744
7745         * gst/playback/gstqueue2.c:
7746         * gst/videorate/gstvideorate.c:
7747           Printf format fixes (#465028).
7748
7749 2007-08-09  Michael Smith <msmith@fluendo.com>
7750
7751         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7752           If we have a large (> 1 second) discontinuity, push a series of
7753           smaller buffers rather than a single very large buffer. Avoids
7754           unreasonably large single buffer allocations when encountering a
7755           large gap.
7756         * tests/check/elements/audiorate.c: (GST_START_TEST),
7757         (audiorate_suite):
7758           Add a test for this.
7759
7760 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7761
7762         * gst/playback/gstplaybasebin.c: (group_commit),
7763         (queue_remove_probe), (queue_threshold_reached):
7764
7765         Patch by: Josep Torra Valles <josep@fluendo.com>
7766         Fixes: #465015
7767         Make sure we remove the check_queues buffer probe from the 
7768         correct queue to avoid racily going back to "buffering 99%" when
7769         buffering is actually complete.
7770
7771         Also, fix the spelling of Josep's surname in the ChangeLog.
7772
7773 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7774
7775         * ext/ogg/gstoggmux.c:
7776           Do not leak oggmux instance.
7777         
7778         * ext/vorbis/vorbisenc.c:
7779           Also log values.
7780
7781 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7782
7783         * po/hu.po:
7784         * po/it.po:
7785         * po/nl.po:
7786         * po/uk.po:
7787         * po/vi.po:
7788           Updated translations.
7789
7790 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7791
7792         patch by: Yang Hong <hongyang@redflag-linux.com>
7793
7794         * ext/pango/gsttextoverlay.c:
7795         * ext/pango/gsttextoverlay.h:
7796           Add 'silent' property to GstTimeOverlay. Fixes #462979
7797
7798 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7799
7800         Patch by: Josep Torra Valles <josep@fluendo.com>
7801
7802         * docs/plugins/gst-plugins-base-plugins.args:
7803         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7804         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7805         (gst_uri_decode_bin_get_property), (gen_source_element):
7806         Add connection-speed property. Fixes #464690.
7807
7808 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7809
7810         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7811
7812         * configure.ac:
7813         * gst-libs/gst/rtsp/Makefile.am:
7814         * gst-libs/gst/rtsp/gstrtspconnection.c:
7815         (gst_rtsp_connection_connect):
7816         Fix compilation on windows. Fixes #464320.
7817
7818 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7819
7820         Patch by: Josep Torra Valles <josep@fluendo.com>
7821
7822         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7823         (gst_play_base_bin_init), (queue_threshold_reached),
7824         (gen_source_element), (setup_substreams),
7825         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7826         (gst_play_base_bin_get_streaminfo_value_array):
7827         * gst/playback/gstplaybasebin.h:
7828         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7829         (gst_play_bin_set_property), (gst_play_bin_get_property),
7830         (gst_play_bin_handle_redirect_message):
7831         Move connection-speed property from playbin to playbasebin so that we
7832         can also configure it in source elements that have the connection-speed
7833         property. Fixes #464028.
7834         Add some debug info here and there.
7835
7836 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7837
7838         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7839         Properly respond to conversion queries. Fixes #464079.
7840
7841 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7842
7843         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7844         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7845         (gst_audio_test_src_init_sine_table),
7846         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7847         * gst/audiotestsrc/gstaudiotestsrc.h:
7848         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7849         Also set the default volume to the default value specified in the
7850         GParamSpec.
7851
7852 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7853
7854         Patch by: Jens Granseuer <jensgr at gmx dot net>
7855
7856         * gst/audioconvert/gstaudioquantize.c:
7857         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7858
7859 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7860
7861         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7862         Add rdt manager for rdt transport.
7863         Fix parsing of RDT transport.
7864
7865 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7866
7867         * configure.ac:
7868         Back to CVS
7869
7870 === release 0.10.14 ===
7871
7872 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7873
7874         * configure.ac:
7875           releasing 0.10.14, "Light Years Ahead"
7876
7877 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7878
7879         * tests/check/libs/audio.c: (GST_START_TEST):
7880         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7881
7882 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7883
7884         * gst-libs/gst/audio/audio.c:
7885         When clipping a buffer with no timestamp, assume it is
7886         within the segment without warnings.
7887
7888         Fixes: #460978
7889
7890 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7891
7892         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7893         Fire the signal on the object, not the interface.
7894
7895 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7896
7897         * gst-libs/gst/rtsp/.cvsignore:
7898         Ber. Don't include the full path, idiot.
7899
7900 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7901
7902         * gst-libs/gst/rtsp/.cvsignore:
7903         Ignore generated files.
7904
7905 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7906
7907         * gst-libs/gst/interfaces/Makefile.am:
7908         * gst-libs/gst/interfaces/interfaces-marshal.list:
7909         * gst-libs/gst/interfaces/rtspextension.c:
7910         * gst-libs/gst/interfaces/rtspextension.h:
7911         * gst-libs/gst/rtsp/Makefile.am:
7912         * gst-libs/gst/rtsp/gstrtsp.h:
7913         * gst-libs/gst/rtsp/gstrtspextension.c:
7914         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7915         (gst_rtsp_extension_detect_server),
7916         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7917         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7918         (gst_rtsp_extension_configure_stream),
7919         (gst_rtsp_extension_get_transports),
7920         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7921         * gst-libs/gst/rtsp/gstrtspextension.h:
7922         * gst-libs/gst/rtsp/rtsp-marshal.list:
7923         Move the rtspextension.h interface into gstrtspextension.h
7924         as part of libgstrtsp instead of libgstinterfaces, because it's
7925         only for use within plugins, not applications. 
7926         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7927         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7928         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7929         is abstract.
7930
7931 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7932
7933         * gst-libs/gst/interfaces/Makefile.am:
7934         * gst-libs/gst/interfaces/interfaces-marshal.list:
7935         * gst-libs/gst/interfaces/rtspextension.c:
7936         (gst_rtsp_extension_iface_init),
7937         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7938         * gst-libs/gst/interfaces/rtspextension.h:
7939         Fix marshaller for the send signal.
7940         Add URL to stream selection interface method.
7941
7942 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7943
7944         * gst-libs/gst/riff/Makefile.am:
7945         Pull in our dependencies from -base before those from outside.
7946
7947 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7948
7949         * docs/libs/gst-plugins-base-libs-sections.txt:
7950         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7951         * gst-libs/gst/rtsp/gstrtspbase64.h:
7952         API: gst_rtsp_base64_decode_ip()
7953         Added function to decode Base64 in-place.
7954
7955 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7956
7957         * tests/check/libs/.cvsignore:
7958         Ignore the mixer test binary.
7959
7960 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7961
7962         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7963         Gratuitous comment change to trigger a rebuild on the buildbots.
7964
7965 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7966
7967         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7968         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7969         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7970         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7971         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7972         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7973         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7974         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7975         (gst_sdp_media_get_attribute_val):
7976         * gst-libs/gst/sdp/gstsdpmessage.h:
7977         Constify args where we can.
7978
7979 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7980
7981         * gst-libs/gst/interfaces/Makefile.am:
7982         * gst-libs/gst/interfaces/rtspextension.c:
7983         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7984         (gst_rtsp_extension_detect_server),
7985         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7986         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7987         (gst_rtsp_extension_configure_stream),
7988         (gst_rtsp_extension_get_transports),
7989         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7990         * gst-libs/gst/interfaces/rtspextension.h:
7991         Move interface for RTSP extensions from -good to here.
7992         Added helper methods to invoke interface methods.
7993
7994 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7995
7996         * docs/libs/gst-plugins-base-libs-sections.txt:
7997         * gst-libs/gst/rtsp/gstrtspdefs.h:
7998         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7999         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
8000         (gst_rtsp_message_init_response),
8001         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
8002         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
8003         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8004         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8005         (gst_rtsp_message_get_body), (dump_key_value):
8006         * gst-libs/gst/rtsp/gstrtspmessage.h:
8007         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8008         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8009         (gst_rtsp_range_parse):
8010         * gst-libs/gst/rtsp/gstrtsprange.h:
8011         * gst-libs/gst/rtsp/gstrtsptransport.c:
8012         * gst-libs/gst/rtsp/gstrtspurl.c:
8013         Fix some more RTSP docs.
8014         Add some missing methods for dealing with messages.
8015
8016 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8017
8018         * docs/libs/gst-plugins-base-libs-docs.sgml:
8019         * docs/libs/gst-plugins-base-libs-sections.txt:
8020         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8021         * gst-libs/gst/rtsp/gstrtspbase64.h:
8022         * gst-libs/gst/rtsp/gstrtspconnection.c:
8023         (gst_rtsp_connection_connect), (add_auth_header),
8024         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
8025         (read_body), (gst_rtsp_connection_receive),
8026         (gst_rtsp_connection_next_timeout),
8027         (gst_rtsp_connection_reset_timeout),
8028         (gst_rtsp_connection_set_auth):
8029         * gst-libs/gst/rtsp/gstrtspconnection.h:
8030         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
8031         * gst-libs/gst/rtsp/gstrtspdefs.h:
8032         * gst-libs/gst/rtsp/gstrtspmessage.h:
8033         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8034         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8035         (gst_rtsp_range_parse):
8036         * gst-libs/gst/rtsp/gstrtspurl.h:
8037         Added beginnings of RTSP documentation.
8038
8039 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8040
8041         * docs/libs/Makefile.am:
8042         * docs/libs/gst-plugins-base-libs-docs.sgml:
8043         * docs/libs/gst-plugins-base-libs-sections.txt:
8044         * gst-libs/gst/sdp/gstsdp.h:
8045         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
8046         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
8047         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
8048         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
8049         (gst_sdp_message_get_attribute_val),
8050         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
8051         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
8052         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
8053         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8054         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
8055         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
8056         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
8057         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
8058         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8059         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
8060         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
8061         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
8062         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
8063         (gst_sdp_media_get_attribute_val_n),
8064         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
8065         (print_media), (gst_sdp_message_dump):
8066         * gst-libs/gst/sdp/gstsdpmessage.h:
8067         Document the SDP library.
8068         Add some of the missing SDPMedia methods.
8069
8070 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8071
8072         * configure.ac:
8073         * gst-libs/gst/Makefile.am:
8074         * gst-libs/gst/rtsp/Makefile.am:
8075         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8076         * gst-libs/gst/rtsp/gstrtspbase64.h:
8077         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
8078         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
8079         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
8080         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
8081         (parse_response_status), (parse_request_line), (parse_line),
8082         (gst_rtsp_connection_read), (read_body),
8083         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8084         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8085         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8086         (gst_rtsp_connection_set_auth):
8087         * gst-libs/gst/rtsp/gstrtspconnection.h:
8088         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8089         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8090         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8091         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8092         (gst_rtsp_find_method):
8093         * gst-libs/gst/rtsp/gstrtspdefs.h:
8094         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8095         (gst_rtsp_message_new), (gst_rtsp_message_init),
8096         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8097         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8098         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8099         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8100         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8101         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8102         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8103         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8104         (gst_rtsp_message_dump):
8105         * gst-libs/gst/rtsp/gstrtspmessage.h:
8106         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8107         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8108         (gst_rtsp_range_parse), (gst_rtsp_range_free):
8109         * gst-libs/gst/rtsp/gstrtsprange.h:
8110         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8111         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8112         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8113         (range_as_text), (rtsp_transport_mode_as_text),
8114         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8115         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8116         (gst_rtsp_transport_free):
8117         * gst-libs/gst/rtsp/gstrtsptransport.h:
8118         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8119         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8120         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8121         * gst-libs/gst/rtsp/gstrtspurl.h:
8122         * gst-libs/gst/sdp/Makefile.am:
8123         * gst-libs/gst/sdp/gstsdp.h:
8124         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8125         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8126         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8127         (gst_sdp_attribute_init), (gst_sdp_message_new),
8128         (gst_sdp_message_init), (gst_sdp_message_uninit),
8129         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8130         (gst_sdp_media_uninit), (gst_sdp_media_free),
8131         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8132         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8133         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8134         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8135         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8136         (gst_sdp_message_get_attribute_val),
8137         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8138         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8139         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8140         (gst_sdp_media_get_attribute_val_n),
8141         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8142         (read_string), (read_string_del), (gst_sdp_parse_line),
8143         (gst_sdp_message_parse_buffer), (print_media),
8144         (gst_sdp_message_dump):
8145         * gst-libs/gst/sdp/gstsdpmessage.h:
8146         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8147         Move SDP and RTSP from helper objects in -good to a reusable library.
8148         Use a proper gst_ namespace.
8149
8150 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8151
8152         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8153         (vorbis_dec_flush_decode):
8154         Use the new buffer clipping function from gstaudio here.
8155
8156 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8157
8158         * docs/libs/gst-plugins-base-libs-sections.txt:
8159         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8160         * gst-libs/gst/audio/audio.h:
8161         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8162         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8163         Also add deprecation guards for gst_audio_structure_set_int() to the
8164         header.
8165
8166 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8167
8168         * docs/libs/gst-plugins-base-libs-sections.txt:
8169           Cleanup the docs.
8170
8171 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8172
8173         Patch by: Dan Williams <dcbw at redhat dot com>
8174
8175         * gst/playback/gstplaybasebin.c:
8176         (gst_play_base_bin_get_streaminfo_value_array):
8177         Don't return NULL when querying the stream info value array but instead
8178         return an empty array. Fixes #459204.
8179
8180 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8181
8182         * gst/playback/gsturidecodebin.c:
8183           Init debug category before using it.
8184
8185 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8186
8187         * gst-libs/gst/interfaces/mixer.h:
8188         Add padding vars in place of the signal pointers
8189         when building with DISABLE_DEPRECATED so that the
8190         interface structure doesn't change size.
8191
8192 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8193
8194         * docs/libs/gst-plugins-base-libs-sections.txt:
8195         * ext/alsa/gstalsamixer.c:
8196         * ext/alsa/gstalsamixer.h:
8197         * ext/alsa/gstalsamixerelement.c:
8198         * ext/alsa/gstalsamixertrack.c:
8199         * gst-libs/gst/interfaces/mixer.c:
8200         * gst-libs/gst/interfaces/mixer.h:
8201         * gst-libs/gst/interfaces/mixeroptions.c:
8202         * gst-libs/gst/interfaces/mixeroptions.h:
8203         * gst-libs/gst/interfaces/mixertrack.c:
8204         * gst-libs/gst/interfaces/mixertrack.h:
8205         * tests/check/Makefile.am:
8206         * tests/check/libs/mixer.c:
8207
8208         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8209         Fixes: #152864 
8210
8211         Add support for notifying mixer changes on the message bus, and
8212         implement it in alsamixer.
8213
8214         API: gst_mixer_get_mixer_flags
8215         API: gst_mixer_message_parse_mute_toggled
8216         API: gst_mixer_message_parse_record_toggled
8217         API: gst_mixer_message_parse_volume_changed
8218         API: gst_mixer_message_parse_option_changed
8219         API: GstMixerMessageType
8220         API: GstMixerFlags
8221
8222 2007-07-20  Michael Smith <msmith@fluendo.com>
8223
8224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8225         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8226           xcontext->im_format is only for testing XShm support (as the header
8227           file comments document). Use xvimage->im_format for everything else.
8228           Avoids spurious warnings on buffer allocation before setcaps.
8229
8230 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8231
8232         * tests/examples/volume/Makefile.am:
8233         * tests/icles/Makefile.am:
8234           We should use $(LIBM).
8235
8236 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8237
8238         * tests/icles/Makefile.am:
8239           This needs -lm.
8240
8241 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8242
8243         * gst-libs/gst/rtp/gstbasertppayload.c:
8244         (gst_basertppayload_class_init), (gst_basertppayload_init),
8245         (gst_basertppayload_set_property),
8246         (gst_basertppayload_get_property):
8247         Don't break ABI, restore previous ranges. Keep the default random
8248         selection of timestamp and seqnum offset but as soon as the app sets a
8249         specific value, use that one.
8250
8251 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8252
8253         Patch by: Bastien Nocera <hadess at hadess dot net>
8254
8255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8256         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8257         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8258         * sys/xvimage/xvimagesink.h:
8259         Add option to turn off double-buffering for debugging purposes.
8260         Fixes #437169.
8261
8262 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8263
8264         Patch by: Jorn Baayen <jorn at openedhand dot com>
8265
8266         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8267         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8268         (gst_ximagesink_init), (gst_ximagesink_class_init):
8269         * sys/ximage/ximagesink.h:
8270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8271         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8272         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8273         * sys/xvimage/xvimagesink.h:
8274         add 'handle-expose' property. Useful for video widgets which may want to
8275         be in control of Expose behaviour. Fixes #380625
8276
8277 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8278
8279         * gst-libs/gst/rtp/gstbasertppayload.c:
8280         (gst_basertppayload_class_init), (gst_basertppayload_init),
8281         (gst_basertppayload_event), (gst_basertppayload_push),
8282         (gst_basertppayload_set_property),
8283         (gst_basertppayload_get_property),
8284         (gst_basertppayload_change_state):
8285         * gst-libs/gst/rtp/gstbasertppayload.h:
8286         Fix ranges of rtp payloader properties so that the full range can be
8287         used in addition to -1 (random).
8288         Fix wrong seqnum reporting in caps.
8289         Fixes #420326.
8290
8291 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8292
8293         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8294         (gst_video_rate_query):
8295         Use boilerplate.
8296         Add latency query, might not be perfect yet but already works a lot
8297         better. Fixes #442557.
8298
8299 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8300
8301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8302         (gst_xvimagesink_setcaps):
8303         * sys/xvimage/xvimagesink.h:
8304         After a caps change, redraw our borders to avoid garbage left there
8305         when the image format changes to a smaller size, like 16:9 -> 4:3
8306         Also, hold the flow_lock a bit longer in the set_caps while we're
8307         fiddling with the xcontext.
8308
8309 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8310
8311         * Makefile.am:
8312         * configure.ac:
8313         * tests/Makefile.am:
8314         Remove bogus check for libcheck, since we check for
8315         gstreamer-check and it pulls in the required info from there, and we
8316         weren't actually _using_ the information for libcheck ourselves
8317         anyway.
8318
8319 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8320
8321         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8322         (gst_ffmpeg_caps_to_pixfmt):
8323         Fix the r_mask test for RGBA32 on little-endian.
8324         Fix a stupid typo that would have obviously broken 
8325         compilation on big-endian, if anyone was testing.
8326
8327 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8328
8329         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8330         (paint_hline_str4):
8331         * gst/videotestsrc/videotestsrc.h:
8332         Add alpha to the color struct.
8333         Use a default alpha value of 255 instead of 128.
8334
8335 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8336
8337         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8338         (setup_source):
8339         Clear the dynamic pads counter when starting a new uri. This makes
8340         reusing playbin work again.
8341         Fixes #454264.
8342
8343 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8344
8345         * configure.ac:
8346           Use pkg-config to locate check.
8347
8348 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8349
8350         * configure.ac:
8351         * tests/check/elements/volume.c: (GST_START_TEST):
8352           Fix 'make check' build against core CVS.
8353
8354 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8355
8356         * gst-libs/gst/interfaces/propertyprobe.c:
8357         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8358         * gst-libs/gst/tag/gstvorbistag.c:
8359           Make gtk-doc happy.
8360
8361 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8362
8363         * gst-libs/gst/audio/gstbaseaudiosink.c:
8364         (gst_base_audio_sink_callback):
8365           Quick hack to make audiosinks stop at EOS when operating in
8366           pull-mode; needs to be fixed properly some day.
8367
8368 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8369
8370         * docs/libs/gst-plugins-base-libs-sections.txt:
8371           Fix location of includes in the docs.
8372
8373 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8374
8375         * gst/ffmpegcolorspace/avcodec.h:
8376         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8377         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8378         (gst_ffmpegcsp_avpicture_fill):
8379         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8380         (img_get_alpha_info):
8381         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8382         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8383         end of the word. Partially fixes #451908
8384
8385 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8386
8387         * docs/libs/Makefile.am:
8388         * docs/plugins/Makefile.am:
8389           Simplify --extra-dir as gtkdoc scans recursively.
8390
8391 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8392
8393         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8394         (gst_adder_request_new_pad):
8395         Make getcaps more robust by not using the proxycaps function. This makes
8396         sure that we don't end up recursively calling getcaps upstream.
8397         See #316248.
8398
8399 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8400
8401         * gst/audioconvert/audioconvert.c:
8402         Include math.h to fix compilation.
8403
8404 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8405
8406         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8407         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8408         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8409         format, as produced by some dc1394 cameras like the iSight.
8410         See http://www.fourcc.org/yuv.php#IYU1
8411
8412 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8413
8414         * gst/audioconvert/Makefile.am:
8415         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8416         (check_default), (audio_convert_prepare_context),
8417         (audio_convert_clean_context), (audio_convert_convert):
8418         * gst/audioconvert/audioconvert.h:
8419         * gst/audioconvert/gstaudioconvert.c:
8420         (gst_audio_convert_dithering_get_type),
8421         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8422         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8423         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8424         * gst/audioconvert/gstaudioconvert.h:
8425         * gst/audioconvert/gstaudioquantize.c:
8426         (gst_audio_quantize_setup_noise_shaping),
8427         (gst_audio_quantize_free_noise_shaping),
8428         (gst_audio_quantize_setup_dither),
8429         (gst_audio_quantize_free_dither),
8430         (gst_audio_quantize_setup_quantize_func),
8431         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8432         * gst/audioconvert/gstaudioquantize.h:
8433         Implement dithering and noise shaping in audioconvert. By default now
8434         TPDF dithering (and no noise shaping) will be used when converting
8435         from a higher bit depth to 20 bit depth or smaller, otherwise
8436         everything will be as it is now.
8437         For the last audioconvert in a pipeline it would make sense to
8438         use some kind of noise shaping, enabling it by default for all
8439         conversions would give undesired results though. Fixes #360246.
8440         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8441         (GST_START_TEST):
8442         Adjust unit test for the new audioconvert.
8443
8444 2007-06-28  Wim Taymans  <wim@fluendo.com>
8445
8446         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8447         Use other metrics as well when estimating the buffer level.
8448
8449 2007-06-28  Wim Taymans  <wim@fluendo.com>
8450
8451         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8452         Small debug improvement.
8453
8454         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8455         (plugin_init):
8456         Tweak the rate estimation period.
8457         When calculating the buffer filledness in rate estimation mode, don't
8458         mix it with other metrics.
8459
8460 2007-06-28  Wim Taymans  <wim@fluendo.com>
8461
8462         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8463         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8464         When creating the groups, allow for a 5 second, unlimited buffers
8465         preroll phase after which we expose the group.
8466         When the group is exposed, use a small number of buffers up to a 2
8467         second limit. Also disconnect the overrun signal from multiqueue when we
8468         exposed the group because it is not needed anymore.
8469
8470 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8471
8472         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8473           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8474           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8475           (#451707); also, output some debugging info when dealing with
8476           freeform strings.
8477
8478         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8479           Add unit test for the above.
8480
8481 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8482
8483         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8484           Add description for Windows Media RTP caps.
8485
8486         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8487           Remove RTP fields that don't define the format from caps.
8488
8489 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8490
8491         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8492           Skip empty buffers, but not empty header buffers. That way the original
8493           vorbisdec unit test still passes (#451145); also, take into account
8494           that those empty packets might carry a granulepos.
8495
8496         * tests/check/Makefile.am:
8497         * tests/check/elements/vorbisdec.c:
8498         (_create_codebook_header_buffer), (_create_audio_buffer),
8499         (GST_START_TEST), (vorbisdec_suite):
8500           Add unit test that sends an empty packet.
8501
8502 2007-06-27  Wim Taymans  <wim@fluendo.com>
8503
8504         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8505         Don't error out on 0-sized packets, just emit a warning because this is
8506         not a fatal error. Fixes #451145.
8507
8508 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8509
8510         * docs/plugins/gst-plugins-base-plugins.args:
8511         * docs/plugins/gst-plugins-base-plugins.signals:
8512         * docs/plugins/inspect/plugin-adder.xml:
8513         * docs/plugins/inspect/plugin-alsa.xml:
8514         * docs/plugins/inspect/plugin-audioconvert.xml:
8515         * docs/plugins/inspect/plugin-audiorate.xml:
8516         * docs/plugins/inspect/plugin-audioresample.xml:
8517         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8518         * docs/plugins/inspect/plugin-cdparanoia.xml:
8519         * docs/plugins/inspect/plugin-decodebin.xml:
8520         * docs/plugins/inspect/plugin-decodebin2.xml:
8521         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8522         * docs/plugins/inspect/plugin-gdp.xml:
8523         * docs/plugins/inspect/plugin-gnomevfs.xml:
8524         * docs/plugins/inspect/plugin-libvisual.xml:
8525         * docs/plugins/inspect/plugin-ogg.xml:
8526         * docs/plugins/inspect/plugin-pango.xml:
8527         * docs/plugins/inspect/plugin-playbin.xml:
8528         * docs/plugins/inspect/plugin-subparse.xml:
8529         * docs/plugins/inspect/plugin-tcp.xml:
8530         * docs/plugins/inspect/plugin-theora.xml:
8531         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8532         * docs/plugins/inspect/plugin-video4linux.xml:
8533         * docs/plugins/inspect/plugin-videorate.xml:
8534         * docs/plugins/inspect/plugin-videoscale.xml:
8535         * docs/plugins/inspect/plugin-videotestsrc.xml:
8536         * docs/plugins/inspect/plugin-volume.xml:
8537         * docs/plugins/inspect/plugin-vorbis.xml:
8538         * docs/plugins/inspect/plugin-ximagesink.xml:
8539         * docs/plugins/inspect/plugin-xvimagesink.xml:
8540           Update docs with caps info.
8541
8542 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8543
8544         * po/POTFILES.in:
8545           Add more files with translatable strings (#450875).
8546
8547 2007-06-23  Edward Hervey  <edward@fluendo.com>
8548
8549         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8550         The chain should be freed if we error out here, else it will leak.
8551         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8552         (cleanup_decodebin):
8553         Don't forget to *properly* remove the signals, else it will leak.
8554
8555 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8556
8557         * MAINTAINERS:
8558         Updating all the maintainers files
8559
8560 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8561
8562         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8563         (main):
8564           Destroy and recreate parse-launch based pipeline after stop to be able
8565           to play again. Reorder some code and add more comments.
8566
8567 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8568
8569         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8570         When handling a delayed-caps notification case, mark
8571         the group as dynamic so that the nbdynamic count is
8572         incremented and decremented correctly. Fixes: #449156
8573         Patch by: Wim Taymans <wim@fluendo.com>
8574
8575 2007-06-19  Andy Wingo  <wingo@pobox.com>
8576
8577         * gst-libs/gst/audio/gstbaseaudiosink.c
8578         (gst_base_audio_sink_init): Enable pull-mode operation.
8579
8580 2007-06-19  Michael Smith <msmith@fluendo.com>
8581
8582         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8583           Change minimum rate back to 1000 to allow low-sample-rate wav files
8584           to play back.
8585
8586 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8587
8588         * po/vi.po:
8589           Update translations.
8590
8591 2007-06-15  David Schleef  <ds@schleef.org>
8592
8593         * gst/playback/gstqueue2.c:
8594           Fix compile error from ignored return value.
8595
8596 2007-06-15  Michael Smith <msmith@fluendo.com>
8597
8598         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8599           Update tmpbuf for all neccesary rows, not just one, as is required
8600           when downscaling.
8601           Fixes #402076.
8602
8603 2007-06-15  Michael Smith <msmith@fluendo.com>
8604
8605         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8606         (eos_buffer_probe):
8607           Add a test that ensures we set DELTA_UNIT on all non-header,
8608           non-video buffers, if we have a video stream.
8609         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8610         (gst_ogg_mux_process_best_pad):
8611           Move setting delta_pad to earlier, where we inspect all pads, so
8612           that leading audio pages don't get DELTA_UNIT unset if they come
8613           before the first DELTA_UNIT from video pages. Fixes the newly-added
8614           test. Fixes #385527.
8615
8616 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8617
8618         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8619           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8620           fails on the p5-ppc64 build bot and the failure looks like it is due
8621           to the same issue as #348114, ie. a compiler bug.
8622
8623 2007-06-13  Edward Hervey  <edward@fluendo.com>
8624
8625         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8626         Fix build on MacOSX.
8627
8628 2007-06-13  Wim Taymans  <wim@fluendo.com>
8629
8630         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8631         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8632         Fix compilation on mingw. Fixes #446972.
8633
8634 2007-06-12  Wim Taymans  <wim@fluendo.com>
8635
8636         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8637
8638         * gst/playback/gstqueue2.c: (update_buffering),
8639         (gst_queue_locked_enqueue):
8640         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8641         also update the buffering status when receiving events. Fixes #446551.
8642
8643 2007-06-11  Wim Taymans  <wim@fluendo.com>
8644
8645         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8646
8647         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8648         (gst_queue_handle_src_query):
8649         Wait for preroll before attempting to forward a duration query upstream.
8650         Fixes #445505.
8651
8652 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8653
8654         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8655         (gst_base_rtp_depayload_set_gst_timestamp):
8656         Use G_GINT64_CONSTANT macro for int64 constant.
8657         * win32/common/libgstinterfaces.def:
8658         * win32/common/libgsttag.def:
8659         Add new exported functions.
8660
8661 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8662
8663         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8664           The BOS page of the first Dirac video stream needs to come before
8665           the BOS page of any Vorbis streams or other audio streams, just like
8666           it is with Theora.
8667
8668 2007-06-07  Wim Taymans  <wim@fluendo.com>
8669
8670         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8671         Fix compilation.
8672
8673 2007-06-06  Wim Taymans  <wim@fluendo.com>
8674
8675         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8676
8677         * gst/playback/gstqueue2.c: (gst_queue_init),
8678         (gst_queue_handle_sink_event), (gst_queue_chain),
8679         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8680         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8681         (gst_queue_src_activate_pull):
8682         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8683         Does not yet completely work because duration queries upstream won't
8684         block yet.
8685
8686 2007-06-06  Wim Taymans  <wim@fluendo.com>
8687
8688         * configure.ac:
8689         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8690         Some more fseeko checks.
8691
8692 2007-06-06  Wim Taymans  <wim@fluendo.com>
8693
8694         * configure.ac:
8695         check for large file support.
8696
8697 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8698
8699         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8700
8701         * gst/subparse/gstsubparse.c: (parse_subrip),
8702         (subviewer_unescape_newlines), (parse_subviewer),
8703         (gst_sub_parse_data_format_autodetect),
8704         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8705         * gst/subparse/gstsubparse.h:
8706         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8707         * tests/check/elements/subparse.c: (GST_START_TEST),
8708         (subparse_suite):
8709         Add a unit test for both SubViewer formats.
8710
8711 2007-06-01  Michael Smith <msmith@fluendo.com>
8712
8713         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8714           Don't overflow intermediate values when seeking to large time values
8715           in audiotestsrc.
8716
8717 2007-06-05  Wim Taymans  <wim@fluendo.com>
8718
8719         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8720         (gst_queue_create_read), (gst_queue_read_item_from_file),
8721         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8722         Include stdio to define fseeko.
8723
8724 2007-06-05  Wim Taymans  <wim@fluendo.com>
8725
8726         Patch by: Edward Hervey  <edward@fluendo.com>
8727
8728         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8729         (gst_v4lsrc_query):
8730         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8731
8732 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8733
8734         * gst-libs/gst/riff/Makefile.am:
8735         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8736           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8737           our own implementation.
8738
8739 2007-06-05  Wim Taymans  <wim@fluendo.com>
8740
8741         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8742         (gst_base_rtp_depayload_setcaps),
8743         (gst_base_rtp_depayload_set_gst_timestamp),
8744         (gst_base_rtp_depayload_change_state):
8745         Handle timestamp wraparound.
8746
8747 2007-06-05  Wim Taymans  <wim@fluendo.com>
8748
8749         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8750         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8751         (gst_uri_decode_bin_change_state):
8752         Make sure we name srcpads uniquely even when using different internal
8753         decodebins.
8754         Signal no-more-pads when no more dynamic elements exist.
8755         Remove pads on cleanup.
8756
8757 2007-06-05  Wim Taymans  <wim@fluendo.com>
8758
8759         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8760
8761         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8762         (gst_queue_init), (gst_queue_finalize),
8763         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8764         (gst_queue_create_read), (gst_queue_read_item_from_file),
8765         (gst_queue_open_temp_location_file),
8766         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8767         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8768         (gst_queue_is_empty), (gst_queue_is_filled),
8769         (gst_queue_change_state), (gst_queue_set_temp_location),
8770         (gst_queue_set_property):
8771         Add support for filebased buffering. Fixes #441264.
8772
8773 2007-06-05  Wim Taymans  <wim@fluendo.com>
8774
8775         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8776         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8777         (caps_notify_group_cb), (gst_decode_group_new),
8778         (gst_decode_group_free):
8779         Add support for delayed caps fixation when autoplugging.
8780         Optimize cases where a multiqueue is not needed/wanted, like right after
8781         anything that is not a demuxer.
8782
8783 2007-06-05  Wim Taymans  <wim@fluendo.com>
8784
8785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8786         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8787         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8788         consideratly speedup ogg chain detection by not trying to find a base
8789         timestamp for skeleton streams. 
8790
8791 2007-06-05  Wim Taymans  <wim@fluendo.com>
8792
8793         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8794         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8795         (gst_multi_fd_sink_remove_flush),
8796         (gst_multi_fd_sink_remove_client_link),
8797         (gst_multi_fd_sink_handle_client_write),
8798         (gst_multi_fd_sink_handle_clients):
8799         * gst/tcp/gstmultifdsink.h:
8800         Add support for remove_flush.
8801
8802 2007-06-05  Wim Taymans  <wim@fluendo.com>
8803
8804         * docs/design/draft-keyframe-force.txt:
8805         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8806         (theora_enc_chain):
8807         Add draft design for forcing keyframes in encoders and implement in
8808         theoraenc.
8809
8810 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8811
8812         * configure.ac:
8813           Back to CVS
8814
8815 === release 0.10.13 ===
8816
8817 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8818
8819         * configure.ac:
8820           releasing 0.10.13, "What's Going on?"
8821
8822 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8823
8824         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8825         In riff, the depth is stored in the size field but it just means that
8826         the least significant bits are cleared. We can therefore just play
8827         the sample as if it had a depth == width. Fixes: #440997
8828
8829         Patch by: Wim Taymans <wim@fluendo.com> 
8830         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8831
8832 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8833
8834         * gst-libs/gst/floatcast/floatcast.h:
8835         Define inline when needed on win32 builds. Fixes: #441295
8836         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8837
8838 2007-05-29  Wim Taymans  <wim@fluendo.com>
8839
8840         * gst/playback/gstplaybasebin.c: (queue_overrun),
8841         (no_more_pads_full):
8842         Stop buffering when the group is commited because the queues filled up.
8843         Fixes #442024.
8844
8845 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8846
8847         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8848         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8849         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8850         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8851         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8852         * ext/alsa/gstalsamixer.h:
8853         * ext/alsa/gstalsamixerelement.c:
8854         (gst_alsa_mixer_element_interface_supported),
8855         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8856         (gst_alsa_mixer_element_set_property),
8857         (gst_alsa_mixer_element_get_property),
8858         (gst_alsa_mixer_element_change_state):
8859         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8860         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8861         (gst_mixer_option_changed):
8862         * gst-libs/gst/interfaces/mixer.h:
8863         Revert commits towards #152864 made so far. We'll pick it up again
8864         after the 0.10.13 release.
8865
8866 2007-05-24  Wim Taymans  <wim@fluendo.com>
8867
8868         * gst-libs/gst/audio/gstbaseaudiosink.c:
8869         (gst_base_audio_sink_render):
8870         After an interrupt (PAUSED/flush) assume that the next sample should not
8871         be aligned to the previous sample. Fixes #417992.
8872
8873 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8874
8875         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8876           Don't add channels and rate fields to the template caps for
8877           audio/x-dts, as wavparse might not always be able to set them,
8878           which would then lead to 'caps are not a real subset of the
8879           template caps' warnings.
8880
8881 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8882
8883         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8884         Handle unknown or invalid pads without crashing, as might occur if
8885         a media file like an mp3 is specified as a subtitle file.
8886         Fixes: #410039
8887
8888 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8889
8890         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8891         (setup_sinks):
8892         Block the subtitle bin output queue before ghosting it and linking,
8893         then unblock after. This avoids spurious not-linked errors caused 
8894         by the queue starting up (because it gets linked when it is ghosted). 
8895         Fixes: #350299
8896
8897 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8898
8899         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8900         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8901         file. Avoids flukes where the input gets typefound to some valid but
8902         useless type.
8903
8904 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8905
8906         * tests/check/Makefile.am:
8907         * tests/check/elements/.cvsignore:
8908         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8909         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8910           Add unit test for gnomevfssink seeking and position reporting for
8911           file:// URIs.
8912
8913 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8914
8915         Patch by: Mark Nauwelaerts <manauw at skynet be>
8916
8917         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8918         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8919         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8920         * ext/gnomevfs/gstgnomevfssink.h:
8921           Fix position reporting, especially after a seek (from upstream),
8922           see #412648.
8923
8924 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8925
8926         * ext/cdparanoia/gstcdparanoiasrc.c:
8927           Repair umlaut.
8928
8929 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8930
8931         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8932         Specify the full valid range for MP3 samplerates. Fixes a regression
8933         caused by extra header checks since the last release.
8934
8935 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8936
8937         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8939         Fix a locking-order bug I introduced with my changes the other day.
8940         Patch by Mike Smith.
8941
8942 2007-05-21  Michael Smith <msmith@fluendo.com>
8943
8944         * ext/theora/theoradec.c: (theora_handle_data_packet):
8945           Don't look inside 0-length packets (which indicate duplicated
8946           frames)
8947
8948 2007-05-21  Wim Taymans  <wim@fluendo.com>
8949
8950         * ext/cdparanoia/gstcdparanoiasrc.c:
8951         (gst_cd_paranoia_src_read_sector):
8952         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8953         (gst_base_audio_src_create):
8954         Small cleanups.
8955
8956         * ext/theora/theoradec.c: (theora_dec_sink_event):
8957         Fix typo.
8958
8959         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8960         (gst_base_rtp_depayload_set_gst_timestamp):
8961         Add some FIXME
8962
8963         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8964         And some debug info when a FIXME path is hit.
8965
8966 2007-05-21  Wim Taymans  <wim@fluendo.com>
8967
8968         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8969         (gst_base_rtp_audio_payload_class_init),
8970         (gst_base_rtp_audio_payload_init),
8971         (gst_base_rtp_audio_payload_finalize),
8972         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8973         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8974         (gst_base_rtp_payload_audio_handle_event):
8975         Some cleanups, remove minptime property as it is now in the parent
8976         class.
8977         Override parent class event function.
8978
8979         * gst-libs/gst/rtp/gstbasertppayload.c:
8980         (gst_basertppayload_class_init), (gst_basertppayload_init),
8981         (gst_basertppayload_event), (gst_basertppayload_set_property),
8982         (gst_basertppayload_get_property):
8983         * gst-libs/gst/rtp/gstbasertppayload.h:
8984         Add min-ptime property.
8985         Add handle-event vmethod. Fixes #415001.
8986
8987 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8988
8989         * gst-libs/gst/audio/gstbaseaudiosink.c
8990           (gst_base_audio_sink_change_state):
8991           Fix typo in comment.
8992
8993         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8994           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8995           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8996           close_link):
8997         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8998           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8999           Remove trailing whitespaces in comments.
9000
9001         * gst/volume/Makefile.am:
9002           Fix tabs.
9003
9004 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9005
9006         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9007
9008         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
9009           set_option, get_option, _gst_reserved):
9010           Revert reordering functions (keep ABI).
9011
9012 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
9013
9014         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9015         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
9016         (gst_ximagesink_show_frame):
9017         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9018         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
9019         (gst_xvimagesink_show_frame):
9020         When we create our own window, indicate that we handle the 
9021         WM_DELETE client message from the window manager, so that it won't 
9022         kill our window (and our app) along with it. Handle ClientMessage,
9023         post an error on the bus, and close the window. Further buffers
9024         arriving will result in a FlowError because the window has been
9025         destroyed.
9026
9027         Fixes: #393975
9028
9029         Clean up the X event handling loop and make them the same for
9030         both xvimagesink and ximagesink while I'm at it.
9031
9032 2007-05-17  Wim Taymans  <wim@fluendo.com>
9033
9034         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
9035         Make decodebin2 autoplug depayloaders too.
9036
9037         * gst/playback/gsturidecodebin.c: (source_new_pad):
9038         Set the newly created decoder in a usable state when autoplugging a
9039         dynamic source such as RTSP.
9040
9041 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9042
9043         * gst/playback/gststreaminfo.c: (cb_probe):
9044           Ignore video-codec tag for audio streams and ignore audio-codec tags
9045           for video streams. Should make codec name collection a bit more
9046           robust against sloppy demuxers that send tag events containing both
9047           tags down each pad.
9048
9049 2007-05-17  Wim Taymans  <wim@fluendo.com>
9050
9051         * gst/playback/gstqueue2.c: (update_rates):
9052         Tweak the buffering thresholds a little.
9053         Update the buffer size with the previously calculate rate instead of
9054         only when we calculate a new rate so that we get smoother buffering
9055         updates.
9056
9057         * gst/playback/Makefile.am:
9058         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
9059         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
9060         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
9061         (gst_uri_decode_bin_get_property), (unknown_type),
9062         (add_element_stream), (no_more_pads_full), (no_more_pads),
9063         (source_no_more_pads), (new_decoded_pad), (array_has_value),
9064         (gen_source_element), (has_all_raw_caps), (analyse_source),
9065         (remove_decoders), (make_decoder), (remove_source),
9066         (source_new_pad), (setup_source), (decoder_query_init),
9067         (decoder_query_duration_fold), (decoder_query_duration_done),
9068         (decoder_query_position_fold), (decoder_query_position_done),
9069         (decoder_query_latency_fold), (decoder_query_latency_done),
9070         (decoder_query_seeking_fold), (decoder_query_seeking_done),
9071         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
9072         (gst_uri_decode_bin_change_state), (plugin_init):
9073         New element that intergrates a source, optional buffering element and
9074         decodebin.
9075
9076 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9077
9078         * configure.ac:
9079           Bump libtheora requirement to 1.0alpha5 for the pixformat check
9080           (also has a .pc file, so we don't need the fallback check any
9081           longer). Fixes #438840.
9082
9083 2007-05-17  Wim Taymans  <wim@fluendo.com>
9084
9085         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9086         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9087         (apply_segment), (apply_buffer), (update_buffering),
9088         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9089         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9090         (gst_queue_handle_sink_event), (gst_queue_is_filled),
9091         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9092         (plugin_init):
9093         fix build.
9094
9095 2007-05-17  Wim Taymans  <wim@fluendo.com>
9096
9097         * gst/playback/Makefile.am:
9098         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9099         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9100         (gst_queue_getcaps), (gst_queue_bufferalloc),
9101         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9102         (apply_buffer), (update_buffering), (reset_rate_timer),
9103         (update_rates), (gst_queue_locked_flush),
9104         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9105         (gst_queue_handle_sink_event), (gst_queue_is_empty),
9106         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9107         (gst_queue_loop), (gst_queue_handle_src_event),
9108         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9109         (gst_queue_src_activate_push), (gst_queue_change_state),
9110         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9111         On our way to playbin2 this is the new network queue that does buffering
9112         all by itself using high and low watermarks. It can also measure up and
9113         downstream bandwidth to optimally size the queue.
9114
9115 2007-05-17  Michael Smith <msmith@fluendo.com>
9116
9117         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9118         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9119           Use the segment->last_stop value to calculate the next timestamp to
9120           generate after a seek; not the segment->start value.
9121
9122 2007-05-15  David Schleef  <ds@schleef.org>
9123
9124         * docs/Makefile.am: Install docs even when --disable-gtk-doc
9125           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
9126
9127 2007-05-15  Wim Taymans  <wim@fluendo.com>
9128
9129         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9130         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9131         Some more chained streaming ogg timestamp fixes.
9132
9133 2007-05-15  Wim Taymans  <wim@fluendo.com>
9134
9135         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9136         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9137         (gst_ogg_demux_handle_page):
9138         Add some FIXMEs.
9139         Fix chain start/stop segment handling based on patch by
9140         <ahalda at cs dot mcgill dot ca> see #320984.
9141
9142 2007-05-15  Michael Smith <msmith@fluendo.com>
9143
9144         * configure.ac:
9145           We don't require a C++ compiler. So don't require one.
9146
9147 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9148
9149         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9150           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9151           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9152           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9153           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9154           gst_alsa_mixer_update_track):
9155           Apply some of the cleanup Tim suggested in #152864 afterwards.
9156
9157 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9158
9159         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9160
9161         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9162           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9163           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9164           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9165           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9166           gst_alsa_mixer_handle_source_callback,
9167           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9168           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9169           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9170           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9171           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9172           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9173         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9174         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9175           gst_alsa_mixer_element_interface_supported,
9176           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9177           gst_alsa_mixer_element_set_property,
9178           gst_alsa_mixer_element_get_property,
9179           gst_alsa_mixer_element_change_state):
9180         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9181         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9182           gst_mixer_option_changed):
9183         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9184           volume_changed, option_changed, _gst_reserved):
9185           Implement notification for alsamixer. Fixes #152864
9186
9187 2007-05-14  David Schleef  <ds@schleef.org>
9188
9189         * gst/videotestsrc/videotestsrc.c:
9190         * gst/videotestsrc/videotestsrc.h:
9191           Add support for video/x-raw-bayer.
9192
9193 2007-05-12  David Schleef  <ds@schleef.org>
9194
9195         * sys/xvimage/xvimagesink.c:
9196           Add some sanity checking for the XVImage size returned by X.
9197           Related to #377400.
9198
9199 2007-05-12  Wim Taymans  <wim@fluendo.com>
9200
9201         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9202         (gst_base_rtp_depayload_setcaps),
9203         (gst_base_rtp_depayload_set_gst_timestamp):
9204         Parse and use additional caps fields as described in updated
9205         application/x-rtp caps spec.
9206
9207 2007-05-12  Wim Taymans  <wim@fluendo.com>
9208
9209         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9210         (gst_ogg_demux_collect_chain_info):
9211         If there is a stream in a chain without any data packets, ignore the
9212         stream in the total length calculations. Might be related to #436820.
9213
9214 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9215
9216         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9217         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9218         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9219         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9220         (plugin_init):
9221
9222         Consolidate and re-work our mpeg system stream detection to probe
9223         more packets and produce a higher confidence result. Fixes a
9224         regression caused by lowering the typefind probability last year
9225         - related to bug #397810. Remove the redundant MPEG-1 specific 
9226         typefind function, as the new one detects both MPEG-1 & MPEG-2
9227         happily.
9228
9229         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9230         little. 
9231
9232         Tested against my media test directory, with some improvements and
9233         no regressions.
9234
9235 2007-05-10  Wim Taymans  <wim@fluendo.com>
9236
9237         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9238         (queue_out_of_data):
9239         Connect to the new queue "pushing" signal instead of the broken
9240         "running" one.
9241
9242 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9243
9244         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9245         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9246         Move variable declaration before the first instruction.
9247         * gst/videotestsrc/videotestsrc.c:
9248         Define M_PI if it's not defined yet.
9249         * win32/common/libgstrtp.def:
9250         Add new exported functions.
9251
9252 2007-05-09  Michael Smith <msmith@fluendo.com>
9253
9254         * ext/theora/theoradec.c: (theora_handle_type_packet):
9255           gst_pad_push_event() does not return a GstFlowReturn!
9256
9257 2007-05-09  Wim Taymans  <wim@fluendo.com>
9258
9259         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9260         * tests/examples/seek/seek.c: (do_seek):
9261         Some small cosmetic changes.
9262
9263 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9264
9265         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9266           gst_adder_change_state):
9267         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9268           segment_pending, segment_position, segment_rate):
9269           Handle playback-rate on adder.
9270
9271 2007-05-07  Michael Smith <msmith@fluendo.com>
9272
9273         * ext/theora/gsttheoradec.h:
9274         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9275         (theora_dec_sink_event), (theora_handle_comment_packet),
9276         (theora_handle_type_packet), (theora_dec_change_state):
9277           Don't push events (newsegment, tags) before initialising the
9278           decoder.
9279           This is neccesary for seeking to work correctly in gnonlin.
9280
9281 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9282
9283         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9284         * gst/adder/gstadder.c:
9285         * gst/audiotestsrc/gstaudiotestsrc.c
9286           (gst_audio_test_src_create_white_noise):
9287         * gst/videotestsrc/gstvideotestsrc.c:
9288         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9289           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9290           volume_sink_template, volume_src_template, gst_volume_init,
9291           volume_process_double, volume_process_int16,
9292           volume_process_int16_clamp):
9293           Doc fixes and formatting.
9294
9295 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9296
9297         * tests/check/Makefile.am:
9298         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9299           Minimal check for volume's GstController usability; also another
9300           test for #422295.
9301
9302 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9303
9304         * gst-libs/gst/cdda/gstcddabasesrc.c:
9305         (gst_cdda_base_src_add_track):
9306           Fix it so that it (a) makes sense and (b) doesn't break
9307           everything cdda-related including the unit test.
9308
9309 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9310
9311         * gst-libs/gst/cdda/gstcddabasesrc.c:
9312         (gst_cdda_base_src_add_track):
9313           Fix build when disabling asserts.
9314
9315 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9316
9317         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9318           When XShm is not available, we might get row strides that are not
9319           rounded up to multiples of four; this is bad, because virtually
9320           every RGB-processing element in GStreamer assumes rowstrides are
9321           rounded up to multiples of four, so let's allocate at least enough
9322           memory to avoid crashes in this case. The image will still be
9323           displayed distorted though if this happens, so that still needs
9324           fixing (maybe by allocating a bigger image with an 'even' width
9325           and then clipping it appropriately when rendering - something for
9326           Xlib aficionados in any case).
9327
9328 2007-05-03  Michael Smith <msmith@fluendo.com>
9329
9330         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9331           If a buffer doesn't have a timestamp, assume it's contiguous with
9332           the previous buffer, and synthesise timestamps appropriately.
9333
9334 2007-05-03  Edward Hervey  <edward@fluendo.com>
9335
9336         * tests/check/elements/videorate.c: (GST_START_TEST):
9337         Set buffer timestamp to a valid value in order to test the buffer
9338         really does stay in videorate.
9339
9340 2007-05-03  Edward Hervey  <edward@fluendo.com>
9341
9342         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9343         There is no sensible way to handle incoming buffers which don't have a
9344         valid timestamp. We therefore discard them and wait for the next one.
9345
9346 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9347
9348         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9349         * gst/playback/gstdecodebin2.c: (plugin_init):
9350           Better error message for text files.
9351
9352 2007-04-29  Wim Taymans  <wim@fluendo.com>
9353
9354         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9355         Fix offset bug in generation RR packets.
9356
9357 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9358
9359         * ext/theora/theoradec.c: (_theora_granule_time),
9360         (theora_dec_push_forward), (theora_handle_data_packet),
9361         (theora_dec_decode_buffer): Calculate buffer duration correctly
9362         to generate a perfect stream (#433888).
9363         * gst/audioresample/gstaudioresample.c:
9364         (audioresample_check_discont): Glib provides ABS.
9365
9366 2007-04-27  Wim Taymans  <wim@fluendo.com>
9367
9368         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9369         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9370         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9371         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9372         (gst_rtcp_packet_bye_set_reason):
9373         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9374         Fix RB block parsing and writing.
9375         Add support for constructing BYE packets.
9376
9377 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9378
9379         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9380         (gst_base_audio_src_create):
9381         * po/POTFILES.in:
9382           When posting a warning message because samples were dropped, post
9383           something more intelligible than he default error message for clock
9384           errors which is just confusing in this context (#432984).
9385
9386 2007-04-25  Wim Taymans  <wim@fluendo.com>
9387
9388         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9389         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9390         (read_packet_header), (gst_rtcp_packet_move_to_next),
9391         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9392         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9393         (gst_rtcp_packet_sdes_get_item_count),
9394         (gst_rtcp_packet_sdes_first_item),
9395         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9396         (gst_rtcp_packet_sdes_first_entry),
9397         (gst_rtcp_packet_sdes_next_entry),
9398         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9399         (gst_rtcp_packet_sdes_add_entry):
9400         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9401         Implement code to write SR, RR and SDES packets.
9402
9403 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9404
9405         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9406
9407         * sys/ximage/ximagesink.c:
9408           Fix build if XShm is not available (#432362).
9409
9410 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9411
9412         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9413         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9414         pointers to random memory which are passed to g_free() when
9415         audio_convert_prepare_context() is called the first time.
9416
9417 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9418
9419         Patch by: Dan Williams <dcbw redhat com>
9420
9421         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9422           Don't leak incoming buffer if gst_pad_push() returns a
9423           non-OK flow. Fixes #432755.
9424          
9425         * tests/check/elements/videorate.c: (GST_START_TEST),
9426         (videorate_suite):
9427           Unit test for the above by Yours Truly.
9428
9429 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9430
9431         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9432         (gst_adder_sink_event), (gst_adder_collected):
9433           Fix non-flushing segmented seeks, Fixes #340060 for me
9434
9435 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9436
9437         Patch by: Olivier Crete  <tester at tester ca>
9438
9439         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9440         (gst_base_rtp_audio_payload_class_init),
9441         (gst_base_rtp_audio_payload_init),
9442         (gst_base_rtp_audio_payload_dispose):
9443           Chain up to parent class in dispose function; get rid of
9444           unnecessary 'diposed' flag in private structure (#415001).
9445
9446 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9447
9448         * docs/libs/gst-plugins-base-libs.types:
9449         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9450         (gst_base_rtp_audio_payload_class_init):
9451         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9452         * gst-libs/gst/rtp/gstbasertppayload.c:
9453           Some minor docs fixes and additions; also add missing 'Since' bits.
9454
9455 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9456
9457         Patch by: Zeeshan Ali  <zeenix gmail com>
9458
9459         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9460         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9461         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9462         (gst_base_rtp_audio_payload_push):
9463         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9464           The recently-added gst_base_rtp_audio_payload_push() should take an
9465           object of type GstBaseRTPAudioPayload as first argument (#431672).
9466
9467 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9468
9469         * gst/audioresample/gstaudioresample.c:
9470           Make more functions static, just because we can.
9471
9472 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9473
9474         * tests/check/elements/audioresample.c:
9475           Add unit test for audioresample shutdown crasher (#420106).
9476
9477 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9478
9479         * gst/subparse/gstsubparse.c:
9480         * gst/subparse/samiparse.c:
9481           Use GST_DISABLE_XML here
9482
9483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9484         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9485         (gst_xvimagesink_buffer_alloc),
9486         (gst_xvimagesink_navigation_send_event):
9487         * sys/xvimage/xvimagesink.h:
9488           Include stdlib.h when using atoi.
9489           
9490         * tests/check/elements/playbin.c: (playbin_suite):
9491           Use GST_DISABLE_REGISTRY here
9492
9493 2007-04-19  Michael Smith  <msmith@fluendo.com>
9494
9495         * ext/theora/gsttheoraenc.h:
9496         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9497         (theora_enc_sink_event), (theora_enc_change_state):
9498           Track initialisation state; don't try to use encoder state if we're
9499           not initialised (it'll segfault).
9500
9501 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9502
9503         * tests/check/pipelines/.cvsignore:
9504         Fix build.
9505
9506 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9507
9508         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9509         Allow random depths between 1 and 32 instead of only multiplies of 8.
9510
9511 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9512
9513         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9514         Set the maximum number of channels for PCM and float in the correct
9515         place to have it also used when creating the template caps.
9516
9517 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9518
9519         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9520         Correctly support 4, 6 and 8 channels with normal PCM and float
9521         wav files.
9522
9523         Fix the depth and signedness calculation in extensible wav files and
9524         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9525         mask is found.
9526
9527         Add support for float, alaw and mulaw in extensible wav files.
9528
9529         This allows correct playback of all but 5 files from
9530         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9531         
9532         (gst_riff_create_audio_template_caps):
9533         Add voxware and float formats to the template caps.     
9534
9535 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9536
9537         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9538
9539         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9540         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9541
9542         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9543         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9544         Use the correct format strings for integer formats.
9545
9546 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9547
9548         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9549           Don't use pad_alloc_buffer_and_set_caps to create a small header
9550           packet, or, worse, to create a big temporary video buffer using the
9551           src pad.
9552
9553 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9554
9555         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9556         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9557           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9558           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9559
9560 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9561
9562         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9563           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9564           streamheader_suite):
9565           Add another test set up for failure
9566
9567 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9568
9569         * tests/check/Makefile.am:
9570         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9571           GST_START_TEST, streamheader_suite, main):
9572           Add a test for the streamheader bug Wim fixed.
9573
9574 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9575
9576         * ext/theora/theoradec.c: (theora_dec_sink_event):
9577         Fix misleading comment.
9578
9579 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9580
9581         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9582           More sanity checks for the header fields.
9583
9584 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9585
9586         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9587           Try encodings from all environment variables, not just those in the
9588           first environment variable that is set.
9589
9590 2007-04-12  Wim Taymans  <wim@fluendo.com>
9591
9592         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9593         (gst_video_rate_chain):
9594         Add some debug.
9595
9596         * tests/check/elements/videorate.c: (GST_START_TEST),
9597         (videorate_suite):
9598         Added check for videorate changing caps handling. Closes #421834.
9599
9600 2007-04-12  Michael Smith  <msmith@fluendo.com>
9601
9602         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9603           Use scale functions to avoid overflow when calculating duration of 
9604           vorbis buffers.
9605
9606 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9607
9608         * docs/libs/gst-plugins-base-libs-sections.txt:
9609         * gst-libs/gst/tag/tag.h:
9610         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9611           API: add gst_tag_freeform_string_to_utf8() (#405072).
9612
9613         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9614           Use gst_tag_freeform_string_to_utf8() here.
9615
9616 2007-04-12  Wim Taymans  <wim@fluendo.com>
9617
9618         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9619         (gst_gdp_pay_sink_event):
9620         Make sure we set the IN_CAPS flag correctly.
9621
9622         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9623         Get the IN_CAPS flag before we call functions that mess with the flags.
9624
9625 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9626
9627         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9628           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9629           Only stamp buffers with offset/offset_end right before they get
9630           pushed.  This ensures offset continuity, which was not the case
9631           before as shown by
9632           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9633
9634 2007-04-06  Wim Taymans  <wim@fluendo.com>
9635
9636         * gst/playback/gstplaybin.c: (add_sink),
9637         (gst_play_bin_change_state):
9638         Activate sync in playbin, we are ready to handle it for live streams.
9639
9640 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9641
9642         * tests/check/elements/playbin.c:
9643         (test_sink_usage_video_only_stream), (playbin_suite):
9644           Add small test for stream-info-value-array code paths.
9645
9646 2007-04-05  Wim Taymans  <wim@fluendo.com>
9647
9648         * gst-libs/gst/audio/gstbaseaudiosink.c:
9649         (gst_base_audio_sink_skew_slaving):
9650         Don't try to create invalid calibration parameters by making the
9651         internal time go backwards, instead make external time go forward.
9652
9653 2007-04-05  Wim Taymans  <wim@fluendo.com>
9654
9655         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9656
9657         * gst/playback/gstplaybasebin.c: (add_stream):
9658         Fix leak in add_stream(), when g_value_set_object() increases the
9659         refcount of streaminfo object. Fixes #426250.
9660
9661 2007-04-03  David Schleef  <ds@schleef.org>
9662
9663         * gst/videotestsrc/gstvideotestsrc.c:
9664         * gst/videotestsrc/gstvideotestsrc.h:
9665         * gst/videotestsrc/videotestsrc.c:
9666         * gst/videotestsrc/videotestsrc.h:
9667           Add a test pattern called "circular", which has concentric
9668           rings with varying radial frequency.  The main purpose of this
9669           pattern is to test fidelity loss in a filter or scaler element.
9670           Notably, this pattern is scale invariant, and is optimally viewed
9671           with a width (and height) of 400.
9672
9673 2007-04-03  Wim Taymans  <wim@fluendo.com>
9674
9675         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9676
9677         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9678         (deactivate_free_recursive):
9679         Decodebin2 doesn't unref pads it obtains in some occasions:
9680         - multiqueue src pads, when either connecting further or exposing
9681         - sink pads of new autoplugged elements
9682         - peer pads when recursively freeing elements
9683         Fixes #425455.
9684
9685 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9686
9687         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9688         Add audio/x-raw-float support, now that audioconvert support
9689         non-native endianness floats.
9690
9691 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9692
9693         * docs/libs/gst-plugins-base-libs-docs.sgml:
9694           gstreamer-plugins-base.pc doesn't exist, it's
9695           gstreamer-plugins-base-0.10.pc.
9696
9697 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9698
9699         Patch by: René Stadler <mail at renestadler dot de>
9700         with some minor changes
9701
9702         * gst-libs/gst/floatcast/floatcast.h:
9703         Use more efficient float endianness conversion functions that don't
9704         involve 2 function calls per value.
9705         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9706         (check_default), (audio_convert_prepare_context):
9707         * gst/audioconvert/gstaudioconvert.c:
9708         (gst_audio_convert_parse_caps), (make_lossless_changes):
9709         Support non-native endianness floats as input and output.
9710         Fixes #339838.
9711         * tests/check/elements/audioconvert.c: (verify_convert),
9712         (GST_START_TEST):
9713         Add unit tests for the non-native endianness float conversions.
9714
9715 2007-03-29  Wim Taymans  <wim@fluendo.com>
9716
9717         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9718         (gst_base_rtp_depayload_base_init),
9719         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9720         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9721         (gst_base_rtp_depayload_set_gst_timestamp),
9722         (gst_base_rtp_depayload_change_state),
9723         (gst_base_rtp_depayload_set_property),
9724         (gst_base_rtp_depayload_get_property):
9725         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9726         Add Private structure.
9727         Bring element code to 2007.
9728         Parse clock-base caps param and use it when generating the
9729         newsegment.
9730         Reset variables before going to PAUSED.
9731         Fix some docs.
9732
9733 2007-03-29  Wim Taymans  <wim@fluendo.com>
9734
9735         * docs/libs/gst-plugins-base-libs-docs.sgml:
9736         * docs/libs/gst-plugins-base-libs-sections.txt:
9737         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9738         (gst_base_rtp_audio_payload_get_adapter):
9739         Add RTCP docs.
9740         Fix some more docs.
9741
9742         * gst-libs/gst/rtp/Makefile.am:
9743         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9744         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9745         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9746         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9747         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9748         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9749         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9750         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9751         (gst_rtcp_packet_sr_get_sender_info),
9752         (gst_rtcp_packet_sr_set_sender_info),
9753         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9754         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9755         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9756         (gst_rtcp_packet_sdes_get_chunk_count),
9757         (gst_rtcp_packet_sdes_first_chunk),
9758         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9759         (gst_rtcp_packet_sdes_first_item),
9760         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9761         (gst_rtcp_packet_bye_get_ssrc_count),
9762         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9763         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9764         (gst_rtcp_packet_bye_get_reason_len),
9765         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9766         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9767         Add new helper object for parsing and creating RTCP messages.
9768
9769 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9770
9771         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9772         PCM samples with width=8 must be always unsigned, no matter what
9773         depth they have.
9774
9775 2007-03-29  Andy Wingo  <wingo@pobox.com>
9776
9777         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9778         perfect offsets also, not just timestamps.
9779
9780         * tests/check/elements/videorate.c (test_more): Test that given
9781         any incoming offsets, that videorate produces perfect offsets.
9782
9783 2007-03-29  Wim Taymans  <wim@fluendo.com>
9784
9785         * gst-libs/gst/riff/riff-ids.h:
9786         Add some more RIFF formats.
9787
9788 2007-03-29  Wim Taymans  <wim@fluendo.com>
9789
9790         * gst-libs/gst/rtp/gstrtpbuffer.c:
9791         (gst_rtp_buffer_default_clock_rate):
9792         * gst-libs/gst/rtp/gstrtpbuffer.h:
9793         Fix fixed payload names and docs.
9794         Added method to get the default clock rates of fixed payload types.
9795         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9796
9797 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9798
9799         * tests/check/pipelines/.cvsignore:
9800         Add new vorbisdec test to cvsignore.
9801
9802 2007-03-28  Wim Taymans  <wim@fluendo.com>
9803
9804         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9805         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9806         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9807         (gst_base_audio_sink_set_property),
9808         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9809         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9810         (gst_base_audio_sink_skew_slaving),
9811         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9812         (gst_base_audio_sink_async_play):
9813         * gst-libs/gst/audio/gstbaseaudiosink.h:
9814         Store private stuff in GstBaseAudioSinkPrivate.
9815         Add configurable clock slaving modes property.
9816         API:: GstBaseAudioSink::slave-method property
9817         Some more latency reporting tweaks.
9818         Added skew based clock slaving correction and make it the default until
9819         the resampling method is more robust.
9820
9821 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9822
9823         * gst/audioconvert/audioconvert.c:
9824         Add docs to the integer pack functions and implement proper
9825         rounding. Before we had rounding towards negative infinity, i.e.
9826         always the smaller number was taken. Now we use natural rounding,
9827         i.e. rounding to the nearest integer and to the one with the largest
9828         absolute value for X.5. The old rounding introduced some minor
9829         distortions. Fixes #420079
9830         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9831         Fix one unit test that assumed the old rounding and added unit tests
9832         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9833         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9834         rounding from signed int32 to signed/unsigned int16.
9835
9836 2007-03-27  Michael Smith  <msmith@fluendo.com>
9837
9838         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9839         (gst_audio_convert_transform_caps):
9840           Fix typo in debug line introduced recently, as pointed out on irc.
9841
9842 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9843
9844         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9845         * tests/check/libs/tag.c: (GST_START_TEST):
9846           Make sure we parse floating-point numbers in vorbis comments
9847           correctly with either '.' or ',' as separator, no matter what
9848           the current locale is. Add unit test for this too.
9849
9850 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9851
9852         Patch by: René Stadler  <mail at renestadler de>
9853
9854         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9855           When writing out floating-point numbers to vorbis comment tags, always
9856           use the same character as separator no matter what the current locale is
9857           (fixes #423051).
9858
9859         * tests/check/libs/tag.c: (GST_START_TEST):
9860           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9861
9862 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9863
9864         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9865           vorbis_handle_data_packet):
9866           Correctly set DURATION to generate a timestamp-continuous stream.
9867           One bug left at the end; see
9868           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9869         * tests/check/Makefile.am:
9870         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9871           Add a test to check this.  Without the above patch this test fails.
9872
9873 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9874
9875         * gst-libs/gst/rtp/Makefile.am:
9876         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9877
9878 2007-03-23  Michael Smith  <msmith@fluendo.com>
9879
9880         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9881         (gst_video_rate_reset), (gst_video_rate_chain):
9882           If videorate changes caps, we can no longer use the old buffer
9883           (which may have a different size, incompatible with our caps).
9884           So don't do that; just duplicate the new frame more times.
9885
9886 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9887
9888         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9889         Remove playbin's override of the set_clock vmethod. It's irrelevant
9890         after Wim's commit on the 19th.
9891
9892 2007-03-22  Wim Taymans  <wim@fluendo.com>
9893
9894         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9895         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9896         * ext/gnomevfs/gstgnomevfssrc.h:
9897         Don't cache file sizes. Fixes #341078.
9898
9899 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9900
9901         * gst/playback/gstplaybin.c: (add_sink):
9902           Use GST_PTR_FORMAT to log caps. 
9903
9904 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9905
9906         Patch by: Young-Ho Cha <ganadist at chollian net>
9907
9908         * gst/subparse/samiparse.c: (handle_start_font):
9909           Special-case some more colour names that pango doesn't handle by
9910           default. Fixes #420578.
9911
9912 2007-03-20  Michael Smith  <msmith@fluendo.com>
9913
9914         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9915           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9916           that marks EOS internally. After that, libvorbis will buffer all
9917           input data, and encode none of it, eventually leading to memory
9918           exhaustion.
9919
9920 2007-03-19  Wim Taymans  <wim@fluendo.com>
9921
9922         * gst/playback/gstdecodebin.c: (remove_fakesink):
9923         Don't post STATE_DIRTY anymore.
9924
9925         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9926         (gst_play_bin_change_state):
9927         Remove stream_time reset in seek handling, core does that now.
9928         Disable clocking for live pipelines by forcing a NULL clock to the
9929         complete pipeline, core is too smart now for our previous hack.
9930         We can always autoplug in PAUSED now.
9931
9932 2007-03-17  David Schleef  <ds@schleef.org>
9933
9934         * REQUIREMENTS:  Update this file, change the formatting to make
9935         it more consistent, plus more machine readable.
9936
9937 2007-03-16  Michael Smith  <msmith@fluendo.com>
9938
9939         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9940         (strip_width_64), (append_with_other_format):
9941           Previous fix was too simplistic, and broke the tests. Use a better
9942           approach; only strip 64 from widths for integer audio.
9943
9944 2007-03-16  Michael Smith  <msmith@fluendo.com>
9945
9946         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9947         (gst_audio_convert_transform_caps):
9948           We don't support 64 bit integer audio, so don't try to claim we can.
9949           Stops us producing caps don't match our template caps.
9950           Update comments.
9951
9952 2007-03-15  Michael Smith  <msmith@fluendo.com>
9953
9954         * gst/audioresample/gstaudioresample.c:
9955         (audioresample_check_discont), (audioresample_transform):
9956           Don't trigger discontinuities for very small imperfections; a filter
9957           flush will sound bad, and many plugins have rounding errors leading
9958           to these.
9959
9960 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9961
9962         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9963
9964         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9965         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9966         API: add "min-ptime" property to RTP base audio payloader.
9967         API: add gst_base_rtp_audio_payload_push().
9968         API: add gst_base_rtp_audio_payload_get_adapter().
9969         Fixes #415001
9970         Indentation/whitespace/documentation fixes.
9971
9972 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9973
9974         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9975         (audioresample_transform_size), (audioresample_do_output),
9976         (audioresample_transform), (audioresample_pushthrough): Handle
9977         discontinuous streams.
9978         * gst/audioresample/gstaudioresample.h:
9979         * tests/check/elements/audioresample.c:
9980         (test_discont_stream_instance), (GST_START_TEST),
9981         (audioresample_suite): Add a test for discontinuous streams.
9982         * win32/common/config.h: Updated.
9983
9984 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9985
9986         * po/af.po:
9987         * po/az.po:
9988         * po/cs.po:
9989         * po/en_GB.po:
9990         * po/it.po:
9991         * po/nb.po:
9992         * po/nl.po:
9993         * po/or.po:
9994         * po/sq.po:
9995         * po/sr.po:
9996         * po/sv.po:
9997         * po/uk.po:
9998         * po/vi.po:
9999           Update translations from translation project.
10000
10001 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10002
10003         * gst/audioresample/debug.h:
10004         * gst/audioresample/resample.c: (resample_init):
10005           Since I really am not interested in a debug line for each sample
10006           being processed, move the library's debugging to its own category,
10007           libaudioresample
10008
10009 2007-03-13  Michael Smith  <msmith@fluendo.com>
10010
10011         * ext/theora/theoradec.c: (theora_handle_type_packet):
10012           Since the plugin doesn't support anything other than 4:2:0 right
10013           now, post an error and fail if we get something else. Won't matter
10014           until libtheora supports the other pixel formats, but hopefully
10015           that'll be soon...
10016
10017 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10018
10019         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
10020         Use gst_guint64_to_gdouble for conversion.
10021         * win32/MANIFEST:
10022         Add new files to the win32 MANIFEST.
10023         * win32/common/libgstaudio.def:
10024         * win32/common/libgstpbutils.def:
10025         Add new exported functions.
10026         * win32/vs6/gst_plugins_base.dsw:
10027         * win32/vs6/libgstdecodebin.dsp:
10028         * win32/vs6/libgstplaybin.dsp:
10029         Change the link to libgstpbutils.lib.
10030         * win32/vs6/libgstdecodebin2.dsp:
10031         Add a new project for decodebin2.
10032         * win32/vs6/libgstpbutils.dsp:
10033         Add a new project for pbutils.
10034
10035 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10036
10037         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10038           Also accept partial dates with only year and month,
10039           like 1999-12-00 (fixes #410396 even more).
10040
10041         * tests/check/libs/tag.c: (GST_START_TEST):
10042           Add unit test for the above.
10043
10044 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10045
10046         * tests/check/elements/subparse.c: (GST_START_TEST),
10047         (subparse_suite):
10048           Add unit test for MPL2 subtitle format (#413799).
10049
10050 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10051
10052         Patch by: Kamil Pawlowski  <kamilpe gmail com>
10053
10054         * gst/subparse/Makefile.am:
10055         * gst/subparse/gstsubparse.c:
10056         (gst_sub_parse_data_format_autodetect),
10057         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
10058         (gst_subparse_type_find):
10059         * gst/subparse/gstsubparse.h:
10060         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
10061         * gst/subparse/mpl2parse.h:
10062           Add support for MPL2 subtitle format (#413799).
10063
10064 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10065
10066         * configure.ac:
10067           We require core CVS for the new buffer metadata copy functions.
10068
10069 2007-03-09  Wim Taymans  <wim@fluendo.com>
10070
10071         * gst-libs/gst/tag/gstid3tag.c:
10072         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10073         Fixes #414496.
10074
10075         Patch by: Alex Lancaster <alexl at users sourceforge net>
10076
10077 2007-03-09  Wim Taymans  <wim@fluendo.com>
10078
10079         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10080         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
10081         Improve adapter usage and comments.
10082
10083 2007-03-09  Wim Taymans  <wim@fluendo.com>
10084
10085         * ext/pango/gsttextrender.c: (gst_text_render_chain):
10086         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10087         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10088         Use new metadata copy function.
10089
10090         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10091         (gst_ffmpegcsp_transform):
10092         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10093         Basetransform copied the metadata for us.
10094
10095 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10096
10097         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10098         (gst_text_overlay_video_event):
10099           Some more logging. Only accept newsegment events in TIME format and
10100           send a WARNING message if they are not in TIME format.
10101
10102         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10103         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10104         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10105         * gst/subparse/gstsubparse.h:
10106           No need to allocate GstSegment structure dynamically, just put it
10107           into the instance structure; ignore newsegment events in BYTE
10108           format and in particular don't let it overwrite our saved TIME
10109           segment from the last seek.
10110
10111 2007-03-09  Michael Smith  <msmith@fluendo.com>
10112
10113         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10114           Replace AC3 typefinder with one that isn't terrible, and actually
10115           works usefully.
10116
10117 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10118
10119         * gst/audioconvert/gstaudioconvert.c:
10120         (gst_audio_convert_transform):
10121           fix error category and translatable string
10122           
10123
10124 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10125
10126         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10127         * pkgconfig/gstreamer-plugins-base.pc.in:
10128           Fix up utils => pbutils here too.
10129
10130 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10131
10132         * gst/subparse/gstsubparse.c: (handle_buffer):
10133           Break out of loop in chain function as soon as possible if we get
10134           a non-OK flow return.
10135
10136 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10137
10138         * tests/check/elements/alsa.c: (GST_START_TEST):
10139         Unref the mixer if the state change fails too (if the
10140         alsa devices are inaccessible, for example)
10141
10142 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10143
10144         * tests/check/Makefile.am:
10145         Don't test libvisual elements in the states check, because libvisual
10146         seems to leak internally.
10147
10148         Re-enable the alsa and states tests now that there's new suppressions
10149         in gst.supp.
10150
10151         * tests/check/elements/alsa.c: (GST_START_TEST):
10152         Don't leak the alsamixer we instantiated.
10153
10154 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10155
10156         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10157         (gst_ximagesink_change_state), (gst_ximagesink_reset),
10158         (gst_ximagesink_finalize):
10159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10160         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10161         Move some cleanup stuff from the state change handler into a _reset()
10162         function that can be called from _finalize(). This ensures that things
10163         get freed even if (for some reason) the NULL->READY state transition
10164         fails in the parent class.
10165         Even if a parent state change fails, process our downward state change
10166         logic instead of bailing out early.
10167         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10168
10169 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10170
10171         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10172         Extra log line.
10173
10174         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10175         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10176         Use pango_font_description_set_family_static instead of 
10177         pango_font_description_set_family to save a string copy (it was
10178         leaking due to the strdup anyway)
10179
10180         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10181         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10182         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10183         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10184         Chain up in finalize.
10185
10186 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10187
10188         * gst-libs/gst/interfaces/mixertrack.c:
10189         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10190         (gst_mixer_track_set_property):
10191           API: add "untranslated-label" property which should be set by
10192           implementations at construct time (#414645).
10193
10194         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10195         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10196           Set "untranslated-label" when constructing mixer track objects.
10197
10198         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10199           Unit test to check the above.
10200
10201 2007-03-07  Wim Taymans  <wim@fluendo.com>
10202
10203         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10204         Fix confusing debug message.
10205
10206 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10207
10208         * gst-plugins-base.doap:
10209         update doap file with new version
10210
10211 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10212
10213         * configure.ac:
10214         Back to CVS
10215
10216 === release 0.10.12 ===
10217
10218 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10219
10220         * configure.ac:
10221           releasing 0.10.12, "Zombie Horde"
10222
10223 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10224
10225         * configure.ac:
10226         Bump version to 0.10.11.4 pre-release
10227
10228 2007-03-06  Wim Taymans  <wim@fluendo.com>
10229
10230         * gst-libs/gst/audio/gstbaseaudiosink.c:
10231         (gst_base_audio_sink_async_play):
10232         Fix regression that made GStreamer skip the first samples of audio.
10233         Fixes #414684.
10234
10235 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10236
10237         * configure.ac:
10238         Bump version to 0.10.11.3 pre-release
10239
10240 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10241
10242         * po/POTFILES.in:
10243           Update paths for the rename from utils to pbutils to fix the build.
10244
10245 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10246
10247         * gst-libs/gst/pbutils/Makefile.am:
10248           Change directory to install headers in from gst/utils to gst/pbutils
10249           as well.
10250
10251 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10252
10253         * configure.ac:
10254         * docs/libs/gst-plugins-base-libs-docs.sgml:
10255         * docs/libs/gst-plugins-base-libs-sections.txt:
10256         * gst-libs/gst/Makefile.am:
10257         * gst-libs/gst/interfaces/mixer.c:
10258         * gst-libs/gst/pbutils/Makefile.am:
10259         * gst-libs/gst/pbutils/descriptions.c:
10260         (gst_pb_utils_get_source_description),
10261         (gst_pb_utils_get_sink_description),
10262         (gst_pb_utils_get_decoder_description),
10263         (gst_pb_utils_get_encoder_description),
10264         (gst_pb_utils_get_element_description),
10265         (gst_pb_utils_add_codec_description_to_tag_list),
10266         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10267         * gst-libs/gst/pbutils/descriptions.h:
10268         * gst-libs/gst/pbutils/install-plugins.c:
10269         * gst-libs/gst/pbutils/install-plugins.h:
10270         * gst-libs/gst/pbutils/missing-plugins.c:
10271         (gst_missing_uri_source_message_new),
10272         (gst_missing_uri_sink_message_new),
10273         (gst_missing_element_message_new),
10274         (gst_missing_decoder_message_new),
10275         (gst_missing_encoder_message_new),
10276         (gst_missing_plugin_message_get_description):
10277         * gst-libs/gst/pbutils/missing-plugins.h:
10278         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10279         * gst-libs/gst/pbutils/pbutils.h:
10280         * gst-libs/gst/utils/Makefile.am:
10281         * gst-libs/gst/utils/base-utils.c:
10282         * gst-libs/gst/utils/base-utils.h:
10283         * gst-libs/gst/utils/descriptions.c:
10284         * gst-libs/gst/utils/descriptions.h:
10285         * gst-libs/gst/utils/install-plugins.c:
10286         * gst-libs/gst/utils/install-plugins.h:
10287         * gst-libs/gst/utils/missing-plugins.c:
10288         * gst-libs/gst/utils/missing-plugins.h:
10289         * gst-plugins-base.spec.in:
10290         * gst/playback/Makefile.am:
10291         * gst/playback/gstdecodebin.c:
10292         * gst/playback/gstdecodebin2.c:
10293         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10294         (gen_source_element):
10295         * gst/playback/gstplaybin.c: (plugin_init):
10296         * tests/check/Makefile.am:
10297         * tests/check/libs/pbutils.c: (GST_START_TEST),
10298         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10299         * tests/check/libs/utils.c:
10300           rename utils to pbutils
10301
10302 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10303
10304         * docs/plugins/Makefile.am:
10305         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10306         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10307         * docs/plugins/inspect/plugin-decodebin2.xml:
10308         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10309         Add documentation for decodebin2 that indicates that the API
10310         is still unstable.
10311
10312 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10313
10314         * configure.ac:
10315         Update to 0.10.11.2 (0.10.12 pre-release)
10316
10317 2007-03-01  Wim Taymans  <wim@fluendo.com>
10318
10319         * gst-libs/gst/audio/gstbaseaudiosink.c:
10320         (gst_base_audio_sink_async_play):
10321         base time is irrelevant here.
10322
10323 2007-03-01  Wim Taymans  <wim@fluendo.com>
10324
10325         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10326         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10327         Improve debugging.
10328
10329         * gst-libs/gst/audio/gstbaseaudiosink.c:
10330         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10331         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10332         Improve latency and clock slaving calculations.
10333         Improve slave clock calibration.
10334
10335         * gst-libs/gst/audio/gstringbuffer.c:
10336         (gst_ring_buffer_commit_full):
10337         When we are asked to render N sample to 0 bytes, return N.
10338
10339 2007-03-01  Wim Taymans  <wim@fluendo.com>
10340
10341         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10342         (gst_alsasink_write), (gst_alsasink_reset):
10343         * ext/alsa/gstalsasink.h:
10344         Remove unused dispose function.
10345         Rename lock to not interfere with alsasrc lock.
10346
10347         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10348         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10349         (gst_alsasrc_read), (gst_alsasrc_reset):
10350         * ext/alsa/gstalsasrc.h:
10351         Implement finalize function.
10352         Use lock to protect alsa access.
10353         Implement _reset.
10354         Fine tune sw params.
10355
10356 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10357
10358         * configure.ac:
10359           Convert to new AG_GST style.
10360
10361 2007-02-28  Wim Taymans  <wim@fluendo.com>
10362
10363         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10364
10365         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10366         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10367         Fix race condition when rapidly switching visualisations in playbin.
10368         Fixes #401029.
10369
10370 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10371
10372         * tests/check/Makefile.am:
10373         Include local stuff before system installed things in LDFLAGS and
10374         CFLAGS.
10375
10376 2007-02-28  Wim Taymans  <wim@fluendo.com>
10377
10378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10379         Improve debugging.
10380
10381 2007-02-28  Wim Taymans  <wim@fluendo.com>
10382
10383         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10384         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10385         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10386         Fix duration and timestamping, taking latency into account.
10387         Implement latency query.
10388
10389 2007-02-28  Wim Taymans  <wim@fluendo.com>
10390
10391         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10392         (gst_audio_clock_new):
10393         Fix clock name.
10394
10395         * gst-libs/gst/audio/gstbaseaudiosink.c:
10396         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10397         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10398         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10399         (gst_base_audio_src_create):
10400         Improve latency query code.
10401         Use proper clock names.
10402
10403 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10404
10405         * tests/check/generic/states.c: (GST_START_TEST):
10406           Copy the states.c test from core again
10407         * tests/check/Makefile.am:
10408           ignore cdio and cdparanoiasrc
10409
10410 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10411
10412         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10413         (double_hq), (audio_convert_get_func_index), (check_default),
10414         (audio_convert_prepare_context), (audio_convert_convert):
10415           Also make valgrind happy and avoid copying data in some cases.
10416
10417 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10418
10419         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10420         (double_hq), (audio_convert_get_func_index),
10421         (audio_convert_prepare_context), (audio_convert_convert):
10422         * gst/audioconvert/gstaudioconvert.c:
10423         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10424         (gst_audio_convert_transform_caps):
10425         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10426         (audioconvert_suite):
10427           Don't run inplace if that overwrites source data as we go. Add more
10428           tests. Fixes #339837 even more.
10429
10430 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10431
10432         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10433         (msg_segment_done): Fix various seeking bugs (Slider was not
10434         updating when doing a non flushing seek, Reverse playback 
10435         on segment seek was wrong).
10436
10437 2007-02-26  Wim Taymans  <wim@fluendo.com>
10438
10439         * tests/examples/seek/seek.c: (stop_seek):
10440         When we stop scrubbing, don't leave the pipeline PLAYING when we
10441         requested a PAUSED state.
10442
10443 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10444
10445         Patch by: René Stadler <mail at renestadler de>
10446
10447         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10448           Parse date strings in vorbis comments that have an invalid (zero)
10449           month or day (#410396).
10450
10451         * tests/check/libs/tag.c: (GST_START_TEST):
10452           Test case for the above.
10453
10454 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10455
10456         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10457
10458         * configure.ac:
10459         * ext/alsa/Makefile.am:
10460         * gst/audiotestsrc/Makefile.am:
10461           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10462
10463 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10464
10465         * gst/playback/gstplaybin.c:
10466           Improve docs: point out that the application needs to assist playbin
10467           with buffering.
10468
10469 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10470
10471         * gst-libs/gst/utils/install-plugins.c:
10472         * gst-libs/gst/utils/missing-plugins.c:
10473         * tests/check/libs/utils.c: (missing_msg_check_getters):
10474           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10475           to just 'gstreamer'. Document the caps string component of the
10476           decoder/encoder detail a bit better, since not everyone will be
10477           familiar with the GStreamer media type/caps system (but they better
10478           enjoy nested itemized lists).
10479
10480 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10481
10482         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10483         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10484           Fix copying of GstNetBuffer (would crash before, or at least lead to
10485           invalid memory access, #410772), for now by copying the GstBuffer copy
10486           code from the core over here so we can copy the GstBuffer fields on a
10487           provided buffer instance (of type GstNetBuffer in this case). Would be
10488           better to fix this with some support by the core though (and in the long
10489           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10490
10491         * tests/check/Makefile.am:
10492           Enable unit test for GstNetBuffer.
10493
10494 2007-02-22  Andy Wingo  <wingo@pobox.com>
10495
10496         * gst-libs/gst/audio/gstbaseaudiosink.c
10497         (gst_base_audio_sink_init): Disable pull-mode activation until we
10498         figure out how to make audio sinks go to PLAYING.
10499
10500 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10501
10502         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10503         (double_hq), (audio_convert_get_func_index),
10504         (audio_convert_prepare_context), (audio_convert_convert):
10505         * gst/audioconvert/audioconvert.h:
10506         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10507         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10508         * gst/audioconvert/gstchannelmix.h:
10509         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10510           Add float as an intermediate format, as well as float mixing. Enable
10511           test that was failing before. Fixes #339837
10512
10513 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10514
10515         * tests/examples/seek/seek.c: (do_seek):
10516         Undo the previous commit: -1 as a stop time implies that the stop
10517         time is the end of file, clearing any previously configured segment.
10518
10519 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10520
10521         * tests/examples/seek/seek.c: (do_seek):
10522         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10523
10524 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10525
10526         * gst/volume/gstvolume.c: (volume_process_int16),
10527         (volume_process_int16_clamp), (volume_set_caps):
10528           Unbreak volume, value remains gint.
10529
10530 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10531
10532         * gst/volume/gstvolume.c: (volume_choose_func),
10533         (volume_update_real_volume), (gst_volume_set_volume),
10534         (gst_volume_init), (volume_process_double), (volume_process_float),
10535         (volume_process_int16), (volume_process_int16_clamp),
10536         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10537         * gst/volume/gstvolume.h:
10538           Extend float audio support (double) and some int->uint cleanups.
10539
10540 2007-02-20  Edward Hervey  <edward@fluendo.com>
10541
10542         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10543         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10544         (sort_end_pads), (gst_decode_group_expose),
10545         (gst_decode_group_hide):
10546         Don't free groups from the streaming threads. Just put them aside and
10547         free them in dispose.
10548
10549 2007-02-20  Edward Hervey  <edward@fluendo.com>
10550
10551         * gst/playback/gstdecodebin2.c: (connect_element),
10552         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10553         (sort_end_pads), (gst_decode_group_expose):
10554         Handle dynamic pads within groups.
10555         Sort pads before exposing them in order to make playbin happy.
10556         There still is a race with the multiqueue filling up. This should be
10557         solved separately.
10558         Fixes #398721
10559
10560 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10561
10562         * gst-libs/gst/utils/base-utils.c:
10563         * gst-libs/gst/utils/descriptions.c:
10564         * gst-libs/gst/utils/install-plugins.c:
10565         * gst-libs/gst/utils/missing-plugins.c:
10566           Some more docs (and descriptions for two subtitle formats).
10567
10568 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10569
10570         * gst-libs/gst/audio/audio.c:
10571           Fix documentation.
10572
10573 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10574
10575         Patch by: Yves Lefebvre  <ivanohe abacom com>
10576
10577         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10578           Don't leak caps. Fixes #408278.
10579
10580 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10581
10582         * ext/cdparanoia/gstcdparanoiasrc.h:
10583         * ext/ogg/gstoggdemux.h:
10584         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10585         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10586         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10587         * gst-libs/gst/audio/audio.h:
10588         * gst-libs/gst/audio/gstaudiofilter.h:
10589         * gst-libs/gst/interfaces/videoorientation.h:
10590         * gst/adder/gstadder.h:
10591           More docs coverage and some ChangeLog surgery (add missing names)
10592
10593 2007-02-15  Wim Taymans  <wim@fluendo.com>
10594
10595         * sys/ximage/ximagesink.c:
10596         (gst_ximagesink_calculate_pixel_aspect_ratio):
10597         * sys/xvimage/xvimagesink.c:
10598         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10599         Small constifications.
10600
10601 2007-02-15  Wim Taymans  <wim@fluendo.com>
10602
10603         * gst-libs/gst/audio/gstbaseaudiosink.c:
10604         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10605         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10606         (gst_base_audio_sink_async_play),
10607         (gst_base_audio_sink_change_state):
10608         Answer latency query.
10609         Use configured latency when syncing.
10610         Fix clock slaving.
10611
10612         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10613         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10614         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10615         Fix possible memleak.
10616         Implement latency query.
10617         Small cleanups.
10618
10619 2007-02-15  Wim Taymans  <wim@fluendo.com>
10620
10621         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10622         Ignore errors in reset, these are not fatal. They also grab the element
10623         lock which is already taking when this function is called. Fixes
10624         #405451.
10625
10626 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10627
10628         * configure.ac:
10629           Remove 'tests/examples/xerror/Makefile' from output files again.
10630
10631 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10632
10633         * configure.ac:
10634         * docs/plugins/Makefile.am:
10635           Also crossref against gst-plugins-base-libs.
10636
10637 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10638
10639         * configure.ac:
10640         * docs/libs/Makefile.am:
10641         * docs/plugins/Makefile.am:
10642           Add crossreferences to glib/gobject/gstream docs.
10643
10644         * gst-libs/gst/audio/audio.h:
10645           Source formatting.
10646
10647         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10648           Add own debug category.
10649
10650 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10651
10652         Patch by: René Stadler <mail at renestadler de>
10653
10654         * gst-libs/gst/tag/gstvorbistag.c:
10655           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10656           (#403597).
10657
10658 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10659
10660         * gst/playback/gstplaybasebin.c: (setup_source):
10661           When we have external subtitles and wait for the subtitle decodebin
10662           to get up and running, we set up a (sync) bus handler for the
10663           subtitle decodebin, so we can stop waiting when it posts an error
10664           message. However, we should do that before we set the subtitle
10665           decodebin's state to playing, otherwise things are racy and we might
10666           miss error messages posted before we had a chance to set up the bus.
10667           This should finally fix totem hanging on .txt pseudo-subtitle files.
10668           
10669 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10670
10671         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10672           Use gst_gdouble_to_guint64 for conversions.
10673         * win32/common/config.h.in:
10674           Add a define for GST_INSTALL_PLUGINS_HELPER
10675         * win32/common/libgstaudio.def:
10676         * win32/common/libgstcdda.def:
10677         * win32/common/libgstnetbuffer.def:
10678         * win32/common/libgstrtp.def:
10679         * win32/common/libgutils.def:
10680           Add new exported functions.
10681         * win32/vs6/gst_plugins_base.dsw:
10682         * win32/vs6/libgstdecodebin.dsp:
10683         * win32/vs6/libgstnetbuffer.dsp:
10684         * win32/vs6/libgstplaybin.dsp:
10685         * win32/vs6/libgstrtp.dsp:
10686         * win32/vs6/libgstvorbis.dsp:
10687         * win32/vs6/libgstcdda.dsp:
10688         * win32/vs6/libgstgdp.dsp:
10689         * win32/vs6/libgstutils.dsp:
10690           Update and add new project files.
10691
10692 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10693
10694         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10695         (subrip_remove_unhandled_tags), (parse_subrip):
10696           For SubRip (.srt) subtitles, ignore all markup tags we don't
10697           handle (like font tags, for example).
10698
10699         * tests/check/elements/subparse.c:
10700           Add test for this.
10701
10702 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10703
10704         * gst/playback/gstdecodebin.c: (add_fakesink),
10705         (gst_decode_bin_change_state):
10706         * gst/playback/gstdecodebin2.c: (add_fakesink),
10707         (gst_decode_bin_change_state):
10708           Don't error out if there is no fakesink in the NULL to READY state
10709           change, since when decodebin is re-used, we're only adding the
10710           fakesink element in READY to PAUSED.
10711
10712         * tests/check/elements/decodebin.c:
10713         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10714         (decodebin_suite):
10715           Minimal unit test to make sure we can use the same decodebin
10716           instance twice (at least with audiotestsrc input).
10717
10718 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10719
10720         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10721           Try to get devic-name from device string first, and from handle only
10722           as fallback (seems to yield better results and is more robust
10723           against buggy probing code on the application side).
10724
10725 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10726
10727         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10728
10729         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10730         (gst_alsa_find_device_name):
10731         * ext/alsa/gstalsa.h:
10732         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10733         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10734           Improve device-name detection a bit, especially in the case where
10735           the device is not actually open (#405020, #405024). Move common code
10736           into gstalsa.c instead of duplicating it.
10737
10738 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10739
10740         * gst/audioconvert/gstaudioconvert.c:
10741           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10742
10743 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10744
10745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10746         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10747         (gst_xvimagesink_interface_supported),
10748         (gst_xvimagesink_probe_get_properties),
10749         (gst_xvimagesink_probe_probe_property),
10750         (gst_xvimagesink_probe_needs_probe),
10751         (gst_xvimagesink_probe_get_values),
10752         (gst_xvimagesink_property_probe_interface_init),
10753         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10754         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10755         (gst_xvimagesink_get_type):
10756         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10757         for XVAdaptors so that one can choose the adaptor to use with 
10758         gstreamer-properties.
10759
10760 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10761
10762         * gst/audioconvert/gstaudioconvert.c:
10763           Also mention that a conversion from double to float is suboptimal still.
10764
10765 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10766
10767         * gst-libs/gst/audio/gstaudiofilter.c:
10768         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10769           Clear our formats structure and free the caps contained in it when
10770           shutting down.
10771
10772 2007-02-05  Andy Wingo  <wingo@pobox.com>
10773
10774         * gst-libs/gst/audio/gstbaseaudiosink.c
10775         (gst_base_audio_sink_callback): Update basesink->offset so that we
10776         pull monotonically increasing offsets instead of, um, seeking back
10777         to 0 each time. Fixes alsasrc ! alsasink!
10778
10779 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10780
10781         * gst/videoscale/gstvideoscale.c:
10782           A width and height of 1 makes us crash, so increase minimum size to
10783           2x2 pixels until someone feels like fixing this (#404512).
10784
10785 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10786
10787         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10788           Add small test to make sure request pads are cleaned up properly
10789           even if oggmux never changes state out of NULL.
10790
10791 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10792
10793         * tests/check/libs/utils.c: (GST_START_TEST):
10794           Fix unit test. Turns out things work much better when you
10795           NULL-terminate string arrays. Should make p5 build bot happy again.
10796
10797 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10798
10799         * gst-libs/gst/audio/Makefile.am:
10800         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10801         (gst_audio_filter_template_base_init),
10802         (gst_audio_filter_template_class_init),
10803         (gst_audio_filter_template_init),
10804         (gst_audio_filter_template_set_property),
10805         (gst_audio_filter_template_get_property),
10806         (gst_audio_filter_template_setup),
10807         (gst_audio_filter_template_filter),
10808         (gst_audio_filter_template_filter_inplace), (plugin_init):
10809           Oops, forgot to commit fixed-up example.
10810
10811 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10812
10813         * docs/libs/gst-plugins-base-libs-sections.txt:
10814         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10815         (gst_audio_filter_class_init), (gst_audio_filter_init),
10816         (gst_audio_filter_set_caps),
10817         (gst_audio_filter_class_add_pad_templates):
10818         * gst-libs/gst/audio/gstaudiofilter.h:
10819           Port GstAudioFilter to 0.10. This change technically breaks
10820           API and ABI (and thus also every library developer's heart),
10821           but seems justifiable on the grounds that the base class was
10822           completely unusable before (ie. would crash immediately when
10823           actually used). Fixes #403963 (and eventually also #403572).
10824           Also document all of this a bit.
10825
10826 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10827
10828         * gst-libs/gst/utils/install-plugins.c:
10829         (gst_install_plugins_spawn_child):
10830         * tests/check/libs/utils.c:
10831         (test_base_utils_install_plugins_do_callout):
10832           Lowering log level to see why things fail on the p5 build bot;
10833           fix some typos in unit test messages.
10834
10835 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10836
10837         * tests/check/libs/utils.c:
10838         (test_base_utils_install_plugins_do_callout):
10839           Don't hard-code temp directory for test helper; use GLib functions
10840           to write out file and do error checking etc.
10841
10842 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10843
10844         * gst-libs/gst/utils/Makefile.am:
10845         * gst-libs/gst/utils/base-utils.h:
10846         * gst-libs/gst/utils/install-plugins.c:
10847         (gst_install_plugins_context_set_xid),
10848         (gst_install_plugins_context_new),
10849         (gst_install_plugins_context_free),
10850         (gst_install_plugins_get_helper),
10851         (gst_install_plugins_spawn_child),
10852         (gst_install_plugins_return_from_status),
10853         (gst_install_plugins_installer_exited),
10854         (gst_install_plugins_async), (gst_install_plugins_sync),
10855         (gst_install_plugins_return_get_name),
10856         (gst_install_plugins_installation_in_progress):
10857         * gst-libs/gst/utils/install-plugins.h:
10858           API: add API for applications to initiate installation of missing
10859           plugins, ie. gst_install_plugins_async() primarily.
10860           Based on libgimme-codec by Ryan Lortie.
10861
10862         * configure.ac:
10863           Add --with-install-plugins-helper configure option so distros can specify
10864           the path of the helper script or program to call when plugin installation
10865           is requested (distros: please do any argument munging in this helper
10866           script instead of patching GStreamer to pass arguments differently
10867           to another program directly).
10868
10869         * docs/libs/gst-plugins-base-libs-docs.sgml:
10870         * docs/libs/gst-plugins-base-libs-sections.txt:
10871           Build and document new API.
10872
10873         * tests/check/libs/utils.c: (result_cb),
10874         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10875         (libgstbaseutils_suite):
10876           Some simple checks for the new API.
10877
10878 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10879
10880         * tests/check/elements/audioconvert.c: (test_float_conversion):
10881           Add small test for 32bit float <=> 64bit float conversion (works
10882           only one way so far, 32=>64 produces structured noise).
10883
10884 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10885
10886         * gst/audioconvert/gstaudioconvert.c:
10887         (set_structure_widths_32_and_64), (make_lossless_changes):
10888           We don't support floats with a width of 40, 48 or 56 bits.
10889
10890 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10891
10892         * gst/audioconvert/audioconvert.c: (float), (double),
10893         (audio_convert_get_func_index):
10894         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10895         (make_lossless_changes):
10896           Support for 64-bit float audio in audioconvert (#339837)
10897
10898 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10899
10900         Patch by: Holger Wansing  <linux wansing-online de>
10901
10902         * po/LINGUAS:
10903         * po/de.po:
10904           Add German translation (#352069).
10905
10906 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10907
10908         reviewed by: Wim Taymans <wim@fluendo.com>
10909
10910         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10911         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10912         Use newly added GstCollectPads API to free the allocated resources in
10913         the GstOggPad structures (#402393).
10914
10915 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10916
10917         * gst/playback/gstplaybin.c: (gen_vis_element):
10918           Add audioresample+audioconvert in front of the visualisation
10919           element, so that elements like libvisual 0.4 that don't support all
10920           samplerates can work.
10921
10922           Fixes: #402505
10923
10924 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10925
10926         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10927         (gst_play_base_bin_get_streaminfo_value_array):
10928           Take some locks and make a copy of the streaminfo value array we
10929           maintain while holding the lock, so that the application can
10930           retrieve the stream-info as a value array in a thread-safe way.
10931
10932 2007-01-30  Wim Taymans  <wim@fluendo.com>
10933
10934         * gst/audioconvert/gstaudioconvert.c:
10935         Don't fail on 0 sized buffers. Fixes #396835.
10936
10937 2007-01-29  David Schleef  <ds@schleef.org>
10938
10939         * gst/typefind/gsttypefindfunctions.c:
10940           Detect BBCD as video/x-dirac, so we can play raw dirac
10941           streams.
10942
10943 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10944
10945         * ext/theora/theoraenc.c: (theora_enc_chain):
10946           Check return value of theora_encode_header(), or we might try to
10947           allocate a random number of bytes. theora_encode_header() can fail
10948           if libtheora has been compiled with encoding support disabled.
10949           Fixes #398110.
10950
10951 2007-01-29  Wim Taymans  <wim@fluendo.com>
10952
10953         * tests/check/gst/.cvsignore:
10954         Do as buildbot says.
10955
10956 2007-01-29  Wim Taymans  <wim@fluendo.com>
10957
10958         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10959         Fix strides in libvisual. Gst uses X strides.
10960         Inspired by: <ed at catmur dot co dot uk> and 
10961         <tim at centricular dot net>
10962         Fixes #401118.
10963
10964 2007-01-27  Wim Taymans  <wim@fluendo.com>
10965
10966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10967         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10968         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10969         (gst_ogg_demux_perform_seek),
10970         (gst_ogg_demux_bisect_forward_serialno),
10971         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10972         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10973         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10974         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10975         * ext/ogg/gstoggdemux.h:
10976         Properly propagate streaming errors when we are scanning the file for
10977         chains so that we don't crash when shut down. Might fix some crashers
10978         when quickly switching oggs in RB such as #332503 and #378436.
10979
10980 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10981
10982         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10983           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10984           error code as well.
10985
10986 2007-01-25  Wim Taymans  <wim@fluendo.com>
10987
10988         * gst/playback/gstplaybasebin.c: (remove_source):
10989         Don't try to disconnect a signal from a finalized object.
10990
10991 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10992
10993         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10994           Cast lock macro parameters to make sure we're actually accessing the
10995           lock member at the right class level. Free list itself in _dispose()
10996           as well and NULL it in case dispose gets called multiple times.
10997
10998 2007-01-25  Edward Hervey  <edward@fluendo.com>
10999
11000         * gst/playback/gstdecodebin2.c:
11001         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
11002         Free GstDecodeGroups no longer used.
11003         (gst_decode_group_expose):
11004         Don't unlock too many times !
11005         (deactivate_free_recursive):
11006         Free iterator once we're done with it.
11007         Fix for recursively deactivating elements (stop at ghostpads).
11008
11009 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11010
11011         * gst/playback/gstplaybin.c: (handoff):
11012           Fix up caps on the frame buffer before we save it and potentially
11013           make it accessible to other threads via g_object_get; also use
11014           gst_buffer_replace() instead of gst_mini_object_replace().
11015
11016 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11017
11018         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11019           Make getting the current frame thread-safe.
11020
11021 2007-01-25  Edward Hervey  <edward@fluendo.com>
11022
11023         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
11024         (gst_decode_group_new), (gst_decode_group_free):
11025         Set queues to bigger sizes to cope with HD contents.
11026         Fix some mutex freeing and add comment about MT safe methods.
11027
11028 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11029
11030         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11031         (gst_text_overlay_text_event):
11032           Don't unnecessarily ref (and then leak) upstream events if the text
11033           pad is not linked. Fixes #399948.
11034
11035         * tests/check/gst-plugins-base.supp:
11036           Add suppression for pango on edgy/x86 for textoverlay test.
11037
11038 2007-01-24  Wim Taymans  <wim@fluendo.com>
11039
11040         * gst-libs/gst/rtp/gstrtpbuffer.h:
11041         Add some more fixed payloads.
11042
11043 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11044
11045         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
11046           Error out properly if we get an error from libogg while reading the
11047           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
11048
11049 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11050
11051         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
11052           Don't leak mutex.
11053
11054         * tests/check/elements/playbin.c:
11055         (test_sink_usage_video_only_stream),
11056         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
11057         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
11058         (test_missing_suburisource_handler),
11059         (test_missing_primary_decoder), (playbin_suite):
11060           Run all tests once with decodebin and once with decodebin2.
11061           One test does not pass yet with decodebin2.
11062
11063 2007-01-23  Edward Hervey  <edward@fluendo.com>
11064
11065         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
11066         Fix the cases where oggmux doesn't properly figure out that all
11067         sinkpads have gone EOS, and therefore doesn't push out the remaining
11068         buffers and the final EOS event.
11069         Fixes #363379
11070
11071 2007-01-23  Julien MOUTTE  <julien@moutte.net>
11072
11073         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11075         Don't lock on navigation event push, just on keysym to string.
11076         Fixes #397673 again.
11077
11078 2007-01-22  Edward Hervey  <edward@fluendo.com>
11079
11080         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
11081         (get_current_group), (group_demuxer_event_probe),
11082         (gst_decode_group_expose), (deactivate_free_recursive),
11083         (gst_decode_group_free):
11084         Cleanups.
11085         Don't forget to emit 'no-more-pads' once a group is exposed.
11086         Cleanup elements from a DecodeGroup once we remove it.
11087         Protect call to gst_decode_group_expose() with the decodebin lock.
11088
11089 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11090
11091         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11093         Looking at Xorg code i can't figure out if that XKeysymToString
11094         function is thread sensible or not. Lock it just in case as
11095         recommended by Radek Doulik <rodo at ximian dot com>.
11096
11097 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11098
11099         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11101         Lock that X Call as well. Fixes #397673.
11102
11103 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11104
11105         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11106           Don't go into an endless loop if the file starts with 00 00 01 2X,
11107           like quicktime redirect files might. Fixes #396042.
11108
11109         * tests/check/Makefile.am:
11110         * tests/check/gst/.cvsignore:
11111         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11112         (typefindfunctions_suite):
11113           Add unit test for the above.
11114
11115 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11116
11117         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11118           On second thought, use "depth" field rather than "bpp" field.
11119
11120 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11121
11122         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11123           Camtasia caps apparently need a bpp field (#398875).
11124
11125 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11126
11127         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11128         (gen_source_element), (gst_play_base_bin_change_state):
11129           Attempt at a better error message in case we don't have the required
11130           URI handler installed; post missing-plugin message also when we're
11131           missing an URI handler for the subtitle URI; clean up properly also
11132           when an error occurs and we never made it to PAUSED state.
11133
11134         * tests/check/elements/playbin.c: (GST_START_TEST),
11135         (playbin_suite):
11136           Check that we're also getting a missing-plugin messsage for a
11137           missing subtitle URI handler (and clean up properly).
11138
11139 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11140
11141         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11142           Plug a few reference leaks.
11143
11144 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11145
11146         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11147           Lower probability a bit if the marker isn't right at the start,
11148           to decrease the chance of false positives.
11149
11150 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11151
11152         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11153           Small mpeg2 system stream typefinding improvement: make typefinder
11154           probe a bit into the stream instead of just looking for a marker
11155           at the beginning. Fixes #397810.
11156
11157 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11158
11159         * gst/audioconvert/gstchannelmix.c:
11160           Remove compatibility cruft for prehistoric GLib versions.
11161
11162 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11163
11164         * gst/playback/Makefile.am:
11165         * gst/playback/gstdecodebin.c: (close_pad_link):
11166         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11167         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11168         (gst_play_base_bin_handle_message_func), (unknown_type):
11169           Let decodebin be the element to post missing-plugin messages for
11170           missing decoders (rather than playbin); make playbin implement
11171           GstBin::handle_message so we can suppress missing-plugin messages
11172           for types we're not handling on purpose (don't want to bring up an
11173           installer in those cases).
11174
11175 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11176
11177         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11178         * gst-libs/gst/tag/gstvorbistag.c:
11179         (gst_tag_list_to_vorbiscomment_buffer):
11180         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11181           Fix potentially unaligned access (#397207).
11182
11183 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11184
11185         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11186         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11187         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11188         (main):
11189           Allow to toggle looping while it plays. Fix callback prototype. Clean
11190           up code a bit more. Add copyright header.
11191
11192 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11193
11194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11195           Red and blue mask was swapped (spotted by Dan Williams).
11196
11197 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11198
11199         * gst-libs/gst/tag/gstid3tag.c:
11200         * gst-libs/gst/tag/gstvorbistag.c:
11201           Use new beats-per-minute tag from core.
11202
11203 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11204
11205         * po/POTFILES.in:
11206           Add new files with translatable strings, so they actually make it
11207           into the template file one day.
11208
11209 2007-01-12  Andy Wingo  <wingo@pobox.com>
11210
11211         * gst-libs/gst/audio/gstbaseaudiosink.c
11212         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11213         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11214         stuff, as the base class handles this now. Actually tell the ring
11215         buffer to start.
11216         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11217         How did this work before? Maybe I'm not as awesome a programmer as
11218         I think.
11219
11220         * gst-libs/gst/audio/gstbaseaudiosrc.c
11221         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11222         of a pad function.
11223
11224 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11225
11226         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11227           Remove more fields so that the application can better blacklist
11228           formats that have been tried before.
11229
11230 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11231
11232         * gst-libs/gst/audio/mixerutils.h:
11233           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11234           used when compiling with c++ compilers as well.
11235
11236 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11237
11238         * gst/typefind/gsttypefindfunctions.c:
11239           Fix comment.
11240
11241 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11242
11243         * gst/playback/gstplaybin.c: (post_missing_element_message),
11244         (gen_video_element), (gen_text_element), (gen_audio_element),
11245         (gen_vis_element):
11246           Post missing-plugin messages also when we error out because
11247           converters, textoverlay or auto*sinks are missing (#161922).
11248
11249 2007-01-10  Wim Taymans  <wim@fluendo.com>
11250
11251         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11252         (is_demuxer_element), (new_caps):
11253         * gst/playback/gstplaybasebin.c: (source_new_pad):
11254         Fix the case where we try to ref a NULL element when we delay a link
11255         because of unfixed caps.
11256         Set the state of autoplugged decodebins to PAUSED.
11257         RTSP now works in playbin, we can remove it from the blacklist.
11258
11259 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11260
11261         * gst/playback/Makefile.am:
11262         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11263         (unknown_type), (setup_subtitle), (gen_source_element):
11264         * gst/playback/gstplaybin.c: (plugin_init):
11265           Post missing-plugin messages on the bus for missing sources and
11266           missing decoders/demuxers/depayloaders; fix error code used when
11267           we're missing an URI handler source; for media types that we are not
11268           handling on purpose at the moment, don't print "don't know how to
11269           handle xyz" messages to the terminal or post missing-plugin
11270           messages on the bus.
11271
11272         * tests/check/elements/playbin.c: (create_playbin),
11273         (GST_START_TEST), (gst_codec_src_uri_get_type),
11274         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11275         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11276         (gst_codec_src_init_type), (gst_codec_src_base_init),
11277         (gst_codec_src_create), (gst_codec_src_class_init),
11278         (gst_codec_src_init), (plugin_init), (playbin_suite):
11279           Add some tests for the missing-plugin stuff.
11280
11281 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11282
11283         * configure.ac:
11284         * gst-libs/gst/Makefile.am:
11285         * gst-libs/gst/utils/Makefile.am:
11286         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11287         * gst-libs/gst/utils/base-utils.h:
11288         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11289         (find_format_info), (caps_are_rtp_caps),
11290         (gst_base_utils_get_source_description),
11291         (gst_base_utils_get_sink_description),
11292         (gst_base_utils_get_decoder_description),
11293         (gst_base_utils_get_encoder_description),
11294         (gst_base_utils_get_element_description),
11295         (gst_base_utils_add_codec_description_to_tag_list),
11296         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11297         * gst-libs/gst/utils/descriptions.h:
11298         * gst-libs/gst/utils/missing-plugins.c:
11299         (missing_structure_get_type), (copy_and_clean_caps),
11300         (gst_missing_uri_source_message_new),
11301         (gst_missing_uri_sink_message_new),
11302         (gst_missing_element_message_new),
11303         (gst_missing_decoder_message_new),
11304         (gst_missing_encoder_message_new),
11305         (missing_structure_get_string_detail),
11306         (missing_structure_get_caps_detail),
11307         (gst_missing_plugin_message_get_installer_detail),
11308         (gst_missing_plugin_message_get_description),
11309         (gst_is_missing_plugin_message):
11310         * gst-libs/gst/utils/missing-plugins.h:
11311           API: add new libgstbaseutils library with functions
11312           - to create and parse missing-plugins messages
11313           - that provide (translated) descriptions for caps/decoders/sources/etc.
11314           Closes #392393.
11315
11316         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11317         * pkgconfig/gstreamer-plugins-base.pc.in:
11318           Add new lib.
11319
11320         * docs/libs/gst-plugins-base-libs-docs.sgml:
11321         * docs/libs/gst-plugins-base-libs-sections.txt:
11322           Generate docs for new lib and API.
11323
11324         * tests/check/Makefile.am:
11325         * tests/check/libs/.cvsignore:
11326         * tests/check/libs/utils.c: (missing_msg_check_getters),
11327         (GST_START_TEST), (libgstbaseutils_suite):
11328           Add some basic unit tests.
11329
11330 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11331
11332         * ext/ogg/Makefile.am:
11333           Dist gstoggdemux.h to fix 'make distcheck'.
11334
11335         * sys/v4l/Makefile.am:
11336           Fix 'make distcheck' even more.
11337
11338 2007-01-09  Wim Taymans  <wim@fluendo.com>
11339
11340         * docs/plugins/Makefile.am:
11341         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11342         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11343         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11344         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11345         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11346         (gst_ogg_demux_perform_seek):
11347         * ext/ogg/gstoggdemux.h:
11348         Added docs.
11349         Add some more comments.
11350         Small cleanups.
11351
11352 2007-01-09  Wim Taymans  <wim@fluendo.com>
11353
11354         * ext/theora/theoradec.c:
11355         * ext/vorbis/vorbisdec.c:
11356         * gst-libs/gst/audio/gstringbuffer.c:
11357         (gst_ring_buffer_commit_full):
11358         * gst-libs/gst/audio/gstringbuffer.h:
11359         * gst-libs/gst/rtp/gstrtpbuffer.c:
11360         * gst-libs/gst/tag/gstvorbistag.c:
11361         Small documentation updates/fixes
11362
11363 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11364
11365         * configure.ac:
11366           Require core CVS HEAD for Andy's basesrc/sink API additions.
11367
11368 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11369
11370         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11371
11372         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11373         (plugin_init):
11374           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11375           on flac.sf.net (there appear to be other versions of the first
11376           ogg page in the wild) (#391365).
11377
11378 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11379
11380         * configure.ac:
11381           Check if localtime_r() is available.
11382
11383         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11384           If localtime_r() is not available, fall back to localtime(). Should
11385           fix build on MingW (#393310).
11386
11387 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11388
11389         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11390         * gst/subparse/gstsubparse.h:
11391           Remove spurious 1000 subtrahend when calculating the timestamp from
11392           the frame number and the frame rate . Also, use the frames/second
11393           value specified in the first line of the file, if one is specified
11394           there. Should fix #357503.
11395
11396         * tests/check/elements/subparse.c: (do_test),
11397         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11398         (subparse_suite):
11399           Add some basic unit tests for the microdvd subtitle format.
11400
11401 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11402
11403         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11404
11405         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11406         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11407         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11408         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11409         (gst_xvimagesink_set_xwindow_id),
11410         (gst_xvimagesink_set_event_handling),
11411         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11412         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11413         Fixes: #390076.
11414         Add an adaptor property to select a specific XV adaptor.
11415         * sys/xvimage/xvimagesink.h:
11416
11417 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11418
11419         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11420         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11421         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11422         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11423         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11424         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11425         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11426         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11427         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11428         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11429         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11430         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11431         Use flow_lock much more to protect every access to xwindow.
11432         Try to catch erros while creating images in case some drivers are
11433         just generating an XError when the requested image is too big.
11434         Should fix : #354698, #384008, #384060.
11435         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11436         Implement some stress testing of setting window xid.
11437
11438 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11439
11440         * win32/common/libgsaudio.def:
11441           Add new exported function.
11442         * win32/common/libgstogg.dsp:
11443           Add gstoggaviparse.c to the build.
11444         * win32/common/libgstvideoscale.dsp:
11445           Add vs_4tap.c to the build.
11446         * win32/common/libgstvorbis.dsp:
11447           Add vorbistag.c to the build.
11448         
11449 2007-01-06  Andy Wingo  <wingo@pobox.com>
11450
11451         * gst-libs/gst/audio/gstbaseaudiosink.c
11452         (gst_base_audio_sink_class_init)
11453         (gst_base_audio_sink_init): 
11454         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11455         to baseaudiosink, and tell basesink that we can work in pull mode.
11456         This way the ring buffer thread drives the pipeline directly, if
11457         pull mode is possible. There is some lingering nastiness regarding
11458         capsnego, however.
11459         (gst_base_audio_sink_callback): Implement the callback to pull
11460         data. This interface is a bit light, though -- it should get a
11461         GstFlowReturn return value at least.
11462
11463 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11464
11465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11466         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11467         * gst/playback/gstdecodebin2.c:
11468         (gst_decode_group_check_if_blocked):
11469           Printf format and missing argument fixes.
11470
11471 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11472
11473         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11474         (gst_ogm_parse_change_state):
11475         Activate pads before adding them to the element.
11476
11477 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11478
11479         * tests/examples/seek/scrubby.c: (main):
11480         * tests/examples/seek/seek.c: (main):
11481           Call g_thread_init() first thing in main() (see #391278).
11482
11483 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11484
11485         * tests/check/Makefile.am:
11486         * tests/check/libs/.cvsignore:
11487         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11488         (netbuffer_suite):
11489           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11490           for the time being, since it's broken, see #393099.
11491
11492 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11493
11494         * tests/check/Makefile.am:
11495           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11496
11497 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11498
11499         * configure.ac:
11500           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11501           so that GST_BASE_CFLAGS can go inbetween them, making sure
11502           we use uninstalled gst-libs headers
11503         * docs/libs/Makefile.am:
11504         * ext/alsa/Makefile.am:
11505         * ext/cdparanoia/Makefile.am:
11506         * ext/gnomevfs/Makefile.am:
11507         * ext/libvisual/Makefile.am:
11508         * ext/ogg/Makefile.am:
11509         * ext/theora/Makefile.am:
11510         * ext/vorbis/Makefile.am:
11511         * gst-libs/gst/audio/Makefile.am:
11512         * gst-libs/gst/cdda/Makefile.am:
11513         * gst-libs/gst/interfaces/Makefile.am:
11514         * gst-libs/gst/riff/Makefile.am:
11515         * gst-libs/gst/rtp/Makefile.am:
11516         * gst-libs/gst/tag/Makefile.am:
11517         * gst/adder/Makefile.am:
11518         * gst/audioconvert/Makefile.am:
11519         * gst/audiorate/Makefile.am:
11520         * gst/audioresample/Makefile.am:
11521         * gst/playback/Makefile.am:
11522         * gst/tcp/Makefile.am:
11523         * gst/videoscale/Makefile.am:
11524         * gst/volume/Makefile.am:
11525         * sys/ximage/Makefile.am:
11526         * sys/xvimage/Makefile.am:
11527         * tests/icles/Makefile.am:
11528           adapt
11529
11530 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11531
11532         * gst-libs/gst/interfaces/xoverlay.c:
11533         (gst_x_overlay_handle_events):
11534         * gst-libs/gst/interfaces/xoverlay.h:
11535         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11536         (gst_ximagesink_set_xwindow_id),
11537         (gst_ximagesink_set_event_handling),
11538         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11539         (gst_ximagesink_get_property), (gst_ximagesink_init),
11540         (gst_ximagesink_class_init):
11541         * sys/ximage/ximagesink.h:
11542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11543         (gst_xvimagesink_set_xwindow_id),
11544         (gst_xvimagesink_set_event_handling),
11545         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11546         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11547         (gst_xvimagesink_class_init):
11548         * sys/xvimage/xvimagesink.h:
11549         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11550         Add a method to the XOverlay interface to allow disabling of 
11551         event handling in x[v]imagesink elements. This will let X events
11552         propagate to parent windows which can be usefull in some cases.
11553         Be carefull that the application is then responsible of pushing
11554         navigation events and expose events to the video sink.
11555         Fixes: #387138.
11556
11557 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11558
11559         * gst-libs/gst/tag/gstvorbistag.c:
11560         * tests/check/libs/tag.c: (GST_START_TEST):
11561           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11562           (fixes #392070).
11563
11564 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11565
11566         * configure.ac:
11567         * docs/Makefile.am:
11568         * docs/design/Makefile.am:
11569           Dist design docs.
11570
11571 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11572
11573         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11574         typo. Fixes: #390063.
11575
11576 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11577
11578         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11580         caps leak.
11581         * win32/common/config.h: Updated.
11582
11583 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11584
11585         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11586         (setup_gdpdepay_streamheader):
11587         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11588         (setup_gdppay_streamheader):
11589           Fix the dp tests, but activating the pads for the streamheader tests
11590           too and cleaning up conditionaly
11591
11592 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11593
11594         * gst/ffmpegcolorspace/avcodec.h:
11595         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11596         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11597         (gst_ffmpegcsp_avpicture_fill):
11598         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11599         (img_get_alpha_info):
11600         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11601         other end of the word. Fixes: #387073.
11602
11603         Add some inconsequential branch hints in a couple of places.
11604
11605 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11606
11607         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11608         (gst_ffmpeg_caps_to_smpfmt):
11609           The "signed" field in raw audio caps is of boolean type, trying to
11610           extract the value with _get_int() will fail (fix to keep in sync with
11611           the copy in gst-ffmpeg)
11612
11613 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11614
11615         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11616         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11617         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11618         (cleanup_gdpdepay):
11619         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11620         * tests/check/elements/subparse.c: (teardown_subparse):
11621         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11622         * tests/check/elements/videorate.c: (cleanup_videorate):
11623         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11624         * tests/check/elements/volume.c: (cleanup_volume):
11625         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11626         (cleanup_vorbisdec):
11627         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11628         (cleanup_vorbistag):
11629           consistent pad (de)activation
11630
11631 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11632
11633         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11634           Forgot to register the extensions.
11635
11636 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11637
11638         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11639         (plugin_init):
11640           Add typefinder for VIVO files (my christmas present to the 90s).
11641
11642 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11643
11644         * gst/playback/gstdecodebin.c: (type_found):
11645           Special-case the text/plain media type: we only want to recognise it
11646           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11647           parser, but not if the entire stream is of text/plain type. If the
11648           entire stream is text/plain, we should just error out.
11649
11650           This fixes playback of audio files with lyrics in totem. Totem can't
11651           distinguish between text files and subtitle files and passes any
11652           .txt file with the same basename as the main file to playbin as
11653           suburi, and playbin will then throw a 'subtitle found, but no video
11654           stream' error, which isn't entirely helpful. See #380342.
11655
11656           Also, with this change we'll show a slightly more correct error
11657           message in case totem passes a playlist file to us (although a
11658           custom error message wording instead of the default text would
11659           probably not be a bad idea either).
11660
11661           Same problem also needs to be fixed for playbin+decodebin2.
11662
11663         * tests/check/Makefile.am:
11664         * tests/check/elements/decodebin.c: (src_handoff_cb),
11665         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11666         (decodebin_suite):
11667           Add simple unit test for decodebin for the above.
11668
11669 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11670
11671         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11672         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11673           Refuse to change state to READY when we failed to create any of the
11674           required elements in our instance init function.
11675
11676 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11677
11678         * docs/libs/gst-plugins-base-libs-sections.txt:
11679           Small docs fixes/updates.
11680
11681         * gst-libs/gst/video/gstvideosink.h:
11682           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11683           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11684           removed from the base sink API between 0.9.6 and 0.9.7).
11685           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11686           accessor macros, so we don't do a runtime GObject type check every
11687           time we use them.
11688
11689 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11690
11691         * Makefile.am:
11692         * gst-plugins-base.doap:
11693         * gst-plugins-base.spec.in:
11694           add doap file
11695
11696 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11697
11698         Patch by: Jens Granseuer <jensgr at gmx net>
11699
11700         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11701         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11702         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11703         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11704         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11705           Declare variables at the beginning of a block. Fixes #383195.
11706
11707 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11708
11709         * configure.ac:
11710         Bump version nano - back to CVS.
11711
11712
11713 === release 0.10.11 ===
11714
11715 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11716
11717         * configure.ac:
11718           releasing 0.10.11, "Dumb things"
11719
11720 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11721
11722         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11723         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11724         Handle the case where an element has multiple pads with 
11725         unfixed caps as well as still possibly producing more dynamic 
11726         pads by storing each case as a distinct entry in the dynamic list.
11727         Fixes #38223 again.
11728
11729 2006-12-04  Wim Taymans  <wim@fluendo.com>
11730
11731         * gst/playback/gstdecodebin.c: (close_pad_link):
11732         Fix #382223, add more dynamic caps handling.
11733
11734 2006-12-04  Wim Taymans  <wim@fluendo.com>
11735
11736         * gst-libs/gst/audio/gstringbuffer.h:
11737         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11738         (gst_netaddress_set_ip4_interface),
11739         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11740         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11741         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11742         (gst_netaddress_get_ttl):
11743         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11744         * gst/playback/gstdecodebin.c: (close_pad_link):
11745         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11746         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11747         * win32/common/config.h:
11748
11749 2006-12-01  Michael Smith  <msmith@fluendo.com>
11750
11751         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11752           Delete bad debug code.
11753           Fixes #381219
11754
11755 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11756
11757         * gst/videoscale/vs_4tap.c:
11758         * win32/MANIFEST:
11759         * win32/common/config.h:
11760         * win32/vs8/libgstvideoscale.vcproj:
11761         Fix compilation on win32 under VS8
11762         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11763         Partially fixes #381175
11764
11765 2006-11-30  Michael Smith  <msmith@fluendo.com>
11766
11767         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11768         (GST_START_TEST):
11769           It would be very bad if, after a discont buffer, we thought every
11770           single following buffer was also discont. So, add to the test to
11771           ensure that this isn't the case.
11772           
11773         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11774           ... it was the case. So fix it.
11775
11776 2006-11-28  Wim Taymans  <wim@fluendo.com>
11777
11778         * gst/playback/gstplaybasebin.c: (check_queue_event):
11779         Improve debug.
11780
11781         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11782         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11783         padtemplate caps. Refixes #357577.
11784
11785 2006-11-28  Wim Taymans  <wim@fluendo.com>
11786
11787         * gst/playback/gstplaybasebin.c: (check_queue_event),
11788         (queue_threshold_reached), (queue_out_of_data),
11789         (gen_preroll_element):
11790         Add event probe to see when EOS is in a queue and we can disable the
11791         underrun signals. Fixes #357577.
11792
11793 2006-11-28  Edward Hervey  <edward@fluendo.com>
11794
11795         * gst/playback/Makefile.am:
11796         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11797         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11798         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11799         (gst_decode_bin_init), (gst_decode_bin_dispose),
11800         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11801         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11802         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11803         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11804         (connect_element), (expose_pad), (type_found),
11805         (pad_added_group_cb), (pad_removed_group_cb),
11806         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11807         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11808         (are_raw_caps), (multi_queue_overrun_cb),
11809         (multi_queue_underrun_cb), (gst_decode_group_new),
11810         (get_current_group), (group_demuxer_event_probe),
11811         (gst_decode_group_control_demuxer_pad),
11812         (gst_decode_group_control_source_pad),
11813         (gst_decode_group_check_if_blocked),
11814         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11815         (gst_decode_group_hide), (gst_decode_group_free),
11816         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11817         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11818         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11819         (plugin_init):
11820         New decodebin2 element.
11821         Closes #370092
11822         * gst/playback/gstplay-marshal.list:
11823         Added marshallers for new signals in decodebin2
11824         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11825         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11826         is set.
11827
11828 2006-11-28  Wim Taymans  <wim@fluendo.com>
11829
11830         * gst/playback/gstplaybasebin.c: (setup_source),
11831         (gst_play_base_bin_change_state):
11832         Disable rtsp:// uris for the release, it's not good enough yet.
11833         Remove unused var.
11834
11835 2006-11-26  Wim Taymans  <wim@fluendo.com>
11836
11837         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11838         (theora_dec_push_forward), (theora_dec_push_reverse),
11839         (theora_handle_data_packet), (theora_dec_decode_buffer),
11840         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11841         (theora_dec_chain_forward), (theora_dec_chain):
11842         Implement reverse playback.
11843
11844         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11845         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11846         (vorbis_dec_chain_forward):
11847         Clear buffers used for reverse playback in _reset.
11848         No need to set the eos flag, we clip samples using the segment.
11849
11850 2006-11-24  Wim Taymans  <wim@fluendo.com>
11851
11852         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11853         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11854         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11855         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11856         Some cleanups.
11857         Handle continued pages in reverse mode.
11858
11859 2006-11-24  Wim Taymans  <wim@fluendo.com>
11860
11861         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11862         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11863         (vorbis_dec_flush_decode):
11864         Small cleanups.
11865         Don't try to add invalid timestamps.
11866         Clipping will unref the buffer.
11867
11868 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11869
11870         * gst/adder/gstadder.h:
11871         * gst/audiotestsrc/gstaudiotestsrc.h:
11872           remove obsolete _factory_init protos
11873
11874 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11875
11876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11877           Fix spacing in debug message.
11878
11879 2006-11-23  Wim Taymans  <wim@fluendo.com>
11880
11881         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11882         (gst_ogg_demux_chain):
11883         Don't just ignore return values from _pad_push().
11884         Small debug improvements.
11885
11886 2006-11-23  Michael Smith  <msmith@fluendo.com>
11887
11888         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11889           If our incoming buffer is marked as DISCONT, then increment the page
11890           number (so that the discontinuity is marked in the final ogg
11891           bitstream) and flush the previous page.
11892
11893 2006-11-22  Michael Smith  <msmith@fluendo.com>
11894
11895         * ext/theora/gsttheoraenc.h:
11896         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11897         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11898         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11899         (theora_enc_chain), (theora_enc_change_state):
11900           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11901
11902         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11903         (GST_START_TEST), (theoraenc_suite):
11904           Enable discontinuity test, fix it.
11905
11906 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11907
11908         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11909         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11910         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11911         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11912         (gst_text_overlay_change_state):
11913         * ext/pango/gsttextoverlay.h:
11914           Some textoverlay fixes: for one, in the video chain function,
11915           actually wait for a text buffer to come in if there is none at the
11916           moment and there should be one; also, deal more gracefully with
11917           incoming buffers that do not have a timestamp or duration; discard
11918           text buffer when not needed any longer. Fixes #341681.
11919
11920         * tests/check/Makefile.am:
11921         * tests/check/elements/.cvsignore:
11922         * tests/check/elements/textoverlay.c:
11923         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11924         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11925         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11926         (test_video_waits_for_text_send_text_newsegment_thread),
11927         (test_video_waits_for_text_shutdown_element),
11928         (test_render_continuity_push_video_buffers_thread),
11929         (textoverlay_suite):
11930           Add some unit tests for textoverlay.
11931
11932 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11933
11934         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11935           Avoid integer underflow when the found probability for mp3 is
11936           smaller than the 'penalty' we subtract if there's not a clean
11937           mp3 header sync at offset 0.
11938
11939 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11940
11941         * docs/libs/gst-plugins-base-libs-sections.txt:
11942           Add some new symbols to the docs
11943
11944 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11945
11946         * tests/check/Makefile.am:
11947         * tests/check/elements/ffmpegcolorspace.c:
11948         (ffmpegcolorspace_suite):
11949           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11950           (for now not for valgrinding though, since it takes too long).
11951
11952 2006-11-20  Wim Taymans  <wim@fluendo.com>
11953
11954         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11955         (gst_ffmpeg_pixfmt_to_caps):
11956         Fix RGBA32 caps. Fixes #357038.
11957
11958 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11959
11960         * gst-libs/gst/interfaces/mixertrack.h:
11961           Add FIXME so we can add some padding here in 0.11
11962
11963 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11964
11965         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11966           Fix GstBaseRTPAudioPayload structure so the whole GObject
11967           inheritance business actually works (parent class instance structure
11968           must always come first in the derived class instance structure).
11969
11970 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11971
11972         * gst/videotestsrc/Makefile.am:
11973         * tests/check/Makefile.am:
11974           Make sure our checks and the videotestsrc plugin link against the
11975           local uninstalled gst libs and not any installed gst libs that
11976           might happen to exist as well.
11977
11978         * tests/check/elements/adder.c: (message_received),
11979         (test_event_message_received), (test_play_twice_message_received):
11980         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11981           Fix compiler warnings when compiling against core with disabled
11982           debugging system.
11983
11984 2006-11-16  Michael Smith  <msmith@fluendo.com>
11985
11986         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11987         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11988           Fix audiorate, so that it accurately sets offsets and timestamps.
11989           Doesn't change the fundamental algorithmic decisions; so should be
11990           safe.
11991
11992         * tests/check/Makefile.am:
11993           Enable audiorate test now that it passes.
11994
11995 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11996
11997         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11998           clear xv when going to NULL, remove // commented non-existant proto
11999
12000         * tests/examples/seek/seek.c: (main):
12001           add missing tooltip description for scrub and play_scrub
12002
12003 2006-11-14  David Schleef  <ds@schleef.org>
12004
12005         * configure.ac:
12006           Bump liboil requirement to 0.3.8.
12007         * gst-libs/gst/riff/riff-media.c:
12008           Add Dirac fourcc.
12009         * gst/videoscale/vs_image.h:
12010         * gst/videoscale/vs_scanline.h:
12011           Use liboil's stdint.h.
12012         * gst/videotestsrc/videotestsrc.c:
12013           Remove liboil related ifdef's, since they aren't needed now, and
12014           won't work with future versions.
12015
12016 2006-11-14  David Schleef  <ds@schleef.org>
12017
12018         * gst/videoscale/Makefile.am:
12019         * gst/videoscale/gstvideoscale.c:
12020         * gst/videoscale/gstvideoscale.h:
12021         * gst/videoscale/vs_4tap.c:
12022         * gst/videoscale/vs_4tap.h:
12023         * gst/videoscale/vs_image.c:
12024         * gst/videoscale/vs_image.h:
12025         * gst/videoscale/vs_scanline.c:
12026         * gst/videoscale/vs_scanline.h:
12027           Add a 4-tap image scaler.  Theoretically looks much prettier.
12028           The tap calculation could use some improvement.
12029
12030 2006-11-14  Wim Taymans  <wim@fluendo.com>
12031
12032         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
12033
12034         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
12035         (gst_riff_parse_strf_iavs):
12036         * gst/subparse/gstsubparse.c: (convert_encoding):
12037         * gst/tcp/gstmultifdsink.c:
12038         (gst_multi_fd_sink_handle_client_write):
12039         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12040         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
12041         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
12042         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
12043         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12044         (gst_ximagesink_ximage_new):
12045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12046         Various gsize and gssize printf fixes. Fixes #372507.
12047
12048 2006-11-13  Wim Taymans  <wim@fluendo.com>
12049
12050         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12051         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
12052         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12053         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
12054         (vorbis_dec_chain_forward), (vorbis_dec_chain):
12055         * ext/vorbis/vorbisdec.h:
12056         First stab at vorbis reverse playback.
12057
12058 2006-11-13  Wim Taymans  <wim@fluendo.com>
12059
12060         * gst-libs/gst/audio/gstbaseaudiosink.c:
12061         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12062         * gst-libs/gst/audio/gstbaseaudiosink.h:
12063         Make the clock sync code more accurate wrt resampling and playback
12064         at different rates.
12065         
12066         * gst-libs/gst/audio/gstringbuffer.c:
12067         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
12068         * gst-libs/gst/audio/gstringbuffer.h:
12069         Use better algorithm to interpolate sample rates. 
12070
12071 2006-11-13  Michael Smith  <msmith@fluendo.com>
12072
12073         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
12074           Improve a debug line slightly.
12075
12076         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
12077           Call gst_riff_init() in plugin_init, to avoid getting errors from
12078           the debug system (unrelated changes to another plugin made this turn
12079           up; not sure why).
12080
12081 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12082
12083         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
12084
12085         * win32/common/libgsttag.def:
12086           Add missing symbol (#366492).
12087
12088 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
12089
12090         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12091           Don't unref a NULL pad.
12092
12093 2006-11-09  Wim Taymans  <wim@fluendo.com>
12094
12095         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12096         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12097         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12098         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12099         (gst_ogg_demux_loop):
12100         Implement first stab at reverse playback.
12101
12102 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
12103
12104         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12105         (gst_riff_create_video_template_caps):
12106           add h263/h264 variants to the caps, Fixes #363118
12107
12108 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
12109
12110         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12111         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12112           Use g_strerror instead of strerror so we get UTF-8.
12113
12114 2006-11-03  David Schleef  <ds@schleef.org>
12115
12116         * ext/ogg/gstoggdemux.c:
12117         * ext/ogg/gstoggmux.c:
12118           Add/remove KW-DIRAC header here, since it is ogg-specific.
12119
12120 2006-11-03  Michael Smith  <msmith@fluendo.com>
12121
12122         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12123           Recognise more mpeg4 elementary video streams.
12124
12125 2006-11-02  Edward Hervey  <edward@fluendo.com>
12126
12127         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12128         Lower the probability of mp3 typefinding functions if we don't find a
12129         valid mp3 header at the start of the file.
12130         Closes #369482
12131
12132 2006-11-02  Wim Taymans  <wim@fluendo.com>
12133
12134         * ext/theora/gsttheoradec.h:
12135         * ext/theora/theoradec.c: (gst_theora_dec_init),
12136         (theora_dec_sink_event), (theora_dec_chain_forward),
12137         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12138         (theora_dec_chain):
12139         Document and partially implement an algorithm for doing reverse playback
12140         of theora video.
12141
12142 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12143
12144         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12145
12146         * win32/common/config.h:
12147         * win32/common/interfaces-enumtypes.c:
12148         * win32/common/libgsttag.def:
12149         * win32/vs8/gst-plugins-base.sln:
12150         * win32/vs8/libgstaudioresample.vcproj:
12151         * win32/vs8/libgstinterfaces.vcproj:
12152         * win32/vs8/libgstogg.vcproj:
12153         * win32/vs8/libgstriff.vcproj:
12154         * win32/vs8/libgsttag.vcproj:
12155         * win32/vs8/libgsttheora.vcproj:
12156         * win32/vs8/libgstvideoscale.vcproj:
12157         * win32/vs8/libgstvorbis.vcproj:
12158           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12159           to libgsttag.def; add missing dependencies for some vs8 projects;
12160           re-arrange placement of .def files in vs8 projects (#366334).
12161
12162 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12163
12164         * ext/ogg/gstogg.c:
12165           Remove unused variable.
12166
12167         * ext/ogg/gstoggdemux.c:
12168           Fix Wim's surname in plugin description.
12169
12170 2006-10-31  Wim Taymans  <wim@fluendo.com>
12171
12172         * gst-plugins-base.spec.in:
12173         spec new .h file. Fixes #368310.
12174
12175 2006-10-31  Michael Smith  <msmith@fluendo.com>
12176
12177         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12178         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12179         (gst_multi_fd_sink_get_stats),
12180         (gst_multi_fd_sink_remove_client_link),
12181         (gst_multi_fd_sink_queue_buffer),
12182         (gst_multi_fd_sink_handle_clients):
12183         * gst/tcp/gstmultifdsink.h:
12184           Make using the remove or clear signals threadsafe.
12185           Make calling get-stats with an invalid fd not segfault.
12186           Fixes 368273.
12187
12188 2006-10-31  Wim Taymans  <wim@fluendo.com>
12189
12190         * gst-libs/gst/rtp/Makefile.am:
12191         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12192         (gst_base_rtp_audio_payload_init):
12193         Fix and activate base audio payloader.
12194
12195 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12196
12197         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12198         (plugin_init):
12199           Add typefinder for QuickTime Image Files (see #366156).
12200
12201 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12202
12203         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12204           Another typo fix (#366212).
12205
12206 2006-10-27  Wim Taymans  <wim@fluendo.com>
12207
12208         * gst/volume/gstvolume.c: (volume_transform_ip):
12209         Use stream time to synchronize volume property instead of rather random
12210         timestamps. This is needed when gnonlin does its time shifting.
12211
12212 2006-10-27  Wim Taymans  <wim@fluendo.com>
12213
12214         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12215
12216         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12217         Remove the pad from the element in release_pad. Fixes #364812.
12218
12219 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12220
12221         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12223           Explicitly create our custom buffer classes at a thread-safe
12224           location as well, since g_type_class_ref() doesn't seem to be
12225           entirely thread-safe either (#365501; also see #349410).
12226
12227 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12228
12229         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12230         (gst_riff_parse_info):
12231           If strings in INFO chunk are not UTF-8, do something similar to
12232           what we do for ID3v1 tags: check a number of environment variables
12233           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12234           character sets to try, otherwise try the current locale and/or fall
12235           back on ISO-8859-1. Fixes #360552.
12236
12237 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12238
12239         * gst/videotestsrc/gstvideotestsrc.c:
12240         (gst_video_test_src_pattern_get_type),
12241         (gst_video_test_src_set_pattern):
12242         * gst/videotestsrc/gstvideotestsrc.h:
12243         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12244         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12245         (gst_video_test_src_checkers8):
12246         * gst/videotestsrc/videotestsrc.h:
12247           Add a bunch of exciting new checkers patterns.
12248
12249 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12250
12251         * gst/subparse/Makefile.am:
12252         * gst/subparse/gstsubparse.c:
12253         (gst_sub_parse_data_format_autodetect),
12254         (gst_sub_parse_format_autodetect), (handle_buffer),
12255         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12256         * gst/subparse/gstsubparse.h:
12257         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12258         (parse_tmplayer):
12259         * gst/subparse/tmplayerparse.h:
12260           Add support for TMPlayer-type subtitles (#362845).
12261
12262         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12263         (GST_START_TEST), (subparse_suite):
12264           Add some basic unit tests for the above.
12265
12266 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12267
12268         * tests/check/elements/audiorate.c: (test_injector_base_init),
12269         (test_injector_class_init), (test_injector_chain),
12270         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12271         (GST_START_TEST), (audiorate_suite):
12272           More tests for audiorate: inject buffers to check behaviour when
12273           buffers overlap.
12274
12275 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12276
12277         * tests/check/Makefile.am:
12278         * tests/check/elements/.cvsignore:
12279         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12280         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12281           Add some basic unit tests for audiorate. Disabled at the moment
12282           since it doesn't pass yet (see bug #363119).
12283
12284 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12285
12286         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12287         (parse_subrip), (handle_buffer):
12288           Add missing closing tags for markup and fix broken markup,
12289           otherwise pango won't render anything (fixes #357531). Also,
12290           make sure the text we send out is always NUL-terminated
12291           (better safe than sorry etc.).
12292
12293         * tests/check/elements/subparse.c: (test_srt_do_test),
12294         (test_srt):
12295           Some more tests for .srt incl. tests for the above stuff.
12296
12297 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12298
12299         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12301         Patch by: Stefan Kost  <ensonic@users.sf.net>
12302         Try to redraw borders only when needed. Apparently this consumes
12303         resources on small devices... :-O (#363607)
12304
12305 2006-10-20  Michael Smith  <msmith@fluendo.com>
12306
12307         * gst/tcp/gstmultifdsink.c:
12308         (gst_multi_fd_sink_client_queue_buffer):
12309           If caps change, then update the client's idea of the caps so that we
12310           don't end up re-sending streamheaders for every single buffer after
12311           the caps change.
12312
12313 2006-10-20  Michael Smith  <msmith@fluendo.com>
12314
12315         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12316         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12317           Set caps on pushed buffers; fix up refcounting of caps objects.
12318
12319 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12320
12321         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12322         (plugin_init):
12323           Typefind mmsh header data packet to application/x-mmsh (#362625).
12324
12325 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12326
12327         * tests/check/Makefile.am:
12328         * tests/check/elements/.cvsignore:
12329         * tests/check/elements/subparse.c: (buffer_from_static_string),
12330         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12331         (GST_START_TEST), (subparse_suite):
12332           Add very simple unit test for subparse.
12333
12334 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12335
12336         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12337         (parse_subrip):
12338           Strip trailing newlines from subtitle text output.
12339
12340 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12341
12342         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12343         (gst_sub_parse_change_state):
12344           Fix memleak; clear subparse->textbuf n state change function.
12345
12346 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12347
12348         * gst/subparse/gstsubparse.c:
12349         (gst_sub_parse_data_format_autodetect):
12350           Don't require subrip (.srt) files to start with a chunk number of 1.
12351
12352 2006-10-18  Wim Taymans  <wim@fluendo.com>
12353
12354         * gst-libs/gst/audio/gstbaseaudiosink.c:
12355         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12356         * gst-libs/gst/audio/gstbaseaudiosink.h:
12357         Extract rate from the NEWSEGMENT event.
12358         Use commit_full to also take rate adjustment into account when writing
12359         samples to the ringbuffer.
12360         
12361         * gst-libs/gst/audio/gstringbuffer.c:
12362         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12363         (gst_ring_buffer_read):
12364         * gst-libs/gst/audio/gstringbuffer.h:
12365         Added _commit_full() to also take rate into account.
12366         Use simple interpolation algorithm to resample audio.
12367         API: gst_ring_buffer_commit_full()
12368
12369         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12370         * tests/examples/seek/seek.c: (segment_done):
12371         Don't try to seek with 0.0 rate, just pause instead.
12372         Remove bogus debug line.
12373
12374 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12375
12376         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12377         (setup_source):
12378           Catch async errors when starting up the subtitle bin, so we can
12379           stop waiting and continue with the main film instead of hanging
12380           forever. Fixes #339366.
12381
12382         * tests/check/elements/playbin.c: (playbin_suite):
12383           Enable unit test for the above.
12384
12385 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12386
12387         * tests/check/Makefile.am:
12388         * tests/check/elements/.cvsignore:
12389         * tests/check/elements/playbin.c: (GST_START_TEST),
12390         (gst_red_video_src_uri_get_type),
12391         (gst_red_video_src_uri_get_protocols),
12392         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12393         (gst_red_video_src_uri_handler_init),
12394         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12395         (gst_red_video_src_create), (gst_red_video_src_class_init),
12396         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12397           Some small and basic unit tests for playbin; not very useful yet,
12398           but at least a start.
12399
12400 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12401
12402         * gst/playback/gstplaybin.c: (setup_sinks):
12403           The old pad activation spiel.
12404
12405 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12406
12407         * gst/playback/gstplaybasebin.c: (setup_source):
12408           Don't hang forever if the subbin already fails to start up in 
12409           the state change to PAUSED (#339366).
12410
12411 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12412
12413         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12414         (gst_tuner_set_channel), (gst_tuner_get_channel),
12415         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12416         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12417         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12418         (gst_tuner_find_channel_by_name):
12419           Fix some function guards, add some more function guards.
12420
12421 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12422
12423         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12424         (remove_element_chain):
12425         Don't return a pad from get_our_ghost_pad unless it is actually the
12426         one we want.
12427         Change a cast in remove_element_chain slightly.
12428
12429 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12430
12431         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12432         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12433         Segment seeking needs to use the rate and set stop to -1.
12434
12435 2006-10-13  Wim Taymans  <wim@fluendo.com>
12436
12437         * gst-libs/gst/audio/gstbaseaudiosink.c:
12438         (gst_base_audio_sink_setcaps):
12439         Don't crash when ringbuffer is not yet created.
12440         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12441         Fixes #361634.
12442
12443         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12444         * gst/playback/gststreamselector.c:
12445         (gst_stream_selector_request_new_pad):
12446         Activate pads befre adding them to running elements.
12447
12448 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12449
12450         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12451         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12452         updater when we start grabing the slider. Don't wait for the
12453         pipeline to be PAUSED.
12454
12455 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12456
12457         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12458         (gst_mixer_set_volume), (gst_mixer_get_volume),
12459         (gst_mixer_set_mute), (gst_mixer_set_option),
12460         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12461         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12462         (gst_mixer_option_changed):
12463           Guard mixer interface functions against bogus arguments.
12464
12465 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12466
12467         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12468         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12469         (msg_state_changed), (main): Use state-changed messages to trigger
12470         start/stop of scale update timer. Indeed the scale slider was
12471         jumping here and there because the update timer was activated 
12472         before seek completed. This fixes instant applying of rate changes
12473         by pressing the spinbutton like a crazy man !
12474
12475 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12476
12477         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12478
12479         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12480         (gst_basertppayload_finalize):
12481           Fix two small memory leaks (#361456).
12482
12483 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12484
12485         * tests/examples/seek/seek.c: (do_seek),
12486         (rate_spinbutton_changed_cb): When changing spinbutton we try
12487         to change the rate on the fly.
12488
12489 2006-10-10  Wim Taymans  <wim@fluendo.com>
12490
12491         * gst-libs/gst/riff/riff-ids.h:
12492         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12493         (gst_riff_create_audio_template_caps):
12494         Add WMS caps.
12495
12496 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12497
12498         Patch by: Josep Torra Valles <josep@fluendo.com>
12499
12500         * ext/gnomevfs/gstgnomevfssink.c:
12501         * ext/gnomevfs/gstgnomevfssrc.c:
12502         Fix URI interface implementation return type.
12503         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12504         Fix what looks like a copy/paste issue when assigning values.
12505         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12506         (gst_audio_filter_template_get_type):
12507         Cast to prevent Forte warnings.
12508         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12509         Fix URI interface implementation return type.
12510         gst_pad_query_position requires a signed integer pointer as
12511         3rd parameter, GstClockTime is unsigned.
12512         * gst/audioconvert/audioconvert.c:
12513         Fix integer overflow when treated as signed.
12514         * gst/audioresample/resample.c: (resample_add_input_data):
12515         Cast to prevent warnings on Forte.
12516         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12517         Fix integer overflow when treated as signed.
12518         * gst/ffmpegcolorspace/imgconvert_template.h:
12519         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12520         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12521         (cleanup_decodebin):
12522         Who initialises a guint to -1!
12523         Cast function pointers to prevent warnings on Forte.
12524         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12525         (queue_threshold_reached):
12526         Cast function pointers correctly to prevent warnings on Forte.
12527         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12528         Cast function pointers correctly to prevent warnings on Forte.
12529         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12530         Obvious change to unsigned, 0xEF > max signed char.
12531         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12532         GstClockTime is unsigned, initialise correctly.
12533         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12534         Cast so pointer arithemetic doesn't cause warnings on Forte.
12535         * gst/videorate/gstvideorate.c:
12536         Use correct return value.
12537         * tests/examples/seek/scrubby.c:
12538         GstClockTime is unsigned, initialise correctly.
12539
12540 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12541
12542         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12543
12544         * gst/typefind/gsttypefindfunctions.c:
12545           Recognise XML files and XML-like files shorter than 256 bytes as
12546           well (fixes #359237).
12547
12548 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12549
12550         Patch by: Renato Filho <renato.filho@indt.org.br>
12551         
12552         * gst/typefind/gsttypefindfunctions.c:
12553         Added typefind functions to video/x-nuv media.
12554         
12555 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12556
12557         * gst-libs/gst/interfaces/xoverlay.c:
12558         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12559           Some more guards against invalid input.
12560
12561 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12562
12563         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12564         Useless goto.
12565         * tests/examples/seek/seek.c: (do_seek),
12566         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12567         seek example to experiment with rates != 1.0 (reverse playback !)
12568
12569 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12570
12571         * gst-libs/gst/interfaces/xoverlay.c:
12572           Unref message in doc-example (spotted by Robert McQueen)
12573
12574 2006-10-06  Wim Taymans  <wim@fluendo.com>
12575
12576         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12577         (mpeg1_parse_header), (mpeg1_sys_type_find):
12578         printf fix.
12579
12580 2006-10-06  Wim Taymans  <wim@fluendo.com>
12581
12582         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12583         (close_pad_link):
12584         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12585         Activate dynamic pads before adding them to the element.
12586
12587 2006-10-06  Michael Smith  <msmith@fluendo.com>
12588
12589         * gst-libs/gst/floatcast/floatcast.h:
12590           Fix obviously-bogus macros; use the correct types.
12591
12592 2006-10-06  Wim Taymans  <wim@fluendo.com>
12593
12594         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12595         (gst_base_rtp_depayload_change_state):
12596         Also call parent state change function to activate pads.
12597
12598         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12599         (mpeg1_parse_header), (mpeg1_sys_type_find):
12600         Add some more debug info in mpeg typefinding.
12601
12602 2006-10-06  Michael Smith  <msmith@fluendo.com>
12603
12604         * ext/theora/theoradec.c: (theora_dec_chain):
12605           Zero byte theora packets are valid and well-defined; don't warn on
12606           them.
12607
12608 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12609
12610         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12611         (gst_multi_fd_sink_get_stats), (find_limits),
12612         (gst_multi_fd_sink_queue_buffer):
12613           API: add dropped_buffers to the get-stats GValueArray
12614
12615 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12616
12617         * ext/alsa/gstalsadeviceprobe.c:
12618         (gst_alsa_device_property_probe_get_values):
12619         * ext/alsa/gstalsasink.c: (set_hwparams):
12620         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12621         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12622         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12623         (gst_ogg_mux_process_best_pad):
12624         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12625         (gst_ogg_parse_chain):
12626         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12627         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12628         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12629         (gst_vorbis_enc_buffer_check_discontinuous):
12630         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12631         * gst-libs/gst/audio/gstbaseaudiosink.c:
12632         (gst_base_audio_sink_render):
12633         * gst-libs/gst/cdda/gstcddabasesrc.c:
12634         (gst_cdda_base_src_handle_track_seek):
12635         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12636         (gst_base_rtp_depayload_push_full):
12637         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12638         * gst/audioresample/resample.c: (resample_input_pushthrough):
12639         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12640         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12641         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12642         (wavpack_type_find):
12643         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12644         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12645         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12646         * tests/check/elements/volume.c: (GST_START_TEST):
12647           Printf format fixes.
12648
12649 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12650
12651         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12652           Fix a simple mistake (see the docs)
12653           Fixes #359580
12654
12655 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12656
12657         * docs/plugins/Makefile.am:
12658         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12659         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12660         * docs/plugins/gst-plugins-base-plugins.args:
12661         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12662         * docs/plugins/inspect/plugin-adder.xml:
12663         * docs/plugins/inspect/plugin-alsa.xml:
12664         * docs/plugins/inspect/plugin-audioconvert.xml:
12665         * docs/plugins/inspect/plugin-audiorate.xml:
12666         * docs/plugins/inspect/plugin-audioresample.xml:
12667         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12668         * docs/plugins/inspect/plugin-cdparanoia.xml:
12669         * docs/plugins/inspect/plugin-decodebin.xml:
12670         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12671         * docs/plugins/inspect/plugin-gdp.xml:
12672         * docs/plugins/inspect/plugin-gnomevfs.xml:
12673         * docs/plugins/inspect/plugin-libvisual.xml:
12674         * docs/plugins/inspect/plugin-ogg.xml:
12675         * docs/plugins/inspect/plugin-pango.xml:
12676         * docs/plugins/inspect/plugin-playbin.xml:
12677         * docs/plugins/inspect/plugin-subparse.xml:
12678         * docs/plugins/inspect/plugin-tcp.xml:
12679         * docs/plugins/inspect/plugin-theora.xml:
12680         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12681         * docs/plugins/inspect/plugin-video4linux.xml:
12682         * docs/plugins/inspect/plugin-videorate.xml:
12683         * docs/plugins/inspect/plugin-videoscale.xml:
12684         * docs/plugins/inspect/plugin-videotestsrc.xml:
12685         * docs/plugins/inspect/plugin-volume.xml:
12686         * docs/plugins/inspect/plugin-vorbis.xml:
12687         * docs/plugins/inspect/plugin-ximagesink.xml:
12688         * docs/plugins/inspect/plugin-xvimagesink.xml:
12689           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12690
12691 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12692
12693         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12694
12695         * ext/vorbis/Makefile.am:
12696         * ext/vorbis/vorbis.c: (plugin_init):
12697         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12698         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12699         * ext/vorbis/vorbisparse.h:
12700         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12701         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12702         (gst_vorbis_tag_parse_packet):
12703         * ext/vorbis/vorbistag.h:
12704           Add new vorbistag element which derives from vorbisparse
12705           and is essentially the same as well, only that it implements
12706           the GstTagSetter interface and can modify the stream's
12707           vorbiscomment on the fly (#335635).
12708
12709         * tests/check/Makefile.am:
12710         * tests/check/elements/.cvsignore:
12711         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12712         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12713         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12714         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12715           Add unit test for new vorbistag element.
12716
12717 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12718
12719         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12720         (vorbis_parse_push_headers), (vorbis_parse_chain):
12721           Set BOS flag in packet structure to fix 'jump depends
12722           on unitialized value' errors in valgrind; various minor
12723           clean-ups.
12724
12725 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12726
12727         * gst/playback/gstdecodebin.c: (close_pad_link):
12728         Fix typo in a debug statement.
12729
12730         * gst/playback/gstplaybasebin.c: (probe_triggered),
12731         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12732         (gen_source_element), (source_new_pad), (analyse_source),
12733         (setup_source):
12734         When handling no_more_pads in new_decoded_pad, make sure to treat
12735         subtitle pads correctly. Fixes playback with subtitle files.
12736
12737         Move a recurring message to LOG level.
12738
12739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12740         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12741         which ends up as -1 when cast to an int. Make the logic handle the
12742         max value as an unsigned mask and only change the colorkey when it's
12743         a value we recognise.
12744
12745 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12746
12747         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12748         Removed empty * between paragraphs
12749
12750 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12751
12752         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12753         * gst-libs/gst/rtp/README:
12754         Moved some documentation into .c file
12755
12756 2006-09-29  Wim Taymans  <wim@fluendo.com>
12757
12758         * gst/playback/gstdecodebin.c: (no_more_pads):
12759         Fix compilation.
12760
12761 2006-09-29  Wim Taymans  <wim@fluendo.com>
12762
12763         * gst/playback/gstdecodebin.c: (new_caps):
12764         Remove g_print
12765
12766         * gst/playback/gstplaybin.c:
12767         Add some docs.
12768
12769 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12770
12771         * tests/check/Makefile.am:
12772           Re-enable cddabasesrc test to see if it works again
12773           now.
12774
12775 2006-09-29  Wim Taymans  <wim@fluendo.com>
12776
12777         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12778         (gen_source_element):
12779         Handle invalid URIs a bit more gracefully.
12780
12781 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12782
12783         * tests/check/pipelines/oggmux.c:
12784           Remove obsolete comment.
12785
12786 2006-09-29  Michael Smith  <msmith@fluendo.com>
12787
12788         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12789         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12790         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12791         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12792         (gst_ogg_mux_collected):
12793           Commit patch from James "Doc" Livingston, adds proper EOS handling
12794           in oggmux. GStreamer can, for the first time ever, create a valid
12795           Ogg file! Yay!
12796
12797         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12798         (oggmux_suite):
12799           Reenable tests now that they pass.
12800
12801 2006-09-29  Wim Taymans  <wim@fluendo.com>
12802
12803         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12804         Stop reading commands when EOF (we read 0) as well.
12805
12806 2006-09-28  Wim Taymans  <wim@fluendo.com>
12807
12808         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12809         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12810         (find_dynamic), (unlinked), (close_link):
12811         Implement delayed caps linking needed for element with a lot of
12812         different caps on the src pads that get fixed at runtime.
12813         Improve management of dynamic elements.
12814
12815         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12816         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12817         (gen_preroll_element), (remove_groups), (unknown_type),
12818         (add_element_stream), (no_more_pads_full), (no_more_pads),
12819         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12820         (new_decoded_pad), (setup_subtitle), (array_has_value),
12821         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12822         (analyse_source), (remove_decoders), (make_decoder),
12823         (remove_source), (setup_source), (finish_source), (prepare_output),
12824         (gst_play_base_bin_change_state):
12825         * gst/playback/gstplaybasebin.h:
12826         Use more _CAST instead of full type checking casts.
12827         Small cleanups, plug some leaks.
12828         Handle dynamic sources.
12829         Add some helper functions to create lists of strings used for
12830         blacklisting and other stuff.
12831         Refactor some code dealing with analysing the source.
12832         Re-enable sources without pads (like cd:// or other selfcontained
12833         elements).
12834
12835 2006-09-28  Wim Taymans  <wim@fluendo.com>
12836
12837         * gst-libs/gst/audio/gstbaseaudiosink.c:
12838         (gst_base_audio_sink_render):
12839         When we have a timestamp, we can still perform clipping.
12840         When we have no clock, we must play the sample ASAP.
12841
12842 2006-09-28  Wim Taymans  <wim@fluendo.com>
12843
12844         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12845         Set caps on outgoing buffers.
12846
12847         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12848         (gst_video_rate_event), (gst_video_rate_chain):
12849         * gst/videorate/gstvideorate.h:
12850         Fix videorate some more. Fixes #357977
12851
12852 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12853
12854         * tests/check/elements/adder.c: (adder_suite):
12855           Don't set timeout to 6 seconds when we're running
12856           in valgrind ... (and how is 6 seconds longer than
12857           the default anyway?)
12858
12859 2006-09-28  Wim Taymans  <wim@fluendo.com>
12860
12861         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12862         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12863         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12864         Keep sink and src segment to keep track of time and support more
12865         input formats.
12866         Fix bogus next_offset and run_time calculation, don't understand how
12867         this could have worked before. Fixes #357976.
12868         Remove some unneeded vars.
12869
12870 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12871
12872         * gst/playback/gstplaybin.c: (remove_sinks):
12873           Only remove visualisation from visbin if there is a visbin (or:
12874           don't throw warnings when closing totem without playing a file).
12875
12876 2006-09-27  Wim Taymans  <wim@fluendo.com>
12877
12878         * gst-libs/gst/audio/gstbaseaudiosink.c:
12879         (gst_base_audio_sink_render):
12880         Add some more info in a WARNING.
12881
12882         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12883         (gst_base_audio_src_create):
12884         Handle PAUSE in create function, use new -core addition to
12885         wait for playing. Fixes pausing and resuming capture from an
12886         audiosrc.
12887
12888         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12889         (gst_ring_buffer_read):
12890         Constify some more.
12891         Caller supports interrupted reads now.
12892
12893 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12894
12895         * tests/check/Makefile.am:
12896           Another attempt to make the gen64 buildbot happy.
12897
12898 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12899
12900         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12901
12902         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12903         (gst_visual_chain), (gst_visual_change_state):
12904           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12905           correctly. Fixes #357800
12906
12907 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12908
12909         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12910           Add timeout to _get_state() so we see which pipeline it is
12911           that causes trouble on the gen64 build bot.
12912
12913 2006-09-27  Wim Taymans  <wim@fluendo.com>
12914
12915         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12916         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12917         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12918         (gst_base_rtp_depayload_set_gst_timestamp):
12919         the source pad always uses fixed caps.
12920
12921 2006-09-27  Wim Taymans  <wim@fluendo.com>
12922
12923         * docs/libs/gst-plugins-base-libs-docs.sgml:
12924         * docs/libs/gst-plugins-base-libs-sections.txt:
12925         * gst-libs/gst/audio/gstaudioclock.c:
12926         * gst-libs/gst/audio/gstaudioclock.h:
12927         * gst-libs/gst/audio/gstaudiosink.c:
12928         * gst-libs/gst/audio/gstaudiosink.h:
12929         * gst-libs/gst/audio/gstaudiosrc.c:
12930         * gst-libs/gst/audio/gstbaseaudiosink.c:
12931         (gst_base_audio_sink_render):
12932         * gst-libs/gst/audio/gstbaseaudiosink.h:
12933         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12934         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12935         * gst-libs/gst/audio/gstringbuffer.h:
12936         Added docs for the audio libs.
12937
12938 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12939
12940         * tests/check/Makefile.am:
12941           Temporarily disable test that fails on the bots for unknown reasons.
12942
12943 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12944
12945         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12946         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12947         Moved AudioCodecType into priv
12948         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12949
12950 2006-09-25  Wim Taymans  <wim@fluendo.com>
12951
12952         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12953         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12954         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12955         (new_pad):
12956         Cleanups and small leak fixes.
12957         Added Depayloaders to valid list of autopluggable elements.
12958
12959 2006-09-25  Wim Taymans  <wim@fluendo.com>
12960
12961         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12962         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12963         (gen_video_element), (gen_text_element), (gen_audio_element),
12964         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12965         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12966         Detect NO_PREROLL state change returns and disable clock distribution to
12967         the sinks so that sync is disabled.
12968         Avoid some type checking and do simple casts instead.
12969         Small cleanups, fix some FIXMEs.
12970         Be more robust when linking user specified elements, catch an report
12971         errors. Fixes #357404.
12972         Fix some leaks in the error paths.
12973
12974 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12975
12976         * ChangeLog:
12977           ChangeLog surgery for missing bug-number
12978
12979 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12980
12981         Patch by: Peter Kjellerstedt  <pkj at axis com>
12982
12983         * gst/playback/test.c:
12984           Fix compilation with uClibc and -Werror (#357591).
12985
12986 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12987
12988         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12989           Parse dates that are followed by a time as well (#357532).
12990
12991         * tests/check/libs/tag.c: (test_vorbis_tags):
12992           Add unit test for this.
12993
12994 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12995
12996         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12997         (gst_audio_convert_transform_caps):
12998         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12999         * gst/videotestsrc/videotestsrc.h:
13000           A few array const-ifications.
13001
13002 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13003
13004         * tests/check/Makefile.am:
13005           See if this makes the build bots happy.
13006
13007         * tests/check/libs/cddabasesrc.c:
13008           UTF8-ise my name.
13009
13010 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13011
13012         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13013
13014         * gst/subparse/samiparse.c: (handle_start_font),
13015         (fix_invalid_entities):
13016           More case-insensitivity for certain tags; recognise entities with
13017           decimal codes as special entities as well (#357330).
13018
13019 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13020
13021         * gst-libs/gst/Makefile.am:
13022           Need to build tag directory before cdda.
13023
13024 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13025
13026         * docs/libs/gst-plugins-base-libs-sections.txt:
13027         * gst-libs/gst/cdda/Makefile.am:
13028         * gst-libs/gst/cdda/gstcddabasesrc.c:
13029         (gst_cdda_base_src_base_init):
13030         * gst-libs/gst/cdda/gstcddabasesrc.h:
13031         * gst-libs/gst/tag/tag.h:
13032         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
13033         (gst_tag_register_musicbrainz_tags):
13034           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
13035           depend on libgsttag. This is required so we can extract/read tags like
13036           DISCID without depending on libgstcddabasesrc (which used to register
13037           them).
13038
13039         * gst-libs/gst/tag/gstvorbistag.c:
13040           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
13041           tags (also see #347848).
13042
13043         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
13044           Log vorbis comments we are actually writing. Const-ify array.
13045
13046 2006-09-23  Wim Taymans  <wim@fluendo.com>
13047
13048         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13049         Improve buffering a bit by avoiding a deadlock because we cannot assume
13050         the underrun is always called.
13051
13052 2006-09-23  Wim Taymans  <wim@fluendo.com>
13053
13054         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13055
13056         * gst-libs/gst/riff/riff-ids.h:
13057         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13058         (gst_riff_create_audio_template_caps):
13059         Added MPEG-4 AAC and id and caps. Fixes #357289
13060         Added WMA9 Lossless id.
13061
13062 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13063
13064         * ext/gnomevfs/gstgnomevfssrc.c:
13065           Fix misleading docs addition.
13066
13067         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13068           Get rid of compiler warning the right way.
13069
13070 2006-09-22  Wim Taymans  <wim@fluendo.com>
13071
13072         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13073         (gst_base_rtp_depayload_finalize),
13074         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
13075         (gst_base_rtp_depayload_push_full),
13076         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
13077         (gst_base_rtp_depayload_process),
13078         (gst_base_rtp_depayload_set_gst_timestamp),
13079         (gst_base_rtp_depayload_queue_release):
13080         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13081         Small cleanups.
13082         Fix some leaks.
13083         Refactored the process method and added methods to push from the process
13084         vmethod.
13085         Use _scale functions.
13086         API: gst_base_rtp_depayload_push_ts
13087         API: gst_base_rtp_depayload_push
13088
13089         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13090         timestamps are uint.
13091
13092 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
13093
13094         * gst-libs/gst/interfaces/xoverlay.c:
13095           Remove unused statement from doc example.
13096
13097 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
13098
13099         * gst-libs/gst/interfaces/videoorientation.c:
13100         (gst_video_orientation_iface_init),
13101         (gst_video_orientation_get_hflip),
13102         (gst_video_orientation_get_vflip),
13103         (gst_video_orientation_get_hcenter),
13104         (gst_video_orientation_get_vcenter),
13105         (gst_video_orientation_set_hflip),
13106         (gst_video_orientation_set_vflip),
13107         (gst_video_orientation_set_hcenter),
13108         (gst_video_orientation_set_vcenter):
13109           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13110           in ChangeLog)
13111
13112 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
13113
13114         * tests/check/Makefile.am:
13115         * tests/check/elements/.cvsignore:
13116         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13117         (create_rgb_conversions), (rgb_conversion_free),
13118         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13119         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13120           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13121           but disable for now since it doesn't pass (something wrong with
13122           RGBA somewhere).
13123
13124 2006-09-21  Wim Taymans  <wim@fluendo.com>
13125
13126         * gst/playback/gstplaybasebin.c: (group_commit),
13127         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13128         (queue_out_of_data), (gen_preroll_element),
13129         (preroll_remove_overrun), (probe_triggered):
13130         Refactor handling of overrun detection.
13131         Separate handling of group completion and deadlock detection when doing
13132         network buffering. This should fix some deadlocks that were not detected
13133         because the group was completed.
13134         Add more comments, improve debugging.
13135
13136 2006-09-21  Wim Taymans  <wim@fluendo.com>
13137
13138         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13139         * tests/check/libs/audio.c:
13140         Some more compilation fixes.
13141
13142 2006-09-21  Wim Taymans  <wim@fluendo.com>
13143
13144         * gst-libs/gst/audio/gstringbuffer.c:
13145         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13146         (gst_ring_buffer_read):
13147         Early morning compilation fix.
13148
13149 2006-09-20  Wim Taymans  <wim@fluendo.com>
13150
13151         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13152         * tests/check/elements/multifdsink.c: (GST_START_TEST):
13153         * tests/check/elements/videorate.c: (GST_START_TEST):
13154         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13155         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13156         Fix some warnings.
13157
13158 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13159
13160         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13161         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13162         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13163           Handcrafted merge to help CVS understanding what I changed and what
13164           not.
13165
13166 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13167
13168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13169         (gst_xvimagesink_get_times):
13170           change colorkey behaviour back according to #354773 comment 6/7
13171
13172 2006-09-19  Michael Smith  <msmith@fluendo.com>
13173
13174         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13175         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13176         (gst_multi_fd_sink_recover_client),
13177         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13178         (gst_multi_fd_sink_get_property):
13179         * gst/tcp/gstmultifdsink.h:
13180           Implement stubbed out properties unit-type, units-soft-max,
13181           units-max, to allow specifying maximum sizes in units other than
13182           buffers.
13183           Fixes #355935
13184
13185 2006-09-19  Wim Taymans  <wim@fluendo.com>
13186
13187         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13188         (gst_riff_create_audio_template_caps):
13189         Reorder the audio formats a bit for clarity.
13190         Detect and create caps for MSGSM and MSN (WAV49).
13191         Fixes #356596.
13192
13193         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13194         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13195         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13196         Small cleanups, move error handling out of normal flow for clarity.
13197
13198 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13199
13200         * docs/libs/gst-plugins-base-libs-docs.sgml:
13201         * docs/libs/gst-plugins-base-libs.types:
13202         * gst-libs/gst/interfaces/Makefile.am:
13203         * gst-libs/gst/interfaces/videoorientation.c:
13204         (gst_video_orientation_get_type),
13205         (gst_video_orientation_iface_init),
13206         (gst_video_orientation_get_hflip),
13207         (gst_video_orientation_get_vflip),
13208         (gst_video_orientation_get_hcenter),
13209         (gst_video_orientation_get_vcenter),
13210         (gst_video_orientation_set_hflip),
13211         (gst_video_orientation_set_vflip),
13212         (gst_video_orientation_set_hcenter),
13213         (gst_video_orientation_set_vcenter):
13214         * gst-libs/gst/interfaces/videoorientation.h:
13215           API: Add new interface to control video orientation (fixes #354908)
13216
13217 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13218
13219         * gst/videotestsrc/gstvideotestsrc.c:
13220           Use G_UNLIKELY in _create and log one more detail.
13221           
13222         (gst_video_test_src_get_times), (gst_video_test_src_create):
13223         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13224           Use gst_util_uint64_scale_int in _get_times().
13225
13226 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13227
13228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13229           Give better warning message (add object and detail).
13230
13231 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13232
13233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13234         (gst_xvimagesink_get_times):
13235           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13236           #354773), use gst_util_uint64_scale_int in _get_times()
13237
13238 2006-09-18  Michael Smith  <msmith@fluendo.com>
13239
13240         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13241           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13242           always true, leading to dropping all timestamps.
13243
13244 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13245
13246         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13247         (gst_visual_chain), (gst_visual_change_state):
13248           update to work also with libvisual 0.4 API, fix double unref (#355914)
13249           
13250         * tools/gst-launch-ext.1.in:
13251         * tools/gst-visualise.1.in:
13252           remove references to old man-pages
13253
13254         * tests/examples/seek/seek.c: (main):
13255           add real meadi-buttons, add tool-tips for the seek-options, arrange
13256           seek options in a table
13257
13258 2006-09-18  Michael Smith  <msmith@fluendo.com>
13259
13260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13261         (gst_ogg_mux_push_buffer):
13262           Don't generate out-of-order timestamps from oggmux, instead clamp
13263           output timestamps to be >= the previously output ts.
13264           Fixes #355595
13265
13266 2006-09-18  Michael Smith  <msmith@fluendo.com>
13267
13268         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13269         (gst_multi_fd_sink_class_init):
13270           Updates, fixes, and typo corrections for multifdsink. No functional
13271           changes.
13272
13273 2006-09-17  Michael Smith  <msmith@fluendo.com>
13274
13275         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13276           Don't crash on truncated files - check that we got an 8 byte buffer
13277           before trying to memcmp it.
13278
13279 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13280
13281         * gst/playback/gstplaybasebin.c: (get_active_source):
13282           Make stream-switching appear instant to the application
13283           (ie. make sure that a g_object_get on 'current-foo' returns
13284           the stream previously set with g_object_set(). Totem needs
13285           this to update stream-related meta-info (like audio-codec)
13286           correctly when switching streams.
13287
13288 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13289
13290         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13291         (gst_alsa_mixer_ensure_track_list):
13292           Try harder to guess which mixer track is the master mixer
13293           track (instead of just taking the first one that has a pvolume).
13294           Fixes #342228.
13295
13296 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13297
13298         reviewed by: <delete if not using a buddy>
13299
13300         * gst-libs/gst/audio/audio.h:
13301         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13302
13303 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13304
13305         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13306         (gst_audio_convert_transform_caps):
13307           Get structure-name just once.
13308
13309 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13310
13311         * tests/check/elements/audioresample.c: (GST_START_TEST):
13312         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13313         * tests/check/elements/volume.c: (GST_START_TEST):
13314         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13315         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13316         (test_pipeline), (GST_START_TEST):
13317         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13318         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13319           Fix big batch of compiler warnings.
13320
13321 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13322
13323         * ext/gnomevfs/gstgnomevfssrc.c:
13324           Add docs about icydemux usage in connection with gnomevfssrc
13325
13326         * ext/libvisual/visual.c:
13327         * ext/ogg/gstoggaviparse.c:
13328         * ext/ogg/gstoggdemux.c:
13329         * ext/ogg/gstoggmux.c:
13330         * ext/ogg/gstoggparse.c:
13331         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13332         * gst-libs/gst/audio/gstaudiosink.c:
13333         * gst-libs/gst/audio/gstaudiosrc.c:
13334         * gst/audiorate/gstaudiorate.c:
13335           More G_OBJECT macro fixing.
13336
13337         * gst/audiotestsrc/gstaudiotestsrc.h:
13338           Fix wrong info in header due to copy & paste
13339
13340 2006-09-15  Wim Taymans  <wim@fluendo.com>
13341
13342         * gst-libs/gst/audio/gstbaseaudiosink.c:
13343         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13344         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13345         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13346         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13347         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13348         Do the delay calculation in the source/sink base classes as this is
13349         specific for the capture/playback mode.
13350         Try to fixate a bit better, like round depth up to a multiple of 8
13351         bigger than width.
13352         Handle underruns correctly by marking DISCONT on buffers and adjusting
13353         timestamps to handle the gap.
13354         Set offset/offset_end correctly on buffers.
13355
13356         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13357         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13358         (gst_ring_buffer_read):
13359         Remove resync and underrun recovery from the ringbuffer.
13360         Fix ringbuffer read code on under/overrun.
13361
13362 2006-09-15  Wim Taymans  <wim@fluendo.com>
13363
13364         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13365         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13366         (queue_threshold_reached), (gst_play_base_bin_set_property),
13367         (gst_play_base_bin_get_property):
13368         * gst/playback/gstplaybasebin.h:
13369         Don't use a 0 low watermark when buffering, it is catching starvation
13370         way too late. Instead, use a 3 second queue with 30 and 95
13371         percent low/high watermarks. 
13372         Added queue-min-threshold property to configure low watermark.
13373         Use new _buffering message API.
13374         Make queue_threshold variable big enough to store a uint64 time value.
13375         API: playbin::queue-min-threshold property.
13376
13377 2006-09-15  Wim Taymans  <wim@fluendo.com>
13378
13379         * configure.ac:
13380         We require 0.10.10.1 now because of _wait_preroll().
13381
13382         * gst-libs/gst/audio/gstbaseaudiosink.c:
13383         (gst_base_audio_sink_render):
13384         Use gst_base_sink_wait_preroll().
13385
13386 2006-09-15  Wim Taymans  <wim@fluendo.com>
13387
13388         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13389         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13390         Use DEBUG_OBJECT more.
13391
13392 === release 0.10.10 ===
13393
13394 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13395
13396         patch by: Michael Smith <msmith at fluendo dot com>
13397
13398         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13399         (gst_multi_fd_sink_client_queue_buffer),
13400         (gst_multi_fd_sink_new_client):
13401         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13402         (multifdsink_suite):
13403           Fix implementation of sync-method 'next-keyframe'
13404           Closes #354594
13405
13406 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13407
13408         patch by: Wim Taymans <wim at fluendo dot com>
13409
13410         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13411         This patch removes the RANDOM flag that was incorrectly introduced with
13412         revision 1.91.  Fixes #354590
13413
13414 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13415
13416         * tests/check/Makefile.am:
13417           Random variation in Makefile line to see if it makes the
13418           gen64-base-full bot any happier.
13419
13420 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13421
13422         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13423           Disable test that fails at the moment (killed after timeout).
13424
13425 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13426
13427         Patch by: James Livingston  <doclivingston at gmail.com>
13428
13429         * tests/check/Makefile.am:
13430         * tests/check/pipelines/.cvsignore:
13431         * tests/check/pipelines/oggmux.c: (get_page_codec),
13432         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13433         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13434         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13435         (test_theora_vorbis), (oggmux_suite):
13436           Add simple unit test for oggmux from #337026 with checking for the
13437           EOS flags disabled for the time being.
13438
13439 2006-09-04  Wim Taymans  <wim@fluendo.com>
13440
13441         patch by: Alessandro Dessina <alessandro nnva org>
13442
13443         * ext/ogg/gstoggmux.c:
13444         Add cmml caps to oggmux. Fixes #353912
13445
13446 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13447
13448         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13449           Returning a return value often helps. In this case, we
13450           don't need the return value anyway, so just get rid of it.
13451           Should make build bots much happier.
13452
13453 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13454
13455         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13456         (paint_get_structure), (gst_video_test_src_get_size),
13457         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13458         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13459         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13460         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13461         * gst/videotestsrc/videotestsrc.h:
13462           Add support for AYUV and the various RGBA formats. Initialise
13463           fields of paintinfo structs allocated on the stack.
13464
13465         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13466         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13467         (check_rgb_buf), (videotestsrc_suite):
13468           Add unit tests for videotestsrc's RGB output.
13469
13470 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13471
13472         * gst/videotestsrc/gstvideotestsrc.c:
13473         (gst_video_test_src_pattern_get_type),
13474         (gst_video_test_src_set_pattern):
13475         * gst/videotestsrc/gstvideotestsrc.h:
13476         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13477         (gst_video_test_src_black), (gst_video_test_src_white),
13478         (gst_video_test_src_red), (gst_video_test_src_green),
13479         (gst_video_test_src_blue):
13480         * gst/videotestsrc/videotestsrc.h:
13481           Add more uni-colour patterns ("white", "red", "green", and "blue").
13482
13483 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13484
13485         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13486           Fix stride for YVYU, should be word-aligned (#353658).
13487
13488 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13489
13490         * gst/adder/gstadder.c: (gst_adder_src_event):
13491           Fix build.
13492
13493 2006-08-31  Edward Hervey  <edward@fluendo.com>
13494
13495         * gst/adder/gstadder.c: (forward_event_func),
13496         (gst_adder_src_event), (gst_adder_collected),
13497         (gst_adder_change_state):
13498         * gst/adder/gstadder.h:
13499         Remember the start position asked in the incoming seeks, so we can
13500         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13501         of assuming it will always be 0).
13502
13503 2006-08-31  Edward Hervey  <edward@fluendo.com>
13504
13505         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13506         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13507         (gst_ogg_demux_loop):
13508         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13509
13510 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13511
13512         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13513         (gst_ffmpegcsp_get_unit_size):
13514           Return FALSE instead of returning a random false unit
13515           size when the format isn't known/supported (even if
13516           this shouldn't happen under normal circumstances).
13517
13518 2006-08-29  Wim Taymans  <wim@fluendo.com>
13519
13520         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13521
13522         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13523         (gst_gnome_vfs_src_start):
13524         Try harder to get the size from a uri by using _info_uri() when
13525         _info_from_handle() does not give us enough info. 
13526         Also follow symlinks when getting the size.
13527         Partially Fixes #332864.
13528
13529 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13530
13531         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13532
13533         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13534         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13535         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13536         (gst_alsa_mixer_set_record):
13537         * ext/alsa/gstalsamixertrack.c:
13538         (gst_alsa_mixer_track_update_alsa_capabilities),
13539         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13540         (gst_alsa_mixer_track_update):
13541         * ext/alsa/gstalsamixertrack.h:
13542           Improve and fix mixer track handling, in particular better handling
13543           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13544           separate track objects for tracks that have both capture and playback
13545           volume (and label them differently as well so they're not mistakenly
13546           assumed to be duplicates); classify mixer tracks that only affect
13547           the audible volume of something (rather than the capture volume)
13548           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13549           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13550           (following the meaning documented in the mixer interface header
13551           file); add support for alsa's exclusive cswitch groups; update/sync
13552           state/flags better if mixer settings are changed by another
13553           application. Fixes #336075.
13554
13555 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13556
13557         * gst/playback/gstplaybin.c:
13558           Improve docs: add section about BUFFERING messages sent by playbin.
13559
13560 2006-08-29  Michael Smith  <msmith@fluendo.com>
13561
13562         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13563         (gst_vorbis_enc_buffer_check_discontinuous),
13564         (gst_vorbis_enc_chain):
13565           Ignore explicit DISCONT marked on buffers (which is often spurious,
13566           particularly when using multiple segments), in favour of solely
13567           using the timestamps/durations.
13568
13569 2006-08-29  Edward Hervey  <edward@fluendo.com>
13570
13571         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13572         Don't rely on incoming buffers offset anymore, since it is completely
13573         broken when using multiple segments.
13574         Instead convert the incoming buffers timestamp to running time, and
13575         then convert that value to the offsets.
13576         Also inform GstSegment of the last outputted stop position, which is
13577         needed if we received several segments with an unknown stop value.
13578
13579 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13580
13581         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13582           fix buffer unreffing on a header push failure
13583
13584 2006-08-28  Wim Taymans  <wim@fluendo.com>
13585
13586         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13587         (gst_audio_rate_chain):
13588         Make the metadata of the buffer writable before changing its
13589         flags.
13590
13591 2006-08-28  Wim Taymans  <wim@fluendo.com>
13592
13593         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13594         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13595         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13596         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13597         Fix audiorate some more.
13598         Reset and resync counters on flush and READY.
13599         Handle the DISCONT flag correctly.
13600         Use GstSegment to track position.
13601         Fail when not negotiated.
13602         Fixes #353234.
13603
13604 2006-08-25  Michael Smith  <msmith@fluendo.com>
13605
13606         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13607           Fix spelling.
13608           Remove accidently included debug line.
13609
13610 2006-08-25  Wim Taymans  <wim@fluendo.com>
13611
13612         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13613         Small cleanups.
13614         If a buffer is received with no caps, make the buffer metadata
13615         writable and set the caps, making sure that we don't screw up the
13616         refcounts.
13617
13618 2006-08-25  Michael Smith  <msmith@fluendo.com>
13619
13620         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13621         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13622           Fix memory leaks and misleading debug messages, add a couple of
13623           comments.
13624
13625         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13626         (gst_multi_fd_sink_render):
13627           Do not use gst_buffer_make_writable() in a basesink render method,
13628           as it may incorrectly unref the buffer. Instead, use convoluted
13629           dance to avoid copying the buffer except when we need to.
13630
13631 2006-08-25  Michael Smith  <msmith@fluendo.com>
13632
13633         * ext/vorbis/vorbisenc.c:
13634         (gst_vorbis_enc_buffer_check_discontinuous):
13635           Allow very small discontinuities in the timestamps. These we can't
13636           do anything useful with anyway (because vorbis's timestamps have
13637           only sample granularity), and are commonly produced by elements with
13638           minor bugs. Allow up to 1/2 a sample out.
13639           Fixes #351742.
13640
13641 2006-08-24  Wim Taymans  <wim@fluendo.com>
13642
13643         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13644         (play_scrub_toggle_cb), (main):
13645         Add a checkbox to enable play scrubbing. Makes it possible to disable
13646         normal scrubbing.
13647
13648 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13649
13650         * tests/check/elements/.cvsignore:
13651           make buildbot happy
13652
13653 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13654
13655         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13656         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13657         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13658         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13659         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13660         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13661         (gst_ogm_text_parse_strip_trailing_zeroes),
13662         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13663         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13664           Refactor ogm parse, do better input checking, misc. clean-ups.
13665           Cache incoming events and push them once the source pad has
13666           been created. Don't pass unterminated strings to sscanf().
13667           Strip trailing zeroes from subtitle text output, since they
13668           are not valid UTF-8. Don't push vorbiscomment packets on
13669           the subtitle text pad. Output perfect streams if possible.
13670
13671 2006-08-23  Wim Taymans  <wim@fluendo.com>
13672
13673         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13674         Waits for tasks to settle down so that we clean up correctly for 
13675         valgrind.
13676
13677 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13678
13679         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13680           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13681           actually return return value in taglists_are_equal.
13682
13683 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13684
13685         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13686           Fix crash due to broken bitstream parsing on x86-64: can't make
13687           any assumptions about sizeof(struct) due to alignment/packing
13688           differences on different architectures. Fixes #351790.
13689
13690 2006-08-22  Wim Taymans  <wim@fluendo.com>
13691
13692         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13693         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13694         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13695         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13696         (gst_riff_parse_info):
13697         Protect public functions against bad input.
13698         Do some cleanups.
13699         Fix documentation.
13700
13701 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13702
13703         * gst-libs/gst/riff/riff-ids.h:
13704         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13705           Add voxware audio IDs (even if we can't play it) (#351795).
13706
13707 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13708
13709         * gst-libs/gst/riff/riff-media.c:
13710         (gst_riff_create_video_template_caps),
13711         (gst_riff_create_audio_template_caps),
13712         (gst_riff_create_iavs_template_caps):
13713           Const-ify some arrays and use G_N_ELEMENTS instead
13714           of wasting oodles of RAM on terminator bits.
13715
13716 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13717
13718         * gst-libs/gst/tag/gstvorbistag.c:
13719         (gst_tag_list_to_vorbiscomment_buffer):
13720         * tests/check/libs/tag.c: (GST_START_TEST):
13721           And the same for _to_vorbiscomment_buffer(): allow
13722           id_data_len == 0 for speex.
13723
13724 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13725
13726         * configure.ac:
13727         * docs/plugins/Makefile.am:
13728         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13729         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13730         * docs/plugins/inspect/plugin-gdp.xml:
13731         * gst/gdp/Makefile.am:
13732         * tests/check/Makefile.am:
13733           Move GDP plugin to -base from -bad.  Closes #347783.
13734
13735 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13736
13737         * gst-libs/gst/tag/gstvorbistag.c:
13738         (gst_tag_list_from_vorbiscomment_buffer):
13739           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13740           Also add some checks to make sure we don't memcmp() beyond the end of
13741           vorbiscomment buffer if the ID to check for is larger than the buffer.
13742
13743         * tests/check/libs/tag.c: (GST_START_TEST):
13744           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13745
13746 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13747
13748         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13749         (gst_vorbis_enc_set_metadata):
13750           Use vorbis comment utility functions from libgsttag
13751           instead of re-inventing the wheel (partially fixes #347091).
13752
13753 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13754
13755         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13756         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13757         as some that won't.
13758
13759 2006-08-21  Wim Taymans  <wim@fluendo.com>
13760
13761         * docs/libs/Makefile.am:
13762         * docs/libs/gst-plugins-base-libs-sections.txt:
13763         * docs/libs/gst-plugins-base-libs.types:
13764         Don't try to GObject scan the netbuffer as it's not a GObject.
13765         Fixes #351308.
13766
13767         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13768         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13769         Document GstNetBuffer.
13770
13771 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13772
13773         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13774         (audioconvert_suite):
13775           Add testcase for caps-size-explosion
13776
13777 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13778
13779         * gst/audioconvert/gstaudioconvert.c:
13780         (gst_audio_convert_get_unit_size), (set_structure_widths):
13781           Lower debug, use g_assert in _get_unit_size
13782
13783         * gst/audioresample/gstaudioresample.c:
13784         (audioresample_get_unit_size):
13785         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13786         (gst_ffmpegcsp_get_unit_size):
13787         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13788           use g_assert in _get_unit_size
13789
13790 2006-08-18  Wim Taymans  <wim@fluendo.com>
13791
13792         * docs/libs/gst-plugins-base-libs-sections.txt:
13793         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13794         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13795         (gst_rtp_buffer_get_payload_buffer):
13796         * gst-libs/gst/rtp/gstrtpbuffer.h:
13797         Document GstRTPBuffer.
13798         Added function to efficiently strip payload headers.
13799         API: gst_rtp_buffer_get_payload_subbuffer()
13800
13801 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13802
13803         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13804         (gst_tag_to_vorbis_comments):
13805           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13806           tags and deserialise them properly as well (#347091).
13807           Add some more gtk-doc blurbs and also some g_return_if_fail().
13808
13809         * tests/check/libs/tag.c: (GST_START_TEST),
13810         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13811           More tests.
13812
13813 2006-08-17  Wim Taymans  <wim@fluendo.com>
13814
13815         * ext/ogg/Makefile.am:
13816         * ext/ogg/gstogg.c: (plugin_init):
13817         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13818         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13819         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13820         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13821         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13822         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13823         Added ogg-in-avi parser element. Fixes #140139.
13824
13825         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13826         Fixed a bug in oggdemux debug code.
13827
13828         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13829         (gst_riff_create_audio_template_caps):
13830         Recognise Ogg in the AVI extensible wave format.
13831
13832 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13833
13834         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13835           Make buffer durations add up (duration should be next_ts-ts for
13836           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13837           from CVS.
13838
13839         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13840         (test_buffer_timestamps), (cddabasesrc_suite):
13841           Add unit test for the above.
13842
13843         * tests/check/Makefile.am:
13844           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13845           to see what happens.
13846
13847 2006-08-16  Wim Taymans  <wim@fluendo.com>
13848
13849         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13850         (gst_alsasink_open):
13851         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13852         (gst_alsasrc_open):
13853         Avoid setting and using a NULL device name.
13854         Print more info when we fail to open a device.
13855
13856 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13857
13858         * docs/libs/gst-plugins-base-libs-sections.txt:
13859         * gst-libs/gst/tag/tag.h:
13860         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13861           API: add gst_tag_parse_extended_comment() (#351426).
13862
13863         * tests/check/Makefile.am:
13864         * tests/check/libs/.cvsignore:
13865         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13866           Add unit test for gst_tag_parse_extended_comment().
13867
13868 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13869
13870         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13872           Fix leak (#351502).
13873
13874 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13875
13876         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13877         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13878         * docs/plugins/gst-plugins-base-plugins.args:
13879         * gst/playback/gstplaybin.c:
13880           Document playbin.
13881           
13882         * docs/plugins/inspect/plugin-adder.xml:
13883         * docs/plugins/inspect/plugin-alsa.xml:
13884         * docs/plugins/inspect/plugin-audioconvert.xml:
13885         * docs/plugins/inspect/plugin-audiorate.xml:
13886         * docs/plugins/inspect/plugin-audioresample.xml:
13887         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13888         * docs/plugins/inspect/plugin-cdparanoia.xml:
13889         * docs/plugins/inspect/plugin-decodebin.xml:
13890         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13891         * docs/plugins/inspect/plugin-gnomevfs.xml:
13892         * docs/plugins/inspect/plugin-ogg.xml:
13893         * docs/plugins/inspect/plugin-pango.xml:
13894         * docs/plugins/inspect/plugin-playbin.xml:
13895         * docs/plugins/inspect/plugin-subparse.xml:
13896         * docs/plugins/inspect/plugin-tcp.xml:
13897         * docs/plugins/inspect/plugin-theora.xml:
13898         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13899         * docs/plugins/inspect/plugin-video4linux.xml:
13900         * docs/plugins/inspect/plugin-videorate.xml:
13901         * docs/plugins/inspect/plugin-videoscale.xml:
13902         * docs/plugins/inspect/plugin-videotestsrc.xml:
13903         * docs/plugins/inspect/plugin-volume.xml:
13904         * docs/plugins/inspect/plugin-vorbis.xml:
13905         * docs/plugins/inspect/plugin-ximagesink.xml:
13906         * docs/plugins/inspect/plugin-xvimagesink.xml:
13907           Update to CVS version.
13908
13909 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13910
13911         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13912         (gst_play_bin_set_property), (gst_play_bin_get_property),
13913         (value_list_append_structure_list),
13914         (gst_play_bin_handle_redirect_message),
13915         (gst_play_bin_handle_message):
13916           API: GstPlayBin::connection-speed
13917           Add "connection-speed" property; re-order redirect messages with
13918           multiple redirect locations depending on the minimum bitrate if
13919           that information is available and a connection speed is set
13920           (#350399).
13921
13922 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13923
13924         * gst/playback/gstplaybin.c:
13925           Update max volume to the same value that the volume element uses.
13926
13927 2006-08-14  Wim Taymans  <wim@fluendo.com>
13928
13929         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13930         Less uglyness..
13931
13932 2006-08-14  Wim Taymans  <wim@fluendo.com>
13933
13934         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13935         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13936         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13937         Add some more debug info.
13938         Don't crash when a seek failed.
13939         Actually return the result of the seek instead of TRUE.
13940         Ignore multiple BOS pages with the same serial so that we don't create
13941         the same stream multiple times.
13942         Post an error when we fail to do the initial seek.
13943
13944 2006-08-13  Wim Taymans  <wim@fluendo.com>
13945
13946         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13947         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13948         Small code cleanup.
13949
13950         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13951         (gst_alsa_mixer_new):
13952         Remove hack that always set the device to hw:0*.
13953         Properly find the card name for whatever device was configured.
13954         Do some better debugging.
13955         Fixes #350784.
13956
13957         * ext/alsa/gstalsamixerelement.c:
13958         (gst_alsa_mixer_element_set_property),
13959         (gst_alsa_mixer_element_change_state):
13960         Cleanups.
13961         Handle setting of a NULL device name better.
13962
13963 2006-08-11  Wim Taymans  <wim@fluendo.com>
13964
13965         * gst/adder/gstadder.c:
13966         Don't clip float values. Fixes #350900.
13967
13968 2006-08-11  Andy Wingo  <wingo@pobox.com>
13969
13970         * gst/tcp/gsttcp.c: Really fix the build?
13971
13972         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13973         fixes the build.
13974
13975 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13976
13977         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13978           Float caps shouldn't have a "signed" field.
13979
13980 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13981
13982         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13983           Implement SEEKING query in its most basic form, so that we can
13984           at least check if we're seekable or not (#350655).
13985
13986 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13987
13988         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13989           The checks here are not even close to anything that would
13990           justify MAXIMUM probability, lowering to POSSIBLE until someone
13991           fixes the checks (case at hand: quicktime redirection files
13992           might start with 00 00 01 XX and pass the checks here just
13993           fine, see #350399).
13994
13995 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13996
13997         Patch by: Sjoerd Simons  <sjoerd at luon net>
13998
13999         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
14000           Better detection for multipart/x-mixed-replace: accept leading
14001           whitespaces before the boundary marker as well (as our very own
14002           multipartmux used to produce) (#349068).
14003
14004 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
14005
14006         Patch by: Young-Ho Cha  <ganadist at chollian net>
14007
14008         * gst-libs/gst/riff/riff-ids.h:
14009         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14010         (gst_riff_create_audio_template_caps):
14011           Detect DTS audio streams (#350157).
14012
14013 2006-08-05  Andy Wingo  <wingo@pobox.com>
14014
14015         * ext/theora/gsttheoraparse.h:
14016         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
14017         (theora_parse_dispose, theora_parse_set_property)
14018         (theora_parse_get_property, theora_parse_munge_granulepos)
14019         (theora_parse_push_buffer, theora_parse_change_state):
14020         API: GstTheoraParse::synchronization-points
14021         Add a property 'synchronization-points' to fix badly synchronized oggs.
14022
14023 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14024
14025         * tests/check/Makefile.am:
14026         * tests/check/libs/.cvsignore:
14027         * tests/check/libs/audio.c: (structure_contains_channel_positions),
14028         (fixed_caps_have_channel_positions), (GST_START_TEST),
14029         (audio_suite), (main):
14030           Add a few tests for the channel position stuff in libgstaudio.
14031
14032 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14033
14034         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
14035         (gst_alsa_detect_channels):
14036         * ext/alsa/gstalsasink.c:
14037           Add support for cards that (only) do more than 8 channels,
14038           like the Delta 44 (#345188).
14039
14040         * gst-libs/gst/audio/multichannel.c:
14041         (gst_audio_check_channel_positions):
14042         * gst-libs/gst/audio/multichannel.h:
14043           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
14044           unspecified channel position and cannot be combined with any
14045           of the other audio channel positions; adjust position layout
14046           checks accordingly (#345188).
14047
14048 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14049
14050         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14051           Recognise ancient RealAudio files (see #349779).
14052
14053 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14054
14055         Patch by: Jens Granseuer  <jensgr at gmx net>
14056
14057         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14058           Add typefinder for Interplay's MVE format (#348973).
14059
14060 2006-08-02  Wim Taymans  <wim@fluendo.com>
14061
14062         Patch by: Marcel Moreaux <marcelm at luon dot net>
14063
14064         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14065         (gst_base_rtp_depayload_add_to_queue):
14066         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14067         Handle RTP sequence number rollover.
14068         Disable jitterbuffer by default.
14069
14070 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14071
14072         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
14073         (audioresample_set_caps):
14074         Don't leak references to the incoming caps. Clean them up when
14075         stopping.
14076
14077         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14078         (gst_video_scale_finalize):
14079         Don't leak our temporary pixel buffer.
14080
14081         * tests/check/Makefile.am:
14082         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14083         (GST_START_TEST), (simple_launch_lines_suite):
14084
14085         Fix leaks and re-enable the test for valgrind checking.
14086
14087 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14088
14089         Patch by: Sjoerd Simons  <sjoerd at luon net>
14090
14091         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14092         (plugin_init):
14093           Add typefind function for multipart/x-mixed-replace (#348916).
14094
14095 2006-07-28  Wim Taymans  <wim@fluendo.com>
14096
14097         * gst/adder/gstadder.c: (gst_adder_setcaps),
14098         (gst_adder_query_duration):
14099         Fix leak in duration query.
14100         Reflow some docs and notes.
14101
14102 2006-07-28  Michael Smith  <msmith@fluendo.com>
14103
14104         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14105         (vorbisenc_suite):
14106           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14107           aspect of it.
14108
14109 2006-07-28  Michael Smith  <msmith@fluendo.com>
14110
14111         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14112         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14113         (gst_vorbis_enc_push_buffer),
14114         (gst_vorbis_enc_buffer_check_discontinuous),
14115         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14116         * ext/vorbis/vorbisenc.h:
14117           Handle discontinuities in the input vorbis stream correctly,
14118           so that the output is properly timestamped (and has good granulepos
14119           values). Needs some oggmux fixes too.
14120
14121 2006-07-27  Wim Taymans  <wim@fluendo.com>
14122
14123         patch by: Kai Vehmanen <kv2004 eca cx>
14124
14125         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14126         (gst_base_rtp_depayload_chain),
14127         (gst_base_rtp_depayload_handle_sink_event),
14128         (gst_base_rtp_depayload_change_state):
14129         Don't send multiple newsegments with different formats.
14130         Fixes #348677.
14131
14132 2006-07-26  Wim Taymans  <wim@fluendo.com>
14133
14134         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14135         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14136         Make seeking in ogg more accurate again by doing the more correct
14137         granuletime to stream time conversion.
14138
14139 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14140
14141         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14142         (gst_multi_fd_sink_new_client):
14143           debug a little more understandably
14144           do not use goto as a substitute for break, especially if
14145           break is also being used
14146
14147 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14148
14149         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14150         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14151           Remove GLib-2.6 compatibility cruft.
14152
14153 2006-07-24  Wim Taymans  <wim@fluendo.com>
14154
14155         * gst-libs/gst/audio/gstbaseaudiosink.c:
14156         (gst_base_audio_sink_render):
14157         Don't try to align a sample to an unknown value.
14158
14159 2006-07-24  Wim Taymans  <wim@fluendo.com>
14160
14161         * gst-libs/gst/audio/gstbaseaudiosink.c:
14162         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14163         When the audio clock is slaved to another clock, never try to align
14164         samples but trust the rate interpolation algorithm.
14165
14166 2006-07-24  Wim Taymans  <wim@fluendo.com>
14167
14168         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14169         Don't try to calculate silence samples, base class does this much
14170         better now.
14171
14172         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14173         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14174         (gst_ring_buffer_acquire):
14175         Calculate silence samples correctly.
14176
14177         * gst-libs/gst/audio/gstringbuffer.h:
14178         Add _CAST macro.
14179
14180 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14181
14182         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14183           Limit search for the first markup tag to the first few kB of
14184           the file. If we don't find one there, it's highly unlikely that
14185           this is an XML(-ish) file.
14186
14187 2006-07-21  Andy Wingo  <wingo@pobox.com>
14188
14189         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14190         test to the one in vorbisenc. Also commented out.
14191
14192         * tests/check/pipelines/vorbisenc.c: 
14193         (test_discontinuity): New test, commented out until Mike lands
14194         some elite vorbisenc patches.
14195
14196         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14197         Bufferstraw was actually factored out of these tests. Now we share
14198         code yay.
14199
14200         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14201         for bufferstraw addition to gstcheck.
14202
14203 2006-07-21  Wim Taymans  <wim@fluendo.com>
14204
14205         * ext/theora/theoradec.c: (clip_buffer):
14206         Better clipping.
14207
14208 2006-07-21  Wim Taymans  <wim@fluendo.com>
14209
14210         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14211         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14212         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14213         Fix leak.
14214         Avoid type casting when we can.
14215
14216         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14217         Fix mem leak.
14218
14219 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14220
14221         * ext/alsa/gstalsamixerelement.c:
14222         (gst_alsa_mixer_element_change_state):
14223           Make state change fail if the specified device can't be opened
14224           for some reason.
14225
14226 2006-07-20  Wim Taymans  <wim@fluendo.com>
14227
14228         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14229         (cb_newpad), (main):
14230         Example of a small audio/video player using decodebin.
14231
14232 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14233
14234         * gst-libs/gst/riff/riff-ids.h:
14235           Add 'fact' chunk id
14236
14237 2006-07-19  Wim Taymans  <wim@fluendo.com>
14238
14239         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14240         (gst_base_rtp_depayload_chain),
14241         (gst_base_rtp_depayload_change_state):
14242         Don't assert when not negotiated but post a meaningfull 
14243         error message. Fixes #347918.
14244
14245         * gst-libs/gst/rtp/gstbasertppayload.c:
14246         Add comment about better default MTU size.
14247
14248         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14249         Small cleanups, start docs.
14250
14251 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14252
14253         Patch by: Martin Szulecki
14254
14255         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14256           If "device-name" is requested and the device is not
14257           open, try to temporarily open it to obtain this
14258           information (#342494).
14259
14260 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14261
14262         * gst-libs/gst/tag/gstid3tag.c:
14263           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14264
14265         * gst-libs/gst/tag/gsttageditingprivate.h:
14266         * gst-libs/gst/tag/gstvorbistag.c:
14267           Some more random const-ifications.
14268
14269 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14270
14271         * gst-libs/gst/riff/riff-ids.h:
14272         * gst-libs/gst/riff/riff-media.c:
14273         (gst_riff_create_video_template_caps):
14274           Add more FOURCCs (sort list to make stuff easier to find),
14275           add comment what those 16 bytes in struct _gst_riff_strh according to
14276           one avi-dumper are
14277
14278 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14279
14280         * gst-libs/gst/audio/multichannel.c:
14281         (gst_audio_check_channel_positions),
14282         (gst_audio_fixate_channel_positions):
14283           Const-ify two arrays.
14284
14285 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14286
14287         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14288           Fix typo, so that alsasink also advertises 8 channels
14289           if that's supported (tags: can, worms, open, alsa, ph34r).
14290
14291 2006-07-17  Wim Taymans  <wim@fluendo.com>
14292
14293         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14294         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14295         *sigh*, when is the compiler going to warn when the comments
14296         are out-of-sync with the code.. Refix case of busted theora
14297         headers with 0 granule pos.
14298
14299 2006-07-14  Wim Taymans  <wim@fluendo.com>
14300
14301         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14302         (gst_base_rtp_depayload_wait),
14303         (gst_base_rtp_depayload_change_state),
14304         (gst_base_rtp_depayload_set_property),
14305         (gst_base_rtp_depayload_get_property):
14306         Fix 99% cpu load by waiting for absolute times on the
14307         clock. Fixes #347300.
14308
14309 2006-07-14  Andy Wingo  <wingo@pobox.com>
14310
14311         * ext/theora/gsttheoraparse.h: 
14312         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14313         (theora_parse_push_headers, theora_parse_clear_queue)
14314         (theora_parse_drain_queue_prematurely, )
14315         (theora_parse_sink_event, theora_parse_change_state): Queue events
14316         until we initialized our state, like in vorbisparse.
14317
14318         * ext/vorbis/vorbisparse.h: 
14319         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14320         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14321         (vorbis_parse_drain_queue_prematurely, )
14322         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14323         until we have initialized our state. Fixes seeking after an
14324         initial pad block.
14325
14326 2006-07-14  Andy Wingo  <wingo@pobox.com>
14327
14328         Patch by: Iain Holmes <iaingnome@gmail.com>
14329         
14330         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14331
14332 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14333
14334         * configure.ac:
14335         Bump nano back to CVS
14336
14337 === release 0.10.9 ===
14338
14339 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14340
14341         * configure.ac:
14342           releasing 0.10.9, "I walk the line"
14343
14344 2006-07-14  Michael Smith  <msmith@fluendo.com>
14345
14346         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14347           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14348           (commonly happens when running this test under valgrind) when trying
14349           to remove the buffer probe.
14350
14351 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14352
14353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14354         Fix missing g_unlock from the previous commit
14355
14356 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14357
14358         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14359         (gst_ximagesink_change_state):
14360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14361         (gst_xvimagesink_change_state):
14362         Implement a locking order to ensure we always take the object lock
14363         before the x_lock and never vice-versa.
14364
14365 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14366
14367         * gst/playback/gstdecodebin.c: (find_compatibles):
14368         Fix a caps leak when linking (#347304)
14369
14370         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14371         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14372         (gst_ximagesink_change_state):
14373         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14374         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14375         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14376         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14377         Don't leak shared memory resources. Use the object lock to protect
14378         against the xcontext disappearing while returning a buffer from the
14379         pipeline. (#347304)
14380
14381 2006-07-12  Edward Hervey  <edward@fluendo.com>
14382
14383         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14384         (vorbis_handle_comment_packet):
14385         gst_tag_list_merge() returns a new object. Take that into account when
14386         using it. This avoids memleak.
14387         Revert previous commit which is not needed.
14388
14389 2006-07-12  Edward Hervey  <edward@fluendo.com>
14390
14391         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14392         Reset the decoder in finalize so that all fields get cleared.
14393
14394 2006-07-12  Wim Taymans  <wim@fluendo.com>
14395
14396         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14397         (gst_base_audio_src_set_clock),
14398         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14399         Don't try to post an error message when setting the clock fails
14400         as this can happen when adding an element to a bin which will then
14401         deadlock. Fixes #347296.
14402
14403 2006-07-12  Edward Hervey  <edward@fluendo.com>
14404
14405         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14406         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14407         (vorbis_handle_type_packet):
14408         Post tag messages on the bus even if we're not initialized.
14409         If we're not initialized, we still postpone the event pushing of tags.
14410
14411 2006-07-12  Wim Taymans  <wim@fluendo.com>
14412
14413         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14414         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14415         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14416         Revert last two changes that broke the freeze.
14417
14418 2006-07-12  Wim Taymans  <wim@fluendo.com>
14419
14420         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14421         basesink calculates silence sample correctly for us.
14422
14423 2006-07-12  Wim Taymans  <wim@fluendo.com>
14424
14425         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14426         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14427         Calculate correct silence samples so we don't fill our ringbuffer
14428         with noise.
14429
14430 2006-07-12  Edward Hervey  <edward@fluendo.com>
14431
14432         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14433         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14434         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14435         * ext/vorbis/vorbisdec.h:
14436         Delay sending events (newsegment, tags) until the decoder is properly
14437         initialized.
14438         Fixes #347295
14439
14440 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14441
14442         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14443         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14444           Patch from #347221 adding a test for audioconvert
14445           channel remappings.
14446
14447 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14448
14449         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14450         (gst_ssa_parse_parse_line):
14451           Don't include the terminating NUL in the buffer size,
14452           it's only there for extra paranoia (would add random
14453           '*' characters at the end of each subtitle since the
14454           terminator itself is not valid UTF-8 technically).
14455           Also fix indenting after boilerplate macro.
14456
14457 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14458
14459         * gst/playback/gstdecodebin.c: (close_pad_link):
14460           Also emit 'unknown-type' signal (which should really be
14461           called unhandled-type) if we found potential decoders/demuxers
14462           in the registry but none of them worked in the end (as in the
14463           case where the plugins don't exist any longer but are still
14464           listed in the registry). Fixes #329798.
14465
14466 2006-07-08  Andy Wingo  <wingo@pobox.com>
14467
14468         * theoraparse.c (theora_parse_push_buffer)
14469         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14470         Add some more debugging. Fix granulepos reconstruction in the face
14471         of discontinuities.
14472
14473 2006-07-06  Wim Taymans  <wim@fluendo.com>
14474
14475         * gst-libs/gst/audio/gstbaseaudiosink.c:
14476         (gst_base_audio_sink_class_init),
14477         (gst_base_audio_sink_provide_clock):
14478         Use gobject_class instead of G_OBJECT_CLASS (klass)
14479
14480         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14481         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14482         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14483         (gst_base_audio_src_get_time),
14484         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14485         (gst_base_audio_src_create_ringbuffer):
14486         Fix latency and buffer-time constants and properties ala basesink.
14487         Implement pull based scheduling. Fixes #346527.
14488         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14489         one segment.
14490         Refuse slaving to another clock instead of silently not working.
14491         Only provide a clock when we are actually able to do so.
14492         Various small cleanups and compiler hints.
14493
14494 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14495
14496         Patch by: Lutz Mueller <lutz at topfrose de>
14497
14498         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14499         (plugin_init):
14500           Add typefinding for text/html (#346581).
14501
14502 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14503
14504         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14505         (xml_check_first_element), (xml_type_find), (smil_type_find):
14506           Fix SMIL typefinding, make xml_check_first_element() more
14507           useful.
14508
14509 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14510
14511         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14512         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14513         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14514         * gst/playback/gstplaybasebin.h:
14515           Protect list of elements with a subtitle-encoding property and
14516           the subtitle encoding member itself with a lock of their own
14517           instead of using the object lock. This prevents a dead-lock in
14518           the element-remove callback in some circumstances when shutting
14519           down playbin.
14520
14521 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14522
14523         * win32/common/libgsttag.def:
14524         Export some new functions.
14525         * win32/vs6/libgstogg.dsp:
14526         Add a link to libgsttag-0.10.lib.
14527
14528 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14529
14530         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14531           Some const-ification.
14532
14533 2006-07-04  Wim Taymans  <wim@fluendo.com>
14534
14535         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14536         Improve checking if we are dealing with a stream. Added some
14537         more uris that need buffering.
14538
14539 2006-07-03  Edward Hervey  <edward@fluendo.com>
14540
14541         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14542         Remove unused variable.
14543
14544 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14545
14546         * Makefile.am:
14547           include lcov.mak
14548         * configure.ac:
14549           add GCOV_LIBS to GST_LIBS
14550
14551 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14552
14553         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14554
14555         * ext/alsa/gstalsasrc.c:
14556           Add 32 bps to template caps and increase channels range
14557           from [1,2] to [1,MAX]. See #346326.
14558
14559 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14560
14561         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14562           Recognise 'WMVA' video codec fourcc (#345879).
14563           
14564 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14565          
14566         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14567           Fixed nasty memory leak
14568
14569 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14570
14571         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14572         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14573           fix logging
14574
14575 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14576
14577         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14578         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14579         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14580         Protect remove_fakesink using a mutex, so that we don't try and
14581         remove the fakesink simultaneously from multiple threads.
14582
14583         When going from READY to PAUSED, restore the fakesink, so that
14584         it is there when decodebin gets reused.
14585
14586 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14587
14588         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14589         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14590         * gst-libs/gst/rtp/gstbasertppayload.c:
14591         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14592         * gst/tcp/gstmultifdsink.c:
14593         * gst/tcp/gsttcpclientsink.c:
14594         * gst/tcp/gsttcpclientsrc.c:
14595         * gst/tcp/gsttcpserversink.c:
14596         * gst/tcp/gsttcpserversrc.c:
14597         * gst/videorate/gstvideorate.c:
14598         * gst/videotestsrc/gstvideotestsrc.c:
14599         * sys/v4l/gstv4ljpegsrc.c:
14600         * sys/v4l/gstv4lmjpegsink.c:
14601         * sys/v4l/gstv4lsrc.c:
14602         * tests/examples/seek/scrubby.c:
14603         * tests/examples/seek/seek.c:
14604           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14605
14606 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14607
14608         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14609           Second field in GEnumValue shouldn't be a description,
14610           but a stringified version of the enum value.
14611
14612 2006-06-22  Wim Taymans  <wim@fluendo.com>
14613
14614         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14615         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14616         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14617         Avoid type checking in buffer casts.
14618         Avoid caps copy in buffer_alloc when we can.
14619         Use pad_peer_accept.
14620
14621 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14622
14623         * gst-libs/gst/tag/tag.h:
14624           Oops, make that 'Since: 0.10.9'.
14625
14626 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14627
14628         * docs/libs/gst-plugins-base-libs-sections.txt:
14629         * gst-libs/gst/tag/tag.h:
14630         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14631         (gst_tag_image_type_get_type):
14632           API: add GstTagImageType enum to describe images contained
14633           in image tags (#345641).
14634
14635 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14636
14637         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14638           Fix warnings with gst-inspect: "buffers-min" property
14639           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14640           typo in property description.
14641
14642 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14643
14644         Patch by: Cody Russell <bratsche at gnome org>
14645
14646         * gst/audioresample/gstaudioresample.c:
14647         (gst_audioresample_class_init):
14648         * gst/playback/gststreamselector.c:
14649         (gst_stream_selector_class_init):
14650         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14651         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14652         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14653         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14654         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14655         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14656         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14657         * gst/videotestsrc/gstvideotestsrc.c:
14658         (gst_video_test_src_class_init):
14659         * gst/volume/gstvolume.c: (gst_volume_class_init):
14660           Avoid unnecessary class cast check in class_init
14661           functions (#337747).
14662
14663 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14664
14665         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14666         (gst_text_overlay_video_chain):
14667           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14668           and doesn't validate its input either (and neither did
14669           textoverlay it seems). Let's do that then and fix #345206.
14670
14671 2006-06-19  Wim Taymans  <wim@fluendo.com>
14672
14673         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14674         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14675         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14676         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14677         (find_syncframe), (find_limits), (assign_value),
14678         (count_burst_unit), (gst_multi_fd_sink_new_client),
14679         (gst_multi_fd_sink_handle_client_write),
14680         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14681         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14682         (gst_multi_fd_sink_change_state):
14683         * gst/tcp/gstmultifdsink.h:
14684         Added shiny new burst-on-connect methods.
14685         Add properties to control the minimal amount of data queued.
14686         Small cleanups.
14687         API: bytes-min property
14688         API: time-min property
14689         API: buffers-min property
14690         API: burst-unit property
14691         API: burst-value property
14692         API: add-full signal
14693
14694         * gst/tcp/gsttcp-marshal.list:
14695         Added new marshaller code for the new signal.
14696
14697         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14698         (multifdsink_suite):
14699         Added testcases for new burst methods.
14700
14701 2006-06-19  Edward Hervey  <edward@fluendo.com>
14702
14703         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14704         Implement clipping for accurate seeking.
14705         Closes #345225
14706
14707 2006-06-19  Wim Taymans  <wim@fluendo.com>
14708
14709         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14710
14711         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14712         (gst_video_scale_transform):
14713         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14714
14715 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14716
14717         * configure.ac:
14718           Fix --disable-external (can't set conditionals conditionally,
14719           #343602).
14720
14721 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14722
14723         * tests/check/elements/audioresample.c: (test_reuse),
14724         (audioresample_suite):
14725           Add test case for bug #342789 fixed below.
14726
14727 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14728
14729         * gst/audioresample/gstaudioresample.c:
14730         (gst_audioresample_class_init), (gst_audioresample_init),
14731         (audioresample_start), (audioresample_stop),
14732         (gst_audioresample_set_property), (gst_audioresample_get_property):
14733           Implement GstBaseTransform::start and ::stop so that audioresample
14734           can clear its internal state properly and be reused instead of
14735           causing non-negotiated errors with playbin under some circumstances
14736           (#342789).
14737
14738         * tests/check/elements/audioresample.c: (setup_audioresample),
14739         (cleanup_audioresample):
14740           Need to set element state here so that ::start and ::stop are
14741           called.
14742
14743 2006-06-16  Wim Taymans  <wim@fluendo.com>
14744
14745         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14746
14747         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14748         Parse extra data better, apparently it's right behind
14749         the normal strf header size. Fixes #343500.
14750
14751 2006-06-16  Wim Taymans  <wim@fluendo.com>
14752
14753         * ext/alsa/gstalsasink.c: (set_hwparams):
14754         If we fail to set the buffer_time and period_time alsa
14755         parameters, post a warning and leave alsa select a 
14756         default instead of failing. Fixes #342085
14757
14758 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14759
14760         * docs/libs/gst-plugins-base-libs-sections.txt:
14761         * gst-libs/gst/cdda/gstcddabasesrc.h:
14762           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14763           out in the header file and shouldn't be listed in the docs.
14764
14765         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14766           Must dereference pointer to fourcc in the debug statement.
14767
14768 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14769
14770         * docs/libs/Makefile.am:
14771         * docs/libs/gst-plugins-base-libs-docs.sgml:
14772         * docs/libs/gst-plugins-base-libs-sections.txt:
14773         * docs/libs/gst-plugins-base-libs.types:
14774         add remaining symbols into correct setions
14775         
14776         * gst-libs/gst/audio/gstringbuffer.c:
14777         fix incomplete docs
14778         
14779         * gst-libs/gst/audio/gstringbuffer.h:
14780         comment out not yet implemented function
14781         
14782         
14783         * gst-libs/gst/floatcast/floatcast.h:
14784         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14785         add short descriptions
14786         
14787         
14788         * gst-libs/gst/interfaces/propertyprobe.c:
14789         fix return value docs   
14790         
14791         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14792         simplify debug logging
14793         
14794         * gst-libs/gst/riff/riff-read.h:
14795         sync function prototype and docs
14796         
14797         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14798         remove left over symbol
14799
14800 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14801
14802         * autogen.sh:
14803         * configure.ac:
14804         * docs/Makefile.am:
14805           Use GST_PLUGIN_DOCS macro in configure.ac, add
14806           --enable-plugin-docs default to autogen.sh and use
14807           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14808
14809 2006-06-15  Wim Taymans  <wim@fluendo.com>
14810
14811         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14812         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14813         (gst_ogg_demux_loop):
14814         Combine GstFlowReturn from the source pads to give a
14815         meaningfull result to the upstream peer or to stop the
14816         processing task in case of errors.
14817
14818 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14819
14820         * gst/playback/gststreaminfo.c: (cb_probe):
14821           Try GST_TAG_CODEC as fallback when extracting the
14822           codec name; more debug info.
14823
14824 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14825
14826         * ext/ogg/Makefile.am:
14827         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14828           Extract language tags from ogm subtitle streams, so that
14829           the subtitle menu choices are labelled correctly in
14830           Totem (fixes #344708).
14831
14832 2006-06-14  Wim Taymans  <wim@fluendo.com>
14833
14834         Patch by: Alessandro Decina <alessandro at nnva dot org>
14835
14836         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14837         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14838         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14839         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14840         Fix various leaks. Fixes #343699.
14841         Add x-smoke mime type.
14842
14843 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14844
14845         * gst-libs/gst/riff/riff-ids.h:
14846           Add IDs for 'bext' chunks (see #343837).
14847
14848 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14849
14850         Patch by: Young-Ho Cha  <ganadist at chollian net>
14851
14852         * gst/subparse/samiparse.c: (sami_context_pop_state),
14853         (handle_start_font), (end_sami_element):
14854           Honour font face tags in SAMI subtitles (#344503).
14855
14856 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14857
14858         * po/POTFILES.in:
14859           add missing files containing translatable strings
14860
14861 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14862
14863         * docs/libs/tmpl/.cvsignore:
14864           we don't want those *.sgml files in CVS either
14865
14866 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14867
14868         * docs/libs/.cvsignore:
14869         * tests/check/elements/.cvsignore:
14870         * tests/check/libs/.cvsignore:
14871           ignore more
14872
14873 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14874
14875         * docs/libs/Makefile.am:
14876           also commiting the changed Makefile.am (added more libs to the
14877           doc-build)
14878
14879 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14880
14881         * docs/libs/gst-plugins-base-libs-docs.sgml:
14882         * docs/libs/gst-plugins-base-libs-sections.txt:
14883         * docs/libs/gst-plugins-base-libs.types:
14884           first batch of reordering things, add index & hierarchy
14885
14886 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14887
14888         * configure.ac:
14889           use GST_PKG_CHECK_MODULES, cleans up output
14890
14891 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14892
14893         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14894           Add support for burn:// URIs (#343385); const-ify things a bit,
14895           use G_N_ELEMENTS instead of hard-coded array size.
14896
14897 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14898
14899         Patch by: Young-Ho Cha  <ganadist at chollian net>
14900
14901         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14902           Fix up broken entities before passing them to libxml *sigh*.
14903           (#343303).
14904           
14905 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14906
14907         * configure.ac:
14908           back to TRUNK
14909
14910 === release 0.10.8 ===
14911
14912 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14913
14914         * configure.ac:
14915           releasing 0.10.8, "Moar gij ziet mij nie"
14916
14917 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14918
14919         * configure.ac:
14920         * po/af.po:
14921         * po/az.po:
14922         * po/cs.po:
14923         * po/en_GB.po:
14924         * po/hu.po:
14925         * po/it.po:
14926         * po/nb.po:
14927         * po/nl.po:
14928         * po/or.po:
14929         * po/sq.po:
14930         * po/sr.po:
14931         * po/sv.po:
14932         * po/uk.po:
14933         * po/vi.po:
14934         * win32/common/config.h:
14935           0.10.7.2 prerelease
14936
14937 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14938
14939         * docs/libs/tmpl/gstaudio.sgml:
14940         * docs/libs/tmpl/gstcolorbalance.sgml:
14941         * docs/libs/tmpl/gstmixer.sgml:
14942         * docs/libs/tmpl/gstringbuffer.sgml:
14943         * docs/libs/tmpl/gsttuner.sgml:
14944         * docs/libs/tmpl/gstxoverlay.sgml:
14945         * gst-libs/gst/audio/audio.c:
14946         * gst-libs/gst/audio/gstringbuffer.c:
14947         * gst-libs/gst/interfaces/colorbalance.c:
14948         * gst-libs/gst/interfaces/mixer.c:
14949         * gst-libs/gst/interfaces/tuner.c:
14950         * gst-libs/gst/interfaces/xoverlay.c:
14951           move last template doc snippets to source code and delete them
14952
14953 2006-06-06  Michael Smith  <msmith@fluendo.com>
14954
14955         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14956         (theora_parse_drain_queue):
14957           Mark DELTA_UNIT on non-keyframes.
14958
14959 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14960
14961         * gst-libs/gst/audio/gstbaseaudiosink.c:
14962         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14963         * gst-libs/gst/audio/gstbaseaudiosink.h:
14964         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14965         (gst_ring_buffer_samples_done):
14966         * gst-libs/gst/audio/gstringbuffer.h:
14967         Document better the fact that latency_time and buffer_time are values
14968         stored in microseconds, and not the usual GStreamer nanoseconds.
14969         Change the variables (compatibly) that store them from GstClockTime 
14970         to guint64 to make it more clear that they're not storing clock times.
14971         Also, remove the bogus property description that says the user can
14972         specify -1 to get the default value, since that's never been the case.
14973
14974         When computing the default segment size for the ring buffer, make it
14975         an integer number of samples.
14976
14977         When the sub-class indicates a delay greater than the number of
14978         samples we've written return 0 from the audio sink get_time method.
14979
14980 2006-06-02  Michael Smith  <msmith@fluendo.com>
14981
14982         * tests/check/elements/audioconvert.c: (set_channel_positions),
14983         (get_float_mc_caps), (get_int_mc_caps):
14984         * tests/check/elements/audioresample.c:
14985         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14986         * tests/check/elements/videorate.c:
14987         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14988         * tests/check/elements/volume.c:
14989         * tests/check/elements/vorbisdec.c:
14990         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14991           Don't busy-wait in tests; this was causing test timeouts very
14992           frequently when running under valgrind.
14993
14994 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14995
14996         * gst/tcp/README:
14997         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14998         (gst_multi_fd_sink_remove_client_link),
14999         (gst_multi_fd_sink_client_queue_caps),
15000         (gst_multi_fd_sink_client_queue_buffer),
15001         (gst_multi_fd_sink_handle_client_write),
15002         (gst_multi_fd_sink_render):
15003         * gst/tcp/gstmultifdsink.h:
15004           make multifdsink properly deal with streamheader:
15005           - streamheader is taken from caps
15006           - buffers marked with IN_CAPS are not sent
15007           - streamheaders are sent, on connection, from the caps of the
15008             buffer where the client gets positioned to
15009           - further streamheader changes are done every time the client
15010             will receive a buffer with different caps
15011         * tests/check/elements/multifdsink.c: (GST_START_TEST),
15012         (gst_multifdsink_create_streamheader):
15013           add tests for this
15014
15015 2006-06-02  Michael Smith  <msmith@fluendo.com>
15016
15017         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15018           Reinstate limit on channel count. Vorbis does not define the meaning
15019           of > 6 channels, so they're just independent channels. Gstreamer
15020           currently has no mechanism to represent N independent channels.
15021
15022 2006-06-02  Michael Smith  <msmith@fluendo.com>
15023
15024         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15025           Don't arbitrarily restrict channel counts and rate in vorbis.
15026           In terms of effects likely on real-world files, this fixes 96kHz
15027           playback of vorbis.
15028
15029 2006-06-02  Michael Smith  <msmith@fluendo.com>
15030
15031         * gst/audioconvert/audioconvert.c: (float):
15032           More correct float->int conversion.
15033
15034 2006-06-02  Michael Smith  <msmith@fluendo.com>
15035
15036         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
15037           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
15038           value. Fixes g-critical on trying to play back ogg containing
15039           unknown codec.
15040
15041 2006-06-02  Wim Taymans  <wim@fluendo.com>
15042
15043         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
15044         (setup_source):
15045         * gst/playback/gstplaybasebin.h:
15046         Make the subtitle detection work from any thread so we don't
15047         deadlock. Fixes #343397.
15048
15049 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15050
15051         * gst/volume/Makefile.am:
15052           Seriously, it's not *that* hard to get compilation right.  Even
15053           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
15054
15055 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15056
15057         * gst/volume/gstvolume.c: (volume_choose_func),
15058         (volume_update_real_volume), (gst_volume_class_init),
15059         (gst_volume_init), (volume_process_float), (volume_process_int16),
15060         (volume_process_int16_clamp), (volume_set_caps),
15061         (volume_transform_ip), (plugin_init):
15062         * gst/volume/gstvolume.h:
15063         rewrite the passthrough check, split _int16 and _int16_clamp, fix
15064         another property desc., remove unused param from process function
15065         
15066         * tests/check/elements/volume.c: (volume_suite):
15067         reactivate the passthrough test
15068
15069 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15070
15071         * ext/alsa/gstalsamixerelement.h:
15072         * ext/alsa/gstalsamixeroptions.h:
15073         * ext/alsa/gstalsamixertrack.h:
15074         * ext/gnomevfs/gstgnomevfssink.h:
15075         * ext/gnomevfs/gstgnomevfssrc.h:
15076         * ext/theora/gsttheoradec.h:
15077         * ext/theora/gsttheoraenc.h:
15078         * ext/theora/gsttheoraparse.h:
15079         * ext/vorbis/vorbisparse.h:
15080         * gst-libs/gst/audio/gstaudioclock.h:
15081         * gst-libs/gst/audio/gstaudiofilter.h:
15082         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15083         * gst/audioconvert/gstaudioconvert.h:
15084         * gst/audioresample/gstaudioresample.h:
15085         * gst/audiotestsrc/gstaudiotestsrc.h:
15086         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15087         * gst/playback/gststreamselector.h:
15088         * gst/tcp/gstmultifdsink.h:
15089         * gst/tcp/gsttcpclientsink.h:
15090         * gst/tcp/gsttcpclientsrc.h:
15091         * gst/tcp/gsttcpserversink.h:
15092         * gst/tcp/gsttcpserversrc.h:
15093         * gst/videorate/gstvideorate.h:
15094         * gst/videoscale/gstvideoscale.h:
15095         * gst/videotestsrc/gstvideotestsrc.h:
15096         * gst/volume/gstvolume.h:
15097         * sys/v4l/gstv4ljpegsrc.h:
15098         * sys/v4l/gstv4lmjpegsink.h:
15099         * sys/v4l/gstv4lmjpegsrc.h:
15100         * sys/v4l/gstv4lsrc.h:
15101         * sys/ximage/ximagesink.h:
15102         * sys/xvimage/xvimagesink.h:
15103         * tests/old/testsuite/alsa/sinesrc.h:
15104         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15105
15106 2006-05-31  Wim Taymans  <wim@fluendo.com>
15107
15108         * ext/libvisual/visual.c: (gst_visual_reset),
15109         (gst_visual_sink_setcaps), (gst_visual_sink_event),
15110         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15111         Handle DISCONT.
15112         Use running time before doing QoS.
15113         Handle mono too.
15114
15115 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15116
15117         * docs/libs/Makefile.am:
15118           set a magic variable to indicate we know the docs are incomplete
15119
15120 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15121
15122         * win32/common/libgstvideo.def:
15123           export gst_video_calculate_display_ratio
15124         * win32/vs6/libgstvideoscale.dsp:
15125           add link to libgstvideo-0.10.lib
15126
15127 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15128
15129         * gst/playback/gstplaybasebin.c: (gen_source_element):
15130           Throw a more comprehensible error for rtsp:// URIs (rather
15131           than erroring out with a negotiation error later on) until
15132           we fix playbin to handle rtspsrc etc.
15133
15134 2006-05-30  Wim Taymans  <wim@fluendo.com>
15135
15136         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15137         (gst_text_overlay_text_event):
15138         Added some FIXMEs.
15139
15140 2006-05-30  Wim Taymans  <wim@fluendo.com>
15141
15142         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15143         (gst_adder_request_new_pad), (gst_adder_release_pad):
15144         * gst/adder/gstadder.h:
15145         Implement release_request_pad.
15146         Make padcounter atomic.
15147
15148         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15149         Added check for release_pad in adder.
15150
15151 2006-05-30  Wim Taymans  <wim@fluendo.com>
15152
15153         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15154         Fix build again.
15155
15156 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15157
15158         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15159         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15160         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15161         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15162         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15163         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15164         (gst_ogg_demux_bisect_forward_serialno),
15165         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15166         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15167           add more debugging
15168           clean up printf formats for granulepos and serialno
15169
15170 2006-05-30  Michael Smith  <msmith@fluendo.com>
15171
15172         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15173         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15174         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15175         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15176         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15177         * ext/vorbis/vorbisenc.h:
15178           Multi-channel caps negotiation, so we can do proper multichannel
15179           vorbis encoding, negotiated through audioconvert.
15180
15181 2006-05-30  Wim Taymans  <wim@fluendo.com>
15182
15183         * tests/check/elements/adder.c: (test_event_message_received),
15184         (test_play_twice_message_received), (GST_START_TEST),
15185         (adder_suite):
15186         Added check to show that #339935 is fixed with ongoing
15187         adder and collectpads fixes.
15188
15189 2006-05-29  Wim Taymans  <wim@fluendo.com>
15190
15191         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15192         Don't leak pad name.
15193
15194 2006-05-29  Wim Taymans  <wim@fluendo.com>
15195
15196         * gst/adder/gstadder.c: (gst_adder_query_duration),
15197         (forward_event_func), (forward_event), (gst_adder_src_event):
15198         Fix adder seeking.
15199         Make query/seeking code threadsafe.
15200
15201         * tests/check/Makefile.am:
15202         * tests/check/elements/adder.c: (test_event_message_received),
15203         (GST_START_TEST), (test_play_twice_message_received):
15204         Fix adder test case.
15205
15206 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15207
15208         Patch by: Young-Ho Cha  <ganadist at chollian net>
15209
15210         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15211         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15212         (set_encoding_element), (decodebin_element_added_cb),
15213         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15214         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15215         * gst/playback/gstplaybasebin.h:
15216           Add 'subtitle-encoding' property to playbin, so applications can
15217           force a subtitle encoding for non-UTF8 subtitles (#342268).
15218
15219         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15220         (gst_sub_parse_set_property):
15221           Rename recently-added 'encoding' property to 'subtitle-encoding'
15222           (so it can be proxied by playbin/decodebin in a generic way
15223           with less danger of false positives).
15224
15225 2006-05-29  Michael Smith  <msmith@fluendo.com>
15226
15227         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15228         (append_with_other_format), (set_structure_widths),
15229         (gst_audio_convert_transform_caps):
15230           Patch from #341562: give more specific audio caps in get_caps, so
15231           that basetransform  can make better decisions on what caps to
15232           negotiate.
15233
15234 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15235
15236         * tests/check/elements/volume.c:
15237         make it compile again
15238
15239 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15240
15241         * tests/check/elements/volume.c: (volume_suite):
15242         disable test until #343196 gets resolved
15243
15244 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15245
15246         * gst/adder/gstadder.c: (gst_adder_get_type):
15247         Make it easier to copy&paste
15248         
15249         * gst/volume/Makefile.am:
15250         * gst/volume/gstvolume.c: (volume_update_real_volume),
15251         (gst_volume_set_volume), (gst_volume_set_mute),
15252         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15253         (volume_transform_ip), (volume_update_mute),
15254         (volume_update_volume):
15255         * gst/volume/gstvolume.h:
15256         Add own debug category, move duplicate code to helper function, fix
15257         property texts, add more comments and prepare ffor liboil-goodness
15258         
15259         * tests/check/Makefile.am:
15260         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15261         add test for mute and passtrough case, be a bit more verbose to track
15262         failure
15263         
15264         * tests/check/generic/states.c: (GST_START_TEST):
15265         catch elements that fail to instantiate
15266
15267 2006-05-28  Edward Hervey  <edward@fluendo.com>
15268
15269         * tests/check/pipelines/simple-launch-lines.c:
15270         * tests/check/pipelines/theoraenc.c:
15271         * tests/check/pipelines/vorbisenc.c:
15272         Comment out tests using parse_launch() if core was built without
15273         parsing capabilities.
15274
15275 2006-05-27  Edward Hervey  <edward@fluendo.com>
15276
15277         * tests/check/Makefile.am:
15278         Extra bonus points for whoever explains to ensonic that you are meant
15279         to test unit tests thoroughly before commiting them, especially if
15280         you know it's going to break.
15281         De-activated element/adder tests.
15282
15283 2006-05-27  Edward Hervey  <edward@fluendo.com>
15284
15285         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15286         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15287         Marking caps conversion issues as GST_WARNING is way too verbose,
15288         Moving them to GST_LOG.
15289
15290 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15291
15292         * README:
15293           Replace current README (containing the release notes from
15294           some 0.9.x version) with a proper README taken from the core.
15295
15296 2006-05-26  Wim Taymans  <wim@fluendo.com>
15297
15298         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15299         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15300         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15301         (vorbis_dec_change_state):
15302         Small cleanups.
15303         Add some FIXMEs
15304         Clip output samples to segment boundaries.
15305
15306 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15307
15308         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15309         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15310         Improve the errors produced on bad output, including some human
15311         readable description strings.
15312         Handle the (theoretical for ximagesink) case where the XServer 
15313         has a different idea about the size required for a particular 
15314         frame and gives us too small a memory allocation.
15315
15316 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15317
15318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15319         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15320         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15321         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15322         Improve the errors produced on bad output, including some human 
15323         readable description strings.
15324         Handle RGB Xv formats properly by transforming them into our 
15325         big-endian caps description.
15326         Use gst_caps_truncate to ensure that we never try and choose a
15327         non-fixed caps in buffer_alloc.
15328         Handle the case where the XServer has a different idea about the size
15329         required for a particular frame and gives us too small a memory
15330         allocation.
15331         Use -1 to indicate 'no image format', because 0 is a valid XServer
15332         image format number.
15333         Put RGB Xv formats at the end of the caps, so that we always prefer
15334         YUV format frames.
15335         Iterate the available Xv Encodings to determine the maximum width and
15336         height, and then return that in our caps.
15337         (Closes #315312, #337544)
15338
15339 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15340
15341         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15342         When there is only one unfinished pad and it receives an event that
15343         doesn't match our requirements, we need to set alldone=FALSE so that
15344         the fakesink is not removed yet.
15345
15346 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15347
15348         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15349           Use gst_type_find_helper_for_buffer() to find the type
15350           of stream from the first packet.
15351
15352         * configure.ac:
15353           Bump requirements to core CVS (needed for vorbis
15354           typefinding to work).
15355
15356 2006-05-24  Edward Hervey  <edward@fluendo.com>
15357
15358         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15359         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15360         contain.  Else they play perfectly fine with qtdemux.
15361
15362 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15363
15364         * ext/theora/theoradec.c:
15365         * ext/theora/theoraenc.c:
15366         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15367         * gst/audiorate/gstaudiorate.c:
15368           make more debug catagories static
15369         
15370         * tests/check/Makefile.am:
15371         * tests/check/elements/adder.c: (message_received),
15372         (test_event_message_received), (GST_START_TEST),
15373         (test_play_twice_message_received), (adder_suite):
15374           added test case for using element twice, extra bonus points for anyone
15375           who can make these test run reliably
15376
15377 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15378
15379         * ext/theora/theoradec.c: (theora_dec_chain):
15380           Make work with time-stamped input buffers that do not
15381           have a granulepos in BUFFER_OFFSET_END (like theora
15382           buffers coming from matroskademux). Fixes #342448.
15383
15384 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15385
15386         Patch by: Peter Kjellerstedt  <pkj at axis com>
15387
15388         * gst/tcp/Makefile.am:
15389           fdstresstest doesn't need Gtk+, fix compilation if 
15390           gtk is not available (#342566).
15391
15392 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15393          
15394         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15395           80 line columns
15396           Removed redundant floor()
15397
15398 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15399
15400         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15401           On second thought, just skip JUNK chunks automatically, so
15402           the caller doesn't have to handle this. Fixes #342345.
15403           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15404           not GST_FLOW_ERROR.
15405
15406 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15407
15408         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15409           Don't bail out on JUNK chunks with a size of 0 (would try to
15410           pull_range 0 bytes before, which sources don't like too much).
15411           See #342345.
15412
15413 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15414
15415         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15417         Use the gstutil scaling function to preserve 64 bits while calculating
15418         output width and height from the display-aspect-ratio. (A continuation
15419         of #341542)
15420
15421 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15422
15423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15424         (gst_xvimagesink_buffer_alloc):
15425         * sys/xvimage/xvimagesink.h:
15426         When performing buffer allocations, remember the caps and image format
15427         we return so that if the same caps are asked for next time we can
15428         return them immediately without doing any caps intersections.
15429
15430 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15431          
15432         * gst-libs/gst/rtp/README:
15433           Some new documentation
15434         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15435           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15436         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15437         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15438           New RTP audio base payloader class. Supports frame or sample based
15439           codecs.  Not enabled in Makefile.am until approved.
15440
15441 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15442
15443         * tests/check/elements/alsa.c: (test_device_property_probe):
15444           Fix test case: don't try to free NULL GValueArray when there
15445           are no devices.
15446
15447 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15448
15449         * tests/check/Makefile.am:
15450         * tests/check/elements/alsa.c: (test_device_property_probe),
15451         (alsa_suite), (main):
15452           Add simple test that runs a device property probe on alsasrc,
15453           alsasink and alsamixer. Disable valgrind check for now (too
15454           many leaks in libasound, and valgrind ignored my suppressions
15455           additions).
15456
15457 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15458
15459         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15460         (gst_alsa_device_property_probe_probe_property),
15461         (gst_alsa_device_property_probe_needs_probe),
15462         (gst_alsa_device_property_probe_get_values),
15463         (gst_alsa_type_add_device_property_probe_interface):
15464         * ext/alsa/gstalsadeviceprobe.h:
15465         * ext/alsa/gstalsamixerelement.c:
15466         (gst_alsa_mixer_element_init_interfaces):
15467         * ext/alsa/gstalsamixerelement.h:
15468           Clean up and simplify alsa device probing. Make it actually work
15469           for multiple classes. Don't cache results any longer.
15470
15471         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15472         (gst_alsasink_init):
15473         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15474         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15475         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15476           Make alsasink and alsasrc implement the GstPropertyProbe interface
15477           for device probing (#342181).
15478           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15479
15480 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15481
15482         * gst/subparse/samiparse.c: (handle_start_font):
15483           Don't ignore return value of strtol (++compiler_happiness).
15484
15485 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15486
15487         Patch by: Young-Ho Cha  <ganadist chollian net>
15488
15489         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15490         (gst_sub_parse_class_init), (gst_sub_parse_init),
15491         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15492         (convert_encoding):
15493         * gst/subparse/gstsubparse.h:
15494           Add 'encoding' property (#341681).
15495
15496         * gst/subparse/samiparse.c: (characters_sami):
15497           Output is pango markup, so we need to escape text
15498           between tags (#342143).
15499
15500 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15501
15502         * gst-libs/gst/audio/multichannel.c:
15503         (gst_audio_check_channel_positions):
15504           It's okay to have caps with channels=1 and a channel position
15505           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15506           (deinterleavers might want to keep the position in the caps,
15507           so that they can be re-interleaved again properly later).
15508           Leave check for unexpected 2-channel layouts intact for now.
15509
15510 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15511
15512         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15513         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15514         basesrc can do its job correctly.
15515
15516 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15517
15518         * ext/alsa/Makefile.am:
15519         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15520         (gst_alsa_detect_formats), (get_channel_free_structure),
15521         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15522         (gst_alsa_probe_supported_formats):
15523         * ext/alsa/gstalsa.h:
15524         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15525           Refactor and improve caps probing code: probe signedness
15526           when we probe the supported formats/widths; set endianness
15527           to the one we actually probed for (ie. cpu endianness).
15528           
15529         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15530         (gst_alsasrc_close):
15531         * ext/alsa/gstalsasrc.h:
15532           Implement caps probing for alsasrc.
15533
15534 2006-05-15  Wim Taymans  <wim@fluendo.com>
15535
15536         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15537         (theora_dec_src_query), (theora_dec_src_event),
15538         (theora_dec_sink_event), (theora_handle_comment_packet),
15539         (theora_handle_data_packet), (theora_dec_change_state):
15540         Cleanups, add some G_LIKELY.
15541         Use segment helpers instead of our own wrong code.
15542         Clear queued buffers on seek and READY.
15543
15544         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15545         (vorbis_dec_convert), (vorbis_dec_src_query),
15546         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15547         (vorbis_handle_comment_packet), (vorbis_dec_push),
15548         (vorbis_handle_data_packet), (vorbis_dec_chain),
15549         (vorbis_dec_change_state):
15550         * ext/vorbis/vorbisdec.h:
15551         Remove old useless packetno variable.
15552         Do position query properly.
15553         Add some G_LIKELY.
15554         Do cleanup of queued buffers in new helper function
15555         and use it.
15556
15557 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15558
15559         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15560           Query supported sample rates. Fixes #341732.
15561
15562 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15563
15564         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15565         (gst_decode_bin_change_state): Make decodebin reusable
15566         when going from PAUSE_TO_READY and then back to PAUSED.
15567         Fixes #331678.
15568
15569 2006-05-15  Wim Taymans  <wim@fluendo.com>
15570
15571         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15572         (vorbis_dec_convert), (vorbis_dec_src_query),
15573         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15574         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15575         (vorbis_dec_clean_queued), (vorbis_dec_push),
15576         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15577         Cleanups. Use refcounting and DEBUG_OBJECT.
15578         Reset segment on flush, use code methods instead of our
15579         own wrong version.
15580         Fix potential memleak.
15581
15582 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15583
15584         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15585         (gst_alsasink_init):
15586         * ext/alsa/gstalsasink.h:
15587           Don't leak allocated snd_output_t structure if there's
15588           more than one alsasink instance at a time (#341873).
15589           Also fix GObject macros in header file.
15590           
15591 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15592
15593         * gst/subparse/gstsubparse.c:
15594         (gst_sub_parse_data_format_autodetect):
15595           Don't use libxml functions in the typefinding code.
15596
15597 2006-05-15  Wim Taymans  <wim@fluendo.com>
15598
15599         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15600         Fix seeking performance in the case where a non-header 
15601         packet has a 0 granulepos (busted theora case). 
15602         Fixes #341719
15603         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15604          the first place, you limelight stealer you)
15605
15606 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15607
15608         * gst/subparse/gstsubparse.c:
15609         (gst_sub_parse_data_format_autodetect):
15610           Improve SAMI typefinding: handle case where there are
15611           whitespaces or newlines in front of the first <SAMI>
15612           tag (#169936).
15613
15614 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15615
15616         * configure.ac:
15617           Build video4linux plugin even if there's no XVIDEO, just
15618           without implementing the GstXOverlay interface (#334002).
15619          
15620 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15621
15622         * configure.ac:
15623         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15624         (plugin_init):
15625           Add tentative support for libvisual-0.4 (#336881).
15626
15627 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15628
15629         Patch by: Young-Ho Cha <ganadist at chollian net>
15630
15631         * gst/subparse/samiparse.c: (handle_start_font):
15632           Need to map "silver" colour explicitly (#169936).
15633
15634 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15635
15636         Patch by: Young-Ho Cha  <ganadist at chollian net>
15637
15638         * gst/subparse/Makefile.am:
15639         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15640         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15641         (gst_sub_parse_format_autodetect), (feed_textbuf),
15642         (gst_subparse_type_find), (plugin_init):
15643         * gst/subparse/gstsubparse.h:
15644         * gst/subparse/samiparse.c:
15645         * gst/subparse/samiparse.h:
15646           Add support for SAMI subtitles (#169936).
15647
15648 2006-05-14  Michael Smith  <msmith@fluendo.com>
15649
15650         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15651           Fix #341696: crash when mixing L+R+C to mono or stereo.
15652         * tests/check/Makefile.am:
15653         * tests/check/elements/audioconvert.c: (set_channel_positions),
15654         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15655         (audioconvert_suite):
15656           Add test for the above, including some generic framework bits for
15657           testing multichannel things.
15658
15659 === release 0.10.7 ===
15660
15661 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15662
15663         * configure.ac:
15664           releasing 0.10.7, "Leave the gun"
15665
15666 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15667
15668         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15670         Fix the build.
15671
15672 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15673
15674         * docs/libs/gst-plugins-base-libs-docs.sgml:
15675         * docs/libs/gst-plugins-base-libs-sections.txt:
15676         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15677         * gst-libs/gst/video/video.h:
15678         * gst/videoscale/Makefile.am:
15679         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15681         * tests/check/Makefile.am:
15682         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15683         (main):
15684           Fix integer overflow problem with pixel-aspect-ratio calculations
15685           in videoscale and xvimagesink (#341542)
15686
15687 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15688
15689         * gst-libs/gst/tag/gstid3tag.c:
15690           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15691
15692 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15693
15694         * win32/MANIFEST:
15695           update win32 files listing
15696
15697 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15698
15699         patch by: Sjoerd Simons (sjoerd@luon.net)
15700
15701         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15702         (group_create), (group_destroy), (add_stream),
15703         (gst_play_base_bin_get_property),
15704         (gst_play_base_bin_get_streaminfo_value_array):
15705         * gst/playback/gstplaybasebin.h:
15706           API: GstPlayBaseBin::stream-info-value-array property
15707           use a more bindings-friendly way of exposing streaminfo
15708           using a GValueArray.  Tested in ipython.
15709           Closes #341114
15710
15711 2006-05-11  Wim Taymans  <wim@fluendo.com>
15712
15713         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15714         (queue_underrun_cb), (queue_filled_cb):
15715         Also catch queue underruns but don't do anything yet.
15716         Refactor and comment queue enlarging code a bit.
15717
15718         * gst/playback/gstplaybasebin.c: (queue_overrun),
15719         (queue_threshold_reached), (queue_out_of_data),
15720         (gen_preroll_element):
15721         If a queue over/underruns check that we don't create nasty
15722         deadlocks when the min-threshold is not reached but the
15723         max-bytes is. In those cases disable max-bytes when we
15724         know that the queue is fed timed data.
15725         Add more comments.
15726
15727 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15728
15729         * gst/playback/gstplaybin.c: (gen_audio_element):
15730           Make playbin automatically plug an 'audioresample'
15731           element before the audio sink as well. This solves
15732           problems with sinks that only accept a very specific
15733           sample rate, like esdsink (e.g. #340379).
15734
15735 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15736
15737         * gst/playback/gstplaybasebin.c: (gen_source_element):
15738           Make http sources send special headers so that we receive
15739           icecast metadata if the http stream is an icecast stream
15740           (otherwise the server will just ignore them). This also
15741           means that from now on users will need the 'icydemux'
15742           element from gst-plugins-good installed if they want to
15743           listen to icecast radio streams. (#341432, #333657).
15744
15745 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15746
15747         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15748         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15749           remove stupid example from docs - it should come with a simple
15750           C program instead.
15751           Clean up/fix docs
15752         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15753         (fail_if_can_read), (GST_START_TEST),
15754         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15755           add a test for changing streamheader which exposes a bug in
15756           multifdsink
15757
15758 2006-05-11  Michael Smith  <msmith@fluendo.com>
15759
15760         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15761         (gst_gnome_vfs_src_received_headers_callback):
15762         * ext/gnomevfs/gstgnomevfssrc.h:
15763           Don't set icy-caps unless we have a sane interval value. Move
15764           interval to a local variable; we never use it outside this function.
15765
15766 2006-05-11  Wim Taymans  <wim@fluendo.com>
15767
15768         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15770         Register special buffer types along with the objects so
15771         that they are not registered at runtime from N different
15772         streaming threads since they are not threadsafe.
15773
15774 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15775
15776         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15777         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15778           add two more tests, one doing streamheader
15779
15780 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15781
15782         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15783           clean up the bufqueue when shutting down
15784         * tests/check/Makefile.am:
15785         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15786         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15787         (main):
15788           add a test for the leak that was just fixed
15789
15790 2006-05-10  Wim Taymans  <wim@fluendo.com>
15791
15792         * gst/adder/gstadder.c: (gst_adder_setcaps),
15793         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15794         (gst_adder_src_event), (gst_adder_sink_event),
15795         (gst_adder_class_init), (gst_adder_finalize),
15796         (gst_adder_request_new_pad), (gst_adder_collected):
15797         * gst/adder/gstadder.h:
15798         Updated some docs. Added comments and FIXMEs all over the place.
15799         Improve debugging info.
15800         Fix leak on finalize by not calling the parent.
15801         Implement duration query.
15802         Make event forwarding threadsafe.
15803         Correctly send NEWSEGMENT at start and after flush.
15804         Handle EOS correctly.
15805         Post error when not negotiated.
15806
15807         * tests/check/elements/adder.c: (GST_START_TEST):
15808         Added FIXME in the test.
15809
15810 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15811
15812         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15813         (gst_text_overlay_halign_get_type),
15814         (gst_text_overlay_wrap_mode_get_type):
15815         * ext/theora/theoradec.c: (theora_handle_type_packet),
15816         (theora_handle_data_packet):
15817         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15818         (theora_enc_sink_setcaps), (theora_enc_chain):
15819         * gst-libs/gst/cdda/gstcddabasesrc.c:
15820         (gst_cdda_base_src_mode_get_type):
15821         * gst/audiotestsrc/gstaudiotestsrc.c:
15822         (gst_audiostestsrc_wave_get_type):
15823         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15824         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15825         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15826         (gst_sync_method_get_type), (gst_unit_type_get_type),
15827         (gst_client_status_get_type):
15828         * gst/videoscale/gstvideoscale.c:
15829         (gst_video_scale_method_get_type):
15830         * gst/videotestsrc/gstvideotestsrc.c:
15831         (gst_video_test_src_pattern_get_type):
15832         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15833         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15834         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15835         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15836         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15837         (paint_setup_RGB565), (paint_setup_xRGB1555):
15838           Const-ify GEnumValue and GFlagsValue arrays. Use
15839           GST_ROUND_UP_* macros instead of home-made ones.
15840
15841 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15842
15843         * configure.ac:
15844           Require core CVS for the new newsegment stuff.
15845
15846 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15847
15848         Patch by: Sjoerd Simons  <sjoerd at luon net>
15849
15850         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15851           Register nick for enum value (#341160).
15852
15853 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15854
15855         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15856         (plugin_init):
15857          backout typefind patch #340375
15858          
15859         * tests/check/elements/adder.c: (message_received),
15860         (GST_START_TEST), (adder_suite):
15861           redo, signal-handling of test
15862
15863 2006-05-09  Wim Taymans  <wim@fluendo.com>
15864
15865         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15866         (gst_adder_collected):
15867         * gst/adder/gstadder.h:
15868         Remove bogus segment merging and forwarding, we don't
15869         care about timestamps anyway and we just produce a
15870         continuous stream. 
15871         Also create a nice NEWSEGMENT event when we start.
15872         Use _scale_int some more.
15873
15874 2006-05-09  Edward Hervey  <edward@fluendo.com>
15875
15876         * tests/icles/stress-xoverlay.c:
15877         Fix if core was built without parsing support.
15878
15879 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15880
15881         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15882           Add SEDG (Samsung MPEG-4) fourcc.
15883
15884 2006-05-09  Edward Hervey  <edward@fluendo.com>
15885
15886         * tests/icles/stress-xoverlay.c:
15887         * tests/examples/volume/volume.c:
15888         Fix if core was built without parsing support.
15889
15890         * tests/examples/seek/seek.c:
15891         Disable the parse_launch example if core was built without parsing
15892         support.
15893
15894 2006-05-08  Edward Hervey  <edward@fluendo.com>
15895
15896         * autogen.sh: (CONFIGURE_DEF_OPT): 
15897         libtoolize on Darwin/MacOSX is called glibtoolize
15898
15899 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15900
15901         * tests/check/Makefile.am:
15902         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15903           Disable the adder test, until the build-slaves posses the kindness to 
15904           either like it or to give valid reason for not doing so 
15905
15906 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15907
15908         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15909         (adder_suite):
15910           Shuffle NULL state change around and raise timeout more
15911
15912 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15913
15914         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15915         (mp4_type_find), (plugin_init):
15916           Add typefind to distinguish between "audio/x-m4a" and new type
15917           "video/mp4". Fixes #340375
15918
15919         * tests/check/elements/adder.c: (adder_suite):
15920           Raise timeout to make buildbot happy
15921
15922 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15923
15924         * gst/adder/gstadder.c: (gst_adder_sink_event),
15925         (gst_adder_request_new_pad), (gst_adder_change_state):
15926         * gst/adder/gstadder.h:
15927         * tests/check/Makefile.am:
15928         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15929         (adder_suite), (main):
15930           Add sink-event handling to adder. It tries to merge incomming
15931           newsegment-events. Added test to check if segment_done is comming
15932           through. Fixes #340060
15933
15934 2006-05-05  Andy Wingo  <wingo@pobox.com>
15935
15936         * ext/theora/theoraparse.c (gst_theora_parse_init)
15937         (theora_parse_src_convert, theora_parse_src_query):
15938         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15939         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15940         query functions on the source pads of the theora and vorbis parse
15941         elements. Fixes position querying when doing a remux.
15942
15943 2006-05-05  Michael Smith  <msmith@fluendo.com>
15944
15945         * ext/theora/theoraparse.c: (parse_granulepos),
15946         (theora_parse_drain_queue_prematurely),
15947         (theora_parse_queue_buffer), (theora_parse_sink_event):
15948           Fix flushing.
15949           Fix invalid granulepos outputs when starting with a non-keyframe.
15950
15951 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15952
15953         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15954         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15955         Rearrange MPEG system stream detection, fixing some memleaks in the
15956         process.
15957         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15958         they clean up their data correctly.
15959         Remove unused ogganx caps and move the 'is_annodex' check to inside
15960         the 'is_ogg' if statement.
15961
15962 2006-05-05  Wim Taymans  <wim@fluendo.com>
15963
15964         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15965         Properly remove ghostpads. Fixes #340392
15966
15967 2006-05-04  David Schleef  <ds@schleef.org>
15968
15969         * gst/typefind/gsttypefindfunctions.c:
15970
15971 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15972
15973         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15974         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15975
15976         When typefinding an MP3 in push-based mode, don't penalise the
15977         probability down to 74% when we found 5 valid frames just because we
15978         can't peek the end of the file.
15979
15980         Make the probability for detecting MPEG Transport Streams based on the
15981         number of sequential headers we successfully detected.
15982
15983 2006-05-03  Wim Taymans  <wim@fluendo.com>
15984
15985         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15986         (vorbis_dec_push), (vorbis_dec_chain):
15987         Still produce an error when we receive an empty packet.
15988
15989 2006-05-03  Wim Taymans  <wim@fluendo.com>
15990
15991         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15992         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15993         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15994         Mark buffers with DISCONT after seek and after activating new
15995         chains.
15996
15997         * ext/theora/gsttheoradec.h:
15998         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15999         (theora_get_query_types), (theora_dec_sink_event),
16000         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
16001         (theora_dec_change_state):
16002         Fix frame counter.
16003         Detect and mark DISCONT buffers.
16004
16005         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16006         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
16007         (vorbis_dec_change_state):
16008         * ext/vorbis/vorbisdec.h:
16009         Use GstSegment.
16010         Detect and mark DISCONT buffers.
16011         Don't crash on 0 sized buffers.
16012
16013 2006-05-03  Wim Taymans  <wim@fluendo.com>
16014
16015         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
16016         (volume_transform_ip):
16017         Increase "volume" property to 10.0. Fixes #340369.
16018         Set the process function to NULL when capsnego fails so that
16019         we properly error out.
16020
16021 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16022
16023         * gst/playback/gstplaybin.c: (add_sink):
16024         * gst/playback/test.c: (main):
16025         * gst/playback/test5.c: (dump_element_stats):
16026         * gst/playback/test6.c: (main):
16027           free caps using gst_caps_unref, don't leak caps-strings
16028
16029 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
16030
16031         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
16032         (plugin_init):
16033           Refine musepack typefinding a bit. Return MAXIMUM
16034           probability when we detect stream version 7 to make
16035           sure the mpeg audio typefinder doesn't trump us.
16036
16037 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16038
16039         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16040           Protect against unexpected NULL strf_data buffer.
16041
16042 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16043
16044         * tests/check/elements/audioconvert.c: (verify_convert),
16045         (GST_START_TEST):
16046           interpret the out[] buffer in the order the bytes are actually
16047           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
16048           Other tests should use BYTE_ORDER since the array is filled in
16049           with actual values
16050
16051 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16052
16053         * tests/check/elements/audioconvert.c: (verify_convert),
16054         (GST_START_TEST):
16055           when a test fails, give an indication of which it is
16056
16057 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16058
16059         * gst-libs/gst/cdda/gstcddabasesrc.c:
16060           compile fix; strtol() needs <stdlib.h>
16061
16062 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16063
16064         * ext/alsa/gstalsamixerelement.c:
16065         * ext/alsa/gstalsasrc.c:
16066         * ext/cdparanoia/gstcdparanoiasrc.c:
16067         * ext/gnomevfs/gstgnomevfssink.c:
16068         * ext/gnomevfs/gstgnomevfssrc.c:
16069         * ext/ogg/gstoggdemux.c:
16070         * ext/ogg/gstoggmux.c:
16071         * ext/ogg/gstoggparse.c:
16072         * ext/ogg/gstogmparse.c:
16073         * ext/pango/gstclockoverlay.c:
16074         * ext/pango/gsttextoverlay.c:
16075         * ext/pango/gsttextrender.c:
16076         * ext/pango/gsttimeoverlay.c:
16077         * ext/theora/theoradec.c:
16078         * ext/theora/theoraenc.c:
16079         * ext/vorbis/vorbisdec.c:
16080         * ext/vorbis/vorbisenc.c:
16081         * gst-libs/gst/audio/gstaudiofilter.c:
16082         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16083         * gst/audioconvert/gstaudioconvert.c:
16084         * gst/audiorate/gstaudiorate.c:
16085         * gst/audioresample/gstaudioresample.c:
16086         * gst/audiotestsrc/gstaudiotestsrc.c:
16087         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16088         * gst/playback/gstdecodebin.c:
16089         * gst/playback/gstplaybin.c:
16090         * gst/playback/gststreamselector.c:
16091         * gst/subparse/gstsubparse.c:
16092         * gst/tcp/gstmultifdsink.c:
16093         * gst/tcp/gsttcpclientsink.c:
16094         * gst/tcp/gsttcpclientsrc.c:
16095         * gst/tcp/gsttcpserversink.c:
16096         * gst/tcp/gsttcpserversrc.c:
16097         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16098         * gst/videorate/gstvideorate.c:
16099         * gst/videoscale/gstvideoscale.c:
16100         * gst/videotestsrc/gstvideotestsrc.c:
16101         * gst/volume/gstvolume.c:
16102         * sys/v4l/gstv4ljpegsrc.c:
16103         * sys/v4l/gstv4lmjpegsink.c:
16104         * sys/v4l/gstv4lmjpegsrc.c:
16105         * sys/v4l/gstv4lsrc.c:
16106         * sys/ximage/ximagesink.c:
16107         * sys/xvimage/xvimagesink.c:
16108         * tests/check/libs/cddabasesrc.c:
16109           make GstElementDetails const
16110
16111 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16112
16113         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16114         (gst_adder_init):
16115           send events from src-pad to all sink-pads fixes #338657
16116
16117 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16118
16119         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16120         (alsasink_parse_spec):
16121           query width capabilities from alsa, fixes #338919
16122
16123 2006-04-28  Wim Taymans  <wim@fluendo.com>
16124
16125         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16126         (gst_multi_fd_sink_remove_client_link):
16127         * gst/tcp/gstmultifdsink.h:
16128         Fix race condition in multifdsink that can lead to spurious 
16129         duplicate clients. this patch adds a new signal that is fired when
16130         multifdsink has removed all references to the fd.
16131         Fixes #339574.
16132         Updated documentation.
16133         API: client-fd-removed signal added
16134
16135 2006-04-28  Michael Smith  <msmith@fluendo.com>
16136
16137         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16138           When asking g_value_array_new to prealloc elements, we may as well
16139           ask for the right number of elements.
16140
16141 2006-04-28  Wim Taymans  <wim@fluendo.com>
16142
16143         * gst-libs/gst/audio/gstbaseaudiosink.c:
16144         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16145         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16146         patch to make timestamp checking more tollerant to rounding 
16147         errors given that real discontinuities are to be marked on
16148         buffers. Fixes some asf files and #338778.
16149         Also avoid some crashers when we receive an event in the 
16150         NULL state.
16151
16152 2006-04-28  Michael Smith  <msmith@fluendo.com>
16153
16154         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16155         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16156         (gst_gnome_vfs_src_get_property),
16157         (gst_gnome_vfs_src_send_additional_headers_callback),
16158         (gst_gnome_vfs_src_received_headers_callback),
16159         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16160         (gst_gnome_vfs_src_stop):
16161         * ext/gnomevfs/gstgnomevfssrc.h:
16162           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16163           proper shared support within icydemux.
16164
16165 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16166
16167         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16168         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16169           fix up docs
16170           fix a leak when no caps negotiated
16171           fix counting of input frames
16172         * tests/check/elements/.cvsignore:
16173         * tests/check/elements/videorate.c: (assert_videorate_stats),
16174         (GST_START_TEST), (videorate_suite):
16175           add tests for these
16176
16177 2006-04-28  Wim Taymans  <wim@fluendo.com>
16178
16179         * gst-libs/gst/audio/gstringbuffer.c:
16180         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16181         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16182         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16183         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16184         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16185         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16186         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16187         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16188         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16189         Check arguments passed to public functions instead of
16190         crashing.
16191
16192 2006-04-28  Wim Taymans  <wim@fluendo.com>
16193
16194         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16195         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16196         GstBaseAudioSrc must be live or it does not work.
16197
16198         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16199         Don't set live to TRUE as this is the default in the parentclass.
16200
16201 2006-04-28  Wim Taymans  <wim@fluendo.com>
16202
16203         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16204         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16205         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16206         fixation cases better. Fixes #338991
16207
16208 2006-04-28  Wim Taymans  <wim@fluendo.com>
16209
16210         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16211         Handle 0/1 framerate correctly Fixes #331901.
16212
16213 2006-04-28  Wim Taymans  <wim@fluendo.com>
16214
16215         * tests/check/elements/audioconvert.c: (get_float_caps),
16216         (GST_START_TEST), (audioconvert_suite):
16217         Added check for correct clipping when doing float samples
16218         in audioconvert.
16219
16220 2006-04-28  Wim Taymans  <wim@fluendo.com>
16221
16222         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16223         (gst_video_rate_chain):
16224         Print more debugging info.
16225
16226 2006-04-28  Wim Taymans  <wim@fluendo.com>
16227
16228         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16229         (resample_set_state_from_caps):
16230         Add support for other formats audioresample can handle such as
16231         32 bits in and float and 64 bits float. Fixes #301759
16232
16233 2006-04-28  Wim Taymans  <wim@fluendo.com>
16234
16235         * gst/audioconvert/audioconvert.c: (float):
16236         correctly clip float samples > 1.0. Fixes #338718
16237
16238 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16239
16240         Patch by: Young-Ho Cha  <ganadist at chollian net>
16241
16242         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16243         (gst_text_overlay_render_text):
16244           Don't strip newlines from the text. Also, center lines
16245           within multi-line paragraphs (#339405).
16246
16247 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16248
16249         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16250           Fix wavpack typefinding to work in more cases (don't peek
16251           for chunks of multiple hundred kBs at once, but process
16252           things step-by-step in smaller units). Fixes #339786.
16253
16254 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16255
16256         * configure.ac:
16257           back to HEAD
16258
16259 === release 0.10.6 ===
16260
16261 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16262
16263         * configure.ac:
16264           releasing 0.10.6, "Chao"
16265
16266 2006-04-26  David Schleef  <ds@schleef.org>
16267
16268         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16269           Fixes #338897.
16270
16271 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16272
16273         * configure.ac:
16274         * win32/common/config.h:
16275           new prerelease
16276
16277 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16278
16279         patch by: Wim Taymans
16280
16281         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16282         (gst_ogg_demux_perform_seek):
16283           make sure correct newsegments are sent, so that the decoder
16284           and the demuxer agree on timestamps.  Fixes playback of a lot
16285           of Ogg files that do not start from 0.  Fixes #339833.
16286
16287 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16288
16289         Patch by: Edward Hervey  <edward@fluendo.com>
16290
16291         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16292         * tests/check/Makefile.am:
16293         * tests/check/elements/videorate.c: (assert_videorate_stats),
16294         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16295         (videorate_suite), (main):
16296           Fix an infinite loop if frames are passed in with wrongly ordered
16297           timestamps.  Fixes #339013.
16298
16299 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16300
16301         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16302
16303         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16304           fix typefinding on some ISO files.  Fixes #339212.
16305
16306 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16307
16308         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16309
16310         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16311           add another H264 fourcc.  Fixes #339047.
16312
16313 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16314
16315         Patch by: Jan Schmidt
16316
16317         * gst/playback/gststreamselector.c:
16318         (gst_stream_selector_bufferalloc):
16319           Restore old StreamSelector behaviour.
16320           Fixes #338419.
16321
16322 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16323
16324         * configure.ac:
16325         * win32/common/config.h:
16326           prerelease
16327
16328 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16329
16330         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16331
16332         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16333         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16334           Fix some memory leaks: on finalize, free buffers left in the queue
16335           before destroying the queue; in _push(), unref rtp_buf even if
16336           the process vfunc returned a NULL buffer as output buffer (#337548);
16337           demote some recuring debug messages to LOG level.
16338
16339 2006-04-11  Wim Taymans  <wim@fluendo.com>
16340
16341         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16342         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16343         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16344         (gst_ogg_demux_loop):
16345         More cleanups.
16346         Respect segment stop when emiting EOS or SEGMENT_DONE.
16347         Fixes (#337945).
16348
16349 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16350
16351         * gst/playback/gststreamselector.c:
16352         (gst_stream_selector_get_property):
16353           Don't leak pad name.
16354
16355 2006-04-10  Michael Smith  <msmith@fluendo.com>
16356
16357         * tests/check/Makefile.am:
16358         * tests/check/gst-plugins-base.supp:
16359           Suppress an old libtheora bug (fixed in more recent versions), so 
16360           that FC4 buildslaves can pass.
16361
16362 2006-04-10  Wim Taymans  <wim@fluendo.com>
16363
16364         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16365         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16366         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16367         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16368         (gst_ogg_demux_loop):
16369         Don't leak events.
16370         Remember what error we got when finding chains, if we
16371         were shutdown, that would not be an error.
16372
16373 2006-04-10  Wim Taymans  <wim@fluendo.com>
16374
16375         * gst-libs/gst/audio/gstbaseaudiosink.c:
16376         (gst_base_audio_sink_event):
16377         Starting the ringbuffer when we did not acquire it can cause
16378         a deadlock, is pointless and causes nasty things for
16379         subclasses. 
16380         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16381
16382 2006-04-10  Wim Taymans  <wim@fluendo.com>
16383
16384         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16385         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16386         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16387         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16388         (gst_ogg_demux_deactivate_current_chain),
16389         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16390         (gst_ogg_demux_bisect_forward_serialno),
16391         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16392         Add some more debugging.
16393
16394 2006-04-10  Wim Taymans  <wim@fluendo.com>
16395
16396         * ext/theora/theoradec.c: (theora_dec_src_event),
16397         (theora_handle_data_packet):
16398         Some more debug info.
16399
16400         * tests/examples/seek/seek.c: (start_seek), (main):
16401         Print element messages too.
16402
16403 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16404
16405         * gst/audioresample/debug.h:
16406           replace debug macros with variable number of parameters
16407           by a simple alias to gstreamer standard debug macros 
16408          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16409           supported by MSVC 6.0 and 7.1)
16410         * gst/audioresample/resample.h:
16411           define M_PI and rint for WIN32
16412         * win32/common/libgstaudio.def:
16413         * win32/common/libgstriff.def:
16414         * win32/common/libgsttag.def:
16415         * win32/common/libgstvideo.def:
16416           add new exported functions
16417         * win32/vs6:
16418           update project files
16419
16420 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16421
16422         * ext/alsa/gstalsamixeroptions.c:
16423         (gst_alsa_mixer_options_class_init):
16424         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16425         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16426         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16427         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16428         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16429         * gst-libs/gst/audio/gstaudiofilter.c:
16430         (gst_audio_filter_class_init):
16431         * gst-libs/gst/audio/gstaudiosink.c:
16432         (gst_audioringbuffer_class_init):
16433         * gst-libs/gst/audio/gstaudiosrc.c:
16434         (gst_audioringbuffer_class_init):
16435         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16436         * gst-libs/gst/interfaces/colorbalancechannel.c:
16437         (gst_color_balance_channel_class_init):
16438         * gst-libs/gst/interfaces/mixeroptions.c:
16439         (gst_mixer_options_class_init):
16440         * gst-libs/gst/interfaces/mixertrack.c:
16441         (gst_mixer_track_class_init):
16442         * gst-libs/gst/interfaces/tunerchannel.c:
16443         (gst_tuner_channel_class_init):
16444         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16445         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16446         (gst_netbuffer_class_init):
16447         * gst-libs/gst/rtp/gstbasertppayload.c:
16448         (gst_basertppayload_class_init):
16449         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16450         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16451         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16452         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16453         * gst/playback/gststreamselector.c:
16454         (gst_stream_selector_class_init):
16455         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16456         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16457         * sys/v4l/gstv4lcolorbalance.c:
16458         (gst_v4l_color_balance_channel_class_init):
16459         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16460         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16461         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16462         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16463         (gst_v4l_tuner_norm_class_init):
16464         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16466         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16467         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16468
16469 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16470
16471         * ext/pango/gsttextrender.h:
16472         * gst-libs/gst/audio/gstaudiosink.h:
16473         * gst-libs/gst/audio/gstaudiosrc.h:
16474         * gst-libs/gst/audio/gstbaseaudiosink.h:
16475         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16476         * gst-libs/gst/audio/gstringbuffer.h:
16477         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16478         * gst-libs/gst/rtp/gstbasertppayload.h:
16479         * gst-libs/gst/video/gstvideofilter.h:
16480         * gst-libs/gst/video/gstvideosink.h:
16481         * gst/playback/gstplaybasebin.h:
16482         * gst/tcp/gstmultifdsink.h:
16483         * sys/v4l/gstv4lelement.h:
16484         Fix broken GObject macros
16485
16486 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16487
16488         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16489         More debug to trace why my USB headset is not working with gst
16490
16491 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16492
16493         * gst/playback/gstplaybasebin.c: (group_destroy):
16494         Clean up our group elements properly in the case where it never 
16495         got committed - it still got added unconditionally to the bin.
16496
16497 2006-04-07  Wim Taymans  <wim@fluendo.com>
16498
16499         * ext/theora/theoradec.c: (theora_dec_sink_event),
16500         (theora_handle_data_packet), (theora_dec_chain):
16501         Unref unhandled events.
16502         Protect against empty buffers.
16503         Perform QoS on running time.
16504
16505 2006-04-07  Michael Smith  <msmith@fluendo.com>
16506
16507         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16508         (gst_vorbis_enc_chain):
16509           Remove leaks from vorbisenc.
16510           Mostly minor changes, the only significant one is that now the
16511           buffers we set as 'streamheader' on the caps are copies of the
16512           original buffers, to avoid circular refcounting problems.
16513
16514 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16515
16516         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16517           Don't remove our mute-probe if someone else already did so.
16518           Don't set a 2nd one if there is already one pending on the pad.
16519
16520         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16521         (do_playbin_seek):
16522           When a seek fails, ensure that playbin is still set back to playing.
16523           
16524         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16525         (mpeg_ts_type_find), (plugin_init):
16526           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16527
16528 2006-04-06  Andy Wingo  <wingo@pobox.com>
16529
16530         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16531         (gst_video_rate_init): Caps-related parameters should not be reset
16532         by a flush -- move their inits to the instance init function.
16533         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16534         is not OK, just return the result.
16535
16536         * gst/audiotestsrc/gstaudiotestsrc.c
16537         (gst_audio_test_src_class_init)
16538         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16539         broken by Stefan's commit on 24 March.
16540
16541         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16542         buffers being pushed out. Fixes oggmux ! multifdsink.
16543
16544 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16545
16546         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16547         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16548         * ext/vorbis/vorbisdec.h:
16549         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16550         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16551         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16552         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16553         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16554         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16555         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16556         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16557         (gst_vorbis_enc_buffer_from_packet),
16558         (gst_vorbis_enc_buffer_from_header_packet),
16559         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16560         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16561         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16562         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16563         (gst_vorbis_enc_change_state):
16564         * ext/vorbis/vorbisenc.h:
16565           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16566           vorbisenc adhere to the official nomenclature; use boilerplate
16567           macro.
16568
16569 2006-04-04  Andy Wingo  <wingo@pobox.com>
16570
16571         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16572         Whoops, fix bug introduced. Bad hacker!
16573         
16574         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16575         Properly handle the case where you get EOS before any buffers are
16576         received. Use gst_buffer_make_metadata_writable where appropriate.
16577
16578         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16579         is often negative -- make it signed so as not to wrap around.
16580         Fixes segfaults introduced on 9 March.
16581
16582 2006-04-03  Wim Taymans  <wim@fluendo.com>
16583
16584         * ext/theora/gsttheoradec.h:
16585         * ext/theora/theoradec.c: (theora_dec_src_event):
16586         Don't try to store a gdouble in a gboolean.
16587         Small cleanups.
16588
16589 2006-04-03  Michael Smith  <msmith@fluendo.com>
16590
16591         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16592           Oggmux sucks.
16593           Make it suck slightly less by writing out the final page.
16594           Still can't encode a vorbis-in-ogg file correctly, though.
16595
16596 2006-04-03  Andy Wingo  <wingo@pobox.com>
16597
16598         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16599         a g_print.
16600
16601         * ext/theora/theora.c (plugin_init): Register theoraparse.
16602
16603         * ext/theora/gsttheoraparse.h: 
16604         * ext/theora/theoraparse.c: New files implementing a theora
16605         parser. Now we can properly remux ogg/theora+vorbis, yay.
16606
16607         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16608
16609 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16610
16611         * gst/audiotestsrc/gstaudiotestsrc.c:
16612           Fixed the sample pipeline (see #323798)
16613
16614 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16615
16616         * configure.ac:
16617         * win32/common/config.h:
16618         * win32/common/config.h.in:
16619           use AS_VERSION and AS_NANO
16620           more cleanups
16621
16622 2006-03-31  Andy Wingo  <wingo@pobox.com>
16623
16624         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16625         uninitialized variable return that would happen.
16626         
16627         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16628         uninitialized variable return that would never happen.
16629
16630         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16631         (vorbis_parse_sink_event): Add an event function to flush our
16632         state on a seek, and to drain buffers on a premature EOS.
16633         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16634         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16635         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16636         (vorbis_parse_drain_queue): Queue up buffers until we can set
16637         their timestamps and granulepos values.
16638
16639         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16640         and keep track of data needed for deriving granulepos and
16641         timestamps for buffers.
16642
16643 2006-03-29  Wim Taymans  <wim@fluendo.com>
16644
16645         Patch by: j^ <j at bootlab dot org>
16646
16647         * ext/alsa/gstalsamixerelement.c:
16648         (gst_alsa_mixer_element_class_init):
16649         * ext/alsa/gstalsasink.c:
16650         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16651         * ext/ogg/gstoggdemux.c:
16652         * ext/ogg/gstoggmux.c:
16653         * ext/ogg/gstoggparse.c:
16654         * ext/pango/gstclockoverlay.c:
16655         * ext/pango/gsttextoverlay.c:
16656         * ext/pango/gsttextrender.c:
16657         * ext/pango/gsttimeoverlay.c:
16658         * ext/theora/theoradec.c:
16659         * ext/theora/theoraenc.c:
16660         * ext/vorbis/vorbisdec.c:
16661         * ext/vorbis/vorbisenc.c:
16662         * gst/audioconvert/gstaudioconvert.c:
16663         * gst/subparse/gstsubparse.c:
16664         * gst/tcp/gstmultifdsink.c:
16665         * gst/tcp/gsttcpclientsink.c:
16666         * gst/tcp/gsttcpclientsrc.c:
16667         * gst/tcp/gsttcpserversink.c:
16668         * gst/tcp/gsttcpserversrc.c:
16669           better/unified long descriptions
16670           Fixes #336477
16671
16672 2006-03-29  Wim Taymans  <wim@fluendo.com>
16673
16674         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16675         (stop_seek):
16676         Don't let double and triple clicks mess up our state.
16677
16678 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16679
16680         * gst/playback/gstplaybin.c: (gen_video_element),
16681         (gen_text_element), (gen_audio_element), (gen_vis_element):
16682           Error out gracefully when we can't create any of the usual
16683           conversion elements for some reason. Also, don't try to
16684           create an audioscale (sic) element that's not used anyway.
16685
16686 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16687
16688         * gst/playback/gstplaybasebin.c: (setup_source):
16689           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16690           element for a particular protocol, that's confusing for users.
16691           Instead, post a RESOURCE_FAILED error, so that our own error
16692           message is actually shown in totem etc. (#336303).
16693
16694 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16695
16696         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16697
16698         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16699         (gst_gnome_vfs_src_get_icy_metadata):
16700           Fix some minor memory leaks (#336194).
16701
16702 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16703
16704         * ext/gnomevfs/gstgnomevfs.c:
16705         (gst_gnome_vfs_location_to_uri_string):
16706         * ext/gnomevfs/gstgnomevfs.h:
16707         * ext/gnomevfs/gstgnomevfssink.c:
16708         (gst_gnome_vfs_sink_set_property):
16709         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16710           Make gnomevfssink accept filenames as well as URIs for the
16711           "location" property, just like gnomevfssrc does (and
16712           filesrc/filesink do) (#336190).
16713
16714 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16715
16716         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16717           set to NULL before unreffing, fixes a valgrind leak.
16718           Why was this not triggering the error that an object needs to
16719           be NULL before unreffing ?
16720         * win32/common/config.h:
16721           update
16722
16723 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16724
16725         * gst/subparse/gstsubparse.c: (convert_encoding),
16726         (gst_sub_parse_change_state):
16727         * gst/subparse/gstsubparse.h:
16728           Text subtitle files may or may not be UTF-8. If it's not, we
16729           don't really want to see '?' characters in place of non-ASCII
16730           characters like accented characters. So let's assume the input
16731           is UTF-8 until we come across text that is clearly not. If it's
16732           not UTF-8, we don't really know what it is, so try the following:
16733           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16734           is set; if not, check (b) if the current locale encoding is
16735           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16736           the current locale encoding is UTF-8 and the environment variable
16737           was not set to any particular encoding. Not perfect, but better
16738           than nothing (and better than before, I think) (fixes #172848).
16739
16740 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16741
16742         * configure.ac:
16743           update core requirement to 0.10.4.1 because of async_playback
16744           vmethod on GstBaseSink
16745
16746 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16747
16748         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16749         * gst/adder/gstadder.c: (gst_adder_init):
16750         use DEBUG_FUNCPTR for collectpads
16751
16752 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16753
16754         * docs/plugins/Makefile.am:
16755         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16756         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16757         * ext/cdparanoia/gstcdparanoiasrc.c:
16758         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16759         (gst_gnome_vfs_sink_class_init):
16760         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16761         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16762         * ext/ogg/gstoggmux.c:
16763         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16764         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16765         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16766         * ext/pango/gsttextoverlay.c:
16767         * ext/pango/gsttextrender.c:
16768         * ext/theora/theoradec.c:
16769         * ext/theora/theoraenc.c:
16770         * ext/vorbis/vorbisdec.c:
16771         * ext/vorbis/vorbisenc.c:
16772         * gst-libs/gst/audio/gstaudiofilter.c:
16773         (gst_audio_filter_base_init):
16774         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16775         (gst_audio_filter_template_base_init):
16776         * gst/adder/gstadder.c: (gst_adder_get_type):
16777         * gst/adder/gstadder.h:
16778         * gst/audioconvert/gstaudioconvert.c:
16779         * gst/audiotestsrc/gstaudiotestsrc.c:
16780         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16781         (gst_audio_test_src_create):
16782         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16783         * gst/playback/gstdecodebin.c:
16784         * gst/playback/gstplaybin.c:
16785         * gst/playback/gststreamselector.c:
16786         (gst_stream_selector_base_init):
16787         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16788         * gst/volume/gstvolume.c:
16789         * sys/v4l/gstv4lmjpegsink.c:
16790         * sys/v4l/gstv4lmjpegsrc.c:
16791         * tests/check/libs/cddabasesrc.c:
16792         * tests/old/examples/gob/gst-identity2.gob:
16793           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16794           define GstElementDetails at the top
16795
16796 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16797
16798         * win32/common/libgstinterfaces.def:
16799         Add a lot of export functions for gst-python
16800         * win32/vs6/libgstinterfaces.dsp:
16801         Add a missing include folder in the project configuration
16802         
16803 2006-03-23  Wim Taymans  <wim@fluendo.com>
16804
16805         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16806         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16807         (gst_base_audio_src_change_state):
16808         Fix audio sources, forgot to make the ringbuffer
16809         startable...
16810
16811 2006-03-23  Wim Taymans  <wim@fluendo.com>
16812
16813         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16814         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16815         (gst_base_audio_src_change_state):
16816         unparent instead of unref the ringbuffer.
16817
16818 2006-03-23  Wim Taymans  <wim@fluendo.com>
16819
16820         * gst-libs/gst/audio/gstbaseaudiosink.c:
16821         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16822         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16823         Implement new async_play vmethod to start slaving and allow
16824         playback start in case of async PLAY state changes. 
16825
16826         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16827         Enable QoS with new method in base class.
16828
16829 2006-03-23  Wim Taymans  <wim@fluendo.com>
16830
16831         Patch by: Julien MOUTTE <julien at moutte dot net>
16832
16833         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16834         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16835         Partially handle 0 framerate, only EOS after the first frame
16836         is missing.
16837
16838 2006-03-23  Wim Taymans  <wim@fluendo.com>
16839
16840         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16841
16842         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16843         (gst_riff_create_video_template_caps):
16844         * gst/ffmpegcolorspace/avcodec.h:
16845         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16846         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16847         (gst_ffmpegcsp_avpicture_fill):
16848         * gst/ffmpegcolorspace/imgconvert.c:
16849         Patch for support of YVU9 AVI files (#334822)
16850
16851 2006-03-22  Edward Hervey  <edward@fluendo.com>
16852
16853         * docs/design/design-decodebin.txt:
16854         Added design document for new decodebin
16855         (Target Caps): text/x-pango-markup is also a default target caps.
16856
16857 2006-03-22  Wim Taymans  <wim@fluendo.com>
16858
16859         * gst-libs/gst/audio/gstbaseaudiosink.c:
16860         (gst_base_audio_sink_dispose):
16861         Since we _parent the ringbuffer, we also need to
16862         _unparent instead of a plain _unref.
16863
16864 2006-03-22  Wim Taymans  <wim@fluendo.com>
16865
16866         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16867         (stop_seek), (scrub_toggle_cb), (main):
16868         Add scrub checkbox.
16869
16870 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16871
16872         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16873         (gst_ogg_parse_chain):
16874           Fix very inefficient usage of linked lists (#335365).
16875
16876 2006-03-21  Edward Hervey  <edward@fluendo.com>
16877
16878         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16879         * gst/playback/gstplaybin.c: (handoff):
16880         * gst/playback/gststreamselector.c:
16881         (gst_stream_selector_set_property):
16882         gcc 4.1 unreferenced pointer fixes.
16883         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16885         gst_buffer_ref() now takes a GstBuffer*.
16886
16887 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16888
16889         * sys/xvimage/xvimagesink.c:
16890         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16891         by Jan Schmidt.
16892
16893 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16894
16895         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16896         (id3v1_type_find), (apetag_type_find), (plugin_init):
16897           Can't do tag preferences via probability, as tags would then
16898           lose against types that are recognised with MAXIMUM probability
16899           (like .wav); so let all tag typefinders return MAXIMUM themselves
16900           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16901           that we can prefer APE to ID3v1 (fixes #335028).
16902           
16903 2006-03-17  Wim Taymans  <wim@fluendo.com>
16904
16905         * gst-libs/gst/audio/gstbaseaudiosink.c:
16906         (gst_base_audio_sink_change_state):
16907         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16908         (gst_ring_buffer_may_start):
16909         * gst-libs/gst/audio/gstringbuffer.h:
16910         Only start playback if we are playing.
16911         should fix #330748.
16912
16913 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16914
16915         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16916         * win32/common/config.h:
16917           Revert accidental commits to these files.
16918
16919 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16920
16921         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16922
16923         * tests/Makefile.am:
16924           Don't try to build tests in tests/icles if we
16925           don't have X (#323852)
16926
16927 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16928
16929         * gst-libs/gst/tag/gstid3tag.c:
16930           Add TXXX frame identifiers for replaygain stuff as used
16931           by some taggers (see #323721).
16932
16933 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16934
16935         * gst/playback/gststreamselector.c:
16936         (gst_stream_selector_set_property),
16937         (gst_stream_selector_bufferalloc):
16938           Preserve the existing buggy streamselector behaviour by performing
16939           a fallback buffer allocation when downstream isn't linked yet.
16940           This should really be fixed in playbin by blocking pads until it's
16941           linked them.
16942           Also, use gst_pad_alloc_buffer instead of
16943           gst_pad_alloc_buffer_and_set.
16944
16945 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16946
16947         * gst-libs/gst/tag/gstid3tag.c:
16948           Don't crash on unknown ID3v2 TXXX frames.
16949           
16950 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16951
16952         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16953           Chain up to the parent finalize method.
16954           Add 32-bit sample size to the template caps.
16955
16956         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16957         (gst_riff_create_video_template_caps):
16958           Add the fourcc that the VMWare codec uses.
16959           
16960         * gst/playback/gststreamselector.c:
16961         (gst_stream_selector_set_property),
16962         (gst_stream_selector_bufferalloc),
16963         (gst_stream_selector_request_new_pad):
16964           For the active pad, forward buffer-alloc requests, otherwise
16965           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16966           having to memcpy every frame when used by playbin.
16967
16968         * gst/tcp/gstmultifdsink.c:
16969         (gst_multi_fd_sink_handle_client_write):
16970           Get negotiated caps from the sink pad, rather than the sink
16971           pad's peer.
16972
16973 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16974
16975         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16976         
16977         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16978           Don't forget to set src->callbacks_pushed to FALSE again when
16979           popping them, otherwise re-activation in a different mode won't
16980           work (#334620).
16981
16982 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16983
16984         Patch by: Sebastien Moutte  <sebastien moutte net>
16985
16986         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16987         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16988         (gst_ffmpeg_smpfmt_to_caps):
16989           Replace __VA_ARGS__ caps creation macros with varargs functions.
16990           Makes things compile on MSVC (#320765), looks nicer, and we can
16991           tell the compiler to check for the NULL terminator.
16992
16993 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16994
16995         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16996
16997         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16998           Make sure the buffer we copy into is really always big
16999           enough, this time for real (#333488).
17000           
17001 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17002
17003         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17004           Add support for 24bpp DIB (#305279).
17005
17006 2006-03-14  Wim Taymans  <wim@fluendo.com>
17007
17008         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
17009         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17010         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
17011         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17012         (gst_video_scale_init), (gst_video_scale_src_event):
17013         Re-enable QoS after the release.
17014         Rework videoscale to use the base class src_event handler.
17015
17016 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17017
17018         * configure.ac:
17019           back to CVS.
17020
17021 === release 0.10.5 ===
17022
17023 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
17024
17025         * configure.ac:
17026           releasing 0.10.5, "Net"
17027
17028 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17029
17030         * docs/plugins/Makefile.am:
17031           Part of previous cdparanoiasrc docs fixes, forgot to commit.
17032           
17033 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17034
17035         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17036         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17037         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17038           Add cdparanoiasrc to docs.
17039
17040         * gst-libs/gst/cdda/gstcddabasesrc.c:
17041           More GstCddaBaseSrc docs.
17042
17043 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17044
17045         * docs/libs/gst-plugins-base-libs-sections.txt:
17046         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
17047         * gst-libs/gst/tag/tag.h:
17048           API: libgsttag: new method gst_tag_from_id3_user_tag().
17049
17050 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17051
17052         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17053           NULL-terminate array of mpeg4 video file extensions.
17054           Fixes crash on PPC (#334226).
17055
17056 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17057
17058         * ext/gnomevfs/gstgnomevfssrc.c:
17059         (gst_gnome_vfs_src_check_get_range):
17060           gnome_vfs_uri_is_local() alone is not a good indicator
17061           whether we can operate in pull-mode with a specific URI,
17062           as it returns FALSE for file:// URIs that point to an
17063           NFS-mounted path. Be more conservative here: whitelist
17064           local files, blacklist http URIs and use the old
17065           mechanism for anything else (fixes #334216).
17066
17067 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17068
17069         * configure.ac:
17070           back to trunk
17071
17072 === release 0.10.4 ===
17073
17074 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
17075
17076         * configure.ac:
17077           releasing 0.10.4, "Power"
17078
17079 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
17080
17081         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17082         Disable max-lateness by setting it to -1 for now, so that 
17083         we can bed QoS stuff in thoroughly between now and the next
17084         release.
17085
17086 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17087
17088         Patch by: Fabrizio Gennari
17089
17090         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17091           Make sure we don't read beyond the palette buffer in case of
17092           broken or manipulated files (#333488)
17093
17094 2006-03-10  Edward Hervey  <edward@fluendo.com>
17095
17096         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17097         Fix for variable not initialized.
17098
17099 2006-03-09  Wim Taymans  <wim@fluendo.com>
17100
17101         * ext/libvisual/visual.c: (gst_visual_get_type),
17102         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17103         (gst_visual_chain):
17104         Small cleanups.
17105
17106         * ext/theora/gsttheoradec.h:
17107         * ext/theora/theoradec.c: (gst_theora_dec_init),
17108         (gst_theora_dec_reset), (_theora_granule_time),
17109         (theora_dec_src_convert), (theora_dec_sink_convert),
17110         (theora_dec_src_query), (theora_dec_src_event),
17111         (theora_dec_sink_event), (theora_handle_comment_packet),
17112         (theora_handle_header_packet), (theora_dec_push),
17113         (theora_handle_data_packet), (theora_dec_chain),
17114         (theora_dec_change_state):
17115         Add simple QoS.
17116
17117 2006-03-09  Wim Taymans  <wim@fluendo.com>
17118
17119         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17120         (audiocast_register_listener), (gst_gnome_vfs_src_start):
17121         Some cleanups.
17122
17123 2006-03-09  Wim Taymans  <wim@fluendo.com>
17124
17125         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17126         Don't try to activate NULL chains.
17127
17128 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17129
17130         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17131           Fix invalid memory access to region before peek'd data (#332964).
17132
17133 2006-03-09  Wim Taymans  <wim@fluendo.com>
17134
17135         Patch by: Christophe Fergeau
17136
17137         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17138         * ext/pango/gsttextrender.c: (gst_text_render_init):
17139         * gst/adder/gstadder.c: (gst_adder_init):
17140         Don't leak padtemplates, closes #333510.
17141
17142 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17143
17144         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17145           Fix invalid memory access: make sure string passed to
17146           regexec() is NUL-termianted.
17147
17148 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17149
17150         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17151         (mp3_type_find):
17152           Refactor mpeg/audio typefinding to make it more maintainable
17153           and easier to fine-tune. Make probing into middle of the file
17154           work properly (fixes #333900, also see #152688).
17155
17156 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17157
17158         * gst/typefind/gsttypefindfunctions.c:
17159         (utf8_type_find_have_valid_utf8_at_offset):
17160           Remove part from previous commit that was bogus:
17161           g_utf8_validate() does in fact not accept embedded
17162           zeroes, so we don't need to check for those (thanks
17163           to Mike for the hint).
17164
17165 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17166
17167         * gst/typefind/gsttypefindfunctions.c:
17168         (utf8_type_find_count_embedded_zeroes),
17169         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17170           Make plain/text typefinder more conservative: firstly, check
17171           for embedded zeroes, which are perfectly valid UTF-8 characters,
17172           but also a fairly good sign that something is not a plain text
17173           file; secondly, probe into the middle of the file if possible.
17174           If we can't probe into the middle, limit the probability value
17175           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17176
17177 2006-03-08  Michael Smith  <msmith@fluendo.com>
17178
17179         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17180           Make typefind function name for mpeg4 video unique.
17181
17182 2006-03-08  Wim Taymans  <wim@fluendo.com>
17183
17184         * ext/libvisual/visual.c: (gst_visual_init),
17185         (gst_visual_clear_actors), (gst_visual_dispose),
17186         (gst_visual_reset), (gst_visual_src_setcaps),
17187         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17188         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17189         (gst_visual_chain), (gst_visual_change_state):
17190         Cleanups, post nice errors.
17191         Handle sink and src events.
17192         Implement simple QoS.
17193
17194         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17195         Use new basesink methods to configure max-lateness.
17196         Small doc update.
17197
17198         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17199         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17200         Debug statement cleanups.
17201
17202         * gst/volume/gstvolume.c: (gst_volume_class_init):
17203         Simple cleanup.
17204
17205 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17206
17207         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17208         (gst_text_overlay_init), (gst_text_overlay_set_property),
17209         (gst_text_overlay_get_property):
17210           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17211           as string type properties, but mark them deprecated. Add
17212           'halignment' and 'valignment' properties that use enums
17213           instead of strings.
17214
17215 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17216
17217         Patch by: Fabrizio Gennari
17218
17219         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17220           Allow palettes with less than 256 colours in AVI files
17221           (#333488)
17222
17223 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17224
17225         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17226         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17227         pad. We were releasing the queued text buffer when we should keep
17228         it until video pad gets EOS or discard the text buffer because it's
17229         too old. That was eating the last subtitle buffer. Add some more
17230         debug.
17231
17232 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17233
17234         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17235         (gst_text_overlay_video_chain):
17236           Fix invalid memory access (we can't access a buffer after it's been
17237           pushed downstream without taking a reference); fix memory leak (if
17238           there's no text to render, bail out before allocating stuff).
17239
17240 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17241
17242         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17243         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17244         * ext/pango/gsttextoverlay.h:
17245           If input is plain text, escape it before passing it to
17246           pango_layout_set_markup().
17247
17248 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17249
17250         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17251           Don't ignore flow return from gst_pad_push().
17252
17253 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17254
17255         Patch by: Fabrizio Gennari
17256
17257         * ext/libvisual/visual.c: (gst_visual_getcaps),
17258         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17259         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17260         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17261         (gst_vorbisenc_convert_sink):
17262         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17263         (gst_audio_duration_from_pad_buffer):
17264         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17265         (gst_audio_filter_chain):
17266         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17267         (gst_base_rtp_depayload_setcaps):
17268         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17269         (gst_video_get_size):
17270         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17271           Don't leak references returned by gst_pad_get_parent()
17272           (#333663)
17273
17274 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17275
17276         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17277           change location param details
17278         * gst/volume/gstvolume.c: (plugin_init):
17279           correct plugin description
17280
17281 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17282
17283         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17284         (gst_gnome_vfs_src_check_get_range):
17285           Override GstBaseSrc::check_get_range() in order to avoid opening
17286           the resource just to check whether we can operate in pull-mode or
17287           not - we can predict that pretty well from the URI alone. Should
17288           fix problems with last.fm (#331690). (Requires latest core CVS).
17289
17290 2006-03-06  Wim Taymans  <wim@fluendo.com>
17291
17292         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17293         (gst_video_sink_class_init):
17294         Throw away frames that are later than 20 ms.
17295
17296 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17297
17298         Patch by: Fabrizio Gennari
17299
17300         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17301           Set depth on WMA caps (#333545)
17302
17303 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17304
17305         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17306         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17307           put Theora BOS pages before others.  This hardcodes
17308           the Ogg/Theora I profile, but hey.
17309
17310 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17311
17312         * ext/ogg/README:
17313           updated with some examples
17314         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17315         (granulepos_add), (theora_buffer_from_packet):
17316         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17317         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17318         (gst_vorbisenc_chain):
17319           implement strategy from ext/ogg/README
17320         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17321         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17322         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17323         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17324           Fix muxer so that oggz-validate is happy with all streams;
17325           except for no eos mark, and the BOS page ordering
17326         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17327         (check_buffer_granulepos):
17328         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17329           update tests to check for OFFSET being set as requested
17330           fixed type of granulepos, it's not a ClockTime
17331
17332 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17333
17334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17335         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17336         Check that the xvimage we are creating has a correct size
17337         before returning it. (#314897)
17338
17339 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17340
17341         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17342           Give id3 and ape tag typefinders a rank slightly higher
17343           than PRIMARY to ensure they're always run before any of
17344           the other typefinders (in particular wav and mp3) (#324186).
17345
17346 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17347
17348         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17349           Add support for '3IVD' fourcc (#333403).
17350
17351 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17352
17353         * configure.ac:
17354           Bump requirements to GStreamer CVS for the new error enum.
17355
17356         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17357           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17358           space left on the device (fixes #333352).
17359
17360 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17361
17362         * win32/vs6:
17363           add a project file for libgstvolume
17364           update the workspace
17365
17366 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17367
17368         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17369         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17370         (GST_START_TEST):
17371           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17372           Set IN_CAPS on header buffers
17373
17374 2006-03-02  Wim Taymans  <wim@fluendo.com>
17375
17376         * docs/plugins/Makefile.am:
17377         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17378         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17379         Add audioresample to docs.
17380
17381         * gst/audioconvert/gstaudioconvert.c:
17382         Add revision date.
17383
17384         * gst/audioresample/gstaudioresample.c:
17385         (gst_audioresample_base_init), (gst_audioresample_class_init),
17386         (gst_audioresample_init), (gst_audioresample_dispose),
17387         (audioresample_get_unit_size), (audioresample_transform_caps),
17388         (resample_set_state_from_caps), (audioresample_transform_size),
17389         (audioresample_set_caps), (audioresample_event),
17390         (audioresample_do_output), (audioresample_transform),
17391         (audioresample_pushthrough), (gst_audioresample_set_property),
17392         (gst_audioresample_get_property), (plugin_init):
17393         * gst/audioresample/gstaudioresample.h:
17394         Added docs.
17395         Small code cleanups.
17396
17397 2006-03-02  Wim Taymans  <wim@fluendo.com>
17398
17399         * docs/plugins/Makefile.am:
17400         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17401         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17402         Added videoscale to docs.
17403
17404         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17405         (gst_video_rate_swap_prev), (gst_video_rate_event),
17406         (gst_video_rate_chain):
17407         Fix typo in docs.
17408
17409         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17410         (gst_video_scale_init), (gst_video_scale_prepare_size),
17411         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17412         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17413         * gst/videoscale/gstvideoscale.h:
17414         Added docs, examples.
17415         Some code cleanups.
17416         Post errors instead of g_warning.
17417
17418 2006-03-02  Wim Taymans  <wim@fluendo.com>
17419
17420         * docs/libs/gst-plugins-base-libs-docs.sgml:
17421         * docs/libs/gst-plugins-base-libs-sections.txt:
17422         * docs/libs/gst-plugins-base-libs.types:
17423         * docs/plugins/Makefile.am:
17424         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17425         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17426         Added some more docs to libs and plugins.
17427
17428         * gst-libs/gst/audio/gstringbuffer.c:
17429         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17430         * gst-libs/gst/audio/gstringbuffer.h:
17431         Document ringbuffer some more.
17432
17433         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17434         (gst_video_rate_setcaps), (gst_video_rate_reset),
17435         (gst_video_rate_init), (gst_video_rate_flush_prev),
17436         (gst_video_rate_swap_prev), (gst_video_rate_event),
17437         (gst_video_rate_chain), (gst_video_rate_change_state):
17438         * gst/videorate/gstvideorate.h:
17439         Fix videorate to use segments.
17440         Make it work with 0/1 framerates (closes #331903)
17441         Handle EOS correctly.
17442         Added docs.
17443
17444 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17445
17446         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17447         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17448         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17449           In state change function, first chain up to parent class,
17450           then handle downwards state change stuff. Remove some
17451           commented out cruft from 0.8 code.
17452
17453 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17454
17455         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17456         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17457         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17458         (gst_ogm_parse_chain):
17459           Don't remove/re-add source pad if the new caps are the same as
17460           the old caps anyway (#333042). When removing source pad, don't
17461           unref it afterwards - we didn't ref it when adding. Sprinkle some
17462           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17463           after using gst_pad_get_parent(). Return downstream flow return
17464           value in chain function.
17465
17466 2006-03-02  Wim Taymans  <wim@fluendo.com>
17467
17468         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17469         * docs/plugins/gst-plugins-base-plugins.args:
17470         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17471         * docs/plugins/gst-plugins-base-plugins.interfaces:
17472         * docs/plugins/gst-plugins-base-plugins.signals:
17473         Fix hierarchy, added some more elements to the docs.
17474
17475         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17476         (gst_ffmpegcsp_get_type):
17477         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17478         Fix docs for ffmpegcolorspace.
17479
17480 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17481
17482         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17483         (apetag_type_find), (ape_type_find), (plugin_init):
17484           Some typefinding fine-tuning:
17485           - rank ID3/APE tags in order of preference via probabilities, so that
17486             ID3v2 > APEv2 > APEv1 > ID3v1.
17487           - three or four bytes don't really justify MAXIMUM probability,
17488             change those to 'very likely' (musepack and monkeysaudio).
17489
17490 2006-03-01  Wim Taymans  <wim@fluendo.com>
17491
17492         * docs/plugins/Makefile.am:
17493         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17494         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17495         * ext/alsa/gstalsamixer.c:
17496         * ext/alsa/gstalsamixer.h:
17497         * ext/alsa/gstalsamixerelement.c:
17498         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17499         * ext/alsa/gstalsamixerelement.h:
17500         * ext/alsa/gstalsasink.c:
17501         * ext/alsa/gstalsasink.h:
17502         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17503         (gst_alsasrc_init):
17504         * ext/alsa/gstalsasrc.h:
17505         Added alsa docs.
17506         Small code cleanups.
17507
17508 2006-03-01  Wim Taymans  <wim@fluendo.com>
17509
17510         * ext/theora/Makefile.am:
17511         Dist new header too,
17512
17513 2006-03-01  Wim Taymans  <wim@fluendo.com>
17514
17515         * docs/plugins/Makefile.am:
17516         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17517         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17518         * ext/gnomevfs/gstgnomevfssink.h:
17519         * ext/gnomevfs/gstgnomevfssrc.h:
17520         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17521         * ext/vorbis/vorbisdec.h:
17522         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17523         * ext/vorbis/vorbisenc.h:
17524         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17525         (vorbis_parse_chain), (vorbis_parse_change_state):
17526         * ext/vorbis/vorbisparse.h:
17527         * gst/audioconvert/gstaudioconvert.h:
17528         * gst/tcp/gsttcpserversink.h:
17529         * gst/videotestsrc/gstvideotestsrc.c:
17530         * gst/videotestsrc/gstvideotestsrc.h:
17531         * gst/volume/gstvolume.c:
17532         * gst/volume/gstvolume.h:
17533         Fix some more docs.
17534         Added docs for vorbisdec and vorbisparse.
17535         Fix vorbisparse.
17536
17537 2006-03-01  Wim Taymans  <wim@fluendo.com>
17538
17539         * docs/plugins/Makefile.am:
17540         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17541         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17542         * ext/pango/gstclockoverlay.h:
17543         * ext/pango/gsttextoverlay.h:
17544         * ext/pango/gsttextrender.h:
17545         * ext/pango/gsttimeoverlay.h:
17546         * ext/theora/gsttheoradec.h:
17547         * ext/theora/gsttheoraenc.h:
17548         * ext/theora/theoradec.c:
17549         * ext/theora/theoraenc.c:
17550         * gst/audioconvert/gstaudioconvert.h:
17551         * gst/audiotestsrc/gstaudiotestsrc.h:
17552         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17553         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17554         * gst/tcp/gstmultifdsink.h:
17555         Updated/added documentation.
17556
17557         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17558         (gst_text_overlay_halign_get_type),
17559         (gst_text_overlay_wrap_mode_get_type),
17560         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17561         (gst_text_overlay_init), (gst_text_overlay_set_property),
17562         (gst_text_overlay_get_property):
17563         Fix up properties to be enums instead of string to make bindings,
17564         introspection and automatic GUI creation possible.
17565         Add getters for the properties.
17566
17567 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17568
17569         * gst/audiotestsrc/gstaudiotestsrc.c:
17570           added defines of M_PI and M_PI_2
17571         * gst/ffmpegcolorspace/avcodec.h:
17572           removed #include "stdint.h" for win32 as _stdint.h is 
17573           autogenerated to win32/common
17574         * win32/common/libgstaudio.def:
17575         * win32/common/libgsttag.def:
17576           added some exports
17577         * win32/vs6:
17578           some project files bugs corrected
17579         * win32/vs7:
17580           project files are reset to the default vs7 configuration 
17581           (they link to msvcr71.dll using default optimizations)
17582           
17583 2006-02-28  Wim Taymans  <wim@fluendo.com>
17584
17585         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17586         Fix some docs.
17587
17588 2006-02-28  Edward Hervey  <edward@fluendo.com>
17589
17590         * ext/alsa/gstalsasrc.c:
17591         Set proper class on the ElementDetails:
17592         Source/Audio instead of Src/Audio/
17593
17594 2006-02-28  Edward Hervey  <edward@fluendo.com>
17595
17596         * gst/videoscale/vs_scanline.c:
17597         (vs_scanline_resample_nearest_RGBA):
17598         Revert optimization in videoscale. It should go in liboil and have
17599         an appropriate liboil function.
17600
17601 2006-02-28  Wim Taymans  <wim@fluendo.com>
17602
17603         * gst-libs/gst/audio/gstbaseaudiosink.c:
17604         (gst_base_audio_sink_provide_clock):
17605         Don't try to provide a clock in the NULL state.
17606
17607 2006-02-28  Wim Taymans  <wim@fluendo.com>
17608
17609         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17610         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17611         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17612         (gst_ogg_demux_deactivate_current_chain),
17613         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17614         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17615         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17616         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17617         Use GstSegment infrastructure to remove duplicated code
17618         and handle more seek cases correctly.
17619
17620 2006-02-28  Wim Taymans  <wim@fluendo.com>
17621
17622         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17623         (gst_ffmpegcsp_transform):
17624         Don't ignore return code from ffmpeg convert function.
17625
17626         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17627         Split out some long statements to ease debugging.
17628
17629 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17630
17631         * ext/libvisual/visual.c: (gst_visual_init),
17632         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17633         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17634         being able to renegotiate the size. Instead, use the negotiation
17635         algorithm from the goom plugin to pick an initial output caps. 
17636
17637         Also, allow theoretical libvisual plugins that might support non-GL 
17638         output even if they also do GL.
17639
17640 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17641
17642         * ext/libvisual/visual.c: (gst_visual_init),
17643         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17644         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17645         possible negotiation issues.
17646
17647 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17648
17649         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17650
17651 2006-02-24  Michael Smith  <msmith@fluendo.com>
17652
17653         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17654         (cmml_type_find), (plugin_init):
17655           Fix CMML type find function to not require a specific minor version
17656           of the CMML header.
17657
17658           Add an MPEG4 video elementary stream typefind function.
17659
17660 2006-02-04  Michael Smith  <msmith@fluendo.com>
17661
17662         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17663         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17664         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17665         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17666         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17667         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17668           Annodex support in ogg demuxer. Doesn't do very much without the
17669           other annodex patches (to come).
17670
17671 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17672
17673         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17674
17675         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17676           Pick up palette for MS video v1 (#327028)
17677
17678 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17679
17680         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17681         (gst_ffmpegcsp_caps_remove_format_info),
17682         (gst_ffmpegcsp_get_unit_size):
17683           The 'palette_data' field from incoming RGB caps shouldn't be
17684           proxied on outgoing YUV caps; also, restrict unit size
17685           adjustment in case of paletted data only to the unit that
17686           actually has a palette. Fixes #330711.
17687
17688 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17689
17690         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17691         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17692         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17693         (gst_ffmpegcsp_get_unit_size):
17694           Plug some memory leaks.
17695
17696 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17697
17698         * sys/ximage/Makefile.am:
17699         * sys/xvimage/Makefile.am:
17700           Add some _CFLAGS and _LIBS that seem to be missing
17701           and/or required for Cygwin (see #317048).
17702
17703 2006-02-22  Wim Taymans  <wim@fluendo.com>
17704
17705         * ext/alsa/gstalsasrc.c:
17706         Fix description as pointed out by caugier.
17707
17708 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17709
17710         Reviewed by : Edward Hervey  <edward@fluendo.com>
17711
17712         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17713         (qt_type_find):
17714         Better 3gp typefinding (#331526).
17715
17716 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17717
17718         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17719           Don't send EOS event here, the base class will send one for us.
17720
17721         * gst/playback/gstplaybasebin.c: (prepare_output):
17722           Subpictures without video stream aren't allowed either.
17723         
17724         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17725           Fix debug statement copy'n'paste-o.
17726
17727 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17728
17729         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17730           Fix issues with mixer keeping state when muting/unmuting
17731           and when changing the volume whilst muted (see #331763
17732           and #331765).
17733
17734 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17735
17736         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17737         (parse_subrip), (gst_sub_parse_format_autodetect):
17738           Set right caps given that we send escaped text. Also,
17739           honour <i></i>, <b></b> and <u></u> markers that can be found
17740           in .srt files (fixes #310202).
17741
17742 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17743
17744         * gst-libs/gst/audio/mixerutils.c:
17745         (element_factory_rank_compare_func):
17746           Make order in which elements are tried more determinable.
17747
17748 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17749
17750         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17751         (remove_element_chain), (cleanup_decodebin),
17752         (gst_decode_bin_change_state): Make decodebin reusable by
17753         fixing remove_element_chain first and then introduce a
17754         cleaner in state change to ->NULL. (Closes #331678)
17755
17756 2006-02-19  Wim Taymans  <wim@fluendo.com>
17757
17758         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17759         use 0666 mask when creating files so umask gets applied
17760         correctly. Fixes #331295.
17761
17762 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17763
17764         * gst/subparse/Makefile.am:
17765         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17766         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17767         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17768         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17769         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17770         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17771         * gst/subparse/gstssaparse.h:
17772         * gst/subparse/gstsubparse.c: (plugin_init):
17773           Add very basic parser for SSA subtitle streams (as often
17774           found in matroska files).
17775
17776 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17777
17778         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17779           That should be text/x-pango-markup, not text/x-pango-layout.
17780
17781 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17782
17783         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17784         Polishing.
17785
17786 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17787
17788         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17789         (gst_text_overlay_finalize), (gst_text_overlay_init),
17790         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17791         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17792         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17793         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17794         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17795         Fix state change deadlock.
17796
17797 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17798
17799         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17800         (gst_text_overlay_finalize), (gst_text_overlay_init),
17801         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17802         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17803         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17804         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17805         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17806         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17807         and subtitles files.
17808
17809 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17810
17811         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17812         should be considered as raw.
17813
17814 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17815
17816         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17817         (cb_probe):
17818         * gst/playback/gststreaminfo.h: Introduce language informations.
17819
17820 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17821
17822         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17823         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17824         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17825         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17826         Set shared memory segments to be deleted as soon as we have attached,
17827         that way they get cleaned up automatically if we crash.
17828
17829 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17830
17831         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17832         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17833         functions are called with lock held.
17834
17835 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17836
17837         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17838         (gst_text_overlay_finalize), (gst_text_overlay_init),
17839         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17840         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17841         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17842         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17843         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17844         (gst_text_overlay_change_state): Refactoring of textoverlay
17845         without collectpads. This now supports sparse subtitles coming
17846         from a demuxer instead of a sub file. Seeking is still broken 
17847         though. Need to discuss with wtay some more on how to handle
17848         seeking correctly.
17849         * ext/pango/gsttextoverlay.h:
17850         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17851         subtitles coming from the demuxer.
17852
17853 2006-02-17  Wim Taymans  <wim@fluendo.com>
17854
17855         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17856         (gst_vorbisenc_convert_sink):
17857         Use some more scaling functions.
17858
17859 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17860
17861         * ext/cdparanoia/gstcdparanoiasrc.c:
17862         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17863         (gst_cd_paranoia_paranoia_callback),
17864         (gst_cd_paranoia_src_signal_is_being_watched),
17865         (gst_cd_paranoia_src_read_sector):
17866         * ext/cdparanoia/gstcdparanoiasrc.h:
17867           Add back 'transport-error' and 'uncorrected-error' signals and
17868           make them actually be fired when bad stuff happens (#319340).
17869
17870 2006-02-17  Wim Taymans  <wim@fluendo.com>
17871
17872         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17873         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17874         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17875         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17876         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17877         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17878         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17879         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17880         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17881         (gst_ring_buffer_clear):
17882         Small cleanups.
17883         Added some G_LIKELY.
17884
17885 2006-02-17  Wim Taymans  <wim@fluendo.com>
17886
17887         * gst-libs/gst/audio/TODO:
17888         Update TODO
17889
17890         * gst-libs/gst/audio/gstbaseaudiosink.c:
17891         (gst_base_audio_sink_get_offset):
17892         When trying to play samples ASAP and we don't have a
17893         previous sample, try to play at position 0 instead of
17894         an invalid position.
17895
17896 2006-02-17  Wim Taymans  <wim@fluendo.com>
17897
17898         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17899         (gst_alsasink_reset):
17900         Also release lock when we get an error in _reset();
17901         fix an error message.
17902
17903 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17904
17905         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17906         (gst_alsasink_init), (get_channel_free_structure),
17907         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17908         (gst_alsasink_close):
17909         * ext/alsa/gstalsasink.h:
17910           Add support for more than 2 channels (#326720).
17911
17912 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17913
17914         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17915           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17916           with 4 or 6 channels, assume a default channel layout to make things
17917           work (not sure there's anything else we can do in those cases).
17918
17919 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17920
17921         * gst-libs/gst/audio/multichannel.c:
17922           Minor docs fix.
17923
17924         * gst-libs/gst/riff/Makefile.am:
17925         * gst-libs/gst/riff/riff-ids.h:
17926         * gst-libs/gst/riff/riff-media.c:
17927         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17928           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17929           channels and a channel layout map.
17930           
17931 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17932
17933         Reviewed by Edward Hervey  <edward@fluendo.com>
17934
17935         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17936         C-level optimization of the RGBA nearest neighbour function.
17937         Eventually this might end up in liboil with vectorized versions.
17938
17939 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17940
17941         * gst-libs/gst/audio/multichannel.c:
17942         (gst_audio_get_channel_positions):
17943           When we have more than 2 channels, but no channel layout is
17944           specified in the caps, return some default channel layout
17945           to the caller and warn about about a possibly buggy element
17946           (could be buggy filtercaps as well of course) (#317038).
17947
17948 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17949
17950         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17951           Add gst-libs/gst/cdda to list of lib search paths.
17952
17953 2006-02-15  Andy Wingo  <wingo@pobox.com>
17954
17955         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17956         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17957         to the Lord Jesus that I do not have to touch the ogg muxer ever
17958         again.
17959
17960 2006-02-15  Edward Hervey  <edward@fluendo.com>
17961
17962         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17963         quicktime movie files can also contain 'uuid' atoms.
17964
17965 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17966
17967         * gst/audioconvert/plugin.c: (plugin_init):
17968           Register the GstAudioChannelPosition enum type with the type
17969           system in the plugin_init function, so that it is known before
17970           any element actually makes use of multi-channel stuff. This is
17971           required for example if one wants to be able to deserialise/use
17972           a caps string with channel positions before any pipeline has
17973           been setup and started, like with gst-launch.
17974
17975 2006-02-14  Wim Taymans  <wim@fluendo.com>
17976
17977         * gst-libs/gst/audio/gstringbuffer.c:
17978         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17979         (gst_ring_buffer_samples_done), (wait_segment),
17980         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17981         Add some compiler G_(UN_)LIKELY help.
17982         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17983         make sure they can exit their functions. Should fix #330748
17984
17985 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17986
17987         * Makefile.am:
17988         * configure.ac:
17989         * win32/MANIFEST:
17990         * win32/common/_stdint.h:
17991           Windows does not have long long; copy the generated _stdint.h
17992         * win32/common/interfaces-enumtypes.c:
17993         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17994         (gst_mixer_track_flags_get_type),
17995         (gst_tuner_channel_flags_get_type):
17996         * win32/common/multichannel-enumtypes.c:
17997         (gst_audio_channel_position_get_type):
17998           update
17999
18000 2006-02-13  Wim Taymans  <wim@fluendo.com>
18001
18002         * gst-libs/gst/audio/gstbaseaudiosink.c:
18003         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
18004         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18005         Always sync on first sample we receive when starting.
18006
18007 2006-02-13  Wim Taymans  <wim@fluendo.com>
18008
18009         * gst/playback/gstplaybin.c: (gen_vis_element):
18010         Update vis bin docs.
18011         Move queue after tee so we don't queue video buffers but
18012         audio samples instead. Fixes problems where the video queue
18013         is filled and the audio queue empty.
18014
18015 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
18016
18017         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
18018           No need to push an EOS event here, GstBaseSrc will do that for us
18019           when we return FLOW_UNEXPECTED.
18020           
18021 2006-02-12  Wim Taymans  <wim@fluendo.com>
18022
18023         * gst-libs/gst/audio/gstbaseaudiosink.c:
18024         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
18025         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
18026         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18027         Use scale functions when possible.
18028         Fix error messages.
18029         Free clockid when after waiting for EOS.
18030         Use G_(UN_)LIKLY when it makes sense.
18031         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
18032
18033 2006-02-12  Edward Hervey  <edward@fluendo.com>
18034
18035         * gst/playback/gstplaybasebin.c: (prepare_output): 
18036         Remove stray semi-colon (fixes #330888).
18037
18038 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
18039
18040         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
18042         Fix up the XShm call testing so that we catch errors, and don't
18043         cause new ones by attempting to detach from a segment we failed
18044         to attach to. Fixes #312439.
18045
18046 2006-02-10  Edward Hervey  <edward@fluendo.com>
18047
18048         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18049         Added flv file typefind (video/x-flv).
18050
18051 2006-02-10  Edward Hervey  <edward@fluendo.com>
18052
18053         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18054         (gst_riff_create_video_template_caps):
18055         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
18056         Also added the caps to the default set of riff video caps.
18057
18058 2006-02-09  Andy Wingo  <wingo@pobox.com>
18059
18060         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
18061         time and the end time of the last packet in the page.
18062         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
18063         on the pages in our queue, set the duration as well. Reflow a
18064         debug statement.
18065         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
18066         Fixes bad muxing order.
18067
18068 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18069
18070         * gst-libs/gst/rtp/gstbasertppayload.c:
18071         (gst_basertppayload_setcaps), (gst_basertppayload_push):
18072           update seqnum before setting it on the packet; this makes sure
18073           that the timestamp and seqnum properties match after pushing
18074           a buffer
18075
18076 2006-02-09  Andy Wingo  <wingo@pobox.com>
18077
18078         * gst-libs/gst/audio/gstringbuffer.c
18079         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
18080         overflow after 13.5 hours of recording. Kapow!
18081
18082         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18083         the buffer size -- we don't care about underrun/overrun reporting
18084         right now, just need to return a useful value.
18085
18086 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18087
18088         * configure.ac:
18089           Back to CVS
18090
18091 === release 0.10.3 ===
18092
18093 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18094
18095         * configure.ac:
18096           releasing 0.10.3, "Under Pressure"
18097
18098 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18099
18100         * configure.ac:
18101         Drat. Bump libtool version number for new API.
18102         Prelease 0.10.2.3 (of 0.10.3)
18103
18104 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18105
18106         * configure.ac:
18107         * win32/common/config.h:
18108         0.10.2.2 prerelease (of 0.10.3).
18109
18110 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18111
18112         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18113           Revert Andy's newsegment change pending a more correct
18114           fix.
18115
18116 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18117
18118         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18119         (qt_type_find), (plugin_init):
18120           detect more files as 3gp
18121           group and reorder the iso file formats
18122
18123 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18124
18125         * ext/vorbis/vorbis.c: (plugin_init):
18126           Register musicbrainz tags, so apps don't have to.
18127
18128 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18129
18130         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18131         (gst_tag_to_vorbis_tag):
18132           Make sure we called gst_tag_register_musicbrainz_tags()
18133           before possibly mapping a vorbiscomment string from/to a
18134           musicbrainz tag.
18135
18136 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18137
18138         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18139           In case we can't find the required number of consecutive
18140           mpeg audio frames to positively identify an MPEG audio
18141           stream, check if there's at least a valid mpeg audio
18142           frame right at offset 0 and if so suggest mpeg/audio
18143           caps with a very low probability (#153004).
18144
18145 2006-02-07  Andy Wingo  <wingo@pobox.com>
18146
18147         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18148         a TIME segment if we get timestamped buffers. Requires recent
18149         fixes in core to work properly.
18150
18151 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18152
18153         * gst/playback/gstplaybasebin.c: (prepare_output):
18154           Don't print the URI as part of the error message, it
18155           makes error dialogs look rather ugly, especially if
18156           the URI is very long or has characters in it that
18157           need escaping.
18158
18159 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18160
18161         * gst/playback/gstplaybasebin.c: (prepare_output):
18162           Error out if we have only text or subtitles, but nothing
18163           else. Also error out if we have subtitles but no video
18164           stream.
18165
18166 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18167
18168         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18169           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18170           Post an error message on the bus when we encounter an
18171           error, which will hopefully be more meaningful than the
18172           'Internal Flow Error' message users get to see if we
18173           just return GST_FLOW_ERROR.
18174
18175 2006-02-07  Andy Wingo  <wingo@pobox.com>
18176
18177         * configure.ac (GST_MAJORMINOR): Update core version req to
18178         0.10.2.2, for the collectpads API addition (#330244).
18179
18180 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18181
18182         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18183           Return FALSE from plugin_init() when GnomeVFS can't
18184           be initialised for some reason (#328423).
18185
18186 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18187
18188         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18189         Stick to seeking theory until i find the bug.
18190         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18191
18192 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18193
18194         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18195         (theora_enc_finalize), (theora_enc_sink_setcaps),
18196         (theora_set_header_on_caps), (theora_enc_chain),
18197         (theora_enc_change_state):
18198         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18199           Make theoraenc and the tests leak free. Like, really.
18200
18201 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18202
18203         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18204         (theora_enc_finalize), (theora_enc_sink_setcaps):
18205           Add a finalize method to ensure we clean up state even if
18206           someone omitted the state change back to NULL.
18207
18208         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18209         (gst_vorbisenc_chain):
18210           Free some more leaked bits.
18211
18212         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18213         (stop_pipeline):
18214           Wait for state changes to happen if they're ASYNC.
18215
18216           This ought to teach those fancy pants buildbots a lesson.
18217
18218 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18219
18220         * gst-libs/gst/tag/gstid3tag.c:
18221           Add mapping for ID3 International Standard Recording Code
18222           tag "TSRC"
18223
18224 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18225
18226         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18227           Don't leak tag names.
18228
18229 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18230
18231         * docs/libs/gst-plugins-base-libs-docs.sgml:
18232         * docs/libs/gst-plugins-base-libs-sections.txt:
18233         * gst-libs/gst/tag/gstid3tag.c:
18234         * gst-libs/gst/tag/gstvorbistag.c:
18235         * gst-libs/gst/tag/tags.c:
18236           Split libgsttag docs into multiple sections.
18237
18238 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18239
18240         * docs/libs/Makefile.am:
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: (gst_tag_from_id3_tag):
18244         * gst-libs/gst/tag/gstvorbistag.c:
18245         * gst-libs/gst/tag/tag.h:
18246         * gst-libs/gst/tag/tags.c:
18247           Add libgsttag to the docs.
18248
18249 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18250
18251         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18252         (gst_text_overlay_init), (gst_text_overlay_src_event),
18253         (gst_text_overlay_collected): Fix clockoverlay.
18254
18255 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18256
18257         * docs/libs/compiling.sgml:
18258           Fix typo: it's pkg-config, not pkg-gconfig
18259
18260         * docs/libs/gst-plugins-base-libs-docs.sgml:
18261         * docs/libs/gst-plugins-base-libs-sections.txt:
18262         * docs/libs/tmpl/gstgconf.sgml:
18263           There is no libgstgconf in 0.10, remove it
18264           from the docs.
18265
18266 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18267
18268         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18269         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18270         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18271         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18272         (gst_sub_parse_class_init), (gst_sub_parse_init),
18273         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18274         (parse_mpsub), (parser_state_init), (handle_buffer),
18275         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18276         * gst/subparse/gstsubparse.h: Introduce seeking code.
18277
18278 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18279
18280         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18281           Add comment about LANGUAGE tag inconsistency (we want
18282           ISO-639-1, but extract three-letter identifiers?)
18283
18284         * po/POTFILES.in:
18285           Add two translatable files.
18286
18287 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18288
18289         * gst-libs/gst/tag/Makefile.am:
18290         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18291         * gst-libs/gst/tag/tag.h:
18292         * gst-libs/gst/tag/tags.c:
18293         (gst_tag_register_musicbrainz_tags_internal),
18294         (gst_tag_register_musicbrainz_tags):
18295           Forward-port some tags stuff from the 0.8 branch. This is
18296           mostly the addition of musicbrainz tags and their mapping
18297           to vorbistags, and a vorbistag mapping of the language tag.
18298
18299 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18300
18301         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18302         refactoring.
18303
18304 2006-02-04  David Schleef  <ds@schleef.org>
18305
18306         * ext/ogg/gstoggmux.c:
18307         * gst/typefind/gsttypefindfunctions.c:
18308           Add Dirac typefinding and add dirac format to oggmux.
18309
18310 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18311
18312         * gst/playback/gstdecodebin.c: (try_to_link_1):
18313           Don't put essential function call into
18314           g_return_*() macro, otherwise it'll all be
18315           replaced by NOOPs when compiling with
18316           G_DISABLE_CHECKS defined.
18317
18318 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18319
18320         * ext/ogg/gstoggdemux.c:
18321         * ext/ogg/gstoggparse.c:
18322         * gst/tcp/gsttcpserversink.c:
18323         * sys/v4l/v4lsrc_calls.c:
18324         * sys/v4l/v4lsrc_calls.h:
18325         Just make it compile with --disable-gst-debug.
18326
18327 2006-02-03  Wim Taymans  <wim@fluendo.com>
18328
18329         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18330         (gst_alsasink_class_init), (gst_alsasink_init),
18331         (gst_alsasink_write), (gst_alsasink_reset):
18332         * ext/alsa/gstalsasink.h:
18333         Add lock to protect alsa calls.
18334         Implement reset to flush samples ASAP, does not work
18335         with dmix though.
18336
18337 2006-02-02  Wim Taymans  <wim@fluendo.com>
18338
18339         * gst-libs/gst/audio/gstbaseaudiosink.c:
18340         (gst_base_audio_sink_provide_clock):
18341         Ugh.. getting late I guess...
18342
18343 2006-02-02  Wim Taymans  <wim@fluendo.com>
18344
18345         * gst-libs/gst/audio/gstbaseaudiosink.c:
18346         (gst_base_audio_sink_provide_clock),
18347         (gst_base_audio_sink_set_property),
18348         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18349         Don't try to provide a clock when we are not negotiated since
18350         we might not be able to make it run.
18351
18352 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18353
18354         * gst/playback/gstdecodebin.c: (try_to_link_1):
18355           Unlinking two source pads is ... hard.
18356
18357 2006-02-02  Wim Taymans  <wim@fluendo.com>
18358
18359         * gst-libs/gst/audio/TODO:
18360         Updated.
18361
18362         * gst-libs/gst/audio/gstbaseaudiosink.c:
18363         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18364         On EOS, wait till the last sample is played before posting EOS.
18365
18366 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18367
18368         Patch by: Kai Vehmanen
18369         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18370           Adds ability to enable newsegment bypass by setting queue_delay to
18371           zero. Also avoid thread being started if queue_delay is zero.
18372
18373 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18374
18375         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18376           Make test work again by connecting fakesinks to each decoded pad,
18377           which makes the pipeline wait until each fakesink has a buffer
18378           queued before going to PAUSED state. At that point we know the
18379           decodebin pads are negotiated.
18380
18381 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18382
18383         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18384         (gst_cdda_base_src_handle_event):
18385         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18386           Pass unhandled queries to the parent class's query function.
18387
18388 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18389
18390         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18391         (gst_ogg_pad_src_query):
18392         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18393         * ext/theora/theoradec.c: (theora_dec_src_query),
18394         (theora_dec_sink_query):
18395         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18396         (vorbis_dec_sink_query):
18397         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18398         (gst_vorbisenc_sink_query):
18399         * gst/adder/gstadder.c: (gst_adder_query):
18400           Pass unhandled queries upstream instead of just
18401           dropping them (#326447). Also, fix supported
18402           query types list for some elements.
18403
18404 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18405
18406         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18407         (paris_type_find), (ilbc_type_find), (plugin_init):
18408           Fix typefinding for audio/x-au, audio/x-paris and
18409           audio/iLBC-sh. We cannot use the START_WITH macros
18410           here, because there can only be one typefind factory
18411           with the same name (caps), so the second one would
18412           replace the first one and the first one would never
18413           be called when doing typefinding (see #161712).
18414           
18415
18416 2006-01-31  Wim Taymans  <wim@fluendo.com>
18417
18418         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18419         (vorbis_handle_header_packet), (vorbis_dec_push),
18420         (vorbis_handle_data_packet):
18421         Use scale_int when we can, add some more scaling.
18422         Check packettype before parsing it.
18423
18424 2006-01-31  Wim Taymans  <wim@fluendo.com>
18425
18426         * ext/theora/theoradec.c: (_theora_granule_time),
18427         (theora_dec_src_convert), (theora_dec_sink_convert):
18428         Call right _scale functions.
18429         Use parameter instead of some other random value.
18430
18431 2006-01-31  Wim Taymans  <wim@fluendo.com>
18432
18433         * ext/theora/theoradec.c: (_theora_granule_frame),
18434         (_theora_granule_time), (_inc_granulepos),
18435         (theora_dec_src_convert), (theora_dec_sink_convert),
18436         (theora_handle_type_packet), (theora_handle_data_packet),
18437         (theora_dec_chain):
18438         Use higher precision timestamps calculation.
18439         Convert some other conversions to _scale.
18440
18441 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18442
18443         * gst/audiotestsrc/gstaudiotestsrc.c:
18444         (gst_audio_test_src_create_sine_table), (plugin_init):
18445         * gst/volume/gstvolume.c: (plugin_init):
18446           initialize gst_controller before using
18447
18448 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18449
18450         * tests/check/pipelines/theoraenc.c:
18451         * tests/check/pipelines/vorbisenc.c:
18452         Define constant using G_GINT64_CONSTANT to avoid errors when
18453         passing it around - otherwise it gets truncated to 32 bits.
18454
18455         Fixes failing tests.
18456
18457 2006-01-31  Andy Wingo  <wingo@pobox.com>
18458
18459         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18460         caps being set doesn't have a framerate value. Basically a stopgap
18461         measure.
18462
18463         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18464         technically correct enough to put into core though.
18465         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18466         DURATION. Fixes theoraenc ! oggmux.
18467
18468         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18469         fraction, not double.
18470
18471 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18472
18473         * win32/vs7:
18474         add vs7 project files created by Sergey Scobich
18475
18476 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18477
18478         * win32/vs8:
18479         add vs8 project files created by Sergey Scobich
18480         
18481 2006-01-30  Andy Wingo  <wingo@pobox.com>
18482
18483         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18484         timestamp + duration, not just timestamp -- ogg pages should be
18485         ordered by stop time. Necessary fix given the change in vorbis
18486         timestamps.
18487
18488         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18489         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18490         (granulepos_add): New function, handles the messiness of adjusting
18491         granulepos values.
18492         (theora_buffer_from_packet):
18493         (theora_enc_chain):
18494         (theora_enc_sink_event): Use granulepos_add, not +.
18495
18496         * tests/check/pipelines/theoraenc.c
18497         (check_buffer_granulepos_from_starttime): Just check the frame
18498         count, not the actual granulepos -- we can't dictate to the
18499         encoder when it should be placing keyframes.
18500
18501 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18502
18503         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18504           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18505           play an http:// stream from a server that's not serving
18506
18507 2006-01-30  Andy Wingo  <wingo@pobox.com>
18508
18509         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18510         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18511         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18512         available.
18513
18514         * ext/theora/gsttheoraenc.h:
18515         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18516         although theoraenc was timestamping correctly. Added handling of
18517         streams that start with nonzero timestamps.
18518
18519         * tests/check/Makefile.am:
18520         * tests/check/pipelines/theoraenc.c: New file, basically does same
18521         tests as vorbisenc.
18522
18523         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18524
18525 2006-01-30  Wim Taymans  <wim@fluendo.com>
18526
18527         * gst-libs/gst/audio/gstaudiosink.c:
18528         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18529         (gst_audioringbuffer_pause):
18530         Implement pause that does not wait for completion.
18531
18532         * gst-libs/gst/audio/gstbaseaudiosink.c:
18533         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18534         Don't drop buffers when going to PAUSED but perform preroll on
18535         remaining samples now that core base class supports this.
18536
18537         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18538         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18539         (gst_ring_buffer_commit):
18540         Pause should not signal waiters.
18541         Implement return value of _commit correctly.
18542
18543 2006-01-30  Andy Wingo  <wingo@pobox.com>
18544
18545         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18546
18547         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18548         updated to timestamp from the first sample, not the last.
18549         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18550         special care of granulepos and timestamp for header packets.
18551         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18552         when the first buffer has a nonzero timestamp.
18553
18554         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18555         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18556         case when the first audio buffer we get has a nonzero timestamp.
18557         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18558         properly timestamp vorbis buffers with the time of the first
18559         sample, not the last.
18560         
18561         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18562         vorbis_granule_time_copy -- now it takes the granule/subgranule
18563         offset into account.
18564
18565         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18566         timestamps, durations, and granulepos on buffers produced by
18567         vorbisenc.
18568
18569 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18570
18571         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18572         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18573           Patch from Eric Jonas to support conversions to/from UYVY 
18574           (Fixes: #324626)
18575
18576 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18577
18578         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18579         (setup_subtitle), (setup_source), (set_active_source):
18580         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18581         (gen_text_element), (gen_audio_element), (gen_vis_element),
18582         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18583
18584 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18585
18586         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18587         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18588                 use gst_guint64_to_gdouble to be compliant with vs6
18589         * gst/playback/gstdecodebin.c: (try_to_link_1)
18590         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18591                 use G_GINT64_CONSTANT for int64 constants
18592         * win32/common/libgstinterfaces.def:
18593                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18594         * win32/vs6:
18595                 update and add new project files
18596                 
18597 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18598
18599         * Makefile.am:
18600         * win32/MANIFEST:
18601         * win32/common/interfaces-enumtypes.c:
18602         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18603         (gst_mixer_track_flags_get_type),
18604         (gst_tuner_channel_flags_get_type):
18605         * win32/common/interfaces-enumtypes.h:
18606         * win32/common/multichannel-enumtypes.c:
18607         (gst_audio_channel_position_get_type):
18608         * win32/common/multichannel-enumtypes.h:
18609           add a win32-update rule like in core, and copy over enumtypes files
18610
18611 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18612
18613         * win32/MANIFEST:
18614         * win32/common/config.h:
18615         * win32/common/config.h.in:
18616           add config files just like in core
18617
18618 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18619
18620         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18621           Make gcc-4.1 happy (part of #327357).
18622
18623 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18624
18625         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18626         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18627         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18628         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18629         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18630         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18631           Update all error messages.  All of them should either use
18632           the default translated message, or actually provide a
18633           translatable string.
18634           Make the string for channel count problems meaningful.
18635
18636 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18637
18638         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18639           check for and throw RESOURCE_BUSY
18640
18641 2006-01-27  David Schleef  <ds@schleef.org>
18642
18643         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18644           checked in this change -- it requires liboil features not
18645           in 0.3.6.  Revert parts.
18646
18647 2006-01-27  David Schleef  <ds@schleef.org>
18648
18649         * REQUIREMENTS:
18650         * configure.ac: update liboil requirement to 0.3.6
18651         * gst/videoscale/Makefile.am:
18652         * gst/videoscale/vs_scanline.c: liboilify
18653
18654 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18655
18656         * ext/libvisual/visual.c: (get_buffer):
18657           When pad_alloc returns a GstFlowReturn other
18658           than GST_FLOW_OK, make sure it is passed upstream.
18659
18660 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18661
18662         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18663         (gst_alsasink_class_init):
18664           Free the device name string.
18665
18666         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18667         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18668         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18669           Don't remove a pad from the collectpads structure until it
18670           is released - it's a request pad, and may receive data again
18671           if the element gets moved back to PLAYING state.
18672
18673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18674           Ensure we turn on double buffering on the Xv port, and
18675           set the colour key to something dark and mysterious that
18676           isn't black.
18677
18678 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18679
18680         * ext/alsa/gstalsaplugin.c: (plugin_init):
18681         * ext/cdparanoia/gstcdparanoiasrc.c:
18682         (gst_cd_paranoia_src_base_init), (plugin_init):
18683         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18684         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18685           - a library should not call setlocale. see "Libraries" node in
18686             gettext manual
18687           - make sure all plugins that use translation do bindtextdomain
18688             to point to the localedir
18689         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18690         (setup_sinks), (plugin_init):
18691           all this, and check for NULL when creating sinks
18692
18693 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18694
18695         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18696         (plugin_init): Make typefinding of subtitles work again.
18697
18698 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18699
18700         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18701         (mp3_type_frame_length_from_header), (mp3_type_find),
18702         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18703         (plugin_init):
18704           Backport a bunch of typefinding fixes from the 0.8 branch.
18705           Also, improve wavpack typefinding: if we can't peek the
18706           entire wavpack block, try to parse the bits we can get and
18707           see if we find what we're looking for in those.
18708
18709 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18710
18711         * sys/ximage/ximagesink.c:
18712         (gst_ximagesink_calculate_pixel_aspect_ratio):
18713         * sys/xvimage/xvimagesink.c:
18714         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18715         more cases of pixel aspect ratio.
18716
18717 2006-01-26  Edward Hervey  <edward@fluendo.com>
18718
18719         * gst/playback/gstdecodebin.c: (pad_probe):
18720         Also consider the flush-start and tag events as unblockers
18721         for the pad probes.
18722
18723 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18724
18725         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18726         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18727         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18728         On the fly visualisation switch, works disabling, enabling as
18729         well but it won't be able to enable vis in a playbin that was
18730         created with no visualisation.
18731
18732 2006-01-25  Wim Taymans  <wim@fluendo.com>
18733
18734         * gst-libs/gst/audio/gstbaseaudiosink.c:
18735         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18736         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18737         resume after pause.
18738
18739 2006-01-25  Wim Taymans  <wim@fluendo.com>
18740
18741         * gst-libs/gst/audio/gstbaseaudiosink.c:
18742         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18743         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18744         Improve debugging.
18745         Post error when caps cannot be parsed.
18746         Resync on discontinuity in the stream.
18747         Clip samples to segment boundaries.
18748         return WRONG_STATE sooner when we are flushing.
18749
18750         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18751         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18752         Make audiosrc operate in TIME.
18753         Set TIMESTAMP and DURATION on buffers.
18754
18755 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18756
18757         * tests/examples/seek/seek.c: (main):
18758           Output tag messages as well.
18759
18760 2006-01-23  Edward Hervey  <edward@fluendo.com>
18761
18762         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18763         (free_pad_probes), (remove_fakesink), (pad_probe),
18764         (close_pad_link), (gst_decode_bin_change_state):
18765         Replace GstPadBlockCallback with pad probes that detect
18766         first buffer AND eos before removing fakesink.
18767         Fixes hang with demuxers doing EOS while pre-rolling.
18768         Solves #328279
18769
18770 2006-01-23  Andy Wingo  <wingo@pobox.com>
18771
18772         * ext/alsa/gstalsasink.c:
18773         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18774         (gst_base_rtp_depayload_setcaps),
18775         (gst_base_rtp_depayload_add_to_queue),
18776         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18777         
18778         Patch by: Jens Granseuer <jensgr at gmx dot net>
18779
18780 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18781
18782         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18783         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18784         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18785         frames. We might get a frame destroyed after changing state to
18786         NULL, adding a safety check on xcontext.
18787
18788 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18789
18790         * gst-libs/gst/interfaces/xoverlay.c:
18791           Fix prepare-xwindow-id code example in the docs - we need to
18792           ignore all messages that aren't element messages as well.
18793           
18794 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18795
18796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18797           I think one day i'll completely undestand how caps negotiation
18798           is supposed to work. This refactoring handles buffer_alloc
18799           called with caps we can't handle. We definitely don't want a
18800           set_caps with those caps, so we define and allocate a buffer
18801           we would like to receive.
18802
18803 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18804
18805         * gst/playback/gstplaybasebin.c: (setup_source):
18806           Free iterator when done.
18807
18808 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18809
18810         * gst-libs/gst/audio/gstbaseaudiosink.c:
18811         (gst_base_audio_sink_render):
18812           Fix playback of non-synchronised streams by assuming a rate
18813           of 1.0 instead of a random one.
18814
18815           Makes this work again:
18816
18817           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18818           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18819           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18820           audioresample ! alsasink
18821
18822 === release 0.10.2 ===
18823
18824 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18825
18826         * configure.ac:
18827           releasing 0.10.2, "Then the devil is six"
18828
18829 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18830
18831         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18832         * gst/playback/gststreamselector.c:
18833         (gst_stream_selector_set_property):
18834           Comment out broken code that connects to the state-changed signal.
18835           At this point, changing current stream selection is broken, but 
18836           stuff like gst-launch playbin current-audio=1 works and filters
18837           to the chosen stream.
18838
18839 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18840
18841         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18842           Fix #327216 (null dereference in vorbisdec)
18843
18844 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18845
18846         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18847           Post taglist actually on bus instead of just freeing it
18848           (fixes #327114 and totem bug #327080).
18849
18850         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18851           Use gst_element_found_tags_for_pad(), so that the tags
18852           are sent downstream as an event as well.
18853
18854 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18855
18856         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18857         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18858         (gst_ximagesink_buffer_alloc):
18859         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18860         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18861         (gst_xvimagesink_buffer_alloc):
18862           move all regularly occurring messages to GST_LOG level
18863           add some more object logs
18864
18865 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18866
18867         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18868           fix a silly segfault
18869
18870 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18871
18872         * docs/libs/gst-plugins-base-libs-docs.sgml:
18873         * docs/libs/gst-plugins-base-libs-sections.txt:
18874         * gst-libs/gst/audio/mixerutils.c:
18875         * gst-libs/gst/audio/mixerutils.h:
18876           Add docs for mixerutils stuff.
18877
18878 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18879
18880         * gst/playback/gstplaybasebin.c: (setup_source):
18881           Fix playback for sources that emit raw audio or
18882           raw video streams (e.g.: cd audio sources) (#325984).
18883
18884 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18885
18886         * gst-libs/gst/audio/mixerutils.c:
18887         (gst_audio_mixer_filter_do_filter):
18888           actually save the element we create
18889
18890 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18891
18892         * gst-libs/gst/cdda/gstcddabasesrc.c:
18893         (gst_cdda_base_src_handle_track_seek):
18894           No need to post a tag message on the bus when seeking
18895           within the same track, only post it when the current
18896           track changes.
18897
18898 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18899
18900         * gst/playback/gstplaybasebin.c: (group_destroy),
18901         (probe_triggered), (new_decoded_pad), (mute_group_type),
18902         (set_active_source):
18903         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18904         * gst/playback/gststreamselector.c:
18905         (gst_stream_selector_base_init),
18906         (gst_stream_selector_set_property),
18907         (gst_stream_selector_request_new_pad):
18908           Reenable stream selection. These mechanisms need a complete overhaul
18909           in the face of 0.8->0.10 changes though.
18910
18911 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18912
18913         * ext/ogg/gstoggdemux.c:
18914           Change the pad template to src_%d to match the pads that 
18915           are created from it. decodebin needs this information in order
18916           to decide that oggdemux is capable of producing multiple pads
18917           (and hence needs queues inserted).
18918
18919         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18920         (gst_ogg_mux_collected):
18921           Make debug output more useful by using GST_PTR_FORMAT.
18922
18923 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18924
18925         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18926
18927         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18928           Set depth and width for alaw/mulaw (fixes #326601).
18929
18930 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18931
18932         * tests/icles/Makefile.am:
18933           don't build the tests if we don't have the libs
18934
18935 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18936
18937         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18938         (gst_cd_paranoia_paranoia_callback):
18939           Don't try to free NULL pointers.
18940
18941 2006-01-10  Edward Hervey  <edward@fluendo.com>
18942
18943         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18944         (gst_audio_rate_change_state), (plugin_init):
18945         Add debugging category.
18946         Fix type issues.
18947         Add case for incoming buffers without valid offset/offset_end.
18948
18949 2006-01-10  Michael Smith  <msmith@fluendo.com>
18950
18951         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18952           Don't leak GCond in audio sources.
18953
18954 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18955
18956         * gst/playback/gstplaybin.c: (gen_audio_element):
18957           Don't leak an autoaudiosink/alsasink when we generate
18958           a new audio element. (old code, I guess)
18959
18960 2006-01-10  Michael Smith  <msmith@fluendo.com>
18961
18962         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18963           Support float audio in audiorate.
18964           Use width rather than depth for selecting sample width.
18965
18966 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18967
18968         * gst/videotestsrc/videotestsrc.h:
18969           Use GLib types here (that way we don't have to include the
18970           generated _stdint.h header, which makes life easier for win32
18971           folks that don't use autotools for the build) (#325990, patch
18972           by: Sergey Scobich).
18973
18974 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18975
18976         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18977         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18978         (gst_ring_buffer_pause), (wait_segment):
18979         * gst-libs/gst/audio/gstringbuffer.h:
18980           Name (private) union, makes Forte compiler happy (this time
18981           for real) (#324900).
18982
18983 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18984
18985         * gst-libs/gst/audio/Makefile.am:
18986           Link against libgstinterfaces, needed for mixer
18987           and property probe stuff.
18988
18989 2006-01-09  Edward Hervey  <edward@fluendo.com>
18990
18991         * gst-libs/gst/Makefile.am:
18992
18993 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18994
18995         * gst-libs/gst/audio/Makefile.am:
18996         * gst-libs/gst/audio/mixerutils.c:
18997         (gst_audio_mixer_filter_do_filter),
18998         (gst_audio_mixer_filter_check_element),
18999         (gst_audio_mixer_filter_probe_feature),
19000         (element_factory_rank_compare_func),
19001         (gst_audio_default_registry_mixer_filter):
19002         * gst-libs/gst/audio/mixerutils.h:
19003           Add gst_audio_default_registry_mixer_filter() utility
19004           function.
19005
19006 2006-01-03  Michael Smith  <msmith@fluendo.com>
19007
19008         * gst/audioresample/resample.h:
19009           As before, but for o_buf
19010
19011 2006-01-03  Michael Smith  <msmith@fluendo.com>
19012
19013         * gst/audioresample/resample.h:
19014           Declare struct _ResampleState.buffer as unsigned char *, not void *,
19015           since we do arithmetic on it.
19016
19017 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
19018
19019         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19020         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19021         (gst_ring_buffer_pause), (wait_segment):
19022         * gst-libs/gst/audio/gstringbuffer.h:
19023           Sun's Forte compiler doesn't seem to like anonymous structs,
19024           so use same setup as in GstBaseSrc (fixes #324900).
19025
19026 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19027
19028         * configure.ac:
19029         * gst/volume/Makefile.am:
19030         * gst/volume/demo.c:
19031           move old example to tests/examples/volume/volune.c
19032         * tests/examples/Makefile.am:
19033         * tests/examples/seek/seek.c: (main):
19034           change window-close event from "delete-event" to "destroy"
19035         * tests/examples/volume/Makefile.am:
19036         * tests/examples/volume/volume.c: (value_changed_callback),
19037         (setup_gui), (message_received), (eos_message_received), (main):
19038           fix event handling and bus usage
19039
19040 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
19041
19042         * gst/audiotestsrc/gstaudiotestsrc.c:
19043         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
19044         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
19045         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
19046         (gst_audio_test_src_create_square),
19047         (gst_audio_test_src_create_saw),
19048         (gst_audio_test_src_create_triangle),
19049         (gst_audio_test_src_create_silence),
19050         (gst_audio_test_src_create_white_noise),
19051         (gst_audio_test_src_create_pink_noise),
19052         (gst_audio_test_src_init_sine_table),
19053         (gst_audio_test_src_create_sine_table),
19054         (gst_audio_test_src_change_wave),
19055         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
19056         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
19057         * gst/audiotestsrc/gstaudiotestsrc.h:
19058           update to basesrc changes, implement segmented seeking and eos
19059           handling, add a 'sine-tab' waveform for performance critical playback
19060
19061 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19062
19063         * po/POTFILES.in:
19064           ... and this time the other modified file that I missed last time.
19065
19066 2005-12-29  Michael Smith  <msmith@fluendo.com>
19067
19068         * gst/playback/gstdecodebin.c: (new_pad):
19069           Fix non-C89 variable declaration not at the start of a block. Should
19070           help some compilers.
19071
19072 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19073
19074         * tests/check/Makefile.am:
19075           And now fix 'make distcheck' (builddir != srcdir)
19076
19077 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19078
19079         * configure.ac:
19080         * ext/cdparanoia/Makefile.am:
19081         * ext/cdparanoia/gstcdparanoia.c:
19082         * ext/cdparanoia/gstcdparanoia.h:
19083         * ext/cdparanoia/gstcdparanoiasrc.c:
19084         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19085         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19086         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19087         (gst_cd_paranoia_paranoia_callback),
19088         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19089         (gst_cd_paranoia_src_set_property),
19090         (gst_cd_paranoia_src_get_property), (plugin_init):
19091         * ext/cdparanoia/gstcdparanoiasrc.h:
19092           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19093           plugin again (there are still fixes required to playbin to make
19094           cdda:// uris work there).
19095
19096 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19097
19098         * tests/check/Makefile.am:
19099           Fix test case compilation.
19100
19101 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19102
19103         * gst-libs/gst/cdda/gstcddabasesrc.c:
19104         (gst_cdda_base_src_update_duration),
19105         (gst_cdda_base_src_calculate_cddb_id):
19106           An integer is not a string. Fix access to uninitialised variable.
19107
19108         * tests/check/Makefile.am:
19109           Add cddabasesrc unit test; also actually enable the vorbis test.
19110
19111         * tests/check/generic/states.c:
19112           Blacklist new cd audio elements as well.
19113
19114         * tests/check/libs/cddabasesrc.c:
19115           Unit test for GstCddaBaseSrc (discid calculation mostly).
19116
19117 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19118
19119         * docs/libs/Makefile.am:
19120         * docs/libs/gst-plugins-base-libs-docs.sgml:
19121         * docs/libs/gst-plugins-base-libs-sections.txt:
19122         * docs/libs/gst-plugins-base-libs.types:
19123           Add docs for libgstcdda/GstCddaBaseSrc.
19124
19125         * gst-libs/gst/interfaces/mixertrack.h:
19126           Do one struct member per line with a semicolon at the end, that way
19127           even gtk-doc might parse it without complaining.
19128
19129 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19130
19131         * configure.ac:
19132         * gst-libs/gst/Makefile.am:
19133         * gst-libs/gst/cdda/Makefile.am:
19134         * gst-libs/gst/cdda/base64.c:
19135         * gst-libs/gst/cdda/base64.h:
19136         * gst-libs/gst/cdda/gstcddabasesrc.c:
19137         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19138         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19139         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19140         (gst_cdda_base_src_get_property),
19141         (gst_cdda_base_src_get_track_from_sector),
19142         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19143         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19144         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19145         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19146         (gst_cdda_base_src_uri_get_protocols),
19147         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19148         (gst_cdda_base_src_uri_handler_init),
19149         (gst_cdda_base_src_setup_interfaces),
19150         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19151         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19152         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19153         (gst_cdda_base_src_add_tags),
19154         (gst_cdda_base_src_add_index_associations),
19155         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19156         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19157         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19158         (gst_cdda_base_src_create):
19159         * gst-libs/gst/cdda/gstcddabasesrc.h:
19160         * gst-libs/gst/cdda/sha1.c:
19161         * gst-libs/gst/cdda/sha1.h:
19162           Add new libgstcdda with GstCddaBaseSrc class.
19163
19164 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19165
19166         * ext/gnomevfs/gstgnomevfssink.h:
19167           Use GstBaseSinkClass as parent_class member for class struct, not
19168           GstBaseSink.
19169
19170 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19171
19172         Patch by: Michael Benes
19173
19174         * gst/videotestsrc/gstvideotestsrc.c:
19175         (gst_video_test_src_class_init), (gst_video_test_src_start):
19176           Add start method to reset running time and number of frames sent
19177           when starting up (fixes #324696)
19178
19179 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19180
19181         * docs/plugins/Makefile.am:
19182         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19183         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19184         * docs/plugins/gst-plugins-base-plugins.args:
19185         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19186         * docs/plugins/gst-plugins-base-plugins.signals:
19187           Add docs stuff for gnomevfssrc and gnomevfssink.
19188
19189         * ext/gnomevfs/gstgnomevfssrc.c:
19190           Fix example pipeline in gtk-doc blurb.
19191
19192 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19193
19194         * ext/gnomevfs/Makefile.am:
19195         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19196         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19197         (gst_gnome_vfs_handle_get_type), (plugin_init):
19198         * ext/gnomevfs/gstgnomevfs.h:
19199         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19200         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19201         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19202         (gst_gnome_vfs_sink_set_property),
19203         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19204         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19205         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19206         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19207         (gst_gnome_vfs_sink_uri_get_type),
19208         (gst_gnome_vfs_sink_uri_get_protocols),
19209         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19210         (gst_gnome_vfs_sink_uri_handler_init):
19211         * ext/gnomevfs/gstgnomevfssink.h:
19212           Port gnomevfssink; add gtk-doc blurb.
19213
19214         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19215         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19216         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19217         (gst_gnome_vfs_src_uri_get_type),
19218         (gst_gnome_vfs_src_uri_get_protocols),
19219         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19220         (gst_gnome_vfs_src_uri_handler_init),
19221         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19222         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19223         (gst_gnome_vfs_src_send_additional_headers_callback),
19224         (gst_gnome_vfs_src_received_headers_callback),
19225         (gst_gnome_vfs_src_push_callbacks),
19226         (gst_gnome_vfs_src_pop_callbacks),
19227         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19228         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19229         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19230         * ext/gnomevfs/gstgnomevfssrc.h:
19231           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19232           file; add gtk-doc blurb with example pipelines.
19233
19234 === release 0.10.1 ===
19235
19236 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19237
19238         * configure.ac:
19239           releasing 0.10.1, "Dobro Dedek"
19240
19241 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19242
19243         * gst/typefind/gsttypefindfunctions.c:
19244         iLBC30 and iLBC20 added to typefind.
19245
19246 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19247
19248         * gst-libs/gst/audio/gstbaseaudiosink.c:
19249         (gst_base_audio_sink_class_init):
19250         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19251         (gst_base_audio_src_class_init):
19252           update strings, values are in microseconds
19253           change the default sink buffer time to something that is smaller
19254           (to help software volume mixing have a slightly lower delay) but
19255           still be acceptable on Wim's laptop
19256
19257 2005-12-20  Edward Hervey  <edward@fluendo.com>
19258
19259         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19260         Made a quack, forgot to add DUCK to the riff video template.
19261
19262 2005-12-19  Edward Hervey  <edward@fluendo.com>
19263
19264         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19265         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19266         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19267         (gst_ogm_parse_chain):
19268         Make sure pads are initialized correctly.
19269         * gst-libs/gst/riff/riff-ids.h:
19270         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19271         (gst_riff_create_video_template_caps):
19272         Add a whole bunch of FOURCC <=> MimeType.
19273         Extend the riff video pad template to support the newly added fourcc.
19274
19275 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19276
19277         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19278         (gst_ogg_demux_activate_chain):
19279           Extra debug output when activating/deactivating chains.
19280
19281         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19282         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19283         (unlinked):
19284           Remove a queue from our list when it becomes unlinked.
19285           Don't add queues to elements in class 'Demux' if they
19286           can only produce one pad 
19287
19288 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19289
19290         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19291         (gst_video_sink_get_type): Add a debug category.
19292
19293 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19294
19295         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19296         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19297           Handle downstream newsegment by sending our own newsegment before the
19298           next buffer to be released. (#323900)
19299
19300 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19301
19302         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19303         (gst_base_rtp_depayload_set_gst_timestamp):
19304           add queue delay to new segment as well (as opposed to just the first
19305           buffer). (bug #322347)
19306
19307 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19308
19309         * ext/libvisual/visual.c: (make_valid_name):
19310           change some char* into char[]
19311         * gst/audiotestsrc/gstaudiotestsrc.c:
19312         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19313         (gst_audio_test_src_create):
19314         * gst/audiotestsrc/gstaudiotestsrc.h:
19315           prepare to handle EOS and SEGMENT_DONE
19316
19317 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19318
19319         * tests/check/generic/states.c: (GST_START_TEST):
19320           Blacklist cdparanoia element in state test.
19321
19322 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19323
19324           Patch by: Benjamin Pineau
19325
19326         * gst/tcp/gsttcp.c:
19327         * gst/tcp/gsttcpclientsink.c:
19328         * gst/tcp/gsttcpserversink.c:
19329         * gst/tcp/gsttcpserversrc.c:
19330           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19331
19332 2005-12-15  Michael Smith  <msmith@fluendo.com>
19333
19334         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19335         (gst_video_rate_chain):
19336           Fix timestamping for videorate when the first buffer it sees has a
19337           non-zero timestamp. Fix some misleading debug output.
19338
19339 2005-12-15  Michael Smith  <msmith@fluendo.com>
19340
19341         * gst/audioresample/gstaudioresample.c:
19342           Don't leak all input buffers to audioresample.
19343
19344 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19345
19346         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19347           Don't operate on empty text buffers. Strip newlines and
19348           tabs only from the end of the text, but leave them intact
19349           in the middle. Fix typo in gtk-doc description.
19350
19351 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19352
19353         * gst/playback/gstplaybasebin.c:
19354         * gst/playback/gstplaybin.c: (handoff):
19355           Make sure the video frame buffer we return to apps via the
19356           "frame" property always has caps set on it. Modify
19357           _gst_gvalue_set_object() macro to handle NULL objects
19358           gracefully too.
19359
19360 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19361
19362         * gst/audiotestsrc/gstaudiotestsrc.c:
19363         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19364         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19365         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19366         (gst_audio_test_src_create):
19367         * gst/audiotestsrc/gstaudiotestsrc.h:
19368         Adjust to some recent api changes and add wtays new cool seeking
19369         capabillities
19370
19371 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19372
19373         * ext/alsa/Makefile.am:
19374         * ext/alsa/gstalsadeviceprobe.c:
19375         * ext/alsa/gstalsadeviceprobe.h:
19376           Helper functions to add device probing via the GstPropertyProbe
19377           interface to a class.
19378
19379         * ext/alsa/gstalsamixer.h:
19380           Comment out GST_ALSA_MIXER, it returns a struct that's not
19381           used.
19382
19383         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19384           Add some debug info. 
19385
19386         * ext/alsa/gstalsamixerelement.c:
19387         (gst_alsa_mixer_element_interface_supported),
19388         (gst_implements_interface_init),
19389         (gst_alsa_mixer_element_init_interfaces),
19390         (gst_alsa_mixer_element_class_init),
19391         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19392         (gst_alsa_mixer_element_set_property),
19393         (gst_alsa_mixer_element_get_property),
19394         (gst_alsa_mixer_element_change_state):
19395         * ext/alsa/gstalsamixerelement.h:
19396           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19397           for device handling (gnome-volume-control will need that).
19398
19399 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19400
19401         * ext/Makefile.am: fix cdparanoia entry
19402         * gst-plugins-base.spec.in: add cdparanoia
19403
19404 2005-12-12  Michael Smith  <msmith@fluendo.com>
19405
19406         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19407           Use the correct function to free list of typefind factories.
19408
19409 2005-12-12  Wim Taymans  <wim@fluendo.com>
19410
19411         * gst/videotestsrc/gstvideotestsrc.c:
19412         (gst_video_test_src_class_init), (gst_video_test_src_init),
19413         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19414         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19415         (gst_video_test_src_create):
19416         * gst/videotestsrc/gstvideotestsrc.h:
19417         Implement seeking in videotestsrc.
19418         Small cleanups.
19419
19420 2005-12-12  Wim Taymans  <wim@fluendo.com>
19421
19422         * ext/cdparanoia/Makefile.am:
19423         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19424         (gst_paranoia_endian_get_type), (_do_init),
19425         (cdparanoia_class_init), (cdparanoia_init),
19426         (cdparanoia_set_property), (cdparanoia_get_property),
19427         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19428         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19429         (cdparanoia_convert), (cdparanoia_get_query_types),
19430         (cdparanoia_query), (cdparanoia_set_index),
19431         (cdparanoia_uri_set_uri):
19432         * ext/cdparanoia/gstcdparanoia.h:
19433         Partially ported cdparanoia now that basesrc can support a
19434         plugin like this..
19435
19436 2005-12-12  Wim Taymans  <wim@fluendo.com>
19437
19438         * tests/examples/seek/scrubby.c: (main):
19439         Set higher priority for bus events so they don't get reordered with
19440         gtk gui events.
19441
19442         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19443         (flush_toggle_cb), (main):
19444         Added checkbox to disable flushing seeks. 
19445         Disable scrubbing when doing non flushing seeks.
19446
19447 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19448
19449         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19450         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19451         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19452         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19453           Implement some sort of event handling that doesn't rely on
19454           g_return_if_fail; make sure we always push the last chunk of an 
19455           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19456           state change function; remove some old cruft. Seeking is still
19457           rather unlikely to work though.
19458
19459         * tools/.cvsignore:
19460           Ignore more.
19461
19462 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19463
19464         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19465         Fixed a leak of the current image reference when cleaning up.
19466         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19467
19468 2005-12-09  Michael Smith  <msmith@fluendo.com>
19469
19470         * tools/Makefile.am:
19471         * tools/gst-launch-ext-m.m:
19472           Remove gst-launch-ext. It doesn't work, and is no longer
19473           particularly useful.
19474
19475 2005-12-08  Luca Ognibene  <luogni@tin.it>
19476
19477         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19478           don't pass random values to ogmparse convert function.
19479           Make seeking possible in the exile1.ogm file.
19480
19481 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19482
19483         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19484         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19485           Work around refcount problem with g_value_set_object() that occur
19486           if the core has been compiled against GLib-2.6 (g_value_set_object()
19487           will only g_object_ref() the element, but the caller will
19488           gst_object_unref() it and bad things will happen due to the way
19489           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19490           totem for people on FC4 using Thomas's 0.10 RPMs.
19491           
19492 2005-12-07  Edward Hervey  <edward@fluendo.com>
19493
19494         Time to welcome ogm to 0.10 :)
19495         
19496         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19497         (gst_ogg_pad_typefind):
19498         Oggdemux can now properly typefind elements with dynamic pads.
19499         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19500         Properly set caps on src pad, and set caps on outgoing buffers.
19501
19502 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19503
19504         * ext/alsa/gstalsamixer.h:
19505         * ext/alsa/gstalsamixerelement.h:
19506         * ext/alsa/gstalsamixeroptions.h:
19507         * ext/alsa/gstalsamixertrack.h:
19508         * ext/alsa/gstalsasink.c:
19509         * ext/alsa/gstalsasink.h:
19510         * ext/alsa/gstalsasrc.c:
19511         * ext/alsa/gstalsasrc.h:
19512         * ext/cdparanoia/gstcdparanoia.h:
19513         * ext/gnomevfs/gstgnomevfsuri.h:
19514         * ext/ogg/gstoggdemux.c:
19515         * ext/ogg/gstoggmux.c:
19516         * ext/pango/gsttextoverlay.h:
19517         * ext/theora/theoradec.c:
19518         * ext/theora/theoraenc.c:
19519         * ext/vorbis/vorbisdec.h:
19520         * ext/vorbis/vorbisenc.c:
19521         * ext/vorbis/vorbisenc.h:
19522         * ext/vorbis/vorbisparse.h:
19523         * gst-libs/gst/audio/gstaudioclock.h:
19524         * gst-libs/gst/audio/gstaudiosink.c:
19525         * gst-libs/gst/audio/gstaudiosink.h:
19526         * gst-libs/gst/audio/gstaudiosrc.c:
19527         * gst-libs/gst/audio/gstaudiosrc.h:
19528         * gst-libs/gst/audio/gstbaseaudiosink.c:
19529         * gst-libs/gst/audio/gstbaseaudiosink.h:
19530         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19531         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19532         * gst-libs/gst/audio/gstringbuffer.h:
19533         * gst-libs/gst/audio/multichannel.h:
19534         * gst-libs/gst/floatcast/floatcast.h:
19535         * gst-libs/gst/interfaces/colorbalance.c:
19536         * gst-libs/gst/interfaces/colorbalance.h:
19537         * gst-libs/gst/interfaces/colorbalancechannel.h:
19538         * gst-libs/gst/interfaces/mixer.h:
19539         * gst-libs/gst/interfaces/mixeroptions.h:
19540         * gst-libs/gst/interfaces/mixertrack.h:
19541         * gst-libs/gst/interfaces/navigation.h:
19542         * gst-libs/gst/interfaces/propertyprobe.h:
19543         * gst-libs/gst/interfaces/tuner.h:
19544         * gst-libs/gst/interfaces/tunerchannel.h:
19545         * gst-libs/gst/interfaces/tunernorm.h:
19546         * gst-libs/gst/interfaces/xoverlay.h:
19547         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19548         * gst-libs/gst/riff/riff-ids.h:
19549         * gst-libs/gst/riff/riff-media.h:
19550         * gst-libs/gst/riff/riff-read.h:
19551         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19552         * gst-libs/gst/rtp/gstbasertppayload.c:
19553         * gst-libs/gst/rtp/gstbasertppayload.h:
19554         * gst-libs/gst/rtp/gstrtpbuffer.c:
19555         * gst-libs/gst/rtp/gstrtpbuffer.h:
19556         * gst-libs/gst/tag/gsttageditingprivate.h:
19557         * gst-libs/gst/tag/gstvorbistag.c:
19558         (gst_tag_list_from_vorbiscomment_buffer):
19559         * gst-libs/gst/tag/tag.h:
19560         * gst-libs/gst/video/video.h:
19561         * gst/adder/gstadder.c:
19562         * gst/adder/gstadder.h:
19563         * gst/audioconvert/audioconvert.c:
19564         * gst/audioconvert/audioconvert.h:
19565         * gst/audioconvert/gstaudioconvert.c:
19566         * gst/audioconvert/gstchannelmix.c:
19567         * gst/audioconvert/gstchannelmix.h:
19568         * gst/audiorate/gstaudiorate.c:
19569         * gst/audioresample/buffer.h:
19570         * gst/audioresample/functable.h:
19571         * gst/audioresample/gstaudioresample.c:
19572         * gst/audioresample/resample.h:
19573         * gst/ffmpegcolorspace/avcodec.h:
19574         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19575         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19576         * gst/ffmpegcolorspace/imgconvert.c:
19577         * gst/ffmpegcolorspace/imgconvert_template.h:
19578         * gst/playback/gstdecodebin.c:
19579         * gst/playback/gstplaybasebin.h:
19580         * gst/playback/gstplaybin.c:
19581         * gst/playback/gststreaminfo.h:
19582         * gst/tcp/gstfdset.c:
19583         * gst/tcp/gstfdset.h:
19584         * gst/tcp/gstmultifdsink.c:
19585         * gst/tcp/gstmultifdsink.h:
19586         * gst/tcp/gsttcp.h:
19587         * gst/tcp/gsttcpclientsrc.c:
19588         * gst/tcp/gsttcpclientsrc.h:
19589         * gst/tcp/gsttcpplugin.h:
19590         * gst/tcp/gsttcpserversink.c:
19591         * gst/tcp/gsttcpserversrc.c:
19592         * gst/typefind/gsttypefindfunctions.c:
19593         * gst/videorate/gstvideorate.c:
19594         * gst/videotestsrc/gstvideotestsrc.h:
19595         * gst/videotestsrc/videotestsrc.h:
19596         * sys/v4l/gstv4lcolorbalance.h:
19597         * sys/v4l/gstv4ltuner.h:
19598         * sys/v4l/gstv4lxoverlay.h:
19599         * sys/v4l/v4l_calls.h:
19600         * sys/v4l/videodev_mjpeg.h:
19601         * tests/check/elements/audioconvert.c:
19602         * tests/check/elements/audioresample.c:
19603         * tests/check/elements/audiotestsrc.c:
19604         * tests/check/elements/videotestsrc.c:
19605         * tests/check/elements/volume.c:
19606         * tests/examples/seek/scrubby.c:
19607         * tests/examples/seek/seek.c:
19608           expand tabs
19609
19610 === release 0.10.0 ===
19611
19612 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19613
19614         * configure.ac:
19615           releasing 0.10.0, "Mont-d'or"
19616
19617 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19618
19619         * tests/examples/seek/Makefile.am:
19620         Build fix for when gtk is not available.
19621
19622 2005-12-05  Andy Wingo  <wingo@pobox.com>
19623
19624         * ext/libvisual/visual.c: (get_buffer):
19625         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19626         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19627         * ext/theora/theoradec.c: (theora_handle_data_packet):
19628         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19629         (theora_enc_chain):
19630         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19631         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19632         Update for alloc_buffer changes.
19633
19634 2005-12-05  Andy Wingo  <wingo@pobox.com>
19635
19636         patch by: Kai Vehmanen <kv2004 eca cx>
19637         
19638         * gst-libs/gst/rtp/gstbasertpdepayload.c
19639         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19640
19641 2005-12-04  Andy Wingo  <wingo@pobox.com>
19642
19643         patch by: Sebastien Cote <sebas642 yahoo ca>
19644         
19645         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19646         Fixes #319172.
19647
19648 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19649
19650         * docs/plugins/Makefile.am:
19651         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19652         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19653         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19654         * ext/pango/gstclockoverlay.c:
19655         * ext/pango/gsttextoverlay.c: 
19656         * ext/pango/gsttextrender.c:
19657         * ext/pango/gsttimeoverlay.c:
19658           Add gtk-doc blurbs to pango elements.
19659
19660 2005-12-02  Wim Taymans  <wim@fluendo.com>
19661
19662         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19663         * gst/audioresample/buffer.h:
19664         * gst/audioresample/gstaudioresample.c:
19665         * gst/audioresample/gstaudioresample.h:
19666         * gst/audioresample/resample.c: (resample_input_flush),
19667         (resample_input_pushthrough), (resample_input_eos),
19668         (resample_get_output_size_for_input),
19669         (resample_get_input_size_for_output), (resample_get_output_size),
19670         (resample_get_output_data):
19671         * gst/audioresample/resample.h:
19672         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19673         Fix audioresample, seek torture, new segments, reverse negotiation
19674         etc.. work fine.
19675
19676 2005-12-02  Wim Taymans  <wim@fluendo.com>
19677
19678         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19679         Small cleanups.
19680
19681 2005-12-02  Wim Taymans  <wim@fluendo.com>
19682
19683         * gst/audioconvert/gstaudioconvert.c:
19684         (gst_audio_convert_transform):
19685         Post errors.
19686
19687 === release 0.9.7 ===
19688
19689 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19690
19691         * configure.ac:
19692           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19693
19694 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19695
19696         * Makefile.am:
19697         * po/hu.po:
19698         * win32/MANIFEST:
19699         * win32/gst.sln:
19700           add win32 MANIFEST file
19701           do something to the hungarian translation
19702
19703 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19704
19705         * ext/Makefile.am:
19706           Add $(PANGO_DIR) to SUBDIRS
19707
19708         * ext/pango/gstclockoverlay.c:
19709         * ext/pango/gsttimeoverlay.c:
19710           Fix and improve element descriptions.
19711
19712 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19713
19714         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19715         * docs/plugins/inspect/plugin-libvisual.xml:
19716         * docs/plugins/inspect/plugin-pango.xml:
19717           add pango plugin to docs
19718
19719 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19720
19721         * configure.ac:
19722         * ext/Makefile.am:
19723           moved pango to base
19724
19725 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19726
19727         * configure.ac:
19728         * tests/Makefile.am:
19729         * tests/icles/.cvsignore:
19730         * tests/icles/Makefile.am:
19731         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19732         (close_display), (resize_window), (move_window), (create_window),
19733         (terminate_playback), (pause_playback), (start_playback), (main):
19734           add stress test for xoverlay from Julien
19735
19736 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19737
19738         * docs/libs/tmpl/gstcolorbalance.sgml:
19739         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19740         * gst-libs/gst/rtp/gstbasertppayload.c:
19741         * gst-libs/gst/rtp/gstrtpbuffer.c:
19742         * gst-libs/gst/rtp/gstrtpbuffer.h:
19743           Do burger's rename for rtp payloaders and depayloaders
19744
19745 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19746
19747         * win32/:
19748           add Visual Studio 6 build files
19749
19750 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19751
19752         * docs/libs/gst-plugins-base-libs-docs.sgml:
19753         * docs/libs/gst-plugins-base-libs-sections.txt:
19754         * docs/libs/tmpl/gstaudio.sgml:
19755         * docs/libs/tmpl/gstringbuffer.sgml:
19756         * gst-libs/gst/interfaces/xoverlay.c:
19757         * gst-libs/gst/video/gstvideofilter.c:
19758         * gst-libs/gst/video/gstvideosink.c:
19759           update documentation
19760
19761 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19762
19763         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19764         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19765         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19766         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19767         (gst_multi_fd_sink_get_stats),
19768         (gst_multi_fd_sink_remove_client_link),
19769         (gst_multi_fd_sink_handle_client_read),
19770         (gst_multi_fd_sink_client_queue_data),
19771         (gst_multi_fd_sink_client_queue_caps),
19772         (gst_multi_fd_sink_client_queue_buffer),
19773         (gst_multi_fd_sink_new_client),
19774         (gst_multi_fd_sink_handle_client_write),
19775         (gst_multi_fd_sink_recover_client),
19776         (gst_multi_fd_sink_queue_buffer),
19777         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19778         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19779         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19780         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19781         * gst/tcp/gstmultifdsink.h:
19782         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19783         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19784         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19785         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19786         (gst_tcp_client_sink_set_property),
19787         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19788         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19789         * gst/tcp/gsttcpclientsink.h:
19790         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19791         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19792         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19793         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19794         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19795         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19796         * gst/tcp/gsttcpclientsrc.h:
19797         * gst/tcp/gsttcpplugin.c: (plugin_init):
19798         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19799         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19800         (gst_tcp_server_sink_finalize),
19801         (gst_tcp_server_sink_handle_server_read),
19802         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19803         (gst_tcp_server_sink_set_property),
19804         (gst_tcp_server_sink_get_property),
19805         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19806         * gst/tcp/gsttcpserversink.h:
19807         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19808         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19809         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19810         (gst_tcp_server_src_set_property),
19811         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19812         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19813         * gst/tcp/gsttcpserversrc.h:
19814           more borgifying
19815
19816 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19817
19818         * docs/plugins/Makefile.am:
19819         * docs/plugins/gst-plugins-base-plugins.args:
19820         * docs/plugins/inspect/plugin-libvisual.xml:
19821         * gst/audioconvert/plugin.h:
19822         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19823         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19824         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19825         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19826         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19827         (plugin_init):
19828         * gst/audiotestsrc/gstaudiotestsrc.c:
19829         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19830         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19831         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19832         (gst_audio_test_src_get_query_types),
19833         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19834         (gst_audio_test_src_create_square),
19835         (gst_audio_test_src_create_saw),
19836         (gst_audio_test_src_create_triangle),
19837         (gst_audio_test_src_create_silence),
19838         (gst_audio_test_src_create_white_noise),
19839         (gst_audio_test_src_init_pink_noise),
19840         (gst_audio_test_src_generate_pink_noise_value),
19841         (gst_audio_test_src_create_pink_noise),
19842         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19843         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19844         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19845         (plugin_init):
19846         * gst/audiotestsrc/gstaudiotestsrc.h:
19847         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19848         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19849         (gst_sub_parse_init), (gst_sub_parse_formats),
19850         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19851         (convert_encoding), (get_next_line),
19852         (gst_sub_parse_data_format_autodetect),
19853         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19854         (gst_sub_parse_loop), (gst_sub_parse_chain),
19855         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19856         (plugin_init):
19857         * gst/subparse/gstsubparse.h:
19858         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19859         (gst_video_rate_base_init), (gst_video_rate_class_init),
19860         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19861         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19862         (gst_video_rate_init), (gst_video_rate_event),
19863         (gst_video_rate_chain), (gst_video_rate_set_property),
19864         (gst_video_rate_get_property), (gst_video_rate_change_state),
19865         (plugin_init):
19866         * gst/videoscale/gstvideoscale.c:
19867         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19868         (gst_video_scale_src_template_factory),
19869         (gst_video_scale_sink_template_factory),
19870         (gst_video_scale_get_type), (gst_video_scale_base_init),
19871         (gst_video_scale_class_init), (gst_video_scale_init),
19872         (gst_video_scale_set_property), (gst_video_scale_get_property),
19873         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19874         (gst_video_scale_prepare_size), (parse_caps),
19875         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19876         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19877         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19878         (plugin_init):
19879         * gst/videoscale/gstvideoscale.h:
19880         * gst/videotestsrc/gstvideotestsrc.c:
19881         (gst_video_test_src_pattern_get_type),
19882         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19883         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19884         (gst_video_test_src_set_pattern),
19885         (gst_video_test_src_set_property),
19886         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19887         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19888         (gst_video_test_src_event), (gst_video_test_src_get_times),
19889         (gst_video_test_src_create), (plugin_init):
19890         * gst/videotestsrc/gstvideotestsrc.h:
19891         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19892         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19893         (gst_video_test_src_black):
19894         * gst/videotestsrc/videotestsrc.h:
19895           borgify further
19896           clean up docs a little
19897
19898 2005-11-30  Wim Taymans  <wim@fluendo.com>
19899
19900         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19901         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19902         (gst_basertppayload_event), (gst_basertppayload_push),
19903         (gst_basertppayload_change_state):
19904         * gst-libs/gst/rtp/gstbasertppayload.h:
19905         closed #320644.
19906
19907 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19908
19909         * docs/libs/gst-plugins-base-libs-docs.sgml:
19910         * docs/libs/gst-plugins-base-libs-sections.txt:
19911         * gst-libs/gst/video/gstvideofilter.c:
19912         * gst-libs/gst/video/gstvideosink.c:
19913         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19914
19915 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19916
19917         * LICENSE:
19918           move
19919         * po/af.po:
19920         * po/az.po:
19921         * po/cs.po:
19922         * po/en_GB.po:
19923         * po/hu.po:
19924         * po/it.po:
19925         * po/nb.po:
19926         * po/nl.po:
19927         * po/or.po:
19928         * po/sq.po:
19929         * po/sr.po:
19930         * po/sv.po:
19931         * po/uk.po:
19932         * po/vi.po:
19933         * Makefile.am:
19934           update
19935         * scripts/autoplugins.sh:
19936           remove
19937
19938 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19939
19940         * Makefile.am:
19941         * configure.ac:
19942         * examples/Makefile.am:
19943         * examples/capsfilter/Makefile.am:
19944         * examples/capsfilter/capsfilter1.c:
19945         * examples/gob/Makefile.am:
19946         * examples/gob/gst-identity2.gob:
19947         * examples/indexing/.cvsignore:
19948         * examples/indexing/Makefile.am:
19949         * examples/indexing/indexmpeg.c:
19950         * examples/seeking/.cvsignore:
19951         * examples/seeking/Makefile.am:
19952         * examples/seeking/cdparanoia.c:
19953         * examples/seeking/cdplayer.c:
19954         * examples/seeking/chained.c:
19955         * examples/seeking/scrubby.c:
19956         * examples/seeking/seek.c:
19957         * examples/stats/Makefile.am:
19958         * examples/stats/mp2ogg.c:
19959         * examples/switch/.cvsignore:
19960         * examples/switch/Makefile.am:
19961         * examples/switch/switcher.c:
19962         * tests/Makefile.am:
19963         * tests/check/generic/.cvsignore:
19964         * tests/check/pipelines/.cvsignore:
19965         * tests/examples/Makefile.am:
19966         * tests/examples/seek/Makefile.am:
19967           reorganize stuff under tests/
19968
19969 2005-11-30  Edward Hervey  <edward@fluendo.com>
19970
19971         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19972         Go away you stupid GstStaticPadTemplate memleak.
19973
19974 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19975
19976         * gst-libs/gst/net/Makefile.am:
19977         * gst-libs/gst/net/README:
19978         * gst-libs/gst/net/gstnetbuffer.c:
19979         * gst-libs/gst/net/gstnetbuffer.h:
19980           this was moved to "netbuffer"
19981
19982 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19983
19984         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19985         (gst_video_filter_class_init), (gst_video_filter_init):
19986         * gst-libs/gst/video/gstvideofilter.h:
19987           borgify name to bring in line with other classes
19988
19989 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19990
19991         * gst/audioscale/.cvsignore:
19992         * gst/audioscale/Makefile.am:
19993         * gst/audioscale/README:
19994         * gst/audioscale/audioscale.vcproj:
19995         * gst/audioscale/dtof.c:
19996         * gst/audioscale/dtos.c:
19997         * gst/audioscale/functable.c:
19998         * gst/audioscale/gstaudioscale.c:
19999         * gst/audioscale/gstaudioscale.h:
20000         * gst/audioscale/private.h:
20001         * gst/audioscale/resample.c:
20002         * gst/audioscale/resample.h:
20003         * gst/audioscale/test.c:
20004           remove
20005
20006 2005-11-30  Edward Hervey  <edward@fluendo.com>
20007
20008         * gst-libs/gst/netbuffer/Makefile.am:
20009         really, really tired
20010
20011 2005-11-30  Edward Hervey  <edward@fluendo.com>
20012
20013         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20014         Update for new GstTypeFindFactory _register()
20015
20016 2005-11-30  Edward Hervey  <edward@fluendo.com>
20017
20018         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
20019         Let's not override libgstnet from core for no reason...
20020         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
20021         Ok, maybe not so quick next time.
20022
20023 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20024
20025         * configure.ac:
20026         * gst-libs/gst/Makefile.am:
20027           moved gst-libs/gst/net to netbuffer through CVS surgery
20028           remove old directory
20029           updating build to accomodate
20030           (#322257)
20031
20032 2005-11-29  Andy Wingo  <wingo@pobox.com>
20033
20034         * pkgconfig/gstreamer-plugins-base.pc.in:
20035         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
20036         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
20037         (#322257).
20038
20039 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20040
20041         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20042         3rd time's the charm. Correct ref-counting for discarded buffers.
20043
20044 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20045
20046         * gst/playback/gststreamselector.c:
20047         (gst_stream_selector_class_init),
20048         (gst_stream_selector_set_property),
20049         (gst_stream_selector_get_property),
20050         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20051         Fix ref-counting
20052
20053 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20054
20055         * gst/subparse/gstsubparse.c: (feed_textbuf):
20056           Don't access already unref'ed buffer.
20057
20058 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20059
20060         * gst/playback/gststreamselector.c:
20061         (gst_stream_selector_class_init), (gst_stream_selector_init),
20062         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20063         (gst_stream_selector_get_property),
20064         (gst_stream_selector_get_linked_pad),
20065         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20066         * gst/playback/gststreamselector.h:
20067         Add the active-pad property for playbin to use shortly. Ignore buffers
20068         from any other pad, returning GST_FLOW_NOT_LINKED
20069
20070 2005-11-29  Julien MOUTTE  <julien@moutte.net>
20071
20072         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
20073         patch from bug #322704 (Alessandro Decina).
20074
20075 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20076
20077         * gst-libs/gst/audio/Makefile.am:
20078           folded audiofilter into the audio library
20079
20080 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20081
20082         * gst/videoscale/gstvideoscale.h:
20083         * gst/videoscale/gstvideoscale.c:
20084           remove unimplemented scale methods
20085
20086 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20087
20088         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20089           Don't leak caps.
20090
20091 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20092
20093         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20094         (gst_ximagesink_setcaps):
20095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20096         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20097         happens (only visible on ximagesink but bug is in xv too) set_caps was
20098         destroying the internal x[v]image used to memcpy non locally alloced
20099         buffers so that it got renewed on next _chain. The issue is that 
20100         _expose will try to put that image as it reffed it in _put.
20101         Using gst_buffer_unref instead of destroy fixes it !
20102
20103 2005-11-28  Edward Hervey  <edward@fluendo.com>
20104
20105         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20106         (try_to_link_1), (queue_filled_cb):
20107         Better use of the queues. Start with a small size queue and only increase
20108         the size of the queues when the other queues are empty.
20109
20110 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20111
20112         * gst-libs/gst/video/Makefile.am:
20113           compile in copied-over videofilter into the video library
20114         * gst-libs/gst/video/videosink.h:
20115           rename the header to gstvideosink.h since it's a base GstObject class
20116         * sys/ximage/ximagesink.h:
20117         * sys/xvimage/xvimagesink.h:
20118           use the new header
20119
20120 2005-11-28  Wim Taymans  <wim@fluendo.com>
20121
20122         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20123         * gst/playback/gstplaybasebin.h:
20124         Prepare to handle errors betters.
20125
20126         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20127         Set sinks to PAUSED first before adding and linking them so that
20128         we don't interrupt dataflow.
20129
20130 2005-11-28  Wim Taymans  <wim@fluendo.com>
20131
20132         * gst-libs/gst/audio/TODO:
20133         Updated TODO
20134
20135         * gst-libs/gst/audio/gstaudiosink.c:
20136         (gst_audioringbuffer_open_device),
20137         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20138         (gst_audioringbuffer_release):
20139         Small cleanups.
20140
20141         * gst-libs/gst/audio/gstbaseaudiosink.c:
20142         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20143         (gst_base_audio_sink_change_state):
20144         Slave to the master clock when going to PLAYING and unslave when
20145         going to PAUSED.
20146
20147         * gst-libs/gst/audio/gstringbuffer.c:
20148         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20149         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20150         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20151         (gst_ring_buffer_clear_all), (wait_segment),
20152         (gst_ring_buffer_commit), (gst_ring_buffer_read),
20153         (gst_ring_buffer_advance):
20154         * gst-libs/gst/audio/gstringbuffer.h:
20155         Add some docs and cleanups.
20156
20157 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20158
20159         * sys/xvimage/xvimagesink.c:
20160         (gst_xvimagesink_navigation_send_event): Fix navigation events
20161         coordinates translation with pixel aspect ratios.
20162
20163 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20164
20165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20166         Use calculated video geometry from _setcaps instead of buffer
20167         caps to respect pixel aspect ratio. (fixes #322388)
20168
20169 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20170
20171         * docs/libs/tmpl/gstcolorbalance.sgml:
20172         * docs/libs/tmpl/gstmixer.sgml:
20173         * docs/libs/tmpl/gstxoverlay.sgml:
20174         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20175         interface.
20176
20177 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20178
20179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20180         Refuse to create an XvImage if we can't find the format.
20181
20182 2005-11-28  Edward Hervey  <edward@fluendo.com>
20183
20184         * gst-libs/gst/riff/riff-media.c:
20185         (gst_riff_create_audio_template_caps):
20186         Add ATRAC3 to the list of riff-possible audio caps.
20187         I know we still don't have a plugin for atrac3, but it's saner to output
20188         that than a cryptic mimetype.
20189
20190 2005-11-27  Edward Hervey  <edward@fluendo.com>
20191
20192         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20193         Don't try to create a zero-sized subbuffer.
20194
20195 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20196
20197         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20198         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20199         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20200         (gst_ximagesink_expose): Fixed a tricky race.
20201         * sys/ximage/ximagesink.h:
20202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20203         (gst_xvimagesink_expose): Fixed a tricky race.
20204         * sys/xvimage/xvimagesink.h:
20205
20206 2005-11-27  Edward Hervey  <edward@fluendo.com>
20207
20208         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20209         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20210         Remove unused properties, and add queues between demuxers and decoders
20211         so that a lot more files can preroll properly.
20212
20213 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20214
20215         * gst-libs/gst/net/Makefile.am:
20216         * gst-libs/gst/rtp/Makefile.am:
20217         * gst-libs/gst/tag/Makefile.am:
20218           remove silly include
20219         * gst/tags/Makefile.am:
20220         * gst/tags/gsttagediting.c:
20221         * gst/tags/gsttageditingprivate.h:
20222         * gst/tags/tagedit.vcproj:
20223           remove directory, is as good as empty
20224
20225 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20226
20227         * configure.ac:
20228           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20229         * gst-libs/Makefile.am:
20230         * gst-libs/gst/audio/Makefile.am:
20231         * gst-libs/gst/interfaces/Makefile.am:
20232         * gst-libs/gst/net/Makefile.am:
20233         * gst-libs/gst/riff/Makefile.am:
20234         * gst-libs/gst/rtp/Makefile.am:
20235         * gst-libs/gst/tag/Makefile.am:
20236         * gst-libs/gst/video/Makefile.am:
20237           and use them
20238
20239 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20240
20241         * docs/libs/tmpl/gstcolorbalance.sgml:
20242         * docs/libs/tmpl/gstmixer.sgml:
20243         * docs/libs/tmpl/gstxoverlay.sgml:
20244         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20245         * sys/ximage/ximagesink.h:
20246         * sys/xvimage/xvimagesink.h: More and more documentation.
20247
20248 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20249
20250         * docs/libs/gst-plugins-base-libs-docs.sgml:
20251         * docs/libs/gst-plugins-base-libs-sections.txt:
20252         * docs/libs/tmpl/gstcolorbalance.sgml:
20253         * docs/libs/tmpl/gstmixer.sgml:
20254         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20255         to documentation.
20256
20257 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20258
20259         * docs/plugins/Makefile.am:
20260         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20261         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20262         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20263
20264 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20265
20266         * docs/plugins/Makefile.am:
20267         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20268         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20269         * docs/plugins/inspect/plugin-adder.xml:
20270         * docs/plugins/inspect/plugin-alsa.xml:
20271         * docs/plugins/inspect/plugin-audioconvert.xml:
20272         * docs/plugins/inspect/plugin-audiorate.xml:
20273         * docs/plugins/inspect/plugin-audioresample.xml:
20274         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20275         * docs/plugins/inspect/plugin-decodebin.xml:
20276         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20277         * docs/plugins/inspect/plugin-gnomevfs.xml:
20278         * docs/plugins/inspect/plugin-ogg.xml:
20279         * docs/plugins/inspect/plugin-playbin.xml:
20280         * docs/plugins/inspect/plugin-subparse.xml:
20281         * docs/plugins/inspect/plugin-tcp.xml:
20282         * docs/plugins/inspect/plugin-theora.xml:
20283         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20284         * docs/plugins/inspect/plugin-video4linux.xml:
20285         * docs/plugins/inspect/plugin-videorate.xml:
20286         * docs/plugins/inspect/plugin-videoscale.xml:
20287         * docs/plugins/inspect/plugin-videotestsrc.xml:
20288         * docs/plugins/inspect/plugin-volume.xml:
20289         * docs/plugins/inspect/plugin-vorbis.xml:
20290         * docs/plugins/inspect/plugin-ximagesink.xml:
20291         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20292         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20293
20294 2005-11-26  Edward Hervey  <edward@fluendo.com>
20295
20296         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20297         Properly return GstFlowReturn from gst_pad_push in chain functions.
20298
20299 2005-11-25  Michael Smith  <msmith@fluendo.com>
20300
20301         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20302         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20303         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20304         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20305           Handle various conditions better when we don't understand a stream.
20306           Removes a heap of CRITICALs on ogg streams containing unknown data.
20307
20308 2005-11-24  Andy Wingo  <wingo@pobox.com>
20309
20310         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20311         Be threadsafe.
20312
20313 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20314
20315         * configure.ac: back to HEAD
20316
20317 === release 0.9.6 ===
20318
20319 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20320
20321         * configure.ac:
20322           releasing 0.9.6, "White Eight"
20323
20324 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20325
20326         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20327         * docs/plugins/inspect/plugin-sine.xml:
20328           remove sinesrc some more
20329
20330 2005-11-23  Wim Taymans  <wim@fluendo.com>
20331
20332         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20333         If we are reading too slowly, jump forward in the ringbuffer
20334         instead of blocking.
20335
20336 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20337
20338         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20339         (gst_visual_chain):
20340         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20341         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20342         (gst_videorate_chain):
20343         * gst/videotestsrc/gstvideotestsrc.c:
20344         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20345         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20346         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20347         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20348         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20349         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20350           Updates for API changes
20351
20352 2005-11-23  Wim Taymans  <wim@fluendo.com>
20353
20354         * gst-libs/gst/audio/gstbaseaudiosink.c:
20355         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20356         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20357         Fix for calibration API change.
20358
20359 2005-11-23  Michael Smith <msmith@fluendo.com>
20360
20361         * gst-libs/gst/audio/multichannel.c:
20362         (gst_audio_get_channel_positions),
20363         (gst_audio_set_channel_positions),
20364         (gst_audio_set_structure_channel_positions_list),
20365         (gst_audio_fixate_channel_positions):
20366           Use gst_value_array_*() functions on value arrays, not
20367           gst_value_list_*().
20368
20369 2005-11-23  Edward Hervey  <edward@fluendo.com>
20370
20371         * autogen.sh:
20372         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20373         Fixes autogen
20374
20375 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20376
20377         * check/Makefile.am:
20378         * check/elements/videotestsrc.c: (setup_videotestsrc),
20379         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20380         (main):
20381           add a test for videotestsrc
20382
20383 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20384
20385         * gst/sine/.cvsignore:
20386         * gst/sine/Makefile.am:
20387         * gst/sine/gstsinesrc.c:
20388         * gst/sine/gstsinesrc.h:
20389         * gst/sine/sinesrc.vcproj:
20390           and remove sinesrc from the repository.  Closes #321446
20391
20392 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20393
20394         * configure.ac:
20395         * gst-plugins-base.spec.in:
20396           remove sinesrc from the build
20397
20398 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20399
20400         * check/Makefile.am:
20401         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20402         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20403         (main):
20404           add a test for audiotestsrc, testing all waves.  Even seems
20405           leak-free at first glance, nice job Stefan
20406
20407 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20408
20409         * po/af.po:
20410         * po/az.po:
20411         * po/cs.po:
20412         * po/en_GB.po:
20413         * po/hu.po:
20414         * po/it.po:
20415         * po/nb.po:
20416         * po/nl.po:
20417         * po/or.po:
20418         * po/sq.po:
20419         * po/sr.po:
20420         * po/sv.po:
20421         * po/uk.po:
20422         * po/vi.po:
20423           Translation string updates
20424
20425         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20426         (gst_v4lsrc_set_caps):
20427         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20428         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20429         * sys/v4l/v4lsrc_calls.h:
20430           Improve v4lsrc, by making it work again.
20431
20432 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20433
20434         * ext/libvisual/visual.c: (gst_visual_chain):
20435           Fix the fps calculations.
20436
20437         * gst/ffmpegcolorspace/avcodec.h:
20438           Move structure element for clarity
20439
20440         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20441         * gst-libs/gst/interfaces/tunernorm.h:
20442         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20443         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20444         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20445         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20446         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20447         (gst_v4lmjpegsrc_getcaps):
20448         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20449         (gst_v4lsrc_set_caps):
20450         * sys/v4l/gstv4lsrc.h:
20451         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20452         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20453         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20454         * sys/v4l/v4lsrc_calls.h:
20455           Fractional framerates...
20456
20457 2005-11-22  Wim Taymans  <wim@fluendo.com>
20458
20459         * gst-libs/gst/audio/gstbaseaudiosink.c:
20460         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20461         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20462         And we provide a clock by default, of course...
20463
20464 2005-11-22  Wim Taymans  <wim@fluendo.com>
20465
20466         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20467         This clock can be slaved to a master clock now.
20468
20469         * gst-libs/gst/audio/gstbaseaudiosink.c:
20470         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20471         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20472         (gst_base_audio_sink_set_clock),
20473         (gst_base_audio_sink_set_property),
20474         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20475         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20476         * gst-libs/gst/audio/gstbaseaudiosink.h:
20477         Handle slaving the internal clock to the clock selected in the
20478         pipeline.
20479         Add property to make the basesink not provide a clock.
20480
20481         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20482         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20483         (gst_base_rtp_depayload_wait):
20484         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20485         We can use the clock in GstElement, no need to store it ourselves.
20486
20487 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20488
20489         * docs/libs/tmpl/gstaudio.sgml:
20490           update
20491         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20492         (gst_paranoia_endian_get_type):
20493         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20494         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20495         * gst/audiotestsrc/gstaudiotestsrc.c:
20496         (gst_audiostestsrc_wave_get_type):
20497         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20498         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20499         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20500         (gst_sync_method_get_type), (gst_unit_type_get_type),
20501         (gst_client_status_get_type), (gst_multifdsink_class_init),
20502         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20503         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20504         (gst_multifdsink_get_property):
20505         * gst/tcp/gstmultifdsink.h:
20506         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20507         * gst/videotestsrc/gstvideotestsrc.c:
20508         (gst_videotestsrc_pattern_get_type):
20509           remove deprecated properties
20510           fix up enums to correctly have short lowercase dashed nicks
20511
20512 2005-11-22  Michael Smith <msmith@fluendo.com>
20513
20514         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20515         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20516           Add underscore.
20517
20518 2005-11-22  Michael Smith <msmith@fluendo.com>
20519
20520         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20521         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20522           Use utility method for scaling clocktime for fractional framerates.
20523
20524 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20525
20526         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20527         (gst_visual_chain):
20528         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20529         * ext/theora/theoradec.c: (theora_handle_type_packet):
20530         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20531         (theora_enc_chain):
20532         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20533         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20534         * gst-libs/gst/video/video.h:
20535         * gst/ffmpegcolorspace/avcodec.h:
20536         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20537         (gst_ffmpeg_caps_to_pixfmt):
20538         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20539         (gst_ffmpegcsp_set_caps):
20540         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20541         (gst_videorate_setcaps), (gst_videorate_blank_data),
20542         (gst_videorate_chain):
20543         * gst/videotestsrc/gstvideotestsrc.c:
20544         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20545         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20546         (gst_videotestsrc_event), (gst_videotestsrc_create):
20547         * gst/videotestsrc/gstvideotestsrc.h:
20548         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20549         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20550         (gst_ximagesink_get_times), (gst_ximagesink_init):
20551         * sys/ximage/ximagesink.h:
20552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20553         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20554         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20555         * sys/xvimage/xvimagesink.h:
20556           Convert elements to use fractions for their framerate.
20557           V4L elements to come later tonight.
20558
20559 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20560
20561         * gst-libs/gst/audio/audio.c:
20562         * gst-libs/gst/audio/audio.h:
20563           remove some deprecated functions
20564
20565 2005-11-22  Andy Wingo  <wingo@pobox.com>
20566
20567         * Update for gst_tag_setter API changes.
20568
20569 2005-11-22  Andy Wingo  <wingo@pobox.com>
20570
20571         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20572         (gst_ogg_demux_perform_seek):
20573         * ext/theora/theoradec.c (theora_dec_sink_event):
20574         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20575         update-funcnames.
20576
20577 2005-11-22  Wim Taymans  <wim@fluendo.com>
20578
20579         * examples/seeking/seek.c: (main):
20580         Give higher priority to bus signals than the gtk events
20581         to fix a race condition in the segment looping.
20582
20583 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20584
20585         * ext/theora/Makefile.am:
20586         * ext/vorbis/Makefile.am:
20587         * gst-libs/gst/tag/Makefile.am:
20588         * gst-plugins-base.spec.in:
20589           Rename libgsttagedit to libgsttag (#322117).
20590
20591 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20592
20593         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20595           Call gst_x_overlay_prepare_xwindow_id() to give applications
20596           a final chance to set their own xwindow id before the video
20597           sink creates its own window.
20598
20599 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20600
20601         * sys/xvimage/xvimagesink.c:
20602         (gst_xvimagesink_navigation_send_event): Handle navigation
20603         events correcly with borders if applicable.
20604
20605 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20606
20607         Patch by: Luca Ognibene
20608
20609         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20610         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20611         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20612         (gst_ffmpegcsp_caps_remove_format_info):
20613         * gst/ffmpegcolorspace/imgconvert.c:
20614         * gst/ffmpegcolorspace/imgconvert_template.h:
20615           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20616           #318353); use gst_structure_has_name().
20617
20618 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20619
20620         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20621         (gst_ximagesink_class_init): Add debug macros on functions.
20622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20623         (gst_xvimagesink_xwindow_draw_borders),
20624         (gst_xvimagesink_xvimage_put),
20625         (gst_xvimagesink_xwindow_update_geometry),
20626         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20627         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20628         (gst_xvimagesink_xcontext_clear),
20629         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20630         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20631         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20632         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20633         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20634         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20635         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20636         expose while being PAUSED, out of data flow navigation events, etc..
20637
20638 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20639
20640         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20641         * gst-libs/gst/audio/audio.h:
20642           fix prototype - wondering why the test worked regardless
20643
20644 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20645
20646         * check/Makefile.am:
20647         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20648         * gst-libs/gst/audio/audio.h:
20649           add a method that returns a proper GstClockTime
20650
20651 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20652
20653         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20654         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20655         * gst-libs/gst/interfaces/xoverlay.h:
20656           Remove everything having to do with the desired size; add 
20657           gst_x_overlay_prepare_xwindow_id() function; remove the
20658           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20659           post a message on the bus instead (#321816).
20660
20661         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20663         (gst_xvimagesink_xoverlay_init):
20664           Remove desired size stuff (#321816).
20665
20666 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20667
20668         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20669         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20670         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20671           Terminate vararg functions with NULL instead of 0 to 
20672           make gcc4 happy.
20673
20674 2005-11-21  Andy Wingo  <wingo@pobox.com>
20675
20676         patch by: Sebastien Cote <sebas642@yahoo.ca>
20677         
20678         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20679         * gst-libs/gst/rtp/gstrtpbuffer.c
20680         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20681
20682 2005-11-21  Andy Wingo  <wingo@pobox.com>
20683
20684         * gst/playback/gstplaybin.c (gen_audio_element) 
20685         (gen_video_element): Use the new MISSING_PLUGIN core error
20686         category. Closes #320060.
20687
20688         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20689         * gst/videorate/gstvideorate.c (gst_videorate_event):
20690         * ext/theora/theoradec.c (theora_dec_sink_event): 
20691         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20692         stream lock.
20693
20694         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20695         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20696         stream lock changes.
20697
20698 2005-11-21  Wim Taymans  <wim@fluendo.com>
20699
20700         * gst-libs/gst/audio/gstbaseaudiosink.c:
20701         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20702         (gst_base_audio_sink_provide_clock),
20703         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20704         (gst_base_audio_sink_change_state):
20705         * gst/audioresample/gstaudioresample.c:
20706         Segment update fix.
20707
20708 2005-11-21  Andy Wingo  <wingo@pobox.com>
20709
20710         * *.h:
20711         * *.c: Ran scripts/update-macros. Oh yes.
20712
20713 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20714
20715         * sys/ximage/Makefile.am:
20716         * sys/ximage/ximage.c:
20717           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20718           remove your old libgstximage.* manually if necessary).
20719
20720 2005-11-21  Michael Smith <msmith@fluendo.com>
20721
20722         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20723           Minimal fix for bug #320200: set the min/max bitrate in the correct
20724           units. A better fix would be to upgrade to the RATEMANAGE2
20725           interface, rather than using the deprecated interface used here, but
20726           that would require an update in our libvorbis dependency (to 1.1),
20727           which is probably undesirable.
20728
20729 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20730
20731         * ext/libvisual/visual.c: (get_buffer):
20732         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20733         (gst_base_audio_src_fixate):
20734         * gst/audioconvert/gstaudioconvert.c:
20735         (gst_audio_convert_fixate_caps):
20736         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20737         * gst/audiotestsrc/gstaudiotestsrc.c:
20738         (gst_audiotestsrc_src_fixate):
20739         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20740         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20741         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20742         * gst/videotestsrc/gstvideotestsrc.c:
20743         (gst_videotestsrc_src_fixate):
20744         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20746           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20747           (#322027)
20748
20749
20750 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20751
20752         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20753         (gst_riff_create_iavs_caps):
20754         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20755         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20756         (gst_riff_parse_info):
20757         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20758         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20760           Fixes for GST_FOURCC_FORMAT API change.
20761
20762 2005-11-21  Andy Wingo  <wingo@pobox.com>
20763
20764         patch by: Alessandro Dessina <alessandro nnva org>
20765
20766         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20767         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20768         (gst_ogg_parse_chain):
20769         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20770         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20771         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20772         gst_value_list calls on arrays. Fixes #321962.
20773
20774 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20775
20776         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20777         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20778         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20779         * gst/adder/gstadder.c: (gst_adder_init),
20780         (gst_adder_request_new_pad), (gst_adder_collected),
20781         (gst_adder_change_state):
20782           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20783           API change.
20784
20785 2005-11-21  Michael Smith <msmith@fluendo.com>
20786
20787         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20788         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20789           Properly handle pad_push return values.
20790
20791 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20792
20793         * gst-libs/gst/tag/Makefile.am:
20794         * gst-libs/gst/tag/gstvorbistag.c:
20795         (gst_tag_list_to_vorbiscomment_buffer):
20796           Remove obsolete vorbistag element and debug category.
20797
20798         * gst/playback/gstplaybasebin.c: (check_queue):
20799           Don't divide by 0 when queue-threshold is 0.
20800
20801         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20802           Don't modify an existing pixel-aspect-ratio if we fail to read
20803           a new one.
20804
20805 2005-11-20  Wim Taymans  <wim@fluendo.com>
20806
20807         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20808         (gst_vorbisenc_push_packet):
20809         GST_PAD_IS_USABLE is gone, use the return value of
20810         the push or pad_alloc_buffer instead.
20811
20812 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20813
20814         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20815         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20816         (gst_ximagesink_ximage_destroy),
20817         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20818         (gst_ximagesink_xwindow_new),
20819         (gst_ximagesink_xwindow_update_geometry),
20820         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20821         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20822         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20823         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20824         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20825         (gst_ximagesink_navigation_send_event),
20826         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20827         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20828         (gst_ximagesink_finalize), (gst_ximagesink_init),
20829         (gst_ximagesink_class_init):
20830         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20831         This new version brings correct software scaling, non flickering
20832         window while resizing, pixel aspect ratio handling, usage of
20833         hardware buffer pools, out of data flow event thread for 
20834         navigation and handling of expose events even when being PAUSED,
20835         a new property to keep video aspect ratio when resizing, etc...
20836
20837 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20838
20839         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20840         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20841         handling of PAR.
20842
20843 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20844
20845         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20846         Unsetting IS_SINK flag from the fakesink, so decodebin
20847         never behaves as a sink.
20848
20849 2005-11-17  Wim Taymans  <wim@fluendo.com>
20850
20851         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20852         (gst_base_audio_src_change_state):
20853         Fix the audiosrc base class again, we did not unflush.
20854
20855 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20856
20857         * examples/seeking/seek.c: (make_dv_pipeline),
20858         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20859         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20860         to ogg/vorbis/theora pipeline.
20861
20862 2005-11-17  Wim Taymans  <wim@fluendo.com>
20863
20864         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20865         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20866         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20867         Fix EOS on multiple streams.
20868         More debugging.
20869
20870 2005-11-16  Wim Taymans  <wim@fluendo.com>
20871
20872         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20873         (gst_ogg_demux_perform_seek):
20874         Segment done must include stream time.
20875
20876         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20877         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20878         (gst_ogg_mux_change_state):
20879         Fix ogg muxer again.
20880
20881 2005-11-16  Wim Taymans  <wim@fluendo.com>
20882
20883         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20884         Fix compile again.
20885
20886 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20887
20888         * ext/libvisual/visual.c: (gst_visual_init):
20889         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20890         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20891         (gst_ogg_parse_chain):
20892         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20893         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20894         * ext/theora/theoradec.c: (gst_theora_dec_init):
20895         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20896         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20897         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20898         * gst/adder/gstadder.c: (gst_adder_class_init),
20899         (gst_adder_dispose):
20900         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20901         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20902         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20903           Fix a whole set of pad template leaks
20904
20905 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20906
20907         * check/generic/states.c: (GST_START_TEST):
20908           fix the test so that it only checks for elements that are part of
20909           this source module
20910
20911 2005-11-16  Michael Smith <msmith@fluendo.com>
20912
20913         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20914         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20915         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20916         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20917         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20918         (gst_ogg_mux_change_state):
20919           Fix leaking collectpads.
20920
20921 2005-11-16  Edward Hervey  <edward@fluendo.com>
20922
20923         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20924         (gst_videorate_event), (gst_videorate_chain):
20925         Handle segment seeks
20926
20927 2005-11-16  Wim Taymans  <wim@fluendo.com>
20928
20929         * gst-libs/gst/audio/gstbaseaudiosink.c:
20930         (gst_base_audio_sink_provide_clock),
20931         (gst_base_audio_sink_change_state):
20932         Set ringbuffer to non-flushing when going to PAUSED, set to
20933         flushing again when going to READY.
20934
20935         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20936         (gst_ring_buffer_stop):
20937         Start in flushing mode by default.
20938         Don't set flushing in the _stop method, let the app call
20939         this explicitly.
20940
20941 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20942
20943         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20944         * gst-libs/gst/video/videosink.h: Add helper function needed
20945         for video sinks.
20946
20947 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20948
20949         * gst/videoscale/gstvideoscale.c:
20950         (gst_videoscale_handle_src_event):
20951           Don't leak reference to pad parent.
20952
20953 2005-11-16  Wim Taymans  <wim@fluendo.com>
20954
20955         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20956         Set ringbuffer to flushing when stopping so that we don't
20957         block on wait_segment anymore and livelock.
20958
20959 2005-11-16  Wim Taymans  <wim@fluendo.com>
20960
20961         * examples/seeking/seek.c: (send_event), (do_seek),
20962         (loop_toggle_cb), (segment_done), (main):
20963         Added looping checkbox.
20964
20965 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20966
20967         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20968         (gst_ogg_demux_init):
20969         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20970         (gst_vorbis_dec_init):
20971           revert unrefs, they don't pass make check
20972
20973 2005-11-15  Johan Dahlin  <johan@gnome.org>
20974
20975         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20976         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20977         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20978         (gst_vorbis_dec_init):
20979         Fix pad template leaks. 
20980
20981 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20982
20983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20984           Make state change function thread safe.
20985
20986 2005-11-15  Edward Hervey  <edward@fluendo.com>
20987
20988         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20989         (gst_ogg_demux_class_init):
20990         Implement GstElement::send_event, so we can send seek events
20991         in GST_STATE_READY
20992
20993 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20994
20995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20996         Discovered how to take away flickering while resizing the
20997         window. Please don't put that in ximagesink, refactoring in
20998         progress.
20999
21000 2005-11-14  Michael Smith <msmith@fluendo.com>
21001
21002         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
21003         (gst_multifdsink_render):
21004           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
21005
21006 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
21007
21008         * gst/playback/gstplaybin.c: (gen_audio_element):
21009           Use autoaudiosink, it tends to be more widely available than
21010           autoaudiiosink.
21011           
21012 2005-11-14  Andy Wingo  <wingo@pobox.com>
21013
21014         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
21015         as well if it is available. Fixes #316442.
21016
21017 2005-11-14  Michael Smith <msmith@fluendo.com>
21018
21019         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
21020         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21021         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21022         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21023         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
21024         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21025         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
21026         (gst_vorbisenc_change_state):
21027           Fix a small memory leak in vorbisenc.
21028           Fix large memory leaks in oggmux, also fix lots of state change
21029           bugs in oggmux.
21030
21031 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21032
21033         * gst/videotestsrc/gstvideotestsrc.c:
21034         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
21035         (gst_videotestsrc_src_fixate):
21036           move fixation to a fixate function
21037           remove negotiate function, basesrc's is good enough
21038           fixes a bug for check when using the element alone
21039
21040 2005-11-13  Edward Hervey  <edward@fluendo.com>
21041
21042         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
21043         (key_toggle_cb), (main):
21044         Added checkboxes for adding/removing the accurate and key_unit seek
21045         flags.
21046
21047 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21048
21049         * configure.ac: back to HEAD
21050
21051 === release 0.9.5 ===
21052
21053 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
21054
21055         * configure.ac:
21056           releasing 0.9.5, "No No Kia"
21057
21058 2005-11-11  Edward Hervey  <edward@fluendo.com>
21059
21060         * examples/seeking/seek.c: (make_parselaunch_pipeline):
21061         Added parse-launch syntax seeking mode for the seeking example.
21062         This should help stress-test even more cases.
21063         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
21064
21065 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21066
21067         * sys/xvimage/xvimagesink.c:
21068         (gst_xvimagesink_navigation_send_event):
21069           Check whether peer pad exists before sending navigation events
21070           to it.
21071
21072 2005-11-11  Michael Smith <msmith@fluendo.com>
21073
21074         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
21075         (gst_vorbisenc_buffer_from_packet):
21076         * ext/vorbis/vorbisenc.h:
21077           Set duration on encoded buffers. This allows oggmux's
21078           max_page_delay parameter to actually work.
21079
21080 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21081
21082         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21083         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21084         (gst_ffmpegcsp_avpicture_fill):
21085         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21086         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21087           Make palettes work again (see #132341). Use our own macros
21088           for rounding up.
21089
21090 2005-11-10  Andy Wingo  <wingo@pobox.com>
21091
21092         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21093         string doober.
21094
21095 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21096
21097         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21098         (gst_ffmpegcsp_transform_caps):
21099           Prefer passthrough in transform_caps
21100
21101 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21102
21103         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21104           check for ALSA errors properly, instead of relying on ALSA's
21105           error strings to serve to the user.
21106
21107 2005-11-10  Wim Taymans  <wim@fluendo.com>
21108
21109         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21110         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21111         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21112         Modernise the seek code.
21113
21114 2005-11-10  Michael Smith <msmith@fluendo.com>
21115         
21116         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21117         (setup_substreams), (set_active_source):
21118           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21119           trying to go to NULL if we failed to read a file.
21120
21121 2005-11-10  Wim Taymans  <wim@fluendo.com>
21122
21123         * gst/audiotestsrc/gstaudiotestsrc.c:
21124         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21125         (gst_audiotestsrc_create):
21126         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21127         (gst_sinesrc_get_times), (gst_sinesrc_create):
21128         * gst/videotestsrc/gstvideotestsrc.c:
21129         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21130         (gst_videotestsrc_create):
21131         The base class can now sync for us.
21132
21133 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21134
21135         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21136           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21137           name=source autoprobe=false autoprobe-fps=false copy-mode=1
21138           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21139           format=(fourcc)I420" ! xvimagesink
21140
21141 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
21142
21143         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21144         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21145         (gst_sinesrc_newsegment):
21146           Send newsegment event in TIME format, set duration if
21147           num-buffers is set, fix duration querying.
21148
21149 2005-11-10  Michael Smith <msmith@fluendo.com>
21150
21151         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21152         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21153         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21154         (gst_ogg_mux_collected):
21155          Fix EOS handling, partially. Now forwarding an EOS event once we have
21156          EOS on all pads works correctly. However, we still don't properly set
21157          EOS on the actual ogg stream pages.
21158
21159 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
21160
21161         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21162           Set elements to NULL state before disposing of them.
21163
21164 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21165
21166         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21167
21168         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21169         (gst_base_rtp_depayload_init),
21170         (gst_base_rtp_depayload_set_gst_timestamp):
21171         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21172           We need to send a newsegment event for each instance, not
21173           just for the first instance of this class (get rid of
21174           static variable in function). (#321011).
21175           
21176 2005-11-08  Michael Smith <msmith@fluendo.com>
21177
21178         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21179         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21180         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21181         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21182           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21183           This makes us mux things correctly according to the ogg muxing
21184           rules. Still not handling EOS correctly right now, though.
21185
21186 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21187
21188         * gst/audioconvert/gstaudioconvert.c:
21189           Fix typo in docs. 
21190
21191 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21192
21193         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21194         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21195           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21196           creating a new chain; should fix live streaming. Also
21197           add more debug output and fix a typo.
21198
21199 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21200
21201         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21202
21203         * gst/volume/gstvolume.c: (volume_set_caps):
21204           Fix compilation on Solaris with Forte. (#320923)
21205
21206 2005-11-08  Wim Taymans  <wim@fluendo.com>
21207
21208         * gst-libs/gst/audio/gstbaseaudiosink.c:
21209         (gst_base_audio_sink_render):
21210         No need to do a typecheck.
21211
21212 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21213
21214         * ext/alsa/gstalsa.h:
21215           We register a debug category, so let's use it.
21216
21217 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21218
21219         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21220         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21221         Fixed a small problem.
21222
21223 2005-11-04  Wim Taymans  <wim@fluendo.com>
21224
21225         * examples/seeking/Makefile.am:
21226         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21227         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21228         (make_playerbin_pipeline), (format_value), (update_scale),
21229         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21230         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21231         (print_usage), (main):
21232         Added app for playback speed testing.
21233
21234         * examples/seeking/seek.c: (dynamic_link),
21235         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21236         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21237         (message_received), (main):
21238         Updated seek example.
21239
21240 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21241
21242         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21243         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21244         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21245         (gst_base_rtp_depayload_set_clock):
21246         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21247         Don't sleep on the bench (system clock) when you have a nice 
21248         comfortable bed (Gstreamer clock) to sleep on.
21249
21250 2005-11-03  Wim Taymans  <wim@fluendo.com>
21251
21252         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21253         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21254         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21255         Handle the case where a pad_block failed.
21256
21257 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21258
21259         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21260
21261         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21262         (gst_base_rtp_depayload_add_to_queue),
21263         (gst_base_rtp_depayload_push),
21264         (gst_base_rtp_depayload_set_gst_timestamp),
21265         (gst_base_rtp_depayload_queue_release):
21266           Fixes some bugs in the depayloader's queuing/de-queueing code.
21267
21268 2005-10-31  Michael Smith <msmith@fluendo.com>
21269
21270         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21271         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21272         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21273           Patch from Alessandro Decina <alessandro@nnva.org>.
21274           Make oggdemux only find the final time in a chain, not per-pad,
21275           since the per-pad information can be very expensive to locate, and
21276           it isn't used anywhere. This makes reading a file containing
21277           OggSkeleton reasonably fast.
21278           Also, make chain finding work when there are logical bitstreams that
21279           can't be decoded. Fixes #319110.
21280
21281 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21282
21283         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21284         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21285         (gst_base_rtp_depayload_chain),
21286         (gst_base_rtp_depayload_add_to_queue),
21287         (gst_base_rtp_depayload_push),
21288         (gst_base_rtp_depayload_set_gst_timestamp),
21289         (gst_base_rtp_depayload_queue_release),
21290         (gst_base_rtp_depayload_start_thread),
21291         (gst_base_rtp_depayload_set_property),
21292         (gst_base_rtp_depayload_get_property):
21293         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21294         Some random fixes, to fullfill the desires of thomas.
21295
21296 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21297
21298         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21299         (gst_base_rtp_depayload_add_to_queue),
21300         (gst_base_rtp_depayload_push):
21301         Fixed the queueing algorithm.
21302
21303 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21304
21305         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21306         (gst_base_rtp_depayload_push):
21307         A small fix
21308
21309 2005-10-31  Wim Taymans  <wim@fluendo.com>
21310
21311         * gst-libs/gst/audio/gstringbuffer.h:
21312         Don't break ABI.
21313
21314         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21315         (gst_ffmpeg_caps_to_pixfmt):
21316         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21317         (gst_ffmpegcsp_set_caps):
21318         Some more comments.
21319         Handle missing required caps fields better.
21320
21321 2005-10-31  Wim Taymans  <wim@fluendo.com>
21322
21323         * gst-libs/gst/audio/gstbaseaudiosink.c:
21324         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21325         (gst_base_audio_sink_render):
21326         * gst-libs/gst/audio/gstringbuffer.c:
21327         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21328         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21329         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21330         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21331         (gst_ring_buffer_read):
21332         * gst-libs/gst/audio/gstringbuffer.h:
21333         Add flushing mode to the ringbuffer so that it in all cases does
21334         not try to handle more audio. This makes sure it does not try to
21335         block anymore when flushing and fixes a livelock.
21336
21337 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21338
21339         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21340         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21341         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21342           Explicitly check for -1 values before doing a conversion
21343           and always map them to -1. (#315545)
21344
21345 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21346
21347         * gst/playback/gstplaybin.c: (gen_video_element):
21348           first try autovideosink, then xvimagesink, then error out
21349         * po/POTFILES.in:
21350           add translatable file
21351         * po/af.po:
21352         * po/az.po:
21353         * po/cs.po:
21354         * po/en_GB.po:
21355         * po/hu.po:
21356         * po/it.po:
21357         * po/nb.po:
21358         * po/nl.po:
21359         * po/or.po:
21360         * po/sq.po:
21361         * po/sr.po:
21362         * po/sv.po:
21363         * po/uk.po:
21364         * po/vi.po:
21365           update translations
21366
21367 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21368
21369         * gst-libs/gst/rtp/gstbasedepayload.c:
21370         * gst-libs/gst/rtp/gstbasedepayload.h:
21371           Minor cleanups
21372
21373 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21374
21375         * gst/playback/.cvsignore:
21376         * gst/playback/decodetest.c:
21377         * gst/playback/test3.c:
21378           Port these two tests as well.
21379
21380 2005-10-27  Wim Taymans  <wim@fluendo.com>
21381
21382         * ext/theora/theoradec.c: (theora_dec_src_query),
21383         (theora_dec_sink_event):
21384         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21385         (theora_enc_change_state):
21386         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21387         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21388         Take proper locks when handling events.
21389
21390 2005-10-27  Wim Taymans  <wim@fluendo.com>
21391
21392         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21393         (gst_adder_change_state):
21394         Fix timestamps and fix deadlock when stopping the collectpads.
21395
21396 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21397
21398         * gst-libs/gst/rtp/gstrtpbuffer.h:
21399         Declaring the payload types as strings too so that they can be used
21400         in the padtemplate inialization.
21401
21402 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21403
21404         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21405
21406         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21407         (gst_base_rtp_depayload_class_init):
21408         Fixes a small but nasty bug. The derived elements no longer segfaults
21409         on finalization.
21410
21411 2005-10-26  Michael Smith <msmith@fluendo.com>
21412
21413         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21414           When clearing an audioconvert context, set tmpbufsize to zero, so
21415           we'll allocate it again later if required.
21416           This fixes audioconvert re-negotiating formats, which previously
21417           segfaulted with a NULL destination buffer.
21418
21419 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21420
21421         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21422         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21423         (gst_base_rtp_depayload_set_gst_timestamp),
21424         (gst_base_rtp_depayload_queue_release):
21425         Fixed a smalll memleak.
21426
21427 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21428         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21429         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21430         (gst_base_rtp_depayload_finalize),
21431         (gst_base_rtp_depayload_setcaps),
21432         (gst_base_rtp_depayload_add_to_queue),
21433         (gst_base_rtp_depayload_push),
21434         (gst_base_rtp_depayload_set_gst_timestamp),
21435         (gst_base_rtp_depayload_queue_release),
21436         (gst_base_rtp_depayload_thread),
21437         (gst_base_rtp_depayload_change_state):
21438         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21439         Changed the C++ comments to C comments
21440
21441 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21442
21443         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21444         * gst/tcp/gsttcpclientsrc.h:
21445         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21446         * gst/tcp/gsttcpserversrc.h:
21447           Remove unused 'curoffset' structure member.
21448
21449 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21450
21451         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21452         (gst_base_rtp_depayload_base_init),
21453         (gst_base_rtp_depayload_finalize):
21454         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21455         * gst-libs/gst/rtp/gstbasertppayload.h:
21456           The pad-template on the sinkpad should be set by the derived classes.
21457           Also added some useful macros.
21458
21459 2005-10-24  Wim Taymans  <wim@fluendo.com>
21460
21461         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21462         Correctly flush decoder samples even if we could not
21463         copy them to an output buffer. Fixes #319618.
21464
21465 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21466
21467         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21469         the caps against our xcontext caps.
21470
21471 2005-10-24  Wim Taymans  <wim@fluendo.com>
21472
21473         * gst-libs/gst/audio/gstbaseaudiosink.c:
21474         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21475         Remove g_print
21476         Use sync property from baseclass to disable sync.
21477
21478 2005-10-24  Wim Taymans  <wim@fluendo.com>
21479
21480         * gst-libs/gst/audio/gstbaseaudiosink.c:
21481         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21482         Buffers with no timestamps get aligned with previous buffers or
21483         on underrun, played ASAP.
21484
21485 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21486
21487         * gst-libs/gst/video/video.h:
21488         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21489         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21491         here comes my change on caps for framerate and geometry range.
21492         We are now accepting 1 to MAXINT for width and height, and from
21493         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21494         to be blended correctly in videomixer.
21495
21496 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21497
21498         * configure.ac:
21499           back to HEAD
21500
21501 === release 0.9.4 ===
21502
21503 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21504
21505         * NEWS:
21506         * RELEASE:
21507         * configure.ac:
21508           releasing 0.9.4, "Velociraptor"
21509
21510 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21511
21512         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21513         * po/POTFILES.in:
21514           STOPPED -> FAILED
21515
21516 2005-10-21  Wim Taymans  <wim@fluendo.com>
21517
21518         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21519         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21520         (pad_blocked), (close_pad_link), (new_pad):
21521         Don't try to remove elements twice.
21522
21523 2005-10-21  Wim Taymans  <wim@fluendo.com>
21524
21525         * ext/theora/theoradec.c: (theora_dec_src_query),
21526         (theora_dec_sink_event):
21527         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21528         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21529         (vorbis_handle_data_packet):
21530         * ext/vorbis/vorbisdec.h:
21531         Fix old naming.
21532
21533         * gst-libs/gst/audio/gstbaseaudiosink.c:
21534         (gst_base_audio_sink_render):
21535         Don't try to sync on buffers without a timestamp.
21536
21537 2005-10-21  Wim Taymans  <wim@fluendo.com>
21538
21539         * ext/theora/theoradec.c: (theora_dec_src_query),
21540         (theora_dec_sink_event):
21541         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21542         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21543         (vorbis_handle_data_packet):
21544         * ext/vorbis/vorbisdec.h:
21545         Fix old naming.
21546
21547 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21548
21549         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21550         (gst_vorbisenc_src_query):
21551           Implement position and duration queries.
21552
21553         * gst/playback/test3.c: (update_scale), (main):
21554           Fix for async state changes and print nicer output.
21555
21556 2005-10-20  Wim Taymans  <wim@fluendo.com>
21557
21558         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21559         (dump_element_stats), (main):
21560         * gst/playback/test6.c: (main):
21561         Fix tests again
21562
21563 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21564
21565         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21566         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21567           Don't use functions for position queries when handling
21568           duration queries.
21569
21570 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21571
21572         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21573         (vorbis_handle_data_packet), (vorbis_dec_chain),
21574         (vorbis_dec_change_state):
21575         * ext/vorbis/vorbisdec.h:
21576           Vorbis streams can be embedded in other container formats
21577           than ogg, container formats where the demuxer might set 
21578           timestamps on encoded vorbis buffers instead of those silly 
21579           granulepos thingies. In short: make vorbisdec handle 
21580           timestamps on incoming buffers as well.
21581
21582 2005-10-20  Wim Taymans  <wim@fluendo.com>
21583
21584         * gst/playback/gstplaybasebin.c: (group_destroy),
21585         (gst_play_base_bin_change_state):
21586         Fix leak.
21587         Handle case where playbasebin is now ASYNC because
21588         decodebin is.
21589
21590 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21591
21592         * gst/audioconvert/Makefile.am:
21593         * gst/audioconvert/bufferframesconvert.c:
21594         * gst/audioconvert/plugin.c: (plugin_init):
21595         * gst/audioconvert/plugin.h:
21596           And bye bye buffer-frames-convert
21597
21598 2005-10-19  Wim Taymans  <wim@fluendo.com>
21599
21600         * check/elements/audioconvert.c:
21601         * docs/libs/tmpl/gstaudio.sgml:
21602         * docs/libs/tmpl/gstcolorbalance.sgml:
21603         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21604         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21605         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21606         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21607         * gst-libs/gst/audio/audio.h:
21608         * gst/audioconvert/audioconvert.h:
21609         * gst/audioconvert/gstaudioconvert.c:
21610         (gst_audio_convert_parse_caps):
21611         * gst/volume/gstvolume.c:
21612         Bye bye buffer-frames.
21613
21614 2005-10-19  Wim Taymans  <wim@fluendo.com>
21615
21616         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21617         (query_positions_elems), (query_positions_pads), (update_scale),
21618         (do_seek), (set_update_scale), (message_received), (main):
21619         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21620         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21621         (gst_ogg_demux_loop):
21622         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21623         * ext/theora/theoradec.c: (theora_dec_src_query),
21624         (theora_dec_sink_event):
21625         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21626         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21627         * gst/adder/gstadder.c: (gst_adder_query):
21628         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21629         * gst/playback/test3.c: (update_scale):
21630         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21631         (dump_element_stats), (main):
21632         * gst/playback/test6.c: (main):
21633         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21634         Query API update.
21635
21636 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21637
21638         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21639         (xml_check_first_element), (xml_type_find), (smil_type_find),
21640         (plugin_init):
21641           Add typefinding for SMIL and for generic XML. Based on patch by
21642           Akos Maroy (#308663).
21643
21644 2005-10-18  Wim Taymans  <wim@fluendo.com>
21645
21646         * gst/playback/Makefile.am:
21647         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21648         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21649         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21650         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21651         (gst_decode_bin_change_state):
21652         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21653         (gst_play_bin_send_event_to_sink):
21654         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21655         (dump_element_stats), (main):
21656         * gst/playback/test6.c: (main):
21657         Make playbin async, it'll commit state to paused when all streams
21658         are detected.
21659         Remove ugly hack.
21660         Added test6.c to show async behaviour.
21661
21662 2005-10-18  Wim Taymans  <wim@fluendo.com>
21663
21664         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21665         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21666         Fix for segment-start/stop API change.
21667
21668 2005-10-18  Wim Taymans  <wim@fluendo.com>
21669
21670         * check/Makefile.am:
21671         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21672         (main):
21673         Add future test for clock selection.
21674
21675 2005-10-18  Wim Taymans  <wim@fluendo.com>
21676
21677         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21678         (gst_alsasink_close):
21679         Set handle to NULL.
21680
21681         * gst-libs/gst/audio/gstringbuffer.c:
21682         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21683         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21684         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21685         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21686         (gst_ring_buffer_read):
21687         More debug info.
21688
21689 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21690
21691         * gst/audiotestsrc/Makefile.am:
21692         * gst/sine/Makefile.am:
21693         * gst/volume/Makefile.am:
21694           fix broken build of controllerized plugins
21695
21696 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21697
21698         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21699
21700         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21701         (gst_riff_create_video_template_caps):
21702           Add support for Indeo-3 (IV32).
21703
21704 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21705
21706         * configure.ac:
21707           rewrite
21708
21709 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21710
21711         * gst-libs/gst/video/video.c: (gst_video_get_size):
21712         * gst/audiotestsrc/gstaudiotestsrc.c:
21713           doc updates
21714
21715 2005-10-17  Andy Wingo  <wingo@pobox.com>
21716
21717         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21718         with the collectpads change.
21719         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21720
21721         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21722
21723         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21724
21725         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21726         alloc_buffer flow return to callers.
21727         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21728         change. Fix some memleaks in theoraenc.
21729
21730         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21731         in strange circumstance.
21732
21733 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21734
21735         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21736         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21737         from caps, let's use the caps...
21738
21739 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21740
21741         * configure.ac:
21742           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21743
21744 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21745
21746         * gst-libs/gst/interfaces/Makefile.am:
21747           fix silly typo
21748
21749 2005-10-16  Andy Wingo  <wingo@pobox.com>
21750
21751         * gst/playback/gstdecodebin.c
21752         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21753         function!
21754         (try_to_link_1): Increase kraziness level.
21755
21756 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21757
21758         * configure.ac:
21759           restructure like the core one
21760         * gst-libs/gst/audio/Makefile.am:
21761         * gst-libs/gst/interfaces/Makefile.am:
21762         * gst-libs/gst/net/Makefile.am:
21763         * gst-libs/gst/riff/Makefile.am:
21764         * gst-libs/gst/rtp/Makefile.am:
21765         * gst-libs/gst/tag/Makefile.am:
21766         * gst-libs/gst/video/Makefile.am:
21767           use correct linker flags, now the libs are properly versioned
21768         * check/elements/audioconvert.c: (verify_convert):
21769         * ext/alsa/gstalsaplugin.c:
21770         * ext/cdparanoia/gstcdparanoia.c:
21771         * ext/gnomevfs/gstgnomevfs.c:
21772         * ext/libvisual/visual.c:
21773         * ext/ogg/gstogg.c:
21774         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21775         * ext/theora/theora.c:
21776         * ext/vorbis/vorbis.c:
21777         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21778         * gst-libs/gst/tag/gsttagediting.c:
21779         * gst-libs/gst/video/video.c:
21780         * gst/adder/gstadder.c:
21781         * gst/audioconvert/plugin.c:
21782         * gst/audiorate/gstaudiorate.c:
21783         * gst/audioresample/gstaudioresample.c:
21784         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21785         * gst/audioscale/gstaudioscale.c:
21786         * gst/audioscale/resample.c:
21787         * gst/audiotestsrc/gstaudiotestsrc.c:
21788         * gst/ffmpegcolorspace/gstffmpeg.c:
21789         * gst/playback/gstdecodebin.c: (close_pad_link):
21790         * gst/playback/gstplaybin.c: (gen_video_element),
21791         (gen_audio_element):
21792         * gst/sine/gstsinesrc.c:
21793         * gst/subparse/gstsubparse.c:
21794         * gst/tags/gsttagediting.c:
21795         * gst/tcp/gsttcpplugin.c:
21796         * gst/typefind/gsttypefindfunctions.c:
21797         * gst/videorate/gstvideorate.c:
21798         * gst/videoscale/gstvideoscale.c:
21799         * gst/videotestsrc/gstvideotestsrc.c:
21800         * gst/volume/gstvolume.c:
21801         * sys/v4l/gstv4l.c:
21802         * sys/ximage/ximage.c:
21803         * sys/xvimage/xvimagesink.c:
21804           fix up defines
21805
21806 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21807
21808         * ext/vorbis/vorbisenc.c:
21809         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21810         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21811         (gst_tag_to_vorbis_comments):
21812           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21813
21814 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21815
21816         * examples/stats/mp2ogg.c:
21817         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21818           typo fixes
21819
21820 2005-10-13  Michael Smith <msmith@fluendo.com>
21821
21822         * ext/ogg/gstoggmux.c:
21823           Use magic glib macros to define constants as 64 bit, to ensure
21824           appropriate vararg passing.
21825
21826 2005-10-13  Michael Smith <msmith@fluendo.com>
21827
21828         * ext/ogg/gstoggmux.c:
21829         * gst/audioconvert/audioconvert.c: (float):
21830           Don't use LL suffix, as it's not portable, and neither of these
21831           uses required it anyway.
21832
21833 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21834
21835         * examples/indexing/indexmpeg.c: (main):
21836         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21837         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21838         (cdparanoia_convert), (cdparanoia_query):
21839         * ext/cdparanoia/gstcdparanoia.h:
21840         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21841         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21842         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21843         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21844         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21845         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21846         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21847         (gst_multifdsink_render), (gst_multifdsink_start),
21848         (gst_multifdsink_stop):
21849         * gst/tcp/gstmultifdsink.h:
21850         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21851         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21852         (gst_tcpclientsink_stop):
21853         * gst/tcp/gsttcpclientsink.h:
21854         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21855         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21856         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21857         * gst/tcp/gsttcpclientsrc.h:
21858         * gst/tcp/gsttcpserversink.h:
21859         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21860         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21861         (gst_tcpserversrc_stop):
21862         * gst/tcp/gsttcpserversrc.h:
21863         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21864         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21865         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21866           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21867           moved bitshift from macro to enum definition
21868
21869 2005-10-12  Wim Taymans  <wim@fluendo.com>
21870
21871         * examples/seeking/Makefile.am:
21872         Oops.
21873
21874 2005-10-12  Wim Taymans  <wim@fluendo.com>
21875
21876         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21877         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21878         Don't assert on normal stuff.
21879
21880         * gst/playback/gstplaybin.c: (do_playbin_seek):
21881         API fix.
21882
21883 2005-10-12  Wim Taymans  <wim@fluendo.com>
21884
21885         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21886         * examples/seeking/Makefile.am:
21887         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21888         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21889         (do_seek), (set_update_scale), (message_received), (main):
21890         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21891         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21892         Update for _get_state() API change.
21893
21894 2005-10-11  Wim Taymans  <wim@fluendo.com>
21895
21896         * gst-libs/gst/audio/gstbaseaudiosink.c:
21897         (gst_base_audio_sink_render):
21898         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21899         (gst_base_audio_src_create):
21900         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21901         (gst_ring_buffer_read):
21902         Cleanups.
21903         Commit and read from ringbuffer in samples rather than bytes.
21904
21905 2005-10-11  Wim Taymans  <wim@fluendo.com>
21906
21907         * gst-libs/gst/audio/gstbaseaudiosink.c:
21908         (gst_base_audio_sink_render):
21909         Respect segment rate and accum when scheduling samples.
21910
21911 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21912
21913         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21914         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21915         EOS correctly, that needs more work.
21916
21917 2005-10-11  Wim Taymans  <wim@fluendo.com>
21918
21919         * check/generic/states.c: (GST_START_TEST):
21920         remove old property.
21921
21922         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21923         (gst_ogg_demux_perform_seek):
21924         * ext/theora/theoradec.c: (theora_dec_sink_event):
21925         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21926         (vorbis_handle_data_packet):
21927         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21928         (gst_base_rtp_depayload_set_gst_timestamp):
21929         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21930         Update for newsegment API change.
21931
21932 2005-10-11  Michael Smith <msmith@fluendo.com>
21933
21934         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21935         (do_playbin_seek), (gst_play_bin_send_event):
21936           Override send_event differently, so that we can takes bits of
21937           functionality from GstPipeline (special handling for seeks,
21938           including pausing/resuming, and resetting stream time) and still get
21939           the appropriate behaviour of only forwarding event to a single sink,
21940           rather than all of them.
21941           Unfortunately requires a lot of code duplication, but the
21942           alternatives are equally ugly in the end.
21943
21944 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21945
21946         * check/elements/audioconvert.c: (setup_audioconvert),
21947         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21948         (GST_START_TEST), (audioconvert_suite):
21949           clean up tests a little, fix some leaks.
21950
21951 2005-10-10  Wim Taymans  <wim@fluendo.com>
21952
21953         * ext/alsa/gstalsasink.c:
21954         Also allow unsigned int.
21955
21956         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21957         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21958         Small cleanup
21959
21960 2005-10-10  Wim Taymans  <wim@fluendo.com>
21961
21962         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21963         Small update, use API as stated in design docs.
21964
21965         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21966         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21967         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21968         (message_received), (main):
21969         Updated seek example for GOption. Some usability improvements.
21970
21971 2005-10-10  Wim Taymans  <wim@fluendo.com>
21972
21973         * gst/audioconvert/audioconvert.h:
21974         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21975         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21976         Alloc temp storage somewhere else where we can do it more
21977         portable.
21978
21979 2005-10-10  Wim Taymans  <wim@fluendo.com>
21980
21981         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21982         (gst_tcpserversrc_start):
21983         Don't block in accept while doing the state change, move
21984         to poll and make cancellable.
21985
21986 2005-10-09  Philippe Khalaf <burger@speedy.org>
21987
21988         * gst-libs/gst/rtp/rtpbasedepayload.c:
21989         Set timestamp and add queue delay to timestamp
21990         * gst-libs/gst/rtp/rtpbuffer.h:
21991         Set correct payload type for h263
21992
21993 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21994
21995         * gst/audiotestsrc/gstaudiotestsrc.c:
21996         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21997         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21998         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21999         (gst_audiotestsrc_create_triangle),
22000         (gst_audiotestsrc_create_silence),
22001         (gst_audiotestsrc_create_white_noise),
22002         (gst_audiotestsrc_init_pink_noise),
22003         (gst_audiotestsrc_generate_pink_noise_value),
22004         (gst_audiotestsrc_create_pink_noise),
22005         (gst_audiotestsrc_change_wave):
22006         * gst/audiotestsrc/gstaudiotestsrc.h:
22007           fixed typo, added pink noise
22008
22009 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22010
22011         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
22012         (plugin_init):
22013           Add wavpack and spc typefind functions from 0.8 branch.
22014
22015 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22016
22017         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
22018         (ar_type_find), (msdos_type_find), (plugin_init):
22019           Add typefind functions for tar archives, ar archives,
22020           RAR archives, and msdos-executables (dlls, exe, etc.).
22021           Some of those would be wrongly identified as mpeg
22022           streams of some sort before (#315550).
22023
22024 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22025
22026         * configure.ac:
22027         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22028         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22029         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
22030         * gst/audiotestsrc/Makefile.am:
22031         * gst/audiotestsrc/gstaudiotestsrc.c:
22032         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
22033         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
22034         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
22035         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
22036         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
22037         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
22038         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
22039         (gst_audiotestsrc_create_silence),
22040         (gst_audiotestsrc_create_white_noise),
22041         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
22042         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
22043         (gst_audiotestsrc_start), (plugin_init):
22044         * gst/audiotestsrc/gstaudiotestsrc.h:
22045           add new plugin and element
22046         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
22047           use gobject_class
22048
22049 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22050
22051         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
22052         (gst_adder_init), (gst_adder_request_new_pad),
22053         (gst_adder_change_state):
22054           Add query function to source pad, so adder reports the correct
22055           time/sample position when queried (#315457); fix state change
22056           function; use GST_DEBUG_FUNCPTR() for pad functions.
22057
22058 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22059
22060         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
22061           Fix leaks in typefind registration
22062           Clean up the gratuitous commenting and whitespacing a little
22063
22064 2005-10-08  Wim Taymans  <wim@fluendo.com>
22065
22066         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
22067         Only actually wait for the thread to be stopped if it's 
22068         running.
22069
22070 2005-10-08  Wim Taymans  <wim@fluendo.com>
22071
22072         * gst-libs/gst/audio/gstbaseaudiosink.c:
22073         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22074         If we receive EOS we can start playback of what we had.
22075
22076 2005-10-08  Wim Taymans  <wim@fluendo.com>
22077
22078         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22079         (gst_multifdsink_finalize), (multifdsink_hash_remove),
22080         (gst_multifdsink_stop):
22081         Fix crasher when going to NULL multiple times.
22082
22083 2005-10-06  Wim Taymans  <wim@fluendo.com>
22084
22085         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22086         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22087         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22088         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22089         patch from Edgard Lima <edgard.lima@indt.org.br>
22090         Fixed gstbaseaudiosrc adding ring buffer sync to it.
22091
22092 2005-10-06  Wim Taymans  <wim@fluendo.com>
22093
22094         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22095         Report the FLOW_RETURN as string in the error message.
22096
22097         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22098         Don't assert when clearing an unnegotiated buffer.
22099
22100 2005-10-04  Michael Smith <msmith@fluendo.com>
22101
22102         * gst/playback/gstplaybasebin.c: (group_destroy),
22103         (gen_preroll_element), (remove_groups), (setup_source):
22104         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22105         (setup_sinks), (gst_play_bin_send_event),
22106         (gst_play_bin_change_state):
22107           Set state to NULL before removing from bin. Fix refcounting.
22108
22109 2005-10-04  Michael Smith <msmith@fluendo.com>
22110
22111         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22112           Correct refcounting in send_event() function. Previously was wrong
22113           if the first sink was unable to handle the event.
22114
22115 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22116
22117         * configure.ac:
22118           back to development
22119
22120 === release 0.9.3 ===
22121
22122 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22123
22124         * configure.ac:
22125           Releasing 0.9.3, "De Facto"
22126
22127 2005-10-03  Andy Wingo  <wingo@pobox.com>
22128
22129         * gst/playback/gstdecodebin.c (try_to_link_1)
22130         (remove_element_chain): set element to NULL before removing it.
22131
22132 2005-10-02  Johan Dahlin  <johan@gnome.org>
22133
22134         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
22135         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22136         MT safe.
22137
22138 2005-10-02  Andy Wingo  <wingo@pobox.com>
22139
22140         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
22141         (gst_ring_buffer_prepare_read): 
22142         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22143         Demote to LOG.
22144
22145 2005-09-29  Wim Taymans  <wim@fluendo.com>
22146
22147         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22148         * ext/theora/theoradec.c: (theora_handle_data_packet):
22149         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22150         Propagate error codes from alloc_buffer too.
22151
22152 2005-09-29  Wim Taymans  <wim@fluendo.com>
22153
22154         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22155         We use fixed caps.
22156
22157         * gst/playback/Makefile.am:
22158         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22159         (dump_element_stats), (main):
22160         Added example stream introspection code.
22161
22162 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22163
22164         * gst/adder/gstadder.c: (gst_adder_collected):
22165           fix adder for float elements
22166
22167 2005-09-28  Wim Taymans  <wim@fluendo.com>
22168
22169         * gst-libs/gst/audio/gstbaseaudiosink.c:
22170         (gst_base_audio_sink_class_init),
22171         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22172         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22173         (gst_base_audio_src_class_init),
22174         (gst_base_audio_src_provide_clock):
22175         get_clock -> provide_clock
22176
22177 2005-09-28  Andy Wingo  <wingo@pobox.com>
22178
22179         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22180         and unlocking.
22181
22182         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22183         unlocking.
22184
22185         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22186         Actually add the pad template.
22187         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22188
22189         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22190         I'm at it...
22191
22192         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22193         from fdsrc. Get caps in create() instead of start() so it can be
22194         interrupted. Interruption somewhat untested.
22195
22196         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22197         Proper EOS handling.
22198
22199 2005-09-27  Andy Wingo  <wingo@pobox.com>
22200
22201         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22202
22203         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22204
22205         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22206
22207         * gst/tcp/gsttcp.h: 
22208         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22209         out of tcpclientsrc.c. Cancellable.
22210         (gst_tcp_socket_read): Made private, cancellable, with better
22211         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22212         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22213         whole buffer, and better diagnostics.
22214         (gst_tcp_gdp_read_caps): Same.
22215
22216         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22217
22218 2005-09-26  Andy Wingo  <wingo@pobox.com>
22219
22220         * gst/sine/gstsinesrc.h:
22221         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22222         change the 'sync' property to 'is-live' and implement it halfway,
22223         update for controller api change.
22224
22225         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22226         controller api change.
22227
22228 2005-09-24  Wim Taymans  <wim@fluendo.com>
22229
22230         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22231         * gst-libs/gst/audio/gstaudiosink.c:
22232         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22233         (gst_audioringbuffer_stop):
22234         * gst-libs/gst/audio/gstbaseaudiosink.c:
22235         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22236         (gst_base_audio_sink_change_state):
22237         * gst-libs/gst/audio/gstbaseaudiosink.h:
22238         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22239         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22240         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22241         * gst-libs/gst/audio/gstringbuffer.h:
22242         Fix sync again. Moved sample alignment to basesink.
22243
22244 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22245
22246         * docs/plugins/Makefile.am:
22247         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22248         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22249         * gst/volume/gstvolume.c:
22250           add/fix docs
22251         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22252         * gst-libs/gst/audio/audio.h:
22253           add conversion macros for frames <-> clocktime
22254
22255 2005-09-23  David Schleef  <ds@schleef.org>
22256
22257         * gst/audioresample/Makefile.am:
22258         * gst/audioresample/debug.h:
22259         * gst/audioresample/gstaudioresample.c:
22260         * gst/audioresample/resample.c: Convert to using gst debugging
22261
22262 2005-09-22  Wim Taymans  <wim@fluendo.com>
22263
22264         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22265         (gst_play_bin_send_event):
22266         Only seek on one sink, the first one that succeeds.
22267
22268 2005-09-22  Michael Smith <msmith@fluendo.com>
22269
22270         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22271         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22272         Don't flush encoder state unless we have an initialised encoder.
22273         Clear out encoder state on PAUSED_TO_READY.
22274
22275 2005-09-22  Wim Taymans  <wim@fluendo.com>
22276
22277         * gst-libs/gst/rtp/gstbasertppayload.c:
22278         (gst_basertppayload_class_init), (gst_basertppayload_init),
22279         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22280         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22281         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22282         (gst_basertppayload_set_property),
22283         (gst_basertppayload_get_property),
22284         (gst_basertppayload_change_state):
22285         * gst-libs/gst/rtp/gstbasertppayload.h:
22286         Added max-ptime to control amount of data in the rtp packets.
22287
22288 2005-09-21  Andy Wingo  <wingo@pobox.com>
22289
22290         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22291         thingies.
22292
22293         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22294         can be called multiple times, dogs.
22295
22296 2005-09-21  Wim Taymans  <wim@fluendo.com>
22297
22298         * gst-libs/gst/rtp/gstbasertppayload.c:
22299         (gst_basertppayload_class_init), (gst_basertppayload_init),
22300         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22301         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22302         (gst_basertppayload_push), (gst_basertppayload_get_property),
22303         (gst_basertppayload_change_state):
22304         Allow 0 ssrc too.
22305
22306 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22307
22308         * docs/libs/compiling.sgml:
22309           fixing typos
22310
22311 2005-09-20  Wim Taymans  <wim@fluendo.com>
22312
22313         * gst-libs/gst/rtp/gstbasertppayload.c:
22314         (gst_basertppayload_class_init), (gst_basertppayload_init),
22315         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22316         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22317         (gst_basertppayload_push), (gst_basertppayload_set_property),
22318         (gst_basertppayload_get_property),
22319         (gst_basertppayload_change_state):
22320         * gst-libs/gst/rtp/gstbasertppayload.h:
22321         Added property to configure sequence number offsets.
22322
22323 2005-09-20  Wim Taymans  <wim@fluendo.com>
22324
22325         * gst-libs/gst/rtp/gstbasertppayload.c:
22326         (gst_basertppayload_class_init), (gst_basertppayload_init),
22327         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22328         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22329         (gst_basertppayload_push), (gst_basertppayload_set_property),
22330         (gst_basertppayload_get_property),
22331         (gst_basertppayload_change_state):
22332         * gst-libs/gst/rtp/gstbasertppayload.h:
22333         Make timestamp offset configurable.
22334
22335 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22336
22337         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22338           fix wrong pop/unref
22339
22340 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22341
22342         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22343
22344         * gst-libs/gst/interfaces/propertyprobe.c:
22345         (gst_property_probe_probe_property_name),
22346         (gst_property_probe_needs_probe_name),
22347         (gst_property_probe_get_values_name),
22348         (gst_property_probe_probe_and_get_values_name):
22349           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22350           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22351
22352 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22353
22354         * check/Makefile.am:
22355           have some tests be disabled for valgrinding
22356         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22357         (GST_START_TEST):
22358         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22359           Fix A Leak.  Chain To Parent Finalize.
22360
22361 2005-09-19  Wim Taymans  <wim@fluendo.com>
22362
22363         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22364         Fixed wav pipeline.
22365
22366 2005-09-19  Wim Taymans  <wim@fluendo.com>
22367
22368         * gst-libs/gst/rtp/gstbasertppayload.c:
22369         (gst_basertppayload_class_init), (gst_basertppayload_init),
22370         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22371         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22372         (gst_basertppayload_push), (gst_basertppayload_get_property),
22373         (gst_basertppayload_change_state):
22374         Posting ERROR and WARNING messages is good.
22375
22376 2005-09-19  Wim Taymans  <wim@fluendo.com>
22377
22378         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22379         (gst_base_rtp_depayload_add_to_queue),
22380         (gst_base_rtp_depayload_push),
22381         (gst_base_rtp_depayload_set_gst_timestamp),
22382         (gst_base_rtp_depayload_queue_release):
22383         This one was not supposed to go in.
22384
22385 2005-09-19  Wim Taymans  <wim@fluendo.com>
22386
22387         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22388         Fix for bus API.
22389
22390         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22391         (gst_base_rtp_depayload_chain),
22392         (gst_base_rtp_depayload_add_to_queue),
22393         (gst_base_rtp_depayload_push),
22394         (gst_base_rtp_depayload_set_gst_timestamp),
22395         (gst_base_rtp_depayload_queue_release):
22396         Some cleanups.
22397
22398         * gst-libs/gst/rtp/gstbasertppayload.c:
22399         (gst_basertppayload_class_init), (gst_basertppayload_init),
22400         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22401         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22402         (gst_basertppayload_get_property),
22403         (gst_basertppayload_change_state):
22404         Added debugging category.
22405
22406 2005-09-18  David Schleef  <ds@schleef.org>
22407
22408         * gst/playback/gstdecodebin.c: free plugin list correctly
22409         * gst/playback/gstplaybin.c: emit warning if autovideosink
22410           and autoaudiosink can't be found (instead of segfaulting)
22411
22412 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22413
22414         * check/elements/audioconvert.c: (GST_START_TEST):
22415           try out 24 bit conversion
22416
22417 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22418
22419         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22420         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22421         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22422         * ext/vorbis/vorbisenc.h:
22423           Fix EOS handling.  Still needs a fix in the ogg muxer to
22424           mark the last page as eos.
22425
22426 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22427
22428         * common/gtk-doc-plugins.mak:
22429         * docs/plugins/Makefile.am:
22430         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22431         * gst/ffmpegcolorspace/Makefile.am:
22432         * gst/ffmpegcolorspace/avcodec.h:
22433         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22434         * gst/tcp/gstmultifdsink.c:
22435           fix up ffmpegcolorspace docs; extract header
22436
22437 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22438
22439         * common/gtk-doc-plugins.mak:
22440         * docs/plugins/Makefile.am:
22441         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22442         * ext/theora/Makefile.am:
22443         * ext/theora/gsttheoraenc.h:
22444         * ext/theora/theoraenc.c:
22445         * ext/vorbis/vorbisenc.c:
22446           pick up signals and args for vorbis; add some docs for vorbis
22447
22448 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22449
22450         * common/gstdoc-scangobj:
22451         * common/gtk-doc-plugins.mak:
22452         * docs/libs/Makefile.am:
22453         * docs/plugins/gst-plugins-base-plugins.args:
22454         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22455         * docs/plugins/gst-plugins-base-plugins.interfaces:
22456         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22457         * docs/plugins/gst-plugins-base-plugins.signals:
22458           only scanobj stuff from our source module.  Not sure yet
22459           if that's correct, given the hierarchy stuff :)
22460
22461 2005-09-15  Wim Taymans  <wim@fluendo.com>
22462
22463         * gst/audioconvert/gstaudioconvert.c:
22464         And enable 24 bits mode as well..
22465
22466 2005-09-15  Wim Taymans  <wim@fluendo.com>
22467
22468         * gst-libs/gst/rtp/Makefile.am:
22469         * gst-libs/gst/rtp/gstbasertppayload.c:
22470         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22471         (gst_basertppayload_class_init), (gst_basertppayload_init),
22472         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22473         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22474         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22475         (gst_basertppayload_set_property),
22476         (gst_basertppayload_get_property),
22477         (gst_basertppayload_change_state):
22478         * gst-libs/gst/rtp/gstbasertppayload.h:
22479         Added rtp payloader base class.
22480
22481 2005-09-15  Andy Wingo  <wingo@pobox.com>
22482
22483         * configure.ac (plugindir): Remove the EOL matcher from the
22484         regexp, as it causes me problems. Libtool? Make? Who knows?
22485
22486 2005-09-14  David Schleef  <ds@schleef.org>
22487
22488         * check/generic/states.c: 
22489         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22490         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22491           Fixes for changes in registry API.
22492
22493         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22494           to GST_PLUGIN_LDFLAGS.
22495         * ext/libvisual/visual.c: Make the library shut up.
22496         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22497         * gst-libs/gst/audio/gstaudiofilter.c: same
22498
22499 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22500
22501         * docs/plugins/Makefile.am:
22502         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22503         * docs/plugins/inspect/plugin-libvisual.xml:
22504         * docs/plugins/tmpl/element-tcpserversink.sgml:
22505         * ext/theora/theoraenc.c:
22506           add libvisual plugin and theoraenc element to docs
22507
22508 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22509
22510         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22511         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22512         * ext/theora/theoraenc.c:
22513           add theoraenc
22514
22515 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22516
22517         * gst/audioconvert/Makefile.am:
22518           Audioconvert derives from GstBaseTransform and should
22519           link to the library with our base elements to avoid
22520           unresolved symbols. Makes things work with MinGW (#316160)
22521
22522         * gst/playback/test4.c: (main):
22523           Fix MinGW build problem and use g_usleep() instead of 
22524           sleep() (#316162)
22525
22526 2005-09-12  Wim Taymans  <wim@fluendo.com>
22527
22528         * gst/audioconvert/audioconvert.c: (float),
22529         (audio_convert_prepare_context), (audio_convert_convert):
22530         * gst/audioconvert/audioconvert.h:
22531         Cleanups, speedups, simplifications, added back support
22532         for 24 bits.
22533
22534 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22535
22536         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22537         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22538         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22539         * docs/plugins/tmpl/element-tcpserversink.sgml:
22540         * gst/ffmpegcolorspace/gstffmpeg.c:
22541         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22542         * gst/videotestsrc/gstvideotestsrc.c:
22543         * gst/volume/gstvolume.c:
22544           add more elements to the docs
22545
22546 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22547
22548         * check/Makefile.am:
22549         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22550         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22551           Add extra tests for basetransform based components. 
22552           Comment out the test_element_negotiation test until we decide
22553           if it's testing correct behaviour.
22554         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22555         (gst_visual_chain), (gst_visual_change_state):
22556           Slightly more correct but still bogus timestamping.
22557           Fix state change function.
22558         * gst/audioconvert/gstaudioconvert.c:
22559         (gst_audio_convert_class_init):
22560         * gst/audioresample/gstaudioresample.c:
22561         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22562         (gst_ffmpegcsp_class_init):
22563         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22564         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22565         (gst_videoscale_prepare_image):
22566         * gst/volume/gstvolume.c: (gst_volume_class_init),
22567         (volume_transform_ip):
22568           Basetransform updates. Enable passthrough modes.
22569         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22570         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22571         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22572           Negotiation fix that allows the window to return to the original
22573           size and renegotiate passthrough upstream. Extra debug output.
22574
22575 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22576
22577         * gst/sine/gstsinesrc.c:
22578         * gst/volume/gstvolume.c:
22579           fix up header include
22580
22581 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22582
22583         * gst-libs/gst/audio/gstbaseaudiosink.c:
22584         (gst_base_audio_sink_render):
22585         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22586         * gst/volume/gstvolume.c: (gst_volume_class_init),
22587         (volume_transform):
22588           fixing lost sync, some more debugging
22589
22590 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22591
22592         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22593         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22594         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22595         (gst_xvimagesink_check_xshm_calls):
22596           Fix compilation when XShm is not available.
22597
22598 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22599
22600         * ext/libvisual/visual.c: (gst_visual_dispose),
22601         (gst_visual_getcaps), (gst_visual_src_setcaps),
22602         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22603         (gst_visual_change_state):
22604           Finish fixing up libvisual plugin so that it runs. 
22605
22606 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22607
22608         * ext/vorbis/vorbisenc.c:
22609         * gst-libs/gst/tag/gstvorbistag.c:
22610           gsttaginterface.h -> gsttagsetter.h
22611
22612 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22613
22614         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22615           added another test that failes for me (test is not active by default)
22616
22617 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22618
22619         * configure.ac:
22620           v4l2 is no longer in gst-plugins-base
22621
22622 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22623
22624         * configure.ac:
22625           In the output at the end, don't show the first plugin on the same
22626           line as "Core plug-ins, always built:".
22627           Indent the output as for other plugin categories
22628         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22629           #define that can be used to not use peer buffer_alloc functions for
22630           test purposes.
22631         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22632         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22633         (gst_ximagesink_show_frame):
22634         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22635         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22636         (gst_xvimagesink_show_frame):
22637           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22638           fails gracefully instead of XError aborting or deadlocking.
22639
22640 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22641
22642         * ext/libvisual/Makefile.am:
22643           link against gst-base-libs
22644
22645 2005-09-06  David Schleef  <ds@schleef.org>
22646
22647         * configure.ac: Enable libvisual plugin.
22648         * ext/libvisual/Makefile.am:
22649         * ext/libvisual/visual.c: Fixes to make it compile.
22650
22651 === release 0.9.2 ===
22652
22653 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22654
22655         * NEWS:
22656         * RELEASE:
22657         * configure.ac:
22658         * docs/random/ChangeLog-0.8:
22659           releasing 0.9.2, "Spoon"
22660
22661 2005-09-05  Michael Smith <msmith@fluendo.com>
22662
22663         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22664           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22665           that in the vorbisenc element.
22666
22667 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22668
22669         * common/gtk-doc-plugins.mak:
22670         * docs/plugins/Makefile.am:
22671           fix distcheck
22672         * gst/audioresample/resample.c:
22673           fix wrong docstring
22674
22675 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22676
22677         * common/gst-xmlinspect.py:
22678         * common/gtk-doc-plugins.mak:
22679           only inspect plugins for this given package
22680           require gst-python 0.9
22681
22682 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22683
22684         * Makefile.am:
22685         * autogen.sh:
22686         * common/gst-xmlinspect.py:
22687         * configure.ac:
22688         * docs/Makefile.am:
22689         * docs/plugins/inspect/plugin-alsa.xml:
22690         * docs/plugins/inspect/plugin-audioresample.xml:
22691         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22692         * docs/plugins/inspect/plugin-ogg.xml:
22693         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22694         * docs/plugins/tmpl/element-multifdsink.sgml:
22695         * docs/plugins/tmpl/element-tcpserversink.sgml:
22696         * docs/plugins/tmpl/element-vorbisenc.sgml:
22697         * gst-plugins-base.spec.in:
22698           various doc-related updates
22699
22700 2005-08-31  Wim Taymans  <wim@fluendo.com>
22701
22702         * gst-libs/gst/audio/gstbaseaudiosink.c:
22703         (gst_base_audio_sink_render):
22704         Resync if the buffer timestamps drift more than a 10th 
22705         of a second.
22706
22707 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22708
22709         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22710         (gst_v4lsrc_get_property):
22711           The 'timestamp-offset' property is registered as an int64, so
22712           let's use g_value_{set|get}_int64() in our setter and getter
22713           functions (makes it work and fixes warnings with gst-inspect).
22714
22715 2005-08-30  Wim Taymans  <wim@fluendo.com>
22716
22717         * check/elements/audioconvert.c: (setup_audioconvert):
22718         * check/elements/audioresample.c: (setup_audioresample):
22719         * check/elements/volume.c: (setup_volume):
22720         Fix checks.
22721
22722 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22723
22724         * common/gtk-doc-plugins.mak:
22725         * common/plugins.xsl:
22726         * docs/plugins/Makefile.am:
22727           make module a param
22728
22729 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22730
22731         * examples/seeking/seek.c: (make_mp3_pipeline),
22732         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22733         (play_cb), (pause_cb), (stop_cb):
22734           update the example
22735
22736 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22737
22738         * gst/volume/gstvolume.c: (gst_volume_class_init),
22739         (volume_transform):
22740           do not update controlled params, if buffer has no timestamp
22741
22742 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22743
22744         * configure.ac:
22745         * gst/sine/Makefile.am:
22746         * gst/volume/Makefile.am:
22747           controllerized elements also need to link against controller-libs ;)
22748
22749 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22750
22751         * docs/libs/tmpl/gstcolorbalance.sgml:
22752         * docs/libs/tmpl/gstgconf.sgml:
22753         * docs/libs/tmpl/gstmixer.sgml:
22754         * docs/libs/tmpl/gstringbuffer.sgml:
22755         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22756         (gst_sinesrc_create):
22757         * gst/volume/gstvolume.c: (gst_volume_class_init),
22758         (volume_transform):
22759           controllerized two audio plugins
22760
22761 2005-08-29  Andy Wingo  <wingo@pobox.com>
22762
22763         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22764         (vorbis_handle_data_packet): Fix some int overflow errors.
22765
22766         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22767         -1.
22768         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22769         valid.
22770         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22771         if it's valid. Fixed streaming-mode playback.
22772
22773         * check/elements/volume.c (cleanup_volume): Fix for running
22774         CK_FORK=no.
22775
22776         * check/elements/audioconvert.c: Convert from native endian, not
22777         little endian.
22778
22779 2005-08-29  Michael Smith <msmith@fluendo.com>
22780
22781         * ext/ogg/Makefile.am:
22782         * ext/ogg/gstogg.c: (plugin_init):
22783         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22784         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22785         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22786         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22787         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22788         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22789         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22790         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22791         Add an ogg parser element.
22792
22793 2005-08-28  Andy Wingo  <wingo@pobox.com>
22794
22795         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22796
22797 2005-08-26  Wim Taymans  <wim@fluendo.com>
22798
22799         * gst/audioconvert/audioconvert.c: (if), (float),
22800         (audio_convert_get_func_index), (check_default),
22801         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22802         (audio_convert_clean_context), (audio_convert_get_sizes),
22803         (audio_convert_convert):
22804         Cleanups.
22805
22806 2005-08-26  Wim Taymans  <wim@fluendo.com>
22807
22808         * gst/audioconvert/audioconvert.c: (if), (float),
22809         (audio_convert_get_func_index), (check_default),
22810         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22811         (audio_convert_clean_context), (audio_convert_get_sizes),
22812         (audio_convert_convert):
22813         More elegant and working temp buffer selection algo.
22814
22815 2005-08-26  Wim Taymans  <wim@fluendo.com>
22816
22817         * gst/audioconvert/audioconvert.c: (if), (float),
22818         (audio_convert_get_func_index), (check_default),
22819         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22820         (audio_convert_clean_context), (audio_convert_get_sizes),
22821         (get_temp_buffer), (audio_convert_convert):
22822         Use realloc else we lose our original data.
22823
22824 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22825
22826         * gst/audioresample/gstaudioresample.c:
22827           use base class' newsegment to properly timestamp
22828
22829 2005-08-26  Wim Taymans  <wim@fluendo.com>
22830
22831         * gst/audioconvert/audioconvert.c: (if), (float),
22832         (audio_convert_get_func_index), (check_default),
22833         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22834         (audio_convert_clean_context), (audio_convert_get_sizes),
22835         (get_temp_buffer), (audio_convert_convert):
22836         * gst/audioconvert/gstaudioconvert.c:
22837         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22838         (gst_audio_convert_transform_caps),
22839         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22840         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22841         Oops, allocate enough space to perform the channel mix.
22842
22843 2005-08-26  Wim Taymans  <wim@fluendo.com>
22844
22845         * gst/audioconvert/Makefile.am:
22846         * gst/audioconvert/audioconvert.c: (if), (float),
22847         (audio_convert_get_func_index), (check_default),
22848         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22849         (audio_convert_clean_context), (audio_convert_get_sizes),
22850         (get_temp_buffer), (audio_convert_convert):
22851         * gst/audioconvert/audioconvert.h:
22852         * gst/audioconvert/gstaudioconvert.c:
22853         (gst_audio_convert_class_init), (gst_audio_convert_init),
22854         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22855         (gst_audio_convert_get_unit_size),
22856         (gst_audio_convert_transform_caps),
22857         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22858         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22859         * gst/audioconvert/gstaudioconvert.h:
22860         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22861         (gst_channel_mix_fill_identical),
22862         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22863         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22864         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22865         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22866         (gst_channel_mix_mix):
22867         * gst/audioconvert/gstchannelmix.h:
22868         Cleanups, librarify a bit, optimize, better negotiation and more.
22869
22870 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22871
22872         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22873         Another from MikeS:
22874         During typefinding, don't support negative offsets
22875         (offsets from the end of the stream) in our typefind->peek() function
22876         - nothing embedded in ogg ever needs them. However, we need to recognise
22877         those requests and reject them, otherwise we return invalid pointers.
22878
22879 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22880
22881         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22882         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22883         (vorbisdec_finalize), (vorbis_handle_type_packet):
22884           Big shout-out to MikeS for fixing this giant memory leak.
22885           Huzzah!
22886
22887 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22888
22889         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22890         (audio_convert_get_unit_size):
22891           plug some leaks
22892
22893 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22894
22895         * check/Makefile.am:
22896         * check/elements/audioconvert.c: (setup_audioconvert),
22897         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22898         (GST_START_TEST), (audioconvert_suite), (main):
22899           add a test for audioconvert
22900         * gst/audioresample/gstaudioresample.c:
22901         * gst/audioresample/gstaudioresample.h:
22902           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22903           note that for buffers of 1/3 sec this means DURATION(c) is 
22904           one nanosecond more than for a and b
22905
22906 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22907
22908         * check/Makefile.am:
22909         * check/elements/audioresample.c: (setup_audioresample),
22910         (cleanup_audioresample), (fail_unless_perfect_stream),
22911         (test_perfect_stream_instance), (GST_START_TEST),
22912           add a check for audioresample
22913         (audioresample_suite), (main):
22914         * check/elements/volume.c: (GST_START_TEST):
22915           remove unused method
22916         * gst/audioresample/gstaudioresample.c:
22917           set correct buffer parameters since we're changing them
22918         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22919           add some debug
22920
22921 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22922
22923         * gst/audioresample/debug.c:
22924         * gst/audioresample/gstaudioresample.c:
22925           add room for extra overlap samples when asked to transform size
22926           protect against possible mem corruption and check for discrepancies
22927           between written size and outbuffer's size so we can warn for
22928           potential problems
22929         * gst/audioresample/resample.c: (resample_init),
22930         (resample_get_output_size_for_input), (resample_get_output_size),
22931         (resample_set_n_channels), (resample_set_format):
22932           set debug level based on RESAMPLE_DEBUG env var
22933           make sure that get_output_size* returns a whole number of
22934           sample_size
22935           set sample_size each time either channel or format is set
22936         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22937         * gst/audioresample/resample_functable.c:
22938         (resample_scale_functable):
22939         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22940           remove r->sample_size, it's done in resample.c now
22941           add some debugging to the ref implementation
22942           make sure we only give back bytes that are wholes of the sample
22943           size
22944
22945 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22946         * gst/playback/gstplaybasebin.c: (fill_buffer):
22947         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22948
22949 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22950
22951         * gst/volume/gstvolume.c:
22952           made set_caps function static
22953
22954 2005-08-24  Wim Taymans  <wim@fluendo.com>
22955
22956         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22957         (gst_vorbisenc_change_state):
22958         Stop leaking taglists.
22959
22960 2005-08-24  Wim Taymans  <wim@fluendo.com>
22961
22962         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22963         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22964         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22965         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22966         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22967         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22968         Parse seeking events better.
22969         Unref static caps.
22970         Generate correct newsegment events, fixes seeking in live oggs.
22971
22972         * ext/theora/theoradec.c: (theora_dec_src_query),
22973         (theora_dec_src_event), (theora_dec_src_getcaps),
22974         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22975         Use newsegment values to report correct play time.
22976
22977         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22978         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22979         * ext/vorbis/vorbisdec.h:
22980         Parse and use newsegment values to report correct play time.
22981
22982         * gst-libs/gst/audio/gstbaseaudiosink.c:
22983         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22984         Clear ringbuffer on flush.
22985         Use newsegment values to calculate playback time.
22986
22987         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22989         Basesink does newsegment calculations for us now.
22990
22991 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22992
22993         * check/Makefile.am:
22994         * configure.ac:
22995           add core's plugins to the mix so that playbin works
22996         * check/generic/states.c: (GST_START_TEST):
22997           set a 0 timeout on pipelines, so they don't force the next
22998           state change
22999         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
23000         (gst_play_base_bin_change_state):
23001           remove the crappy error handling and do GST error handling
23002
23003 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23004
23005         * check/Makefile.am:
23006         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
23007           add same test as to core, it bitches out on playbin atm.
23008
23009 2005-08-24  Wim Taymans  <wim@fluendo.com>
23010
23011         * configure.ac:
23012         Remove audioscale.
23013
23014 2005-08-24  Wim Taymans  <wim@fluendo.com>
23015
23016         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23017         (gst_videoscale_prepare_size), (parse_caps),
23018         (gst_videoscale_set_caps), (gst_videoscale_get_size),
23019         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
23020         (gst_videoscale_transform):
23021         * gst/videoscale/gstvideoscale.h:
23022         Refactor, make use of BaseTranform really well.
23023
23024 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23025
23026         * configure.ac:
23027           compile audioresample
23028         * gst/audioresample/Makefile.am:
23029         * gst/audioresample/buffer.c:
23030         * gst/audioresample/functable.c:
23031         * gst/audioresample/gstaudioresample.c:
23032         * gst/audioresample/gstaudioresample.h:
23033         * gst/audioresample/resample.c:
23034         (resample_get_output_size_for_input):
23035         * gst/audioresample/resample.h:
23036         * gst/audioresample/resample_chunk.c:
23037         * gst/audioresample/resample_functable.c:
23038         * gst/audioresample/resample_ref.c:
23039           port to use basetransform; doesn't work in all cases yet
23040
23041 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23042
23043         * gst/audioconvert/gstaudioconvert.c:
23044         (gst_audio_convert_class_init), (gst_audio_convert_init),
23045         (audio_convert_get_unit_size), (audio_convert_transform_caps),
23046         (audio_convert_fixate_caps), (audio_convert_set_caps),
23047         (audio_convert_transform),
23048         (gst_audio_convert_buffer_to_default_format),
23049         (gst_audio_convert_buffer_from_default_format),
23050         (gst_audio_convert_channels):
23051         * gst/audioconvert/gstchannelmix.c:
23052         * gst/audioconvert/gstchannelmix.h:
23053           port to basetransform
23054         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23055         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
23056         (gst_ffmpegcsp_get_unit_size):
23057         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
23058         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
23059           fix for basetransform changes
23060
23061 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
23062
23063         * check/Makefile.am:
23064           Add CHECK_CFLAGS and LDFLAGS
23065
23066         * gst/playback/gstplaybasebin.c: (fill_buffer):
23067           GST_MESSAGE_SRC became a GObject
23068
23069 2005-08-24  Wim Taymans  <wim@fluendo.com>
23070
23071         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
23072         (gst_ring_buffer_clear_all):
23073         * gst-libs/gst/audio/gstringbuffer.h:
23074         Added function to clear the ringbuffer.
23075
23076 2005-08-24  Andy Wingo  <wingo@pobox.com>
23077
23078         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
23079         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
23080         of _open and _close.
23081
23082         * sys/v4l/gstv4lxoverlay.h:
23083         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23084         an Xv connection here, instead of all the time. Make Xv only be
23085         loaded if you axe for it. Kindof a workaround for buggy behaviour
23086         of Xv when using remote xservers (XvQueryExtension would block).
23087         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23088         replace the _open and _close public API. Only start the xv
23089         connection if necessary.
23090         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23091
23092 2005-08-23  David Schleef  <ds@schleef.org>
23093
23094         * gst/audioresample/Makefile.am: Leet audioresampling code
23095         * gst/audioresample/buffer.c:
23096         * gst/audioresample/buffer.h:
23097         * gst/audioresample/debug.c:
23098         * gst/audioresample/debug.h:
23099         * gst/audioresample/functable.c:
23100         * gst/audioresample/functable.h:
23101         * gst/audioresample/gstaudioresample.c:
23102         * gst/audioresample/gstaudioresample.h:
23103         * gst/audioresample/resample.c:
23104         * gst/audioresample/resample.h:
23105         * gst/audioresample/resample_chunk.c:
23106         * gst/audioresample/resample_functable.c:
23107         * gst/audioresample/resample_ref.c:
23108
23109 2005-08-23  Wim Taymans  <wim@fluendo.com>
23110
23111         * examples/seeking/seek.c: (make_vorbis_pipeline),
23112         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23113         Small seek updates.
23114
23115 2005-08-23  Andy Wingo  <wingo@pobox.com>
23116
23117         * gst-libs/gst/audio/gstbaseaudiosrc.c
23118         (gst_base_audio_src_fixate): Only fixate endianness if it is
23119         present in the caps.
23120
23121 2005-08-22  Andy Wingo  <wingo@pobox.com>
23122
23123         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
23124         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23125         device-name property.
23126
23127         * gst-libs/gst/audio/gstaudiosrc.h:
23128         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23129         close_device in the ring buffer, like gstaudiosink.
23130
23131         * ext/alsa/gstalsamixer.h:
23132         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23133         macro to implement the interface without much code. Cleanups. 
23134
23135         * ext/alsa/gstalsasrc.h:
23136         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23137         READY.
23138
23139         * ext/alsa/Makefile.am: Add new files.
23140         * ext/alsa/gstalsamixerelement.c: 
23141         * ext/alsa/gstalsamixerelement.c: Split element code out from
23142         mixer code so that alsasrc can be a mixer too.
23143
23144 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23145
23146         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23147         (GST_START_TEST):
23148         * check/elements/vorbisdec.c: (setup_vorbisdec),
23149         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23150         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23151         (vorbis_handle_identification_packet),
23152         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23153         (vorbis_handle_header_packet), (vorbis_dec_push),
23154         (vorbis_dec_chain):
23155           use the setup/teardown methods to save code.  save code is good.
23156
23157 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23158
23159         * check/Makefile.am:
23160           add ext dir for plugins
23161           add vorbisdec test conditionally
23162         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23163         (GST_START_TEST), (volume_suite):
23164           add a test with wrong caps
23165         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23166         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23167           add a vorbisdec test
23168         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23169         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23170           clean up debug output
23171         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23172           yay, fix a segfault/security issue in vorbisdec
23173           gst-launch fakesrc ! vorbisdec wasn't happy
23174         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23175         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23176         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23177         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23178         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23179         (gst_vorbisenc_set_metadata), (get_constraints_string),
23180         (update_start_message), (gst_vorbisenc_setup),
23181         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23182         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23183         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23184         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23185         * ext/vorbis/vorbisenc.h:
23186           march in line
23187         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23188         (gst_ffmpegcsp_transform):
23189           have the kow come home
23190         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23191           debug my func ptr
23192         * gst/volume/gstvolume.c: (volume_set_caps):
23193           add a debug
23194
23195 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23196
23197         * Makefile.am:
23198         * check/.cvsignore:
23199         * check/Makefile.am:
23200         * check/elements/.cvsignore:
23201         * check/elements/volume.c: (chain_func), (event_func),
23202         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23203         (main):
23204         * configure.ac:
23205           add unit test structure for gst-plugins-base
23206           add a test for volume
23207         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23208         (gst_volume_set_volume), (gst_volume_get_volume),
23209         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23210         (volume_funcfind), (volume_process_float), (volume_process_int16),
23211         (volume_set_caps), (volume_transform), (volume_update_mute),
23212         (volume_update_volume), (volume_set_property),
23213         (volume_get_property):
23214           document a little; use basetransform vmethod _set_caps
23215
23216 2005-08-19  Andy Wingo  <wingo@pobox.com>
23217
23218         * ext/alsa/gstalsamixertrack.h:
23219         * ext/alsa/gstalsamixertrack.c:
23220         * ext/alsa/gstalsamixeroptions.h:
23221         * ext/alsa/gstalsamixeroptions.c:
23222         * ext/alsa/gstalsamixer.h:
23223         * ext/alsa/gstalsamixer.c: Port to 0.9.
23224
23225         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23226         Remove gstalsa.c and alsaclock. No more cruft here.
23227         
23228 2005-08-18  Wim Taymans  <wim@fluendo.com>
23229
23230         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23231         (gst_base_rtp_depayload_chain),
23232         (gst_base_rtp_depayload_add_to_queue),
23233         (gst_base_rtp_depayload_push),
23234         (gst_base_rtp_depayload_queue_release):
23235         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23236         Fix for RTPBuffer changes.
23237
23238         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23239         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23240         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23241         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23242         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23243         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23244         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23245         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23246         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23247         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23248         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23249         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23250         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23251         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23252         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23253         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23254         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23255         (gst_rtpbuffer_get_payload):
23256         * gst-libs/gst/rtp/gstrtpbuffer.h:
23257         Don't subclass GstBuffer but add methods and helper functions
23258         to construct and manipulate RTP packets in regular GstBuffers.
23259
23260 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23261
23262         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23263           moved statement below switch
23264         * gst/volume/gstvolume.c: (gst_volume_class_init):
23265           added debug ptr
23266
23267 2005-08-16  Wim Taymans  <wim@fluendo.com>
23268
23269         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23270         (gst_base_audio_src_change_state):
23271         Open and close device in READY<->NULL state change.
23272
23273 2005-08-16  Andy Wingo  <wingo@pobox.com>
23274
23275         * examples/seeking/Makefile.am: Don't compile non-compiling
23276         compiled objects with the compiler.
23277
23278         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23279         elements.
23280
23281 2005-08-12  Philippe Khalaf <burger@speedy.org>
23282         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23283         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23284           Made a thread to release the queue.
23285           Removed timestamp conversion for now.
23286
23287 2005-08-10  Philippe Khalaf <burger@speedy.org>
23288         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23289         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23290           Added rtp timestamp -> gst timestamp conversion.
23291           Fixed several problems with queue.
23292
23293 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23294
23295         * gst-libs/gst/audio/gstaudioclock.h:
23296         * gst-libs/gst/audio/gstaudiofilter.h:
23297         * gst-libs/gst/audio/gstaudiosink.h:
23298         * gst-libs/gst/audio/gstaudiosrc.h:
23299         * gst-libs/gst/audio/gstbaseaudiosink.h:
23300         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23301         * gst-libs/gst/audio/gstringbuffer.h:
23302         * gst-libs/gst/net/gstnetbuffer.h:
23303         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23304         * gst-libs/gst/rtp/gstrtpbuffer.h:
23305           Add padding (you will need to rebuild gst-plugins-base,
23306           gst-plugins and all applications afterwards!)
23307
23308 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23309
23310         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23311         (gst_riff_parse_chunk):
23312           Fix bug in debug message and add some more debug messages.
23313
23314 2005-08-08  Edward Hervey  <edward@fluendo.com>
23315
23316         * gst-libs/gst/riff/riff-media.c:
23317         backported updates since branch
23318
23319 2005-08-08  Andy Wingo  <wingo@pobox.com>
23320
23321         * gst-libs/gst/audio/gstbaseaudiosink.c
23322         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23323         like good elements should. Close on READY->NULL too.
23324
23325         * gst-libs/gst/audio/gstaudiosink.c
23326         (gst_audioringbuffer_open_device,
23327         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23328         (gst_audioringbuffer_release): Updates for new ring buffer API,
23329         hook into the new audio sink api.
23330
23331         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23332         (GstAudioSinkClass.close): Just open and close the device -- no
23333         resource allocation or configuration.
23334         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23335         vmethods, handle device setup and resource allocation.
23336
23337         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23338         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23339         base class API.
23340
23341         * gst-libs/gst/audio/gstringbuffer.h
23342         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23343         New vmethods.
23344
23345         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23346         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23347         New API functions. The device should be opened before acquiring
23348         and closed after releasing.
23349
23350 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23351
23352         * gst-libs/gst/interfaces/mixer.h:
23353           Reset padding to GST_PADDING.
23354
23355 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23356
23357         * gst/playback/gstplaybin.c: (remove_sinks):
23358           Remove visualization from parent explicitely; works around some
23359           apparent refcount issue that I haven't tracked down yet.
23360
23361 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23362
23363         * ext/alsa/gstalsasink.c: (set_hwparams):
23364           Assign debug category, add negotiation debug msgs.
23365
23366 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23367
23368         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23369           Fix error code for file-not-found to NOT_FOUND.
23370
23371 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23372
23373         * common/gtk-doc-plugins.mak:
23374         * docs/plugins/Makefile.am:
23375         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23376         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23377           renamed to actual element names, so much nicer to look at
23378         * docs/plugins/tmpl/gstmultifdsink.sgml:
23379           remove
23380         * docs/plugins/tmpl/multifdsink.sgml:
23381         * docs/plugins/tmpl/tcpserversink.sgml:
23382           add
23383         * ext/alsa/gstalsa.c:
23384         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23385         * ext/ogg/gstoggmux.c:
23386         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23387         * gst/playback/gstdecodebin.c:
23388         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23389         * gst/tcp/gsttcpserversink.c:
23390           various fixes and documentation additions
23391
23392 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23393
23394         * common/Makefile.am:
23395         * common/gstdoc-scangobj:
23396         * common/gtk-doc-plugins.mak:
23397         * common/gtk-doc.mak:
23398           add a custom scangobj that uses the registry
23399           add a custom gtk-doc-plugins.mak that uses it
23400           some doc build fixes
23401         * configure.ac:
23402         * docs/Makefile.am:
23403         * docs/plugins/Makefile.am:
23404         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23405         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23406         * docs/plugins/gst-plugins-base-plugins.types:
23407         * docs/plugins/tmpl/gstmultifdsink.sgml:
23408           add docs for one element, multifdsink
23409         * gst/adder/gstadder.h:
23410         * gst/volume/gstvolume.h:
23411           don't privatize enum
23412         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23413         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23414         (gst_sync_method_get_type), (gst_client_status_get_type),
23415         (gst_multifdsink_class_init),
23416         (gst_multifdsink_client_queue_buffer),
23417         (gst_multifdsink_handle_client_write):
23418         * gst/tcp/gstmultifdsink.h:
23419         * gst/tcp/gsttcp.h:
23420         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23421         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23422         (gst_tcpclientsink_render):
23423         * gst/tcp/gsttcpclientsink.h:
23424         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23425         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23426         (gst_tcpclientsrc_start):
23427         * gst/tcp/gsttcpclientsrc.h:
23428         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23429         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23430         * gst/tcp/gsttcpserversrc.h:
23431         * gst/typefind/gsttypefindfunctions.c:
23432           remove superfluous Type stuff
23433
23434 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23435
23436         * gst/playback/gstplaybin.c: (gen_video_element):
23437           Enable videoscale.
23438
23439 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23440
23441         * gst-libs/gst/gconf/gconf.c:
23442         * gst-libs/gst/gconf/gconf.h:
23443           Fix some Andy Problem [tm].
23444
23445 2005-08-04  Andy Wingo  <wingo@pobox.com>
23446
23447         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23448         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23449         (gst_ffmpegcsp_get_size): Adapt to API changes.
23450
23451         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23452         Implement an in-place do-nothing transform.
23453
23454 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23455
23456         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23457         (gst_ximagesink_renegotiate_size):
23458           Do not set new window sizes yet if we prepare a new buffer size
23459           for upstream renegotiation (software scaling) at some point in the
23460           future, because this new size waqs not actually accepted yet. Once
23461           accepted, renegotiation later on will set the new sizes just fine.
23462           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23463           embedding testcase.
23464
23465 2005-08-03  Andy Wingo  <wingo@pobox.com>
23466
23467         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23468         (gst_ximagesink_buffer_alloc): 
23469         Protect the height, width, and desired_caps with the pool_lock.
23470         Fixes videotestsrc ! queue ! ximagesink.
23471
23472 2005-08-02  Edward Hervey  <edward@fluendo.com>
23473
23474         * gst/volume/gstvolume.c:
23475         include left from controller cleanup
23476
23477 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23478         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23479           Stop collectpads before calling the parent state
23480           change function on PAUSED->READY.
23481
23482 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23483         * configure.ac:
23484           When testing for X libs, use the X CFlags 
23485         * gst/adder/gstadder.c: (gst_adder_change_state):
23486           Stop the collectpads before calling parent state change function
23487           on PAUSED->READY, otherwise we deadlock deactivating pads.
23488
23489 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23490
23491         * configure.ac:
23492         * docs/libs/tmpl/gstcolorbalance.sgml:
23493         * docs/libs/tmpl/gstmixer.sgml:
23494         * examples/Makefile.am:
23495         * gst/sine/Makefile.am:
23496         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23497         (gst_sinesrc_set_property), (plugin_init):
23498         * gst/sine/gstsinesrc.h:
23499         * gst/volume/Makefile.am:
23500         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23501         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23502         (volume_process_float), (volume_process_int16),
23503         (volume_set_property), (plugin_init):
23504         * gst/volume/gstvolume.h:
23505           deactivate and remove dparams (libgstcontrol)
23506
23507 2005-07-29  Wim Taymans  <wim@fluendo.com>
23508
23509         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23510         Convert me to BaseTransform!! help..
23511
23512 2005-07-29  Andy Wingo  <wingo@pobox.com>
23513
23514         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23515         sinks.
23516
23517         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23518         support of both endiannesses.
23519
23520 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23521
23522         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23523           Fix confusing debug message (s/event/query/)
23524
23525 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23526
23527         * gst/videotestsrc/videotestsrc.h:
23528           Use "_stdint.h" instead of <stdint.h>
23529
23530 2005-07-27  Wim Taymans  <wim@fluendo.com>
23531
23532         * ext/vorbis/Makefile.am:
23533         Revert wrong commit.
23534
23535 2005-07-27  Wim Taymans  <wim@fluendo.com>
23536
23537         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23538         More compilation fixen.
23539
23540 2005-07-27  Wim Taymans  <wim@fluendo.com>
23541
23542         * gst-libs/gst/audio/gstbaseaudiosink.c:
23543         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23544         (gst_base_audio_sink_create_ringbuffer),
23545         (gst_base_audio_sink_change_state):
23546         Fix compilation.
23547
23548 2005-07-27  Wim Taymans  <wim@fluendo.com>
23549
23550         * examples/seeking/seek.c: (setup_dynamic_link),
23551         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23552         (query_positions_elems), (query_positions_pads), (do_seek):
23553         Update seek example.
23554
23555         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23556         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23557         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23558         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23559         (gst_ogg_demux_handle_event),
23560         (gst_ogg_demux_deactivate_current_chain),
23561         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23562         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23563         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23564         (gst_ogg_demux_loop):
23565         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23566         * ext/theora/theoradec.c: (theora_dec_src_event),
23567         (theora_dec_src_getcaps), (theora_dec_sink_event),
23568         (theora_dec_push), (theora_dec_chain):
23569         * ext/vorbis/Makefile.am:
23570         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23571         (vorbis_dec_sink_event), (vorbis_dec_push),
23572         (vorbis_handle_data_packet):
23573         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23574         (gst_vorbisenc_chain):
23575         * gst/playback/gststreaminfo.c: (cb_probe):
23576         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23577         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23578         * gst/videoscale/gstvideoscale.c:
23579         (gst_videoscale_handle_src_event):
23580         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23581         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23582         (gst_ximagesink_navigation_send_event):
23583         * sys/xvimage/xvimagesink.c:
23584         (gst_xvimagesink_navigation_send_event):
23585         Various event updates and cleanups
23586
23587 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23588
23589         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23590           Fix segfault for I420/YV12.
23591
23592 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23593
23594         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23595           Report bitrate.
23596
23597 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23598
23599         * gst/playback/gstplaybin.c: (gen_video_element),
23600         (gen_audio_element):
23601           Switch to auto*sink elements as default sinks; add volume element
23602           so that volume control in totem works.
23603
23604 2005-07-21  Wim Taymans  <wim@fluendo.com>
23605
23606         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23607         * gst/playback/gstplaybin.c: (setup_sinks),
23608         (gst_play_bin_change_state):
23609         Refcount fix and more comments.
23610
23611 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23612
23613         * sys/ximage/Makefile.am:
23614         * sys/ximage/ximage.c: (plugin_init):
23615         * sys/ximage/ximagesink.c:
23616         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23617         
23618
23619 2005-07-21  Wim Taymans  <wim@fluendo.com>
23620
23621         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23622         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23623         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23624         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23625         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23626         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23627         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23628         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23629         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23630         Generate correct disconts for live chained oggs.
23631
23632         * gst-libs/gst/audio/gstbaseaudiosink.c:
23633         (gst_base_audio_sink_render),
23634         (gst_base_audio_sink_create_ringbuffer),
23635         (gst_base_audio_sink_change_state):
23636         Handle discont math correctly.
23637
23638         * gst/playback/gstplaybin.c: (add_sink):
23639         Some small debug cleanup.
23640
23641 2005-07-21  Wim Taymans  <wim@fluendo.com>
23642
23643         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23644         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23645         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23646         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23647         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23648         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23649         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23650         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23651         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23652         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23653         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23654         (gst_ogg_demux_change_state), (gst_ogg_print):
23655         Reorganize code to send the right disconts when in streaming
23656         mode.
23657
23658 2005-07-20  Andy Wingo  <wingo@pobox.com>
23659
23660         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23661         fix (?), fixes a seggie mcfalterson (#310894).
23662
23663 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23664
23665         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23666         (gst_ogg_mux_set_header_on_caps):
23667         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23668         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23669         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23670         * gst-libs/gst/audio/multichannel.c:
23671         (gst_audio_set_channel_positions),
23672         (gst_audio_set_structure_channel_positions_list):
23673         * gst/playback/gstdecodebin.c: (dynamic_create):
23674         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23675         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23676           Fixes for API changes in core.
23677
23678 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23679
23680         * gst/playback/gstplaybasebin.c: (fill_buffer):
23681           Use _new_custom() so we can set custom message types for buffering
23682           messages.
23683
23684 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23685
23686         * configure.ac:
23687         * gst-libs/gst/Makefile.am:
23688         * gst-libs/gst/gconf/.cvsignore:
23689         * gst-libs/gst/gconf/Makefile.am:
23690         * gst-libs/gst/gconf/test-gconf.c:
23691         * pkgconfig/Makefile.am:
23692         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23693         * pkgconfig/gstreamer-gconf.pc.in:
23694           Remove gconf stuff, use gconf elements instead from now on.
23695
23696 2005-07-20  Wim Taymans  <wim@fluendo.com>
23697
23698         * gst-libs/gst/audio/TODO:
23699         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23700         (gst_audio_clock_get_internal_time):
23701         * gst-libs/gst/audio/gstaudioclock.h:
23702         * gst-libs/gst/audio/gstbaseaudiosink.c:
23703         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23704         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23705         (gst_base_audio_sink_render),
23706         (gst_base_audio_sink_create_ringbuffer),
23707         (gst_base_audio_sink_change_state):
23708         Make sure the audio clock always returns an increasing value.
23709
23710 2005-07-19  Andy Wingo  <wingo@pobox.com>
23711
23712         * gst/videotestsrc/: Cleanups.
23713
23714 2005-07-19  Wim Taymans  <wim@fluendo.com>
23715
23716         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23717         Better debugging.
23718
23719 2005-07-19  Wim Taymans  <wim@fluendo.com>
23720
23721         * examples/seeking/seek.c: (make_dv_pipeline),
23722         (make_vorbis_theora_pipeline), (query_rates),
23723         (query_positions_elems), (query_positions_pads), (do_seek):
23724         Make correct DV pipeline.
23725
23726 2005-07-18  Andy Wingo  <wingo@pobox.com>
23727
23728         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23729         default. Also because it's the only thing that really works. (This
23730         is used in the GConf elements).
23731         Use AS_LIBTOOL_TAGS.
23732
23733 2005-07-18  Wim Taymans  <wim@fluendo.com>
23734
23735         * gst/playback/gstdecodebin.c: (remove_element_chain):
23736         * gst/playback/gstplaybin.c: (add_sink):
23737         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23738         (gst_stream_info_set_mute):
23739         * gst/playback/gststreamselector.c:
23740         (gst_stream_selector_get_linked_pad),
23741         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23742         More leak and compile fixes.
23743
23744 2005-07-18  Wim Taymans  <wim@fluendo.com>
23745
23746         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23747         (query_rates), (query_positions_elems), (query_positions_pads),
23748         (do_seek), (seek_cb), (stop_seek):
23749         Updated seek example. 
23750
23751         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23752         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23753         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23754         * gst/playback/gstplaybin.c: (add_sink):
23755         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23756         (gst_stream_info_set_mute):
23757         Some refcount leak fixes.
23758
23759 2005-07-16  Wim Taymans  <wim@fluendo.com>
23760
23761         * gst-libs/gst/audio/gstbaseaudiosink.c:
23762         (gst_base_audio_sink_render):
23763         Align samples even if we have roundoff errors in the 
23764         timestamp conversion.
23765
23766 2005-07-16  Wim Taymans  <wim@fluendo.com>
23767
23768         * docs/libs/tmpl/gstringbuffer.sgml:
23769         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23770         (query_rates), (query_positions_elems), (query_positions_pads),
23771         (update_scale), (do_seek):
23772         Updated seek example.
23773
23774         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23775         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23776         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23777         (gst_ogg_demux_loop):
23778         Push out correct discont values.
23779
23780         * ext/theora/theoradec.c: (theora_dec_src_convert),
23781         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23782         (theora_dec_sink_event), (theora_handle_type_packet),
23783         (theora_handle_header_packet), (theora_dec_push),
23784         (theora_handle_data_packet), (theora_dec_chain),
23785         (theora_dec_change_state):
23786         Better timestamping.
23787
23788         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23789         (vorbis_dec_sink_event), (vorbis_dec_push),
23790         (vorbis_handle_data_packet), (vorbis_dec_chain):
23791         * ext/vorbis/vorbisdec.h:
23792         Better timestamping.
23793
23794         * gst-libs/gst/audio/gstbaseaudiosink.c:
23795         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23796         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23797         Handle syncing on timestamps instead of sample offsets. Make
23798         use of DISCONT values as described in design docs.
23799
23800         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23801         (gst_base_audio_src_get_time):
23802         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23803         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23804         (gst_ring_buffer_read):
23805         * gst-libs/gst/audio/gstringbuffer.h:
23806         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23807         (gst_ximagesink_show_frame):
23808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23809         Correcly convert buffer timestamp to stream time.
23810
23811 2005-07-16  Wim Taymans  <wim@fluendo.com>
23812
23813         * gst/audioconvert/gstaudioconvert.c:
23814         (gst_audio_convert_get_buffer):
23815         Timestamp buffers correctly.
23816
23817         * gst/playback/gstplaybin.c: (gen_video_element):
23818         Make internal fakesink silent.
23819
23820 2005-07-15  Wim Taymans  <wim@fluendo.com>
23821
23822         * gst/ffmpegcolorspace/Makefile.am:
23823         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23824         (gst_ffmpegcsp_caps_remove_format_info),
23825         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23826         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23827         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23828         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23829         Ported ffmpegcolorspace to basetransform.
23830
23831         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23832         * gst/volume/gstvolume.c: (volume_transform):
23833         Ported to new API.
23834
23835 2005-07-14  Wim Taymans  <wim@fluendo.com>
23836
23837         * gst/videotestsrc/Makefile.am:
23838         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23839         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23840         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23841         (gst_videotestsrc_init), (gst_videotestsrc_event),
23842         (gst_videotestsrc_create), (gst_videotestsrc_start),
23843         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23844         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23845         (gst_videotestsrc_get_property):
23846         * gst/videotestsrc/gstvideotestsrc.h:
23847         Make videotestsrc a pushsrc.
23848
23849 2005-07-14  Wim Taymans  <wim@fluendo.com>
23850
23851         * gst/tcp/gstfdset.c: (gst_fdset_free):
23852         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23853         (gst_multifdsink_add), (gst_multifdsink_remove),
23854         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23855         (gst_multifdsink_remove_client_link),
23856         (gst_multifdsink_client_queue_data),
23857         (gst_multifdsink_client_queue_caps),
23858         (gst_multifdsink_client_queue_buffer),
23859         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23860         (gst_multifdsink_stop):
23861         * gst/tcp/gstmultifdsink.h:
23862         0.8 backporting.
23863
23864         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23865         Also draw image when not from a pool.
23866
23867 2005-07-14  Wim Taymans  <wim@fluendo.com>
23868
23869         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23870         (mute_stream), (silence_stream):
23871         Small debug additions.
23872
23873 2005-07-14  Wim Taymans  <wim@fluendo.com>
23874
23875         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23876         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23877         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23878         Better error recovery, ignore unconnected pads and
23879         non-fatal errors.
23880
23881 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23882
23883         * docs/libs/tmpl/gstaudio.sgml:
23884         * docs/libs/tmpl/gstcolorbalance.sgml:
23885         * docs/libs/tmpl/gstgconf.sgml:
23886         * docs/libs/tmpl/gstmixer.sgml:
23887         * docs/libs/tmpl/gstringbuffer.sgml:
23888         * docs/libs/tmpl/gsttuner.sgml:
23889         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23890         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23891         (gst_tcpclientsrc_class_init):
23892         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23893         (gst_tcpserversrc_class_init):
23894         * sys/v4l/gstv4lelement.c:
23895           more autistic cleanliness in functions/names/defines
23896
23897 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23898
23899         * configure.ac:
23900           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23901           added manually to each Makefile.am so we are sure it goes
23902           *last* and doesn't add -L flags before linking in libs of our
23903           own, like, say, internal .la libs, that then accidentally pick
23904           up the installed copy.
23905         * docs/libs/Makefile.am:
23906         * ext/alsa/Makefile.am:
23907         * ext/cdparanoia/Makefile.am:
23908         * ext/gnomevfs/Makefile.am:
23909         * ext/libvisual/Makefile.am:
23910         * ext/ogg/Makefile.am:
23911         * ext/theora/Makefile.am:
23912         * ext/vorbis/Makefile.am:
23913         * gst-libs/gst/video/Makefile.am:
23914         * gst/adder/Makefile.am:
23915         * gst/audioconvert/Makefile.am:
23916         * gst/audiorate/Makefile.am:
23917         * gst/audioscale/Makefile.am:
23918         * gst/ffmpegcolorspace/Makefile.am:
23919         * gst/playback/Makefile.am:
23920         * gst/sine/Makefile.am:
23921         * gst/subparse/Makefile.am:
23922         * gst/tags/Makefile.am:
23923         * gst/tcp/Makefile.am:
23924         * gst/typefind/Makefile.am:
23925         * gst/videorate/Makefile.am:
23926         * gst/videoscale/Makefile.am:
23927         * gst/videotestsrc/Makefile.am:
23928         * gst/volume/Makefile.am:
23929         * sys/v4l/Makefile.am:
23930         * sys/ximage/Makefile.am:
23931         * sys/xvimage/Makefile.am:
23932           adapt properly to this change. This should make sure that
23933           plugins and libs properly link to the as-yet-uninstalled
23934           copies of stuff like libgstinterfaces and libgstvideo
23935
23936 2005-07-13  Andy Wingo  <wingo@pobox.com>
23937
23938         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23939         (gst_v4lsrc_fixate): Fixate on format as well.
23940
23941         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23942         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23943         buffer points to it.
23944         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23945         rather just doing X calls ourselves. Also fixes a memleak.
23946
23947 2005-07-12  Andy Wingo  <wingo@pobox.com>
23948
23949         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23950         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23951         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23952         TRUE to avoid deadlocks if an element holds on to our buffers.
23953
23954 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23955
23956         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23957         (gst_sinesrc_init), (gst_sinesrc_create),
23958         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23959         (gst_sinesrc_start):
23960         * gst/sine/gstsinesrc.h:
23961           removing num-buffers property before moving it
23962
23963 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23964
23965         * configure.ac:
23966           use overridable ERROR_CFLAGS
23967         * docs/libs/gst-plugins-base-libs.types:
23968         * docs/libs/tmpl/gstringbuffer.sgml:
23969         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23970         (gst_alsasink_class_init):
23971         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23972         (gst_alsasrc_class_init):
23973         * gst-libs/gst/audio/audio.h:
23974         * gst-libs/gst/audio/gstaudioclock.h:
23975         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23976         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23977         (gst_audio_filter_link), (gst_audio_filter_init),
23978         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23979         (gst_audio_filter_get_property),
23980         (gst_audio_filter_class_add_pad_templates):
23981         * gst-libs/gst/audio/gstaudiofilter.h:
23982         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23983         (gst_audio_filter_template_get_type),
23984         (gst_audio_filter_template_base_init),
23985         (gst_audio_filter_template_class_init),
23986         (gst_audio_filter_template_init),
23987         (gst_audio_filter_template_set_property),
23988         (gst_audio_filter_template_get_property), (plugin_init),
23989         (gst_audio_filter_template_setup),
23990         (gst_audio_filter_template_filter),
23991         (gst_audio_filter_template_filter_inplace):
23992         * gst-libs/gst/audio/gstaudiosink.c:
23993         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23994         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23995         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23996         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23997         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23998         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23999         * gst-libs/gst/audio/gstaudiosink.h:
24000         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24001         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24002         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24003         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
24004         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
24005         (gst_audio_src_class_init), (gst_audio_src_init),
24006         (gst_audio_src_create_ringbuffer):
24007         * gst-libs/gst/audio/gstaudiosrc.h:
24008         * gst-libs/gst/audio/gstbaseaudiosink.c:
24009         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
24010         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
24011         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
24012         (gst_base_audio_sink_set_property),
24013         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
24014         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
24015         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
24016         (gst_base_audio_sink_create_ringbuffer),
24017         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
24018         * gst-libs/gst/audio/gstbaseaudiosink.h:
24019         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24020         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
24021         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
24022         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
24023         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
24024         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
24025         (gst_base_audio_src_event), (gst_base_audio_src_create),
24026         (gst_base_audio_src_create_ringbuffer),
24027         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
24028         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24029         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
24030         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
24031         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
24032         (gst_ring_buffer_debug_spec_caps),
24033         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
24034         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
24035         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
24036         (gst_ring_buffer_start), (gst_ring_buffer_pause),
24037         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
24038         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
24039         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
24040         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
24041         (gst_ring_buffer_clear):
24042         * gst-libs/gst/audio/gstringbuffer.h:
24043         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
24044         (gst_video_sink_class_init), (gst_video_sink_get_type):
24045         * gst-libs/gst/video/videosink.h:
24046         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24047         (gst_multifdsink_class_init),
24048         (gst_multifdsink_handle_client_write),
24049         (gst_multifdsink_change_state):
24050         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24051         (gst_tcpclientsink_setcaps):
24052         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24053         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
24054         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
24055         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24056         (gst_ximagesink_send_pending_navigation),
24057         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
24058         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
24059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24060         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24061         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
24062         (gst_xvimagesink_send_pending_navigation),
24063         (gst_xvimagesink_navigation_send_event),
24064         (gst_xvimagesink_set_xwindow_id),
24065         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
24066         (gst_xvimagesink_get_type):
24067         more macro splitting
24068
24069 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24070
24071         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24072           plug a memleak, allows me to import 1479 albums in one go
24073           in jamboree
24074         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24075         (vorbis_handle_type_packet), (vorbis_dec_chain),
24076         (vorbis_dec_change_state):
24077           fix some format strings
24078
24079 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24080
24081         * docs/libs/tmpl/gstcolorbalance.sgml:
24082         * docs/libs/tmpl/gstmixer.sgml:
24083         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24084         (gst_alsasink_set_property), (gst_alsasink_get_property):
24085         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24086         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24087           add device property
24088
24089 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24090
24091         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24092         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24093         (audiocast_register_listener), (audiocast_thread_run),
24094         (gst_gnomevfssrc_send_additional_headers_callback),
24095         (gst_gnomevfssrc_received_headers_callback),
24096         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24097         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24098         (gst_gnomevfssrc_get_size):
24099           add/clean up debugging
24100         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24101           cleanups
24102
24103 2005-07-07  Andy Wingo  <wingo@pobox.com>
24104
24105         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24106         framerate. Need to get a handle on when exactly this function is
24107         called, tho.
24108
24109         * sys/v4l/v4lsrc_calls.h:
24110         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24111         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24112         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24113
24114         * sys/v4l/v4l_calls.h: Cast to V4lElement.
24115         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24116         v4lelements are sources.
24117
24118         * sys/v4l/gstv4lxoverlay.h:
24119         * sys/v4l/gstv4lxoverlay.c:
24120         * sys/v4l/gstv4ltuner.h:
24121         * sys/v4l/gstv4ltuner.c: Header loc fixen.
24122         
24123         * sys/v4l/gstv4lsrc.h:
24124         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24125         PushSrc/BaseSrc. Removed most sync-related properties, videorate
24126         or something should handle that. Made a live source.
24127
24128         * sys/v4l/gstv4lelement.h:
24129         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24130         signals. Some cleanups.
24131
24132         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24133
24134         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24135         stuff.
24136
24137         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24138         stuff.
24139
24140         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24141
24142 2005-07-07  Wim Taymans  <wim@fluendo.com>
24143
24144         * ext/theora/theoradec.c: (theora_get_query_types),
24145         (theora_dec_src_getcaps), (theora_dec_push):
24146         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24147         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24148         Remove deprecated/unused query types.
24149
24150 2005-07-06  Wim Taymans  <wim@fluendo.com>
24151
24152         * ext/alsa/Makefile.am:
24153         * ext/alsa/gstalsaplugin.c: (plugin_init):
24154         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24155         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24156         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24157         (gst_alsasrc_class_init), (gst_alsasrc_init),
24158         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24159         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24160         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24161         (gst_alsasrc_reset):
24162         * ext/alsa/gstalsasrc.h:
24163         * gst-libs/gst/audio/Makefile.am:
24164         * gst-libs/gst/audio/gstaudiosink.c:
24165         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24166         (gst_audioringbuffer_start):
24167         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24168         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24169         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24170         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24171         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24172         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24173         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24174         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24175         * gst-libs/gst/audio/gstaudiosrc.h:
24176         * gst-libs/gst/audio/gstbaseaudiosink.c:
24177         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24178         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24179         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24180         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24181         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24182         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24183         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24184         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24185         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24186         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24187         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24188         (gst_baseaudiosrc_change_state):
24189         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24190         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24191         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24192         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24193         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24194         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24195         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24196         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24197         * gst-libs/gst/audio/gstringbuffer.h:
24198         Added audiosource base classes.
24199         Ported alsasrc, still very basic.
24200
24201 2005-07-06  Wim Taymans  <wim@fluendo.com>
24202
24203         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24204         (theora_dec_push), (theora_handle_data_packet):
24205         Prepare for better timestamp fix later.
24206
24207         * gst/audioconvert/gstaudioconvert.c:
24208         List most accurate caps first
24209
24210         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24211         Use proper pad task function.
24212
24213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24214         (gst_xvimagesink_show_frame):
24215         Fix deadlock when alloc failed.
24216
24217 2005-07-05  Andy Wingo  <wingo@pobox.com>
24218
24219         * ext/gnomevfs/gstgnomevfssrc.c:
24220         * gst/sine/gstsinesrc.c:
24221         * gst/tcp/gsttcpserversrc.c:
24222         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24223
24224         * sys/v4l/: Port from 0.8.
24225
24226         * Many files: Null if we got it....
24227
24228 2005-07-05  Andy Wingo  <wingo@pobox.com>
24229
24230         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24231         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24232         Signedness fixes.
24233
24234 2005-07-05  Wim Taymans  <wim@fluendo.com>
24235
24236         * configure.ac:
24237         * gst/tcp/Makefile.am:
24238         * gst/tcp/README:
24239         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24240         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24241         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24242         (is_sync_frame), (gst_multifdsink_handle_client_write),
24243         (gst_multifdsink_render), (gst_multifdsink_start),
24244         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24245         * gst/tcp/gstmultifdsink.h:
24246         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24247         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24248         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24249         * gst/tcp/gsttcp.h:
24250         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24251         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24252         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24253         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24254         * gst/tcp/gsttcpclientsink.h:
24255         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24256         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24257         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24258         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24259         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24260         * gst/tcp/gsttcpclientsrc.h:
24261         * gst/tcp/gsttcpplugin.c: (plugin_init):
24262         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24263         * gst/tcp/gsttcpserversink.h:
24264         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24265         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24266         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24267         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24268         (gst_tcpserversrc_stop):
24269         * gst/tcp/gsttcpserversrc.h:
24270         * gst/tcp/gsttcpsink.c:
24271         * gst/tcp/gsttcpsink.h:
24272         * gst/tcp/gsttcpsrc.c:
24273         * gst/tcp/gsttcpsrc.h:
24274         Ported tcp plugins to 0.9. 
24275         
24276
24277 2005-07-05  Andy Wingo  <wingo@pobox.com>
24278
24279         * gst/playback/gstplaybasebin.c (fill_buffer):
24280         message_new_application fixen.
24281
24282         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24283         Style fix.
24284
24285 2005-07-04  Wim Taymans  <wim@fluendo.com>
24286
24287         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24288         Set caps on output buffer.
24289
24290 2005-07-04  Andy Wingo  <wingo@pobox.com>
24291
24292         * ext/gnomevfs/gstgnomevfssrc.c
24293         (gst_gnomevfssrc_received_headers_callback) 
24294         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24295         hopefully.
24296
24297         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24298         No refcount leakage.
24299
24300         * configure.ac: Enable -Werror.
24301         
24302         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24303         * gst/audioconvert/bufferframesconvert.c
24304         (buffer_frames_convert_fixate):
24305         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24306         (gst_audio_convert_fixate):
24307         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24308         (gst_sinesrc_create): Fixate func changes.
24309         
24310         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24311         (gst_ximagesink_buffer_alloc): Unused var.
24312
24313 2005-07-01  Andy Wingo  <wingo@pobox.com>
24314
24315         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24316         getcaps to do explicit caps. Needs to be done in all decoders,
24317         possibly via a base class.
24318
24319         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24320
24321         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24322         caps on the sink pad, just rely on the pad template. Also, setting
24323         ANY caps on a pad is not valid because the caps are not fixed.
24324
24325         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24326         caps on the buffer, and get the width from the desired_caps if
24327         they're set.
24328         (gst_ximagesink_renegotiate_size): Implement via setting the
24329         desired_caps on the ximagesink.
24330         (gst_ximagesink_setcaps): Only reset the width of the player if it
24331         wasn't already set. Not sure if this is right.
24332         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24333
24334         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24335         that the user wants. NULL unless the window has been resized.
24336
24337         * gst/volume/gstvolume.c (volume_transform): Adapt to
24338         basetransform refcount changes.
24339         
24340 2005-07-01  Andy Wingo  <wingo@pobox.com>
24341
24342         * gst/videoscale/gstvideoscale.c:
24343         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24344         from BaseTransform, implements a transform_caps. Removed dead code
24345         including some PAR stuff that was never reached -- should probably
24346         be added back somehow.
24347
24348 2005-07-01  Andy Wingo  <wingo@pobox.com>
24349
24350         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24351         come later.
24352
24353 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24354
24355         * configure.ac:
24356         * docs/libs/Makefile.am:
24357         * docs/libs/gst-plugins-libs.types:
24358         * ext/alsa/Makefile.am:
24359         * ext/alsa/gstalsamixer.h:
24360         * ext/alsa/gstalsamixeroptions.h:
24361         * ext/alsa/gstalsamixertrack.h:
24362         * gst-libs/gst/Makefile.am:
24363         * gst-libs/gst/colorbalance/.cvsignore:
24364         * gst-libs/gst/colorbalance/Makefile.am:
24365         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24366         * gst-libs/gst/colorbalance/colorbalance.c:
24367         * gst-libs/gst/colorbalance/colorbalance.h:
24368         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24369         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24370         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24371         * gst-libs/gst/interfaces/Makefile.am:
24372         * gst-libs/gst/interfaces/colorbalance.c:
24373         (gst_color_balance_class_init):
24374         * gst-libs/gst/interfaces/colorbalance.h:
24375         * gst-libs/gst/interfaces/interfaces-marshal.list:
24376         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24377         * gst-libs/gst/interfaces/mixer.h:
24378         * gst-libs/gst/interfaces/mixeroptions.h:
24379         * gst-libs/gst/interfaces/navigation.c:
24380         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24381         * gst-libs/gst/interfaces/tuner.h:
24382         * gst/volume/Makefile.am:
24383         * gst/volume/gstvolume.c:
24384         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24385         * sys/ximage/Makefile.am:
24386         * sys/ximage/ximagesink.c:
24387         * sys/xvimage/Makefile.am:
24388         * sys/xvimage/xvimagesink.c:
24389           fold in all interfaces into an interfaces dir, preserving CVS
24390           history
24391
24392 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24393
24394         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24395           Fix build after riff changes.
24396
24397 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24398
24399         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24400         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24401         (gst_riff_create_video_template_caps),
24402         (gst_riff_create_audio_template_caps),
24403         (gst_riff_create_iavs_template_caps):
24404         * gst-libs/gst/riff/riff-media.h:
24405         * gst-libs/gst/riff/riff-read.h:
24406         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24407           Add gst_riff_init() to initialize the debug category, instead
24408           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24409
24410 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24411
24412         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24413           Oops, I shouldn't apply hacks.
24414
24415 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24416
24417         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24418           Remove pad_loop function which doesn't work.
24419
24420 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24421
24422         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24423           Send EOS when deactivating.
24424         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24425         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24426         (gen_preroll_element), (probe_triggered), (mute_stream),
24427         (silence_stream), (new_decoded_pad), (setup_substreams),
24428         (set_active_source):
24429         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24430         (remove_sinks), (add_sink):
24431         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24432           Change for new probe API.
24433
24434 2005-06-29  Wim Taymans  <wim@fluendo.com>
24435
24436         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24437         * gst-libs/gst/audio/gstbaseaudiosink.c:
24438         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24439         (gst_baseaudiosink_change_state):
24440         * gst-libs/gst/audio/gstbaseaudiosink.h:
24441         * gst-libs/gst/audio/gstringbuffer.c:
24442         (gst_ringbuffer_set_callback):
24443         Fix compilation error.
24444         Ringbuffer starts out as not running.
24445         Free our clock in dispose.
24446         When releasing the ringbuffer we need to renegotiate so
24447         clear the pad caps.
24448
24449 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24450
24451         * autogen.sh:
24452         * configure.ac:
24453         * docs/Makefile.am:
24454         * docs/libs/Makefile.am:
24455         * docs/libs/gst-plugins-libs-docs.sgml:
24456         * docs/libs/gst-plugins-libs-sections.txt:
24457         * docs/libs/gst-plugins-libs.types:
24458         * docs/libs/tmpl/gstaudio.sgml:
24459         * docs/libs/tmpl/gstcolorbalance.sgml:
24460         * docs/libs/tmpl/gstringbuffer.sgml:
24461         * gst-libs/gst/audio/gstringbuffer.c:
24462         (gst_ringbuffer_set_callback):
24463           reinstate gtk-doc docs for plugin libs
24464
24465 2005-06-28  Wim Taymans  <wim@fluendo.com>
24466
24467         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24468         (gst_ogg_demux_init):
24469         Removed pad loop function.
24470
24471 2005-06-28  Wim Taymans  <wim@fluendo.com>
24472
24473         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24474         If we're building a chain we are not in an error case
24475         when we queue a buffer.
24476
24477 2005-06-28  Andy Wingo  <wingo@pobox.com>
24478
24479         * *.c: Don't cast to GstObject before reffing/unreffing.
24480
24481 2005-06-27  Andy Wingo  <wingo@pobox.com>
24482
24483         * gst/videotestsrc/gstvideotestsrc.c
24484         (gst_videotestsrc_activate_push): Activation API changes.
24485
24486         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24487         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24488         they have refs on the decodebin.
24489
24490         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24491         parent class.
24492         (gst_ogg_pad_typefind): Don't leak a pad ref.
24493         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24494         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24495         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24496
24497 2005-06-27  Edward Hervey  <edward@fluendo.com>
24498
24499         * ext/theora/theoradec.c: (theora_dec_change_state): 
24500         re-arranged call to parent's state change in order to avoid locks (or
24501         worse).
24502
24503 2005-06-26  Edward Hervey  <edward@fluendo.com>
24504
24505         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24506         2nd argument of 'unknow-type' signal is a GstCaps and not a
24507         GstMiniObject
24508
24509 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24510         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24511           Set the worker thread's running flag to TRUE before starting the
24512           thread.
24513         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24514           Catch a failure to add typefind to the bin.
24515
24516 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24517
24518         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24519         (gst_sinesrc_init), (gst_sinesrc_create),
24520         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24521         (gst_sinesrc_start):
24522         * gst/sine/gstsinesrc.h:
24523           add num-buffers and timestamp-offset properties
24524         * gst/videotestsrc/gstvideotestsrc.c:
24525         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24526         (gst_videotestsrc_get_property):
24527           add timestamp-offset property
24528
24529 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24530
24531         * configure.ac: add videorate
24532         * gst-plugins-base.spec.in: add videorate
24533
24534 2005-06-23  Wim Taymans  <wim@fluendo.com>
24535
24536         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24537         (gst_videorate_getcaps), (gst_videorate_setcaps),
24538         (gst_videorate_event), (gst_videorate_chain):
24539         Fixed videorate, fixating an already fixated caps is not
24540         an error.
24541
24542 2005-06-23  Wim Taymans  <wim@fluendo.com>
24543
24544         * ext/ogg/README:
24545         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24546         Buffer on caps is not boxed anymore.
24547
24548 2005-06-22  Wim Taymans  <wim@fluendo.com>
24549
24550         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24551         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24552         Set buffers on caps as miniobjects and not as boxed.
24553
24554 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24555
24556         * configure.ac:
24557           back to HEAD
24558
24559 === release 0.9.1 ===
24560
24561 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24562
24563         * .cvsignore:
24564         * NEWS:
24565         * README:
24566         * RELEASE:
24567         * configure.ac:
24568         * po/af.po:
24569         * po/az.po:
24570         * po/cs.po:
24571         * po/en_GB.po:
24572         * po/hu.po:
24573         * po/it.po:
24574         * po/nb.po:
24575         * po/nl.po:
24576         * po/or.po:
24577         * po/sq.po:
24578         * po/sr.po:
24579         * po/sv.po:
24580         * po/uk.po:
24581         * po/vi.po:
24582           updates for release
24583
24584 2005-06-09  Andy Wingo  <wingo@pobox.com>
24585
24586         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24587         
24588 2005-06-09  Andy Wingo  <wingo@pobox.com>
24589
24590         * configure.ac:
24591         * gst-libs/gst/Makefile.am:
24592         * gst-libs/gst/net/Makefile.am:
24593         Add gstnet to build.
24594
24595 2005-06-09  Andy Wingo  <wingo@pobox.com>
24596
24597         * gst-libs/gst/gconf/gconf.c:
24598         * gst/playback/test.c:
24599         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24600         fixes.
24601
24602         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24603
24604         * ext/theora/theoraenc.c (theora_enc_chain): 
24605         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24606
24607         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24608         RealPad.
24609
24610 2005-06-02  Wim Taymans  <wim@fluendo.com>
24611
24612         * gst-libs/gst/net/Makefile.am:
24613         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24614         * pkgconfig/gstreamer-libs.pc.in:
24615         Added net stuff, version net lib.
24616
24617 2005-06-02  Wim Taymans  <wim@fluendo.com>
24618
24619         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24620         (query_rates), (query_positions_elems), (query_positions_pads),
24621         (do_seek):
24622         Updated seek example.
24623
24624 2005-06-02  Andy Wingo  <wingo@pobox.com>
24625
24626         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24627         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24628         list.
24629
24630         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24631         remove the typefind, the bin dispose will do it for us. When it's
24632         removed and unreffed, the signal handler will be disconnected,
24633         too.
24634         (unlinked): It's too difficult to disconnect from unlinked
24635         handlers, as they are on pads not elements. Just punt if the pads
24636         aren't grandkids of the bin.
24637
24638 2005-06-02  Wim Taymans  <wim@fluendo.com>
24639
24640         * ext/ogg/README:
24641         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24642         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24643         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24644         * ext/theora/theoradec.c: (theora_dec_src_query),
24645         (theora_handle_data_packet):
24646         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24647         (theora_enc_chain):
24648         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24649         (vorbis_handle_data_packet):
24650         * gst/audioconvert/bufferframesconvert.c:
24651         (buffer_frames_convert_chain):
24652         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24653         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24654         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24655         (gst_ffmpegcsp_chain):
24656         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24657         (gst_videorate_getcaps), (gst_videorate_setcaps),
24658         (gst_videorate_event), (gst_videorate_chain):
24659         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24660         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24661         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24662         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24663         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24664         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24665         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24666         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24667         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24668         Cleanups and buffer alloc.
24669
24670 2005-05-31  Wim Taymans  <wim@fluendo.com>
24671
24672         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24673         Don't try to call the delay method when the device is not
24674         opened.
24675
24676 2005-05-31  Wim Taymans  <wim@fluendo.com>
24677
24678         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24679         Get actual segment size and buffer size after opening
24680         the device.
24681
24682 2005-05-30  Wim Taymans  <wim@fluendo.com>
24683
24684         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24685         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24686         Also FLUSH upstream, makes the loop function exit faster.
24687         
24688         * ext/theora/theoradec.c: (theora_dec_src_query):
24689         Some more debug info in the query.
24690         
24691         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24692         (gst_ximagesink_setcaps):
24693         Release lock on par error, better error reporting.
24694
24695 2005-05-26  Wim Taymans  <wim@fluendo.com>
24696
24697         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24698         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24699         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24700         Clear chains in READY
24701         Queue packets until the chain is activated.
24702
24703 2005-05-25  Wim Taymans  <wim@fluendo.com>
24704
24705         * gst-libs/gst/audio/gstaudiosink.c:
24706         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24707         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24708         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24709         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24710         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24711         (gst_audiosink_create_ringbuffer):
24712         * gst-libs/gst/audio/gstbaseaudiosink.c:
24713         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24714         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24715         (gst_baseaudiosink_set_property), (build_linear_format),
24716         (debug_spec_caps), (debug_spec_buffer),
24717         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24718         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24719         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24720         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24721         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24722         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24723         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24724         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24725         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24726         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24727         (wait_segment), (gst_ringbuffer_commit),
24728         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24729         (gst_ringbuffer_clear):
24730         Various small cleanups.
24731
24732         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24733         (gst_audio_convert_change_state):
24734         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24735         No need to take the locks anymore.
24736
24737 2005-05-25  Wim Taymans  <wim@fluendo.com>
24738
24739         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24740         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24741         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24742         (type_found):
24743         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24744         (group_destroy), (group_commit), (queue_overrun),
24745         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24746         (mute_stream), (new_decoded_pad), (setup_substreams),
24747         (setup_source), (mute_group_type), (set_active_source),
24748         (gst_play_base_bin_change_state):
24749         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24750         (gen_video_element), (gen_text_element), (gen_audio_element),
24751         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24752         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24753         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24754         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24755         Some playbin cleanups mostly refcounting sloppyness.
24756
24757 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24758
24759         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24760           Work with streaming input.
24761
24762 2005-05-25  Wim Taymans  <wim@fluendo.com>
24763
24764         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24765         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24766         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24767         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24768         No need to take the STREAM lock anymore.
24769
24770 2005-05-25  Wim Taymans  <wim@fluendo.com>
24771
24772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24773         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24774         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24775         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24776         (gst_ogg_demux_sink_activate):
24777         * ext/theora/theoradec.c: (theora_dec_src_event),
24778         (theora_handle_comment_packet), (theora_dec_chain),
24779         (theora_dec_change_state):
24780         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24781         (vorbis_handle_data_packet), (vorbis_dec_chain),
24782         (vorbis_dec_change_state):
24783         Remove STREAM locks as they are taken in core now.
24784         Never set bogus granulepos on vorbis/theora.
24785         Fix leaks in theoradec tag parsing.
24786
24787 2005-05-25  Wim Taymans  <wim@fluendo.com>
24788
24789         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24790         Fix memleaks, GST_BUFFER_DATA() is not freed.
24791
24792 2005-05-25  Wim Taymans  <wim@fluendo.com>
24793
24794         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24795         Open non-blocking, set to blocking mode afterwards to avoid
24796         lockups when audio device is busy.
24797
24798 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24799
24800         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24801           This can't be good.
24802
24803 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24804
24805         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24806         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24807         (gst_audio_convert_setcaps):
24808           Implement instant setup switching.
24809
24810 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24811
24812         * gst/playback/gstplaybasebin.c: (probe_triggered):
24813           Fix missing unlock.
24814         * gst/playback/gstplaybin.c: (add_sink):
24815           First add, then link (otherwise pad link fails).
24816
24817 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24818
24819         * examples/Makefile.am:
24820         fix buildbot (make distcheck)
24821
24822 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24823
24824         * gst/playback/gstplaybin.c: (gen_vis_element):
24825           Remove some wrong code. Doesn't work yet.
24826
24827 2005-05-19  Wim Taymans  <wim@fluendo.com>
24828
24829         * gst-libs/gst/net/Makefile.am:
24830         * gst-libs/gst/net/README:
24831         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24832         (gst_netbuffer_class_init), (gst_netbuffer_init),
24833         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24834         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24835         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24836         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24837         * gst-libs/gst/net/gstnetbuffer.h:
24838         Added buffer subclass to store extra to/from addresses for
24839         network sources/sinks.
24840
24841 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24842
24843         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24844           Don't lock an unassigned variable.
24845
24846 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24847
24848         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24849           Increase buffer for video, decrease buffer for other media types.
24850         * gst/playback/gstplaybin.c: (gen_video_element),
24851         (gen_audio_element):
24852           Change names for debugging purposes.
24853
24854 2005-05-18  Wim Taymans  <wim@fluendo.com>
24855
24856         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24857         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24858         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24859         (gst_ffmpegcsp_chain):
24860         Enable buffer alloc passthrough if the source and dest
24861         formats are the same.
24862
24863 2005-05-17  Wim Taymans  <wim@fluendo.com>
24864
24865         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24866         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24867         (gst_ogg_demux_chain_unlocked):
24868         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24869         (gst_audio_convert_caps_remove_format_info),
24870         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24871         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24872         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24873         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24874         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24875         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24876         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24877         (gst_ffmpegcsp_get_property):
24878         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24879         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24880         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24881         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24882         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24883         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24884         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24885         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24886         Leak fixes in oggdemux.
24887         Some cleanups in audioconvert.
24888         Make passthrough work along with buffer_alloc etc.
24889         Make buffer_alloc and buffer recycling actually work in
24890         xvimagesink.
24891
24892 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24893
24894         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24895           make the compiler happy
24896
24897 2005-05-17  Wim Taymans  <wim@fluendo.com>
24898
24899         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24900         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24901         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24902         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24903         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24904         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24905         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24906         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24907         (gst_xvimagesink_set_xwindow_id):
24908         * sys/xvimage/xvimagesink.h:
24909         Port xvimagesink to new MiniObject.
24910
24911 2005-05-17  Wim Taymans  <wim@fluendo.com>
24912
24913         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24914         (gst_audiofilter_chain):
24915         * gst-libs/gst/audio/gstaudiosink.c:
24916         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24917         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24918         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24919         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24920         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24921         (gst_audiosink_create_ringbuffer):
24922         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24923         (gst_audio_convert_caps_remove_format_info),
24924         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24925         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24926         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24927         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24928         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24929         Fix passthrough in ffmpegcolorspace.
24930         Fix memset in audiosink on wrong memory.
24931
24932 2005-05-16  David Schleef  <ds@schleef.org>
24933
24934         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24935         to GstMiniObject.
24936
24937 2005-05-16  David Schleef  <ds@schleef.org>
24938
24939         Port from GstData to GstMiniObject.
24940         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24941         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24942         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24943         (gst_ogg_mux_collected):
24944         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24945         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24946         (theora_handle_data_packet):
24947         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24948         (theora_set_header_on_caps), (theora_enc_chain):
24949         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24950         (vorbis_handle_comment_packet):
24951         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24952         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24953         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24954         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24955         * gst/audioconvert/gstaudioconvert.c:
24956         (gst_audio_convert_get_buffer):
24957         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24958         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24959         (mute_stream), (silence_stream):
24960         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24961         * gst/volume/gstvolume.c: (volume_transform):
24962         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24963         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24964         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24965         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24966         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24967         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24968         (gst_ximagesink_buffer_alloc):
24969         * sys/ximage/ximagesink.h:
24970
24971 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24972
24973         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24974         (fill_buffer), (check_queue), (queue_threshold_reached),
24975         (queue_out_of_data):
24976         * gst/playback/gstplaybasebin.h:
24977           Post buffer-fullness on the bus.
24978
24979 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24980
24981         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24982         (try_to_link_1):
24983         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24984         (group_commit), (probe_triggered), (setup_source),
24985         (gst_play_base_bin_change_state):
24986         * gst/playback/gstplaybasebin.h:
24987         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24988         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24989         (gst_play_bin_change_state):
24990           Move setup_output_pads into a virtual function, remove
24991           group-switch (no longer needed) and redirect (handled by bus
24992           now) signals.
24993
24994 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24995
24996         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24997         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24998         (get_active_group), (get_building_group), (group_destroy),
24999         (group_commit), (check_queue), (queue_overrun),
25000         (queue_threshold_reached), (queue_out_of_data),
25001         (gen_preroll_element), (remove_groups), (unknown_type),
25002         (add_element_stream), (no_more_pads), (probe_triggered),
25003         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
25004         (setup_substreams), (setup_source), (finish_source),
25005         (prepare_output), (muted_group_change_state),
25006         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25007         (gst_play_base_bin_change_state):
25008         * gst/playback/gstplaybasebin.h:
25009         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25010         (gst_play_bin_init), (gst_play_bin_set_property),
25011         (gen_video_element), (gen_text_element), (gen_audio_element),
25012         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
25013         (gst_play_bin_change_state):
25014         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25015         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
25016         (stream_info_change_state), (gst_stream_info_set_mute),
25017         (gst_stream_info_get_property):
25018         * gst/playback/gststreaminfo.h:
25019         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25020         (gst_stream_selector_get_linked_pad),
25021         (gst_stream_selector_getcaps),
25022         (gst_stream_selector_get_linked_pads),
25023         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25024         * gst/playback/gststreamselector.h:
25025           Rough port of playbin. Needs some more work, but is mostly done,
25026           and uses a few locks in important places, which should make stuff
25027           like chain-switches clean. Still uses GST_STATE() in a few places,
25028           which isn't all that good an idea, subtitles/elements disabled
25029           because no elements to test with and thus probably broken, query
25030           and event handling moved to GstBin, internal thread removed
25031           alltogether because the pipeline does that for us now. Can play
25032           Ogg/Vorbis files. Haven't tested anything else yet.
25033
25034 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25035
25036         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
25037           Do no-more-pads (needed for autoplugging).
25038
25039 2005-05-10  Andy Wingo  <wingo@pobox.com>
25040
25041         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
25042         message to the bus with the tags. Still not sent downstream tho.
25043
25044         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
25045         get_parent.
25046         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
25047         avoid refcounting hassles.
25048
25049 2005-05-09  Andy Wingo  <wingo@pobox.com>
25050
25051         * gst/volume/Makefile.am:
25052         * gst/volume/demo.c
25053         * gst/volume/gstvolume.h
25054         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
25055         basetransform. Probably need an audio filter base class.
25056
25057 2005-05-09  Wim Taymans  <wim@fluendo.com>
25058
25059         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
25060         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
25061         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
25062         (gst_vorbisenc_chain):
25063         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25064         (gst_audio_convert_caps_remove_format_info),
25065         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25066         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25067         Make caps writable before writing to it.
25068         Fix negotiation in audioconvert some more.
25069
25070 2005-05-09  Wim Taymans  <wim@fluendo.com>
25071
25072         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
25073         (gst_videorate_getcaps), (gst_videorate_setcaps),
25074         (gst_videorate_event), (gst_videorate_chain):
25075         Better negotiation.
25076
25077 2005-05-09  Wim Taymans  <wim@fluendo.com>
25078
25079         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
25080         (gst_videorate_getcaps), (gst_videorate_setcaps),
25081         (gst_videorate_blank_data), (gst_videorate_init),
25082         (gst_videorate_event), (gst_videorate_chain),
25083         (gst_videorate_change_state):
25084         Port videorate, do a better job at negotiation while we're at
25085         it.
25086
25087 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
25088
25089         * configure.ac:
25090           Disable libvisual
25091
25092         * examples/Makefile.am:
25093         * gst-libs/gst/audio/Makefile.am:
25094         * gst-libs/gst/riff/Makefile.am:
25095         * gst-libs/gst/tag/Makefile.am:
25096         * gst-libs/gst/video/Makefile.am:
25097           Fixups for missing variables.
25098
25099 2005-05-09  Wim Taymans  <wim@fluendo.com>
25100
25101         * examples/seeking/seek.c: (make_theora_pipeline),
25102         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25103         (query_rates), (query_positions_elems), (query_positions_pads),
25104         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25105         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25106         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25107         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25108         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25109         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25110         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25111         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25112         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25113         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25114         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25115         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25116         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25117         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25118         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25119         (theora_dec_src_convert), (theora_dec_sink_convert),
25120         (theora_dec_src_query), (theora_dec_sink_query),
25121         (theora_dec_src_event), (theora_dec_sink_event),
25122         (theora_handle_comment_packet), (theora_handle_type_packet),
25123         (theora_handle_header_packet), (theora_handle_data_packet),
25124         (theora_dec_chain):
25125         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25126         (vorbis_dec_convert), (vorbis_dec_src_query),
25127         (vorbis_dec_sink_query), (vorbis_dec_src_event),
25128         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25129         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25130         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25131         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25132         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25133         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25134         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25135         (gst_play_bin_query):
25136         * gst/playback/test3.c: (update_scale):
25137         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25138         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25139         * gst/subparse/gstsubparse.c: (gst_subparse_init):
25140         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25141         (gst_videotestsrc_src_query):
25142         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25143         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25144         (paint_hline_YUV9):
25145         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25146         Port to new query API.
25147         Updated seek.
25148         Cleanups in x[v]imagesink
25149
25150 2005-05-09  Andy Wingo  <wingo@pobox.com>
25151
25152         * ext/alsa/gstalsasink.h:
25153         * ext/gnomevfs/gstgnomevfssrc.c:
25154         (gst_gnomevfssrc_get_icy_metadata):
25155         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25156         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25157         * ext/theora/theoradec.c (theora_dec_src_query)
25158         (theora_dec_src_event, theora_dec_sink_event)
25159         (theora_handle_comment_packet, theora_handle_data_packet):
25160         * ext/theora/theoraenc.c (theora_enc_chain):
25161         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25162         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25163         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25164         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25165         (qt_type_find):
25166         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25167         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25168         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25169         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25170         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25171         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25172         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25173         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25174         (paint_setup_RGB565, paint_setup_xRGB1555):
25175         * gst/videotestsrc/videotestsrc.h:
25176         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25177         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25178         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25179         GCC4 fixes.
25180         
25181         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25182         gst_pad_query_position. Fixes oggdemux.
25183
25184 2005-05-08  David Schleef  <ds@schleef.org>
25185
25186         * configure.ac: Require liboil.
25187         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25188         a few more.
25189         * gst/videotestsrc/videotestsrc.c:
25190         * gst/videotestsrc/videotestsrc.h:
25191
25192 2005-05-06  Wim Taymans  <wim@fluendo.com>
25193
25194         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25195         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25196         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25197         Well, unreffing a buffer right before pushing it is asking
25198         for trouble..
25199
25200 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25201
25202         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25203
25204 2005-05-06  Wim Taymans  <wim@fluendo.com>
25205
25206         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25207         (gst_audio_convert_caps_remove_format_info),
25208         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25209         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25210         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25211         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25212         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25213         * gst/sine/Makefile.am:
25214         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25215         (gst_sinesrc_class_init), (gst_sinesrc_init),
25216         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25217         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25218         (gst_sinesrc_update_freq):
25219         * gst/sine/gstsinesrc.h:
25220         * gst/tcp/gstmultifdsink.c:
25221         * sys/xvimage/xvimagesink.c:
25222         Fixed negotiation wrt _peer_get_caps()
25223         Some cleanups.
25224
25225
25226 2005-05-06  Wim Taymans  <wim@fluendo.com>
25227
25228         * gst-libs/gst/audio/gstaudiosink.c:
25229         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25230         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25231         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25232         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25233         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25234         (gst_audiosink_create_ringbuffer):
25235         * gst-libs/gst/audio/gstbaseaudiosink.c:
25236         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25237         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25238         (gst_baseaudiosink_set_property), (build_linear_format),
25239         (debug_spec_caps), (debug_spec_buffer),
25240         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25241         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25242         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25243         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25244         * gst-libs/gst/audio/gstbaseaudiosink.h:
25245         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25246         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25247         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25248         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25249         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25250         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25251         (wait_segment), (gst_ringbuffer_commit),
25252         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25253         (gst_ringbuffer_clear):
25254         * gst-libs/gst/audio/gstringbuffer.h:
25255         Make the base audiosink return an error when there is no
25256         audiobuffer negotiated.
25257
25258 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25259
25260         * ext/Makefile.am:
25261         Disable cdparanoia until someone ports it!
25262
25263 2005-05-06  Wim Taymans  <wim@fluendo.com>
25264
25265         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25266         (gst_ogg_demux_sink_activate):
25267         And revert after wingo's revert.. sigh..
25268
25269 2005-05-05  Andy Wingo  <wingo@pobox.com>
25270
25271         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25272         GObject.
25273         * configure.ac: Return audiorate and subparse from the ghetto.
25274         Re-enable -Wall -Werror.
25275         * gst/subparse/gstsubparse.c:
25276         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25277         or chain-based. Cleaned up a bit. Not tested.
25278         
25279 2005-05-05  Christian Schaller <christian@fluendo.com> 
25280
25281         * Makefile.am: remove stuff that is not building
25282         * configure.ac: remove stuff that is not building
25283         * examples/Makefile.am: remove stuff that is not building
25284         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25285         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25286         * sys/Makefile.am: remove stuff that is not building
25287         * testsuite/Makefile.am: remove stuff that is not building
25288
25289 2005-05-05  Andy Wingo  <wingo@pobox.com>
25290
25291         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25292         * gst-libs/gst/tag/gstvorbistag.c:
25293         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25294         * gst/adder/gstadder.h:
25295         * gst/audioconvert/gstchannelmix.c:
25296         (gst_audio_convert_fill_one_other):
25297         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25298         (gst_audiorate_init), (gst_audiorate_chain):
25299         * gst/playback/gstplaybasebin.c: (setup_source):
25300         * gst/playback/test3.c: (update_scale):
25301         Some GCC4 fixes
25302         
25303         * po/af.po:
25304         * po/az.po:
25305         * po/cs.po:
25306         * po/en_GB.po:
25307         * po/hu.po:
25308         * po/it.po:
25309         * po/nb.po:
25310         * po/nl.po:
25311         * po/or.po:
25312         * po/sq.po:
25313         * po/sr.po:
25314         * po/sv.po:
25315         * po/uk.po:
25316         * po/vi.po: Foo
25317
25318 2005-05-05  Wim Taymans  <wim@fluendo.com>
25319
25320         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25321         (gst_audio_convert_caps_remove_format_info),
25322         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25323         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25324         * gst/videotestsrc/gstvideotestsrc.c:
25325         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25326         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25327         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25328         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25329         Don't ignore _push() return values.
25330         Make sure no processing is done when shutting down.
25331         Videotestsrc pad activation fix.
25332
25333 2005-05-05  Wim Taymans  <wim@fluendo.com>
25334
25335         * gst/adder/Makefile.am:
25336         * gst/adder/gstadder.c: (gst_adder_setcaps),
25337         (gst_adder_class_init), (gst_adder_init),
25338         (gst_adder_request_new_pad), (gst_adder_collected),
25339         (gst_adder_change_state):
25340         * gst/adder/gstadder.h:
25341         Ported adder as an example of a mixer element using
25342         collect pads. Needs more negotiation work.
25343
25344 2005-05-05  Wim Taymans  <wim@fluendo.com>
25345
25346         * ext/theora/theoradec.c: (_inc_granulepos),
25347         (theora_dec_src_event), (theora_dec_sink_event),
25348         (theora_handle_comment_packet), (theora_handle_type_packet),
25349         (theora_handle_header_packet), (theora_handle_data_packet),
25350         (theora_dec_chain):
25351         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25352         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25353         (theora_push_buffer), (theora_push_packet),
25354         (theora_enc_sink_event), (theora_enc_chain),
25355         (theora_enc_change_state), (theora_enc_set_property),
25356         (theora_enc_get_property):
25357         Added stream lock to decoder so that we can serialize
25358         the discont event.
25359         More theoraenc porting, recover from errors, do clean
25360         shutdown.
25361
25362 2005-05-05  Wim Taymans  <wim@fluendo.com>
25363
25364         * ext/ogg/Makefile.am:
25365         * ext/ogg/README:
25366         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25367         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25368         (gst_ogg_print):
25369         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25370         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25371         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25372         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25373         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25374         (gst_ogg_mux_change_state):
25375         Ported ogg muxer.
25376
25377 2005-05-05  Wim Taymans  <wim@fluendo.com>
25378
25379         * docs/design-audiosinks.txt:
25380         * gst-libs/gst/audio/TODO:
25381         * gst-libs/gst/audio/gstaudiosink.c:
25382         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25383         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25384         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25385         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25386         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25387         (gst_audiosink_create_ringbuffer):
25388         * gst-libs/gst/audio/gstbaseaudiosink.c:
25389         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25390         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25391         (gst_baseaudiosink_set_property), (build_linear_format),
25392         (debug_spec_caps), (debug_spec_buffer),
25393         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25394         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25395         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25396         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25397         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25398         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25399         (gst_ringbuffer_release), (gst_ringbuffer_play),
25400         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25401         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25402         (gst_ringbuffer_set_sample), (wait_segment),
25403         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25404         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25405         More work on the audiosink, mostly debugging and a race in
25406         shutdown.
25407
25408 2005-04-28  Wim Taymans  <wim@fluendo.com>
25409
25410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25411         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25412         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25413         (vorbis_dec_src_query), (vorbis_dec_src_event),
25414         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25415         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25416         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25417         Don't crap out when seeking back to position 0.
25418
25419 2005-04-28  Wim Taymans  <wim@fluendo.com>
25420
25421         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25422         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25423         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25424         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25425         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25426         Make audio sink configurable, use alsasink as default.
25427
25428 2005-04-28  Wim Taymans  <wim@fluendo.com>
25429
25430         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25431         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25432         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25433         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25434         (vorbis_dec_change_state):
25435         * ext/vorbis/vorbisdec.h:
25436         Refactor, use STREAM_LOCK.
25437
25438 2005-04-28  Wim Taymans  <wim@fluendo.com>
25439
25440         * ext/theora/theoradec.c: (_inc_granulepos),
25441         (theora_dec_sink_event), (theora_handle_comment_packet),
25442         (theora_handle_type_packet), (theora_handle_header_packet),
25443         (theora_handle_data_packet), (theora_dec_chain),
25444         (theora_dec_change_state):
25445         Refactor a bit, use STREAM_LOCK.
25446
25447 2005-04-28  Wim Taymans  <wim@fluendo.com>
25448
25449         * ext/alsa/Makefile.am:
25450         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25451         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25452         (gst_alsa_link), (gst_alsa_close_audio):
25453         * ext/alsa/gstalsaplugin.c: (plugin_init):
25454         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25455         (gst_alsasink_dispose), (gst_alsasink_base_init),
25456         (gst_alsasink_class_init), (gst_alsasink_init),
25457         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25458         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25459         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25460         (gst_alsasink_reset):
25461         * ext/alsa/gstalsasink.h:
25462         Implement alsasink with simple open/write/close API. 
25463         Make alsa dir build by disabling compilation of code.
25464
25465 2005-04-28  Wim Taymans  <wim@fluendo.com>
25466
25467         * gst-libs/gst/audio/Makefile.am:
25468         * gst-libs/gst/audio/audio.h:
25469         * gst-libs/gst/audio/audioclock.c:
25470         * gst-libs/gst/audio/audioclock.h:
25471         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25472         (gst_audio_clock_class_init), (gst_audio_clock_init),
25473         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25474         * gst-libs/gst/audio/gstaudioclock.h:
25475         * gst-libs/gst/audio/gstaudiosink.c:
25476         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25477         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25478         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25479         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25480         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25481         (gst_audiosink_create_ringbuffer):
25482         * gst-libs/gst/audio/gstbaseaudiosink.c:
25483         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25484         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25485         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25486         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25487         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25488         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25489         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25490         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25491         * gst-libs/gst/audio/gstbaseaudiosink.h:
25492         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25493         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25494         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25495         (gst_ringbuffer_release), (gst_ringbuffer_play),
25496         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25497         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25498         (gst_ringbuffer_set_sample), (wait_segment),
25499         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25500         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25501         * gst-libs/gst/audio/gstringbuffer.h:
25502         Make ringbuffer faster and more simple by removing the locks
25503         in the playback thread.
25504         Add sample accurate playback based on buffer sample offsets.
25505         Make the baseaudiosink provide a clock.
25506         Parse caps in the base class.
25507         Correctly handle seeking, flushing and state changes.
25508
25509 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25510
25511         * configure.ac:
25512         * gst/audioconvert/Makefile.am:
25513         * gst/audioscale/Makefile.am:
25514           Fix part of the build.  Come on guys, autogen didn't even work :)
25515
25516 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25517
25518         * configure.ac:
25519         * gst-libs/gst/Makefile.am:
25520         * gst-libs/gst/media-info/.cvsignore:
25521         * gst-libs/gst/media-info/Makefile.am:
25522         * gst-libs/gst/media-info/README:
25523         * gst-libs/gst/media-info/media-info-priv.c:
25524         * gst-libs/gst/media-info/media-info-priv.h:
25525         * gst-libs/gst/media-info/media-info-test.c:
25526         * gst-libs/gst/media-info/media-info.c:
25527         * gst-libs/gst/media-info/media-info.h:
25528         * gst-libs/gst/media-info/media-info.vcproj:
25529         * pkgconfig/Makefile.am:
25530         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25531         * pkgconfig/gstreamer-media-info.pc.in:
25532           Remove media-info, which is also successed by playbin (see Totem
25533           implementation).
25534
25535 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25536
25537         * configure.ac:
25538         * examples/Makefile.am:
25539         * examples/gstplay/.cvsignore:
25540         * examples/gstplay/Makefile.am:
25541         * examples/gstplay/player.c:
25542         * gst-libs/gst/Makefile.am:
25543         * gst-libs/gst/play/.cvsignore:
25544         * gst-libs/gst/play/Makefile.am:
25545         * gst-libs/gst/play/play.c:
25546         * gst-libs/gst/play/play.h:
25547         * gst-libs/gst/play/play.vcproj:
25548         * pkgconfig/Makefile.am:
25549         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25550         * pkgconfig/gstreamer-play.pc.in:
25551           Remove libgstplay, playbin is now the official successor.
25552
25553 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25554
25555         * configure.ac:
25556         * gst-libs/gst/Makefile.am:
25557         * gst-libs/gst/xwindowlistener/Makefile.am:
25558         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25559         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25560           Remove deprecated xwindowlistener (I've moved xwindowlistening
25561           in the v4l/v4l2 plugins over to serverside).
25562
25563 2005-04-25  David Schleef  <ds@schleef.org>
25564
25565         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25566         to examples/dynparams.  Examples do not belong interspersed with
25567         source code.
25568         * examples/dynparams/demo-dparams.c:
25569         * gst/sine/Makefile.am:
25570         * gst/sine/demo-dparams.c:
25571
25572 2005-04-25  David Schleef  <ds@schleef.org>
25573
25574         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25575         * gst-libs/gst/audio/Makefile.am:
25576         * gst-libs/gst/riff/Makefile.am:
25577         * gst-libs/gst/tag/Makefile.am:
25578         * gst-libs/gst/video/Makefile.am:
25579         * gst-libs/gst/xwindowlistener/Makefile.am:
25580
25581         Convert to 0.9 API, seems to work:
25582         * sys/ximage/Makefile.am:
25583         * sys/ximage/ximagesink.c:
25584
25585 2005-04-24  David Schleef  <ds@schleef.org>
25586
25587         Link plugins against libraries:
25588         * ext/alsa/Makefile.am:
25589         * gst/tcp/Makefile.am:
25590
25591         Remove asm code that should be in liboil
25592         * gst/videoscale/Makefile.am:
25593         * gst/videoscale/videoscale_x86_asm.s:
25594
25595         gettext wants these checked in:
25596         * po/af.po:
25597         * po/az.po:
25598         * po/cs.po:
25599         * po/en_GB.po:
25600         * po/hu.po:
25601         * po/it.po:
25602         * po/nb.po:
25603         * po/nl.po:
25604         * po/or.po:
25605         * po/sq.po:
25606         * po/sr.po:
25607         * po/sv.po:
25608         * po/uk.po:
25609         * po/vi.po:
25610
25611 2005-04-24  David Schleef  <ds@schleef.org>
25612
25613         Convert gst_main() to g_main_loop_run()
25614         * gst/playback/decodetest.c: (main):
25615         * gst/playback/test2.c: (main):
25616         * gst/playback/test3.c: (main):
25617         * gst/playback/test4.c: (main):
25618
25619         Link plugins against libraries:
25620         * ext/libvisual/Makefile.am:
25621         * sys/xvimage/Makefile.am:
25622
25623 2005-04-24  David Schleef  <ds@schleef.org>
25624
25625         * configure.ac: Remove idct and resample libs
25626         * gst-libs/gst/Makefile.am: same
25627
25628         Remove usage of gst_library_load():
25629         * ext/alsa/gstalsaplugin.c: (plugin_init):
25630         * ext/libvisual/visual.c: (plugin_init):
25631         * ext/ogg/gstogg.c: (plugin_init):
25632         * ext/theora/theora.c: (plugin_init):
25633         * ext/vorbis/vorbis.c: (plugin_init):
25634         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25635         * gst/audioscale/gstaudioscale.c:
25636         * gst/adder/gstadder.c: (plugin_init):
25637         * gst/audioconvert/plugin.c: (plugin_init):
25638         * sys/ximage/ximagesink.c: (plugin_init):
25639         * sys/xvimage/xvimagesink.c: (plugin_init):
25640         * gst/tcp/gsttcpplugin.c: (plugin_init):
25641
25642         Link plugins against libraries:
25643         * ext/ogg/Makefile.am:
25644         * ext/theora/Makefile.am:
25645         * ext/vorbis/Makefile.am:
25646         * gst/audioconvert/Makefile.am:
25647
25648         Create proper libraries:
25649         * gst-libs/gst/riff/Makefile.am:
25650         * gst-libs/gst/audio/Makefile.am:
25651         * gst-libs/gst/video/Makefile.am:
25652
25653         Move resample library to audioscale plugin directory:
25654         * gst-libs/gst/resample/Makefile.am:
25655         * gst-libs/gst/resample/README:
25656         * gst-libs/gst/resample/dtof.c:
25657         * gst-libs/gst/resample/dtos.c:
25658         * gst-libs/gst/resample/functable.c:
25659         * gst-libs/gst/resample/private.h:
25660         * gst-libs/gst/resample/resample.c:
25661         * gst-libs/gst/resample/resample.h:
25662         * gst-libs/gst/resample/resample.vcproj:
25663         * gst-libs/gst/resample/test.c:
25664         * gst/audioscale/Makefile.am:
25665         * gst/audioscale/README:
25666         * gst/audioscale/dtof.c:
25667         * gst/audioscale/dtos.c:
25668         * gst/audioscale/functable.c:
25669         * gst/audioscale/private.h:
25670         * gst/audioscale/resample.c:
25671         * gst/audioscale/resample.h:
25672         * gst/audioscale/test.c:
25673
25674         Move tagedit library to gst-libs:
25675         * gst-libs/gst/tag/Makefile.am:
25676         * gst-libs/gst/tag/gstid3tag.c:
25677         * gst-libs/gst/tag/gsttagediting.c:
25678         * gst-libs/gst/tag/gsttageditingprivate.h:
25679         * gst-libs/gst/tag/gstvorbistag.c:
25680         * gst/tags/Makefile.am:
25681         * gst/tags/gstid3tag.c:
25682         * gst/tags/gstvorbistag.c:
25683
25684         Fix for core changes:
25685         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25686         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25687         (gst_sinesrc_getrange):
25688
25689 2005-04-23  David Schleef  <ds@schleef.org>
25690
25691         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25692         in gst-plugins in a long time, and properly belongs in liboil.
25693         * gst-libs/gst/idct/Makefile.am:
25694         * gst-libs/gst/idct/README:
25695         * gst-libs/gst/idct/dct.h:
25696         * gst-libs/gst/idct/doieee:
25697         * gst-libs/gst/idct/fastintidct.c:
25698         * gst-libs/gst/idct/floatidct.c:
25699         * gst-libs/gst/idct/idct.c:
25700         * gst-libs/gst/idct/idct.h:
25701         * gst-libs/gst/idct/idtc.vcproj:
25702         * gst-libs/gst/idct/ieeetest.c:
25703         * gst-libs/gst/idct/intidct.c:
25704
25705 2005-04-20  Wim Taymans  <wim@fluendo.com>
25706
25707         * docs/design-audiosinks.txt:
25708         * gst-libs/gst/audio/Makefile.am:
25709         * gst-libs/gst/audio/TODO:
25710         * gst-libs/gst/audio/gstaudiosink.c:
25711         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25712         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25713         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25714         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25715         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25716         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25717         (gst_audiosink_class_init), (gst_audiosink_init),
25718         (gst_audiosink_create_ringbuffer):
25719         * gst-libs/gst/audio/gstaudiosink.h:
25720         * gst-libs/gst/audio/gstbaseaudiosink.c:
25721         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25722         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25723         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25724         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25725         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25726         (gst_baseaudiosink_create_ringbuffer),
25727         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25728         * gst-libs/gst/audio/gstbaseaudiosink.h:
25729         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25730         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25731         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25732         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25733         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25734         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25735         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25736         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25737         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25738         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25739         * gst-libs/gst/audio/gstringbuffer.h:
25740         An attempt at a set of audio base classes together with some
25741         design docs.
25742
25743 2005-04-20  Wim Taymans  <wim@fluendo.com>
25744
25745         * gst/audioconvert/Makefile.am:
25746         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25747         (gst_audio_convert_caps_remove_format_info),
25748         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25749         (gst_audio_convert_channels):
25750         Link against audio libs.
25751         Fix audio convert plugin.
25752
25753 2005-04-20  Wim Taymans  <wim@fluendo.com>
25754
25755         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25756         (gst_ogg_demux_sink_activate):
25757         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25758         (theora_set_header_on_caps), (theora_enc_sink_event),
25759         (theora_enc_chain):
25760         Fix theora encoder.
25761
25762 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25763
25764         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25765         * gst/playback/gstdecodebin.c: (find_compatibles):
25766           Work with staticpadtemplates in elementfactories.
25767
25768 2005-04-12  Wim Taymans  <wim@fluendo.com>
25769
25770         * gst/playback/README:
25771         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25772         (compare_ranks), (print_feature), (gst_decode_bin_init),
25773         (dynamic_create), (dynamic_free), (find_compatibles),
25774         (mimetype_is_raw), (close_pad_link), (got_redirect),
25775         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25776         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25777         (gst_decode_bin_change_state):
25778         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25779         (gst_play_base_bin_init), (group_destroy), (group_commit),
25780         (check_queue), (queue_overrun), (queue_threshold_reached),
25781         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25782         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25783         (got_redirect), (setup_source), (play_base_eos),
25784         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25785         (gst_play_base_bin_remove_element):
25786         * gst/playback/gstplaybasebin.h:
25787         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25788         (gst_play_bin_init), (gst_play_bin_dispose),
25789         (gst_play_bin_set_property), (gen_video_element),
25790         (gen_text_element), (gen_audio_element), (remove_sinks),
25791         (gst_play_bin_send_event):
25792         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25793         (stream_info_change_state), (gst_stream_info_set_mute):
25794         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25795         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25796         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25797         (gst_stream_selector_chain):
25798         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25799         (main):
25800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25801         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25802         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25803         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25804         Raw and crude port of decodebin. 
25805         Make playbin compile.
25806
25807 2005-04-06  Wim Taymans  <wim@fluendo.com>
25808
25809         * ext/gnomevfs/Makefile.am:
25810         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25811         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25812         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25813         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25814         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25815         (gst_gnomevfssrc_stop):
25816         * ext/ogg/Makefile.am:
25817         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25818         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25819         * ext/theora/Makefile.am:
25820         * ext/theora/theoradec.c: (_inc_granulepos),
25821         (theora_dec_sink_event), (theora_dec_chain):
25822         * ext/vorbis/Makefile.am:
25823         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25824         (vorbis_dec_sink_event), (vorbis_dec_chain):
25825         * gst-libs/gst/audio/Makefile.am:
25826         * sys/xvimage/Makefile.am:
25827         Make gnomevfssrc extend the source base class.
25828         Fix linking against libs in various plugins.
25829
25830 2005-04-06  Andy Wingo  <wingo@pobox.com>
25831
25832         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25833         GST_BASE_LIBS.
25834
25835         * configure.ac: Add check and AC_SUBST for libgstbase.
25836
25837 2005-03-31  Wim Taymans  <wim@fluendo.com>
25838
25839         * examples/seeking/Makefile.am:
25840         * examples/seeking/cdparanoia.c: (main):
25841         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25842         (play_cb), (pause_cb), (stop_cb), (main):
25843         * examples/seeking/playbin.c:
25844         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25845         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25846         (make_sid_pipeline), (make_vorbis_pipeline),
25847         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25848         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25849         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25850         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25851         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25852         (stop_cb), (main):
25853         * examples/seeking/spider_seek.c:
25854         * examples/seeking/vorbisfile.c:
25855         * ext/gnomevfs/Makefile.am:
25856         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25857         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25858         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25859         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25860         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25861         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25862         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25863         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25864         * ext/ogg/README:
25865         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25866         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25867         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25868         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25869         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25870         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25871         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25872         (gst_ogg_demux_factory_filter), (compare_ranks),
25873         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25874         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25875         (gst_ogg_chain_new), (gst_ogg_chain_free),
25876         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25877         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25878         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25879         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25880         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25881         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25882         (gst_ogg_demux_get_prev_page),
25883         (gst_ogg_demux_deactivate_current_chain),
25884         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25885         (gst_ogg_demux_bisect_forward_serialno),
25886         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25887         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25888         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25889         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25890         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25891         (gst_ogg_demux_change_state), (gst_ogg_print):
25892         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25893         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25894         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25895         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25896         (gst_ogg_mux_loop):
25897         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25898         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25899         (theora_dec_src_convert), (theora_dec_sink_convert),
25900         (theora_dec_src_query), (theora_dec_src_event),
25901         (theora_dec_sink_event), (theora_dec_chain),
25902         (theora_dec_change_state):
25903         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25904         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25905         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25906         (theora_enc_change_state):
25907         * ext/vorbis/Makefile.am:
25908         * ext/vorbis/oggvorbisenc.c:
25909         * ext/vorbis/oggvorbisenc.h:
25910         * ext/vorbis/vorbis.c: (plugin_init):
25911         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25912         (vorbis_dec_src_query), (vorbis_dec_src_event),
25913         (vorbis_dec_sink_event), (vorbis_dec_chain),
25914         (vorbis_dec_change_state):
25915         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25916         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25917         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25918         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25919         (gst_vorbisenc_change_state):
25920         * ext/vorbis/vorbisenc.h:
25921         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25922         * gst-libs/gst/audio/audioclock.c:
25923         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25924         (gst_audiofilter_init), (gst_audiofilter_chain):
25925         * gst-libs/gst/audio/testchannels.c: (main):
25926         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25927         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25928         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25929         (gmip_find_track_streaminfo), (gmip_find_track_format):
25930         * gst-libs/gst/media-info/media-info.c:
25931         (gst_media_info_read_idler):
25932         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25933         (gst_play_get_all_by_interface):
25934         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25935         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25936         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25937         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25938         (gst_riff_parse_info):
25939         * gst-libs/gst/riff/riff-read.h:
25940         * gst-libs/gst/riff/riff.c: (plugin_init):
25941         * gst-libs/gst/video/Makefile.am:
25942         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25943         (gst_videosink_class_init), (gst_videosink_get_type):
25944         * gst-libs/gst/video/videosink.h:
25945         * gst/audioconvert/bufferframesconvert.c:
25946         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25947         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25948         * gst/audioconvert/channelmixtest.c: (main):
25949         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25950         (gst_audio_convert_chain),
25951         (gst_audio_convert_caps_remove_format_info),
25952         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25953         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25954         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25955         (gst_audio_convert_buffer_to_default_format),
25956         (gst_audio_convert_buffer_from_default_format),
25957         (gst_audio_convert_channels):
25958         * gst/audioconvert/gstchannelmix.h:
25959         * gst/ffmpegcolorspace/avcodec.h:
25960         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25961         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25962         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25963         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25964         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25965         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25966         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25967         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25968         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25969         (dv_type_find):
25970         * gst/videotestsrc/gstvideotestsrc.c:
25971         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25972         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25973         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25974         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25975         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25976         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25977         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25979         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25980         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25981         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25982         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25983         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25984         (gst_xvimagesink_navigation_send_event),
25985         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25986         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25987         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25988         * sys/xvimage/xvimagesink.h:
25989         Plugin port to 0.9, ogg/theora playback should work in the seek
25990         example now.
25991         Removed old examples.
25992         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25993         explained in 0.9 TODO doc.
25994
25995
25996 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25997
25998         * autogen.sh:
25999         * configure.ac:
26000         * ext/Makefile.am:
26001         * gst/Makefile.am:
26002         * po/POTFILES.in:
26003         * po/af.po:
26004         * po/az.po:
26005         * po/cs.po:
26006         * po/en_GB.po:
26007         * po/hu.po:
26008         * po/it.po:
26009         * po/nb.po:
26010         * po/nl.po:
26011         * po/or.po:
26012         * po/sq.po:
26013         * po/sr.po:
26014         * po/sv.po:
26015         * po/uk.po:
26016         * po/vi.po:
26017         * sys/Makefile.am:
26018         * testsuite/Makefile.am:
26019           remove a whole bunch of plugins.  This module now contains a set
26020           of free reference plugins/elements as agreed.
26021
26022 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26023
26024         * configure.ac:
26025           hunting season on 0.9 is now OPEN
26026
26027 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26028
26029         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26030           Kick the hell out of gcc for not warning me about a symbol conflict.
26031
26032 2005-02-22  Luca Ognibene  <luogni@tin.it>
26033
26034         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26035
26036         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26037           Don't leak caps string (fixes #168134)
26038
26039         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
26040         (gst_jpegenc_init), (gst_jpegenc_finalize),
26041         (gst_jpegenc_change_state):
26042           Don't leak line buffers and context struct (fixes #168133).
26043
26044 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
26045
26046         * configure.ac:
26047         * ext/dirac/gstdiracdec.cc:
26048         (gst_diracdec_chain):
26049           Since dirac 0.5.0 the framerate in dirac is expressed as a
26050           rational number. Fix build and up requirement to 0.5.0, and
26051           also pass parameters to gst_diracdec_link in the right order
26052           (fixes #167959).
26053
26054 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
26055
26056         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
26057         * ext/faad/gstfaad.h:
26058         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
26059         certain invalid muxed streams, where some packets will contain 
26060         junk after decoder data. Partially fixes #149158.
26061
26062 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
26063         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
26064           Make sure we only write to writable buffers
26065
26066 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
26067
26068         * gst-libs/gst/riff/riff-media.c:
26069         (gst_riff_create_audio_caps_with_data):
26070           Do actually fix invalid RIFF fmt header values for alaw
26071           and mulaw audio instead of just saying so.
26072
26073         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26074           Give gst_riff_create_audio_caps_with_data() a chance to
26075           fix up broken format header fields before extracting any
26076           parameters from the header. (fixes #167633)
26077
26078 2005-02-19  Martin Holters  <martin.holters@gmx.de>
26079
26080         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26081
26082         * gst/audioconvert/bufferframesconvert.c:
26083         (buffer_frames_convert_link):
26084           Don't leak othercaps. (fixes #167878)
26085
26086 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
26087
26088         * configure.ac:
26089         * ext/libvisual/visual.c: (gst_visual_srclink),
26090         (gst_visual_change_state):
26091           Support libvisual 0.2.0.
26092
26093 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
26094
26095         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26096         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26097           Use same rowstrides for I420 as used everywhere else.
26098
26099 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
26100
26101         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26102           Declare variables at beginning of block and make gcc-2.95 happy
26103           (fixes # 167482, patch by Gergely Nagy).
26104           
26105         * gst/tcp/gsttcpclientsrc.c:
26106         * gst/tcp/gsttcpclientsrc.h:
26107           Move some includes into the header, so that struct sockaddr_in is
26108           defined when it should be defined on FreeBSD as well (fixes
26109           #167483).
26110           
26111         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26112           Don't pass uninitialised values to setsockopt() here either.
26113
26114 2005-02-17  Luca Ognibene  <luogni at tin dot it>
26115
26116         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26117
26118         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26119           Don't pass uninitialised values to setsockopt(). (fixes #167704)
26120
26121 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26122
26123         * gst/playback/gstplaybin.c: (add_sink):
26124           Invert bin_add/link order to workaround deadlock in opt.
26125
26126 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26127
26128         * gst/modplug/gstmodplug.cc:
26129           Add missing break causing position queries to fail.
26130
26131 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26132
26133         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26134           Granpos can apparently be -1, which screws up calculations...
26135
26136 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
26137
26138         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26139         (gst_ximagesink_send_pending_navigation),
26140         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26141         (gst_ximagesink_init):
26142         * sys/ximage/ximagesink.h:
26143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26144         (gst_xvimagesink_send_pending_navigation),
26145         (gst_xvimagesink_navigation_send_event),
26146         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26147         * sys/xvimage/xvimagesink.h:
26148           Use a mutex protected list to marshal navigation
26149           events into the stream thread from whichever thread
26150           sends them.
26151
26152 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
26153
26154         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26155           Display current position and track length; misc. clean-ups.
26156           
26157         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26158         (speed_init), (speed_chain):
26159           Add query function, so that the stream length and current position
26160           get adjusted when queried (note that current position queries may
26161           still be wrong if the audio sink returns values based on buffer
26162           timestamps instead of passing on the query).
26163
26164 2005-02-13  Benjamin Otte  <otte@gnome.org>
26165
26166         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26167         (gst_audio_convert_channels):
26168           create channel conversion matrix when linking
26169         * gst/audioconvert/.cvsignore:
26170         * gst/audioconvert/Makefile.am:
26171         * gst/audioconvert/channelmixtest.c: (main):
26172           add (ugly) test that ensures stereo <=> mono conversion works
26173           correctly
26174
26175 2005-02-13  Benjamin Otte  <otte@gnome.org>
26176
26177         * gst/audioconvert/gstchannelmix.h:
26178           include missing header file
26179         * gst/audioconvert/gstchannelmix.c:
26180         (gst_audio_convert_fill_compatible):
26181           use same sign for both channels when converting to/from compatible
26182           channel. Previously used different signs made the signals cancel
26183           each other out and appear like silence. (fixes #167269)
26184
26185 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26186
26187         * gst/ffmpegcolorspace/avcodec.h:
26188         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26189         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26190         (gst_ffmpegcsp_avpicture_fill):
26191         * gst/ffmpegcolorspace/imgconvert.c:
26192           Convert to and from YV12 (fixes #156379).
26193
26194 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26195
26196         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26197         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26198         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26199         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26200         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26201         methods from chain and negotiation and vice versa (Fixes #166142).
26202         * sys/ximage/ximagesink.h: Add stream_lock.
26203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26204         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26205         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26206         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26207
26208 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26209
26210         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26211           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26212           error message when we can't open the DVD device (when dvdnav_open()
26213           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26214           the above). Send something more useful instead (fixes #167117).
26215
26216 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26217
26218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26219         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26220         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26221         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26222         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26223         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26224         methods from chain and negotiation and vice versa (Fixes #166142).
26225         Fix a possible bug of images in the buffer pool being discarded because
26226         we are looking at the wrong geometry.
26227         * sys/xvimage/xvimagesink.h: Add stream_lock.
26228
26229 2005-02-11  David Schleef  <ds@schleef.org>
26230
26231         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26232         unsigned int. (fixes #167128)
26233
26234 2005-02-11  David Schleef  <ds@schleef.org>
26235
26236         * gst/librfb/Makefile.am: Testing stuff before committing is
26237           for wimps... and people with fast machines.  Fix stupid
26238           mistake.
26239
26240 2005-02-11  David Schleef  <ds@schleef.org>
26241
26242         * configure.ac: Pull in librfb from my CVS tree, because it is
26243           too small and annoying to be separate.  Move rfbsrc plugin
26244           to gst/.
26245         * ext/Makefile.am:
26246         * ext/librfb/Makefile.am:
26247         * ext/librfb/gstrfbsrc.c:
26248         * gst/librfb/Makefile.am:
26249         * gst/librfb/gstrfbsrc.c:
26250         * gst/librfb/rfb.c:
26251         * gst/librfb/rfb.h:
26252         * gst/librfb/rfbbuffer.c:
26253         * gst/librfb/rfbbuffer.h:
26254         * gst/librfb/rfbbytestream.c:
26255         * gst/librfb/rfbbytestream.h:
26256         * gst/librfb/rfbcontext.h:
26257         * gst/librfb/rfbdecoder.c:
26258         * gst/librfb/rfbdecoder.h:
26259         * gst/librfb/rfbutil.h:
26260
26261 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26262
26263         * gst/speed/Makefile.am:
26264         * gst/speed/demo-mp3.c: (main):
26265         * gst/speed/filter.func:
26266         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26267         (speed_class_init), (speed_init), (speed_chain_int16),
26268         (speed_chain_float32), (speed_chain), (speed_set_property),
26269         (speed_get_property), (speed_change_state):
26270         * gst/speed/gstspeed.h:
26271           Fix speed element and make it chain-based (fixes #156467),
26272           and make it handle more than one channel.
26273
26274 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26275
26276         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26277         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26278         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26279         * ext/dts/gstdtsdec.h:
26280           Don't clobber the stack constructing the channels array.
26281           Make the element chain-based. DTS tracks can now be played.
26282           
26283 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26284
26285         * gst-libs/gst/audio/multichannel.h:
26286         * gst-libs/gst/gconf/gconf.h:
26287         * gst-libs/gst/idct/idct.h:
26288         * gst-libs/gst/media-info/media-info-priv.h:
26289         * gst-libs/gst/play/play.h:
26290         * gst-libs/gst/resample/private.h:
26291         * gst-libs/gst/resample/resample.h:
26292         * gst-libs/gst/riff/riff-ids.h:
26293         * gst-libs/gst/video/video.h:
26294         * gst-libs/gst/video/videosink.h:
26295           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26296           missing, so that they work when included from C++ code.
26297
26298 2005-02-09  David Schleef  <ds@schleef.org>
26299
26300         * testsuite/gst-lint: Check for non-statically scoped
26301           parent_class variables.  This won't be a problem once
26302           plugins are loaded with RTLD_LOCAL.
26303
26304 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26305
26306         * ext/mplex/gstmplexibitstream.cc:
26307           gcc madness.
26308
26309 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26310
26311         * ext/ogg/gstogmparse.c:
26312         * gst/debug/gstnavigationtest.c:
26313           Die, thou faulty symbol pollutors (non-static parent_class).
26314
26315 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26316
26317         * ext/mplex/gstmplexibitstream.cc:
26318           Fix event handling (#165525).
26319
26320 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26321
26322         * ext/mikmod/gstmikmod.c:
26323         * gst/modplug/gstmodplug.cc:
26324           Add missing endianness to template (fixes #165509).
26325
26326 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26327
26328         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26329           Fix wrong order of reading of optional bytes (#165290).
26330
26331 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26332
26333         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26334           Implement FILLER event awareness.
26335
26336 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26337
26338         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26339           Fix track calculations (#166208).
26340
26341 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26342
26343         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26344
26345         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26346         * ext/libpng/gstpngenc.c:
26347           Fix byte-order, use proper fixed caps. Fixes #164197.
26348
26349 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26350
26351         * configure.ac:
26352           Add dvdlpcmdec 
26353
26354         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26355         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26356           Don't push buffers if the src pad isn't negotiated yet.
26357           
26358         * gst/audioconvert/gstaudioconvert.c:
26359         (gst_audio_convert_buffer_to_default_format),
26360         (gst_audio_convert_buffer_from_default_format):
26361           Add support for 24-bit width.
26362
26363         * gst/dvdlpcmdec/.cvsignore:
26364         * gst/dvdlpcmdec/Makefile.am:
26365         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26366         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26367         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26368         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26369         (plugin_init):
26370         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26371           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26372           format. Needs support for the channels maps if someone can find 
26373           a DVD LPCM track with > 2 channels.
26374
26375         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26376         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26377         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26378         * gst/mpegstream/gstdvddemux.h:
26379         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26380         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26381         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26382         * gst/mpegstream/gstmpegdemux.h:
26383         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26384         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26385         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26386         (gst_mpeg_parse_handle_src_query),
26387         (gst_mpeg_parse_handle_src_event):
26388           Use audio/x-dvd-lpcm for LPCM output.
26389           Add DTS output.
26390
26391 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26392
26393         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26394
26395         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26396         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26397           Add BGRA handling (#165736).
26398
26399 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26400
26401         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26402
26403         * gst/law/alaw-decode.c: (alawdec_link):
26404         * gst/law/alaw-encode.c: (alawenc_link):
26405         * gst/law/mulaw-decode.c: (mulawdec_link):
26406         * gst/law/mulaw-encode.c: (mulawenc_link):
26407           Fix caps memleaks (#166600).
26408
26409 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26410
26411         * ext/tarkin/mem.h:
26412         * ext/tarkin/wavelet.h:
26413         * ext/tarkin/yuv.h:
26414         * gst/ffmpegcolorspace/avcodec.h:
26415           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26416           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26417
26418 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26419
26420         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26422         (gst_xvimagesink_change_state):
26423           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26424           Xv video (and thereby regenerate Xv colourkey) in clear() so
26425           that PLAY -> READY -> PLAY works (fixes #162504).
26426
26427 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26428
26429         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26430           Switch to list instead of range, since MJPEG-devices really just
26431           support decimations, not any size.
26432
26433 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26434         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26435         (gst_mpeg2dec_reset), (free_all_buffers),
26436         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26437         * ext/mpeg2dec/gstmpeg2dec.h:
26438           The libmpeg2 user-allocated buffer management is awkward, 
26439           to say the least. Hopefully this fixes things.
26440
26441 2005-02-04  Andy Wingo  <wingo@pobox.com>
26442
26443         * gst/audioconvert/bufferframesconvert.c
26444         (buffer_frames_convert_fixate): New function, fixates to 256
26445         frames per buffer by default. (Much better than 1.)
26446         (buffer_frames_convert_init): Set the fixate function for both src
26447         and sink pad.
26448         (buffer_frames_convert_link): After success setting nonfixed caps,
26449         get the negotiated caps so we can know how many buffer-frames it
26450         will be. No idea how this worked at all before.
26451
26452 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26453
26454         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26455         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26456         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26457         (handle_sequence), (handle_picture):
26458         * ext/mpeg2dec/gstmpeg2dec.h:
26459           Rearrange buffer tracking and refcounting and refactor
26460           a little for readability. 
26461
26462 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26463         * sys/v4l/gstv4l.c: (plugin_init):
26464         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26465         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26466         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26467         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26468         * sys/v4l/gstv4ljpegsrc.h:
26469         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26470         * sys/v4l/v4l_calls.h:
26471         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26472         (gst_v4lsrc_get_fps):
26473         * sys/v4l/v4lsrc_calls.h:
26474           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26475           you jpeg inside rgb frames" driver.
26476           Don't error in the v4lsrc link function, just return 
26477           REFUSED.
26478
26479 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26480
26481         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26482         (gst_qcamsrc_open):
26483           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26484
26485 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26486
26487         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26488           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26489
26490 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26491
26492         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26493           Reset negotiated state on PAUSED->READY.
26494
26495 2005-02-02  David Schleef  <ds@schleef.org>
26496
26497         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26498         whereever possible.  (Fixes #165997)
26499         * examples/capsfilter/capsfilter1.c: (main):
26500         * examples/dynparams/filter.c: (create_ui):
26501         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26502         * examples/seeking/chained.c: (main):
26503         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26504         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26505         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26506         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26507         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26508         * examples/switch/switcher.c: (main):
26509         * ext/dv/demo-play.c: (main):
26510         * ext/faad/gstfaad.c: (gst_faad_change_state):
26511         * ext/mad/gstmad.c: (gst_mad_chain):
26512         * ext/smoothwave/demo-osssrc.c: (main):
26513         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26514         (gst_gconf_render_bin_from_description),
26515         (gst_gconf_get_default_audio_sink),
26516         (gst_gconf_get_default_video_sink),
26517         (gst_gconf_get_default_audio_src),
26518         (gst_gconf_get_default_video_src),
26519         (gst_gconf_get_default_visualization_element):
26520         * gst/level/demo.c: (main):
26521         * gst/level/plot.c: (main):
26522         * gst/playback/gstplaybin.c: (gen_video_element),
26523         (gen_audio_element):
26524         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26525         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26526         * gst/sine/demo-dparams.c: (main):
26527         * gst/spectrum/demo-osssrc.c: (main):
26528         * gst/speed/demo-mp3.c: (main):
26529         * gst/volume/demo.c: (main):
26530         * testsuite/embed/embed.c: (main):
26531
26532 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26533
26534         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26535         (gst_tcpclientsink_finalize):
26536         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26537         (gst_tcpclientsrc_finalize):
26538         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26539         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26540         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26541         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26542           Don't leak the hostname when shutting down.
26543           In tcpserversrc, take a copy of the default hostname.
26544
26545 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26546
26547         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26548           Set caps to systemstream=TRUE.
26549
26550 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26551
26552         * testsuite/Makefile.am:
26553           Fix more OSX buildbots.
26554
26555 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26556
26557         * ext/mpeg2dec/gstmpeg2dec.c:
26558           Don't send things to NULL PAD_PEERs
26559
26560         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26561           Copy-on-write the incoming buffer.
26562
26563         * gst/mpegstream/gstdvddemux.h:
26564         * gst/mpegstream/gstmpegclock.h:
26565         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26566         (normal_seek), (gst_mpeg_demux_handle_src_event):
26567         * gst/mpegstream/gstmpegdemux.h:
26568         * gst/mpegstream/gstmpegpacketize.h:
26569         * gst/mpegstream/gstmpegparse.c:
26570         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26571         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26572         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26573         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26574         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26575         * gst/mpegstream/gstmpegparse.h:
26576         * gst/mpegstream/gstrfc2250enc.h:
26577           Various changes to the way time is computed that make seeking and
26578           total time estimation much better here.
26579           Use G_BEGIN/END_DECLS instead of __cplusplus
26580
26581         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26582           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26583
26584 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26585
26586         * gst/subparse/gstsubparse.c:
26587           Fix OSX buildbot.
26588
26589 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26590
26591         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26592         (theora_enc_chain), (theora_enc_change_state):
26593         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26594         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26595         (gst_vorbisenc_change_state):
26596         * ext/vorbis/vorbisenc.h:
26597           Set granulepos and timestamp correctly for streams not
26598           starting at 0, taking into account the initial delay.
26599
26600 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26601
26602         * gst/mpegstream/gstdvddemux.c:
26603           Add audio/x-dts to audio pad template caps
26604
26605 2005-01-30  David Schleef  <ds@schleef.org>
26606
26607         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26608         (create_context), (gst_polypsink_link): Fix silly endianness
26609         bug.  Add some debugging.  Remove float from caps; it doesn't
26610         work.  Attempt to get remote audio working.
26611
26612 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26613
26614         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26615           Add 3IV2 fourcc.
26616
26617 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26618
26619         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26620         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26621         (gst_avi_demux_stream_data):
26622         * gst/avi/gstavidemux.h:
26623           Invert DIB images. Fixes #132341.
26624
26625 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26626
26627         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26628         (gst_ffmpegcsp_chain):
26629           D'oh, reference the palette data, not the palette structure.
26630           Fixes color distortion in #132341.
26631
26632 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26633
26634         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26635           PAR can be non-fixed when not provided as argument (#162626).
26636
26637 2005-01-29  David Moore  <dcm@acm.org>
26638
26639         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26640
26641         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26642         (gst_qtdemux_loop_header):
26643           Re-apply patch from #142272 that allows non-seekable sources,
26644           re-proposed by Daniel Drake <dsd@gentoo.org>.
26645
26646 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26647
26648         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26649           Use the src template for creating the src pad (#162330).
26650
26651 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26652
26653         * configure.ac:
26654         * ext/musepack/Makefile.am:
26655         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26656         (gst_musepackdec_init), (gst_musepackdec_dispose),
26657         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26658         (gst_musepack_stream_init), (gst_musepackdec_loop),
26659         (gst_musepackdec_change_state):
26660         * ext/musepack/gstmusepackdec.cpp:
26661         * ext/musepack/gstmusepackdec.h:
26662         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26663         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26664         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26665         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26666         * ext/musepack/gstmusepackreader.cpp:
26667         * ext/musepack/gstmusepackreader.h:
26668           Update to 1.1 API (#165446).
26669
26670 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26671
26672         * ext/Makefile.am:
26673           Unbreak buildbot.
26674
26675 2005-01-28  Andy Wingo  <wingo@pobox.com>
26676
26677         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26678         to reflect a different dubious internet source. Add a reference
26679         and some commentary.
26680
26681 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26682
26683         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26684         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26685         * gst/playback/gststreamselector.h:
26686           Be more selective when we're redoing caps negotiation from
26687           within the chain function on a stream change.
26688
26689 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26690
26691         * configure.ac:
26692         * ext/Makefile.am:
26693         * ext/amrnb/Makefile.am:
26694         * ext/amrnb/amrnb.c: (plugin_init):
26695         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26696         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26697         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26698         (gst_amrnbdec_state_change):
26699         * ext/amrnb/amrnbdec.h:
26700         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26701         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26702         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26703         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26704         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26705         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26706         * ext/amrnb/amrnbparse.h:
26707           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26708         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26709           Add AMR-NB/-WB raw formats.
26710         * ext/alsa/gstalsa.c: (gst_alsa_link):
26711           Keep valid time when changing format.
26712         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26713         (qtdemux_parse_trak):
26714           Add some more format-specific options (#140141, #143555, #155163).
26715
26716 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26717
26718         * gst/matroska/matroska-demux.c:
26719         (gst_matroska_demux_parse_blockgroup):
26720           Fix logic error in timing of subtitle stream synchronization.
26721         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26722           Add skip-chunk, which is found in kodak-camera streams.
26723
26724 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26725
26726         * po/LINGUAS:
26727         * po/vi.po:
26728           Adding Vietnamese translation (submitted by Clytie Siddall)
26729
26730 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26731
26732         * gst/playback/gstdecodebin.c: (try_to_link_1):
26733           Use realpad for signal.
26734
26735 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26736
26737         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26738           Fix category so decodebin picks it up.
26739
26740 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26741
26742         * ext/mad/Makefile.am:
26743         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26744         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26745         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26746         (found_type), (gst_id3demux_bin_change_state):
26747         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26748         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26749         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26750         (gst_id3_tag_change_state), (plugin_init):
26751         * ext/mad/gstmad.h:
26752           Add id3demuxbin (which is a simple bin consisting of id3demux
26753           and typefind), take over rank from id3demux, remove typefind
26754           code from id3demux. Makes all broken mp3s that I know of work,
26755           and thereby fixes #152688.
26756
26757 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26758
26759         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26760
26761         * ext/mad/gstmad.c: (gst_mad_src_event):
26762         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26763           Allow seeks on audio pad, make mad forward those (#164826).
26764         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26765           Set duration (#165335).
26766
26767 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26768
26769         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26770         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26771         (gst_asf_demux_process_ext_content_desc),
26772         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26773         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26774         * gst/asfdemux/gstasfdemux.h:
26775           Improve metadata display, e.g. if the metadata comes before the
26776           streams are loaded (which is perfectly valid).
26777
26778 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26779
26780         * tools/gst-launch-ext-m.m:
26781           Fix AVI/ASF pipelines (#165340).
26782
26783 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26784         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26785         build failure on amd64
26786
26787 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26788
26789         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26790         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26791           Check environment variables GST_ID3V2_TAG_ENCODING,
26792           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26793           list of character encodings to force interpretation of non-unicode
26794           strings stored in an ID3v2 tag to a particular encoding. If none
26795           is specified, try to use current locale's encoding, then fall back
26796           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26797         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26798         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26799           Check environment variables GST_ID3V1_TAG_ENCODING,
26800           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26801           list of character encodings to use in case a string encountered
26802           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26803           specified, try to use the current locale's encoding, then fall
26804           back to ISO-8859-1 (which will always succeed).
26805
26806 2005-01-25  Benjamin Otte  <otte@gnome.org>
26807
26808         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26809           - on half framerate, compute the rate in advance so the comparisons
26810             don't compare wrong values
26811           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26812             behaviour
26813           - don't use mad_header_decode anymore, mad_frame_decode does that
26814             automatically
26815           - when getting rid of consumed bytes, reset the stream's skiplen
26816           (fixes #163867)
26817
26818 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26819
26820         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26821           Use 1/2 a second for default max_discont, as PES streams from DVB
26822           seem to have larger spacings in the SCR. 
26823           Fix a typo.
26824
26825 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26826
26827         * gst/playback/gstplaybasebin.c: (group_commit):
26828           Notify delayed stream-info availability.
26829
26830 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26831         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26832         (gst_a52dec_handle_event), (gst_a52dec_chain):
26833         Add some debug output. Check that a discont has a valid
26834         time associated.
26835         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26836         (gst_alsa_sink_loop):
26837         Ignore TAG events. A little extra debug for broken timestamps.
26838         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26839         (dvdnavsrc_change_state):
26840         Ensure we send a discont to engage the link before we send any
26841         other events.
26842         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26843         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26844         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26845         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26846         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26847         dvd://title works in totem because typefinding sends a seek that ends
26848         up going back to chapter 1 regardless.
26849         * ext/mpeg2dec/gstmpeg2dec.c:
26850         * ext/mpeg2dec/gstmpeg2dec.h:
26851         Output correct timestamps and handle disconts.
26852         * ext/ogg/gstoggdemux.c: (get_relative):
26853         Small guard against a null dereference.
26854         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26855         (gst_textoverlay_set_property):
26856         Free memory when done. Don't call gst_event_filler_get_duration on
26857         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26858         g_warning.
26859         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26860         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26861         (gst_sw_srclink), (gst_smoothwave_chain):
26862         Draw solid lines, prettier colours.
26863         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26864         Add a default palette that'll work for some movies.
26865         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26866         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26867         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26868         * gst/mpegstream/gstdvddemux.h:
26869         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26870         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26871         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26872         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26873         * gst/mpegstream/gstmpegparse.h:
26874         Use PTM/NAV events when for timestamp adjustment when connected to 
26875         dvdnavsrc. Don't use many discont events where one suffices.
26876         * gst/playback/gstplaybasebin.c: (group_destroy),
26877         (gen_preroll_element), (gst_play_base_bin_add_element):
26878         * gst/playback/gstplaybasebin.h:
26879         Make sure we remove subtitles from the same bin we put them in.
26880         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26881         (gst_subparse_buffer_format_autodetect),
26882         (gst_subparse_change_state):
26883         Fix some memleaks and invalid accesses.
26884         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26885         (oggskel_type_find), (cmml_type_find), (plugin_init):
26886         Some typefind functions for Annodex v3.0 files
26887         * gst/wavparse/gstwavparse.h:
26888         GstRiffReadClass is the correct parent class.
26889
26890 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26891
26892         * gst-libs/gst/riff/riff-media.c:
26893         (gst_riff_create_video_caps_with_data):
26894           Add extradata to huffyuv (fixes #165013).
26895         * gst-libs/gst/riff/riff-read.c:
26896         (gst_riff_read_strf_vids_with_data):
26897           Fix extradata extraction if it is in the chunk size.
26898
26899 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26900
26901         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26902
26903         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26904         (gst_quarktv_change_state), (gst_quarktv_dispose):
26905           Memory free'ing location fix (#164708).
26906
26907 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26908
26909         * gst/playback/gstplaybasebin.c: (group_commit),
26910         (gen_preroll_element), (probe_triggered), (gen_source_element),
26911         (setup_source), (gst_play_base_bin_change_state),
26912         (gst_play_base_bin_add_element):
26913           Don't block for streams.
26914         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26915         (gst_stream_info_set_mute):
26916           Use gst_pad_set_active_recursive.
26917
26918 2005-01-25  Andy Wingo  <wingo@pobox.com>
26919
26920         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26921         for #ifndef HAVE_XVIDEO.
26922
26923 2005-01-24  Jeffrey C. Ollie
26924
26925         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26926
26927         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26928         * ext/gsm/gstgsmdec.h:
26929         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26930         * ext/gsm/gstgsmenc.h:
26931         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26932         was given by property. Add proper buffer timestamps and offsets.
26933
26934 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26935
26936         * gst-libs/gst/riff/riff-media.c:
26937         (gst_riff_create_audio_caps_with_data):
26938           Audio can be <8000Hz.
26939
26940 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26941
26942         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26943           Explicit state change to workaround refcount bugs.
26944
26945 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26946
26947         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26948         (gst_avimux_riff_get_avi_header):
26949           Fix...
26950
26951 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26952
26953         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26954         (gst_riff_read_element_data):
26955         * gst-libs/gst/riff/riff-read.h:
26956           Add _peek version (req'ed in CDXA).
26957         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26958         (gst_cdxaparse_loop):
26959           Fix parsing in playbin.
26960         * gst/playback/gstdecodebin.c: (close_pad_link):
26961           Ignore current_ pads, they cause major annoyance.
26962
26963 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26964
26965         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26966           Safety guard.
26967
26968 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26969
26970         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26971           Fix padding...
26972
26973 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26974
26975         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26976           Allow for 0-sized buffers. Fixes length query problems in
26977           starwars.mkv from the testsuite.
26978
26979 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26980
26981         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26982         (gst_video_box_i420), (gst_video_box_chain):
26983           Fix row strides for I420 (fixes #163159)
26984           
26985 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26986
26987         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26988           MPEG2 has a useful rate property, so we can actually use that.
26989           For MPEG-1, continue using the bytes/time properties.
26990
26991 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26992
26993         * gst-libs/gst/riff/riff-media.c:
26994         (gst_riff_create_video_caps_with_data),
26995         (gst_riff_create_video_template_caps):
26996           Add intel-h263.
26997
26998 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26999
27000         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27001           Fail if caps negotiation fails. Should fix #162184, and should
27002           definately be in there regardless of it fixing the actual bug.
27003         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
27004         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
27005         (gst_avimux_riff_get_avix_header),
27006         (gst_avimux_riff_get_video_header),
27007         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
27008         (gst_avimux_start_file), (gst_avimux_handle_event),
27009         (gst_avimux_change_state):
27010         * gst/avi/gstavimux.h:
27011           Refactor structure writing to use GST_WRITE_UINT macros, add
27012           metadata writing support.
27013
27014 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27015
27016         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
27017           Elements may already be destroyed when this function is called.
27018
27019 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27020
27021         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27022         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
27023           More memory leak fixes (#149162).
27024
27025 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27026
27027         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27028         (gst_qtdemux_add_stream):
27029           Fix two memleaks.
27030
27031 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27032
27033         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27034           Argh...
27035
27036 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27037
27038         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27039           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
27040           when fixating to six channels in Totem.
27041
27042 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27043
27044         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
27045           Fix compile warnings on Solaris 10 buildbot
27046
27047 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27048
27049         * ext/dvdread/dvdreadsrc.c: (_read):
27050           Don't read beyond the last cell in a chapter (fixes 
27051           invalid memory access)
27052
27053 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27054
27055         * ext/dvdread/stream_labels.c:
27056         (dvdreadsrc_get_audio_stream_labels):
27057           Use NULL for an empty GList instead of g_list_alloc(); fix 
27058           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
27059           of GString (easier to bulk free later)
27060
27061 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27062
27063         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27064
27065         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27066         (gst_ffmpeg_pixfmt_to_caps):
27067           Fix BGRA32 caps (#164209).
27068
27069 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27070
27071         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27072
27073         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27074         (gst_ffmpeg_caps_to_pixfmt):
27075           alpha_mask can be RGBA/ABGR. Fixes #164265.
27076
27077 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
27078
27079         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27080
27081         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
27082         (gst_mpeg2dec_alloc_buffer):
27083         * ext/mpeg2dec/gstmpeg2dec.h:
27084           Crop if decoding size is not the actual image size (#163676).
27085
27086 2005-01-17  Steve Baker  <steve@stevebaker.org>
27087
27088         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27089
27090         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27091         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27092           Add libsndfile typefind functions (#163309).
27093
27094 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27095
27096         * tools/gst-launch-ext-m.m:
27097           Add .aac, fix .m1v/.m2v (#163891).
27098
27099 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27100
27101         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27102           Sanity check, don't wait endlessly since the clock might not
27103           actually run at this point (which is a deadlock). Fixes #164069.
27104
27105 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27106
27107         * gst/playback/gstplaybasebin.c: (probe_triggered):
27108           Of course, only pause if group is done...
27109
27110 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27111
27112         * gst/playback/gstplaybasebin.c: (probe_triggered):
27113           Thread safety.
27114
27115 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
27116
27117         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27118           Don't return state change success when the parent
27119           failed.
27120
27121 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27122
27123         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27124           Free events (fix memleak in #162905).
27125
27126 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
27127
27128         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27129
27130         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27131         (gst_ffmpeg_caps_to_pixfmt):
27132           Fix for depth = 15. Fixes #161675.
27133
27134 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27135
27136         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27137           Set FPS correctly, even for webcams and the like.
27138         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27139           Don error on setting while capturing.
27140
27141 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27142
27143         * ext/dv/gstdvdec.c:
27144         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27145         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27146           I'm a bad boy. using /1001. to force C to do float division
27147           and not integer division (as it did in my last commit)
27148           Thanks to David I. Lehn for pointing this mistake.
27149
27150 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27151
27152         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27153           Revert Johan's 1.35->1.36 since it breaks compat.
27154
27155 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27156
27157         * ext/dv/gstdvdec.c:
27158         * ext/libfame/gstlibfame.c:
27159         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27160         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27161           replace framerate aproximations by their real value
27162           (24000/1001, 30000/1001, 60000/1001)
27163           Finish fixing bug #164049
27164
27165 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27166
27167         * ext/ogg/gstoggmux.c:
27168           eos/bos debugging
27169         * gst/tcp/gstmultifdsink.c:
27170         * gst/tcp/gstmultifdsink.h:
27171         * gst/tcp/gsttcp.c:
27172         * gst/tcp/gsttcp.h:
27173         * gst/tcp/gsttcpclientsink.c:
27174         * gst/tcp/gsttcpclientsrc.c:
27175         * gst/tcp/gsttcpserversink.c:
27176         * gst/tcp/gsttcpserversrc.c:
27177           improve reusability of elements after state changes and errors
27178           make multifdsink throw away streamheaders when receiving new ones
27179
27180 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27181
27182         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27183           Fix for if items are already in list...
27184
27185 2005-01-12  Benjamin Otte  <otte@gnome.org>
27186
27187         * gst/adder/gstadder.c: (gst_adder_loop):
27188           fix adder a bit so it doesn't screw up with events as much anymore
27189
27190 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27191
27192         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27193         (pixbufscale_scale), (gst_pixbufscale_chain):
27194         * ext/gdk_pixbuf/pixbufscale.h:
27195           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27196           to ensure rowstrides are calculated the same way as 
27197           ffmpegcolorspace
27198           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27199           that we pick up duration and offset also.
27200
27201 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27202
27203         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27204         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27205           Reusability fixes.
27206
27207 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27208
27209         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27210         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27211         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27212         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27213           Update flags when requested.
27214
27215 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27216
27217         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27218           Fix dmix.
27219
27220 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27221
27222         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27223         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27224         (probe_triggered), (new_decoded_pad), (gen_source_element),
27225         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27226         * gst/playback/gstplaybasebin.h:
27227         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27228         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27229         (gst_play_bin_change_state):
27230           Implement group-switch signal for use in apps to clear metadata
27231           cache, clean up subtitle, add suburi property instead of # hack,
27232           some error-out fixes.
27233
27234 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27235
27236         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27237           Debug.
27238         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27239           If we got a state change in the _get handler, don't return success.
27240
27241 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27242
27243         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27244         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27245           Make jpegdec quiet on MJPEG decoding
27246         * gst/asfdemux/README:
27247           Fix mimetypes for MJPEG and H263
27248
27249 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27250
27251         * ext/theora/theoradec.c: (theora_dec_chain):
27252           Fix broken code generation by gcc by swapping arguments.
27253         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27254           Fix \n in debug.
27255
27256 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27257
27258         * TODO:
27259           delete this file, it is by far outdated
27260         * ext/alsa/gstalsa.1: remove
27261         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27262         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27263         (gst_alsa_get_caps):
27264           Add HW probing for supported sample rates. Fixes #161704
27265
27266 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27267
27268         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27269           Don't crash, biatch! :).
27270
27271 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27272
27273         * ext/musepack/gstmusepackreader.cpp:
27274         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27275           Some work on tags - still doesn't work in playbin...
27276         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27277           Handle events...
27278
27279 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27280
27281         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27282           Also shove tags on kid pads.
27283
27284 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27285
27286         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27287           Don't bail on unknown events.
27288         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27289           Don't crash on events before negotiation.
27290         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27291           Send tags on pads, too.
27292         * gst/playback/gststreamselector.c:
27293         (gst_stream_selector_request_new_pad):
27294           Forward events on first pad if no input was selected yet.
27295
27296 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27297
27298         * gst/playback/gstplaybasebin.c: (setup_substreams):
27299           Don't disable streamtype if the stream doesn't exist, since
27300           then playing a video after audio will disable both and nothing
27301           will happen. Fixes the testsuite.
27302
27303 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27304
27305         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27306         (gst_v4l_xoverlay_set_xwindow_id):
27307         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27308         (gst_v4l2_xoverlay_set_xwindow_id):
27309           Add debug categories, fix overlay disabling.
27310
27311 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27312
27313         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27314         * ext/alsa/gstalsa.h:
27315           Add HW probing for period_count/size and buffer_size MIX/MAX
27316           Adjust default/user defined value if out of bounds
27317           Should fix bug #162024
27318
27319 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27320
27321         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27322           Fix warning (#161191).
27323
27324 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27325
27326         * ext/dvdread/stream_labels.c:
27327         (dvdreadsrc_get_audio_stream_labels):
27328           Fix warning (init the good variable in switch default)
27329
27330 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27331
27332         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27333
27334         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27335           Fix gcc-2.95 compile (#163485).
27336
27337 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27338
27339         * configure.ac:
27340         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27341         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27342         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27343         (gst_flacenc_change_state):
27344         * ext/flac/gstflacenc.h:
27345           Update for API change in flac-1.1.1. Update requirement in
27346           configure.ac. Fixes #162974.
27347
27348 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27349
27350         * gst/playback/gstplaybasebin.c: (group_destroy):
27351           Remove hack to get rid of assert and get rid of unlinked
27352           signals properly.
27353
27354 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27355
27356         * gst/playback/gstplaybasebin.c: (setup_source):
27357           Set source to NULL so that resources are free'ed. Fixes issues
27358           with playback of CDDA and similar device-accessing things.
27359
27360 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27361
27362         * testsuite/embed/Makefile.am:
27363           test->noinst, fix make test in buildbot.
27364
27365 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27366
27367         * ext/dvdread/stream_labels.c: new file
27368         * ext/dvdread/stream_labels.h: new file
27369         * ext/dvdread/Makefile.am:
27370         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27371           Extract audio stream label from DVD IFO files.
27372           It only dump them on the console for now, still have to
27373           make playbin aware of them.
27374
27375 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27376
27377         * gst/playback/gstplaybasebin.c: (setup_source):
27378           Fix hanging subs.
27379
27380 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27381
27382         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27383         (gen_preroll_element), (remove_groups), (setup_subtitle),
27384         (gen_source_element), (setup_source):
27385         * gst/playback/gstplaybasebin.h:
27386           Multiple .sub files is just a stupid idea... Fix some threading
27387           mistakes. Interestingly, external .sub files cause playbin to
27388           hang, I don't know why... Parsing fixes contributed by Fran??ois
27389           Kooman <fkooman@tuxed.net>.
27390
27391 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27392
27393         * testsuite/embed/Makefile.am:
27394           Fix buildbot.
27395
27396 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27397
27398         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27399
27400         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27401         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27402         (gst_pngenc_set_property):
27403         * ext/libpng/gstpngenc.h:
27404           Add compression level property (#163323).
27405
27406 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27407
27408         * configure.ac:
27409         * examples/capsfilter/capsfilter1.c: (main):
27410         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27411         * ext/dvdread/Makefile.am:
27412         * ext/dvdread/demo-play:
27413         * ext/dvdread/demo-play.c:
27414         * gconf/gstreamer.schemas.in:
27415         * gst-libs/gst/gconf/gconf.c:
27416         * sys/v4l/TODO:
27417         * testsuite/Makefile.am:
27418         * testsuite/embed/Makefile.am:
27419         * testsuite/embed/embed.c: (cb_expose), (main):
27420           Remove all references to xvideosink, fix examples (#140845).
27421         * gst/playback/gstplaybasebin.c: (group_destroy):
27422           Apparently, disposal does not unlink - so do explicitely.
27423         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27424           Add debug.
27425
27426 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27427
27428         * README: fix PKG_CONFIG_PATH instructions, what was there
27429         previously was breaking default search path, not nice. 
27430         Fixes #163358
27431
27432 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27433
27434         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27435         (gst_audioscale_chain):
27436           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27437           when resampling - how the ^@$^!@^! is this possible?!?
27438
27439 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27440
27441         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27442           Reset variables on READY.
27443         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27444         (gst_matroska_mux_loop):
27445           Require data before writing header.
27446
27447 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27448
27449         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27450
27451         * ext/mad/gstmad.c: (gst_mad_chain):
27452           Don't call mad_stream_sync() directly after recovering sync.
27453           Fixes #151661.
27454
27455 2005-01-09  Martin Eikermann  <meiker@upb.de>
27456
27457         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27458
27459         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27460         (snapshot_handler), (gst_snapshot_sinkconnect),
27461         (gst_snapshot_chain):
27462           Allocate resources when required, fix recursive signal emission
27463           and fix caps. Fixes #161667.
27464
27465 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27466
27467         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27468
27469         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27470         (gst_pngdec_chain):
27471           Handle only 8-bppc (bits-per-pixel-component) images, better
27472           error handling and correct strides. Fixes #163177.
27473         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27474         (gst_pngenc_chain):
27475           Better error handling. Fixes #163348.
27476
27477 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27478
27479         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27480         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27481         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27482         (dvdnavsrc_uri_handler_init):
27483           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27484         * gst/playback/gstplaybasebin.c: (gen_source_element):
27485           Add MMS to streaming URIs.
27486
27487 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27488
27489         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27490         * sys/xvimage/xvimagesink.c:
27491         (gst_xvimagesink_navigation_send_event):
27492           Check for pad availability before sending event.
27493
27494 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27495
27496         * gst-plugins.spec.in:
27497           Add subparse.
27498
27499 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27500
27501         * configure.ac:
27502           Since we use functions from CVS, up requirement.
27503
27504 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27505
27506         * gst/playback/Makefile.am:
27507         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27508         (group_destroy), (group_commit), (group_is_muted),
27509         (gen_preroll_element), (add_stream), (unknown_type),
27510         (probe_triggered), (preroll_unlinked), (mute_stream),
27511         (silence_stream), (new_decoded_pad), (setup_substreams),
27512         (setup_source), (get_active_source), (mute_group_type),
27513         (muted_group_change_state), (set_active_source),
27514         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27515         (play_base_eos), (gst_play_base_bin_change_state):
27516         * gst/playback/gstplaybasebin.h:
27517         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27518         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27519         (gst_stream_info_dispose), (stream_info_mute_pad),
27520         (stream_info_change_state), (gst_stream_info_set_mute):
27521         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27522         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27523         (gst_stream_selector_init), (gst_stream_selector_dispose),
27524         (gst_stream_selector_get_linked_pad),
27525         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27526         (gst_stream_selector_get_linked_pads),
27527         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27528         * gst/playback/gststreamselector.h:
27529           Adding stream selection support plus required properties for
27530           applications to use this. Fully fixes #100931.
27531
27532 2005-01-08  Benjamin Otte  <otte@gnome.org>
27533
27534         * gst/games/gstpuzzle.c: (nav_event_handler):
27535           - handle nav events differently: forward every event no matter if it
27536             was handled or not.
27537           - translate events
27538           You can now cheat by using navigationtest ! puzzle and moving the
27539           mouse close to the edge of a tile. ;)
27540
27541 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27542
27543         * configure.ac:
27544         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27545         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27546         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27547         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27548         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27549         (gst_ogm_parse_plugin_init):
27550         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27551         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27552         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27553         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27554         * ext/pango/gsttextoverlay.h:
27555         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27556         (gst_matroska_demux_handle_seek_event),
27557         (gst_matroska_demux_sync_streams),
27558         (gst_matroska_demux_parse_blockgroup),
27559         (gst_matroska_demux_subtitle_caps),
27560         (gst_matroska_demux_plugin_init):
27561         * gst/matroska/matroska-ids.h:
27562         * gst/playback/gstdecodebin.c: (close_pad_link):
27563         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27564         (gen_preroll_element), (remove_groups), (add_stream),
27565         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27566         (setup_source):
27567         * gst/playback/gstplaybasebin.h:
27568         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27569         * gst/subparse/Makefile.am:
27570         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27571         (gst_subparse_base_init), (gst_subparse_class_init),
27572         (gst_subparse_init), (gst_subparse_formats),
27573         (gst_subparse_eventmask), (gst_subparse_event),
27574         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27575         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27576         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27577         (parse_mpsub_deinit), (parse_mpsub_init),
27578         (gst_subparse_buffer_format_autodetect),
27579         (gst_subparse_format_autodetect), (gst_subparse_loop),
27580         (gst_subparse_change_state), (gst_subparse_type_find),
27581         (plugin_init):
27582         * gst/subparse/gstsubparse.h:
27583         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27584         (plugin_init):
27585           Add subtitle support, .sub parser (supports SRT and MPsub),
27586           OGM text support, Matroska UTF-8 text support, deadlock fixes
27587           all over the place, subtitle awareness in decodebin/playbin
27588           and some fixes to textoverlay to handle subtitles in a stream
27589           correctly. Fixes #100931.
27590
27591 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27592
27593         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27594           Check for pad availability before doing a query on it.
27595
27596 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27597
27598         * ext/dv/gstdvdec.c:
27599           really fix bpp24/32 dvdec caps (classic rgba indeed)
27600         * gst/asfdemux/gstasfdemux.c:
27601         (gst_asf_demux_process_ext_content_desc):
27602           don't send text tags if they are empty (bis repetita)
27603
27604 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27605
27606         * ext/dv/gstdvdec.c:
27607          remove unneeded comment from dvdec
27608           (related to DV 4CC codes in AVI files)
27609           moved them in gstreamer/docs/random/mimetypes
27610         * gst/asfdemux/gstasfdemux.c:
27611         (gst_asf_demux_process_ext_content_desc):
27612          don't send text tags if they are empty
27613          fix mem leak on error path
27614         * gst/ffmpegcolorspace/avcodec.h:
27615         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27616         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27617         (gst_ffmpegcsp_avpicture_fill):
27618         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27619         * gst/ffmpegcolorspace/imgconvert_template.h:
27620          adds BGR32 and BGRA32 to ffmpegcolorspace
27621           (still bad colors, fixing it on next commit)
27622           helps with dvdec outputing BGR32
27623
27624 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27625
27626         * ext/dv/gstdvdec.c:
27627          Fix audio caps i just broke (missing ',')
27628         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27629         (gst_matroska_mux_reset):
27630          Fix typo + add FIXME about old "x-gst-metadata" crap
27631
27632 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27633
27634         * ext/dv/demo-play.c: (main):
27635          xvideosink -> xvimagesink
27636         * ext/dv/gstdvdec.c:
27637          change rgb 32/32 caps to 24/32 (no alpha)
27638          change nb of channels to be a list (2 or 4, not 2)
27639          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27640         * gst/asfdemux/gstasfdemux.c:
27641         (gst_asf_demux_process_ext_content_desc):
27642          Add 'date/year' to extracted metadata list
27643
27644 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27645
27646         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27647           The return value of fixate_to does not imply that the requested
27648           value was set, so don't assume.
27649
27650 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27651
27652         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27653
27654         * ext/libpng/gstpngdec.c:
27655         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27656         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27657         * ext/libpng/gstpngenc.h:
27658           Alpha support (encoder; #163161), mime fixage.
27659
27660 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27661
27662         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27663
27664         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27665         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27666         (gst_faac_set_property), (gst_faac_get_property):
27667         * ext/faac/gstfaac.h:
27668           Allow for ADTS output (#153434).
27669
27670 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27671
27672         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27673           Fix against template (#150576).
27674
27675 2005-01-06  Benjamin Otte  <otte@gnome.org>
27676
27677         * gst/games/gstpuzzle.c: (draw_puzzle):
27678           don't draw a puzzle if either width or height of tiles would be 0.
27679
27680 2005-01-06  Benjamin Otte  <otte@gnome.org>
27681
27682         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27683         (gst_puzzle_class_init), (gst_puzzle_finalize):
27684           no memleaks, please
27685         (gst_puzzle_create), (gst_puzzle_init),
27686         (gst_puzzle_set_property), (gst_puzzle_setup):
27687           change initialization code around so we don't reshuffle on resize
27688         (draw_puzzle):
27689           fix another stupid typo
27690
27691 2005-01-06  Benjamin Otte  <otte@gnome.org>
27692
27693         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27694           fix stupid typo that borked copying on YUY2
27695
27696 2005-01-06  Benjamin Otte  <otte@gnome.org>
27697
27698         * gst/games/gstpuzzle.c: (draw_puzzle):
27699           fix edges when image sizes aren't multiples of tile sizes
27700
27701 2005-01-06  Benjamin Otte  <otte@gnome.org>
27702
27703         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27704           make RGB endianness work correctly
27705         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27706           refactor and fix race with initial shuffling
27707         (nav_event_handler):
27708           allow using the mouse to puzzle
27709         (draw_puzzle):
27710           insist on tiles having width and height as multiples of 4 to get
27711           clean YUV image handling
27712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27713         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27714           s/DEBUG/LOG/ for common messages
27715         (gst_xvimagesink_navigation_send_event):
27716           fix mouse event translation to not include screen PAR
27717         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27718           fix mouse event translation to actually work
27719
27720 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27721
27722         * gst/asfdemux/gstasfdemux.c:
27723         (gst_asf_demux_process_ext_content_desc):
27724          Extract TrackNumber metadata + clean up code
27725         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27726          Hope this is the good fix (var used unitialised)
27727
27728 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27729
27730         * ext/faad/gstfaad.c: (gst_faad_chain):
27731           Only increment timestamp if it's valid. Fixes raw AAC streams.
27732
27733 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27734
27735         * configure.ac:
27736         * gst/games/Makefile.am:
27737         * gst/games/gstpuzzle.c:
27738           add a puzzle game with...
27739         * gst/games/gstvideoimage.c:
27740         * gst/games/gstvideoimage.h:
27741           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27742           from videotestsrc and made into something that would be a nice
27743           library for a lot of other plugins.
27744
27745 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27746
27747         * configure.ac:
27748          don't compile faad plugin if a RC of 2.0 is found
27749          Fixes #155346 (and FC1 buildbot)
27750         * gst/asfdemux/gstasfdemux.c:
27751         (gst_asf_demux_process_ext_content_desc):
27752          try to make Solaris compiler happier
27753
27754 2005-01-06  Paul Jack  <pjack@sfaf.org>
27755
27756         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27757
27758         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27759           Fix segfault (#161667).
27760
27761 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27762
27763         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27764           Fix framerate reporting.
27765
27766 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27767
27768         * gst-libs/gst/riff/riff-ids.h:
27769         * gst/wavenc/riff.h:
27770          Add AMR (VBR and CBR) ids to riff.h audio codec list
27771         * gst/asfdemux/gstasfdemux.c:
27772         (gst_asf_demux_process_ext_content_desc),
27773         (gst_asf_demux_process_object):
27774           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27775
27776 2005-01-05  Martin Eikermann  <meiker@upb.de>
27777
27778         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27779
27780         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27781         (gst_dvd_demux_handle_discont):
27782         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27783         (gst_mpeg_demux_handle_discont):
27784           Recreate pads on new-media (#160730).
27785         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27786           Send discont even if manager changes timestamps (#161929).
27787
27788 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27789
27790         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27791
27792         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27793           Fix invalid memory access (#159211).
27794
27795 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27796
27797         * examples/gstplay/player.c: (main):
27798           Don't iterate.
27799         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27800           Add visualizations.
27801         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27802         (gst_a52dec_handle_frame):
27803           Set duration.
27804         * ext/dvdnav/gst-dvd:
27805           Add audioconvert. Fixes #161325.
27806         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27807           Explicitely case to gint64. Possible valgrind error.
27808         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27809         (gst_play_tick_callback), (gst_play_change_state),
27810         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27811         (gst_play_set_location), (gst_play_get_location),
27812         (gst_play_seek_to_time), (gst_play_set_data_src),
27813         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27814         (gst_play_set_visualization), (gst_play_connect_visualization),
27815         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27816         (gst_play_new):
27817           Use playbin. Fixes #139749 and #147744.
27818         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27819           Add genre tag.
27820         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27821         (audioscale_get_type), (gst_audioscale_base_init),
27822         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27823         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27824         (gst_audioscale_link), (gst_audioscale_get_buffer),
27825         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27826         (gst_audioscale_init), (gst_audioscale_dispose),
27827         (gst_audioscale_chain), (gst_audioscale_set_property),
27828         (gst_audioscale_get_property), (plugin_init):
27829           Indent properly.
27830         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27831           Fix LPCM.
27832         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27833         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27834         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27835           Add more metadata (fixes #162656).
27836
27837 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27838
27839         * configure.ac:
27840           back to cvs
27841
27842 === release 0.8.7 ===
27843
27844 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27845
27846         * NEWS:
27847         * RELEASE:
27848         * configure.ac:
27849           releasing 0.8.7, "Hyperspace"
27850
27851 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27852
27853         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27854
27855         * gst/playback/gstplaybasebin.c:
27856          Fix for #162924 - free caps after use, not before
27857
27858 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27859
27860         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27861
27862         * gst/playback/gstplaybasebin.c:
27863         * gst/wavparse/gstwavparse.c:
27864           Fix for #154773 - fixes playback of small .wav files
27865
27866 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27867
27868         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27869
27870         * gst/audioscale/gstaudioscale.c:
27871           Fix for #162819 - make audioscale reusable
27872           Fixes playback of more than one file with playbin/totem
27873
27874 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27875
27876         * gst/ffmpegcolorspace/avcodec.h:
27877         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27878         * gst/ffmpegcolorspace/imgconvert.c:
27879           clean up the mess that made me cry and avoid needless duplication
27880
27881 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27882
27883         * gst/ffmpegcolorspace/imgconvert.c:
27884           give some indication of why we're segfaulting
27885
27886 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27887
27888         * configure.ac:
27889           Fix indentation, fix v4l2 plugin detection.
27890         * ext/Makefile.am:
27891           Fix libmms location (Maciej, use diff -u!).
27892         * ext/alsa/gstalsa.c: (gst_alsa_init):
27893           Initialize caps cache to NULL.
27894         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27895           Only change state on audiosink if it exists.
27896
27897 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27898
27899         * gst/matroska/matroska-demux.c:
27900         * gst/matroska/matroska-ids.h:
27901         * gst/matroska/matroska-demux.h:
27902         Fix Vorbis streams failing to decode in some files, where cluster_time
27903         isn't 0, because then it doesn't send codec_priv before actual data.
27904         Remove time-based test and replace it with marker set on beginning of
27905         new stream
27906
27907 2004-12-28  David Schleef  <ds@schleef.org>
27908
27909         Merge patch from Ronald fixing problems with streaming
27910         text.
27911         * ext/cairo/gstcairo.c: (plugin_init):
27912         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27913         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27914         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27915         (gst_textoverlay_font_init), (gst_textoverlay_init),
27916         (gst_textoverlay_set_property):
27917         * ext/cairo/gsttextoverlay.h:
27918
27919 2004-12-27  David Schleef  <ds@schleef.org>
27920
27921         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27922         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27923         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27924         (gst_textoverlay_font_init), (gst_textoverlay_init),
27925         (gst_textoverlay_set_property): Improvements to actually
27926         render text as white on black outline on video, including
27927         font selection and horizontal/vertical alignment.  (Ronald's
27928         christmas present)
27929         * ext/cairo/gsttextoverlay.h:
27930
27931 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27932
27933         * ext/ogg/gstogg.c:
27934         * ext/ogg/gstogmparse.c:
27935           fix ogm[audio/video]parse plugin registration
27936           (riff won't load if bytestream is already loaded)
27937
27938 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27939
27940         * gst/audioconvert/gstchannelmix.c:
27941           fix for GLIB < 2.4
27942
27943 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27944
27945         * Makefile.am:
27946         * configure.ac:
27947           disable docs again until it actually passes make distcheck.
27948
27949 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27950
27951         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27952         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27953         (plugin_init):
27954           Add 3GP (variables name Q3GP because they can't start with a
27955           number). Add samr audio fourcc (used in .3gp files), decoder
27956           is work in progress. Also do a GST_WARNING instead of ERROR
27957           in case of unknown nodes, to decrease output.
27958
27959 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27960
27961         * Makefile.am:
27962           really fix dist
27963
27964 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27965
27966         * configure.ac:
27967         * ext/speex/gstspeexdec.h:
27968         * ext/speex/gstspeexenc.h:
27969           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27970           Fix detection code in configure.ac
27971
27972 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27973
27974         * gst/matroska/matroska-demux.c:
27975         (gst_matroska_demux_parse_blockgroup):
27976           Save position, so that queries give proper return values. Don't
27977           know how this could ever have worked before...
27978
27979 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27980
27981         * configure.ac:
27982           Put additional LAME check inside the conditional.  Fixes #152339
27983
27984 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27985
27986         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27987         (gst_avi_demux_stream_scan):
27988           Add some more debug. Fix logic error when setting movi offset
27989           while reading index.
27990
27991 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27992
27993         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27994         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27995         (gst_avi_demux_process_next_entry):
27996           Add some debugging. Better detection of broken indexes and the
27997           accompanying index recovery. No infinite loops on state changes
27998           when we're still in our loopfunction.
27999
28000 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28001
28002         * configure.ac:
28003           Fix up.
28004
28005 2004-12-22  Archana Shah  <archana.shah@wipro.com>
28006
28007         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28008
28009         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
28010           Normalizing the value before setting
28011         (gst_sunaudiomixer_get_volume):
28012           Normalizing the value after getting. Fixes bug# 161980
28013
28014 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28015
28016         * Makefile.am: Make sure docs gets disted
28017         * docs/Makefile.am: Make sure all needed files get disted
28018         * gst-plugins.spec.in: latest updates
28019
28020 2004-12-22  Wim Taymans  <wim@fluendo.com>
28021
28022         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28023         Revert patch 1.38 as clock distribution over schedulers does
28024         not work correcly in the core yet.
28025
28026 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28027
28028         * sys/oss/README: remove this file, which predates my birth
28029           (and which content is by far outdated)
28030
28031 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
28032
28033         * Makefile.am:
28034         * configure.ac:
28035         * docs/Makefile.am:
28036         * docs/libs/Makefile.am:
28037         * docs/libs/gst-plugins-libs-docs.sgml:
28038         * docs/libs/gst-plugins-libs-sections.txt:
28039         * docs/libs/tmpl/gstgconf.sgml:
28040         * docs/upload.mak:
28041         * docs/version.entities.in:
28042           Added boilerplate gtk-doc files for plugin-libs documentation.
28043
28044 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28045
28046         * gst/auparse/gstauparse.c: fix int and float audio caps
28047
28048 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28049
28050         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28051         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28052           g_assert() can be a macro, don't use #ifdef inside it.
28053
28054 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
28055
28056         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28057
28058         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
28059         (gst_videorate_init), (gst_videorate_chain),
28060         (gst_videorate_change_state):
28061           Event handling (fixes #159986).
28062
28063 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28064
28065         * gst-libs/gst/riff/riff-media.c:
28066         (gst_riff_create_video_caps_with_data):
28067           Add BLZ0 (Blizzard's version of DivX) fourcc.
28068
28069 2004-12-18  David Schleef  <ds@schleef.org>
28070
28071         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
28072         portability fix.
28073
28074 2004-12-18  David Schleef  <ds@schleef.org>
28075
28076         * gst/tta/ttadec.h: Disable some header code that isn't used
28077         and clearly isn't portable.
28078
28079 2004-12-18  David Schleef  <ds@schleef.org>
28080
28081         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
28082         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28083         (avcodec_get_pix_fmt), (avpicture_layout),
28084         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28085         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28086         Fix code to not use GCC extensions (and c99 extensions that
28087         Forte does not like.)
28088
28089 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28090
28091         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28092
28093         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28094         (gst_deinterlace_chain):
28095           Rowstride fixes. Fixes #161039.
28096         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28097         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28098         (gst_video_crop_getcaps), (gst_video_crop_link),
28099         (gst_video_crop_i420), (gst_video_crop_chain),
28100         (gst_video_crop_change_state):
28101           Rework of negotiation. Actually works now. Fixes #158650.
28102
28103 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28104
28105         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28106           That was very stupid.
28107
28108 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28109
28110         * gst/matroska/matroska-demux.c:
28111         (gst_matroska_demux_parse_blockgroup):
28112           Fix possible crasher.
28113
28114 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28115
28116         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28117         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28118           Lace sizes can be zero.
28119
28120 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28121
28122         * ext/musepack/gstmusepackdec.cpp:
28123           Fetch error return values. Fixes #161624.
28124         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28125           Really EOS.
28126
28127 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28128
28129         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28130           Work for truncated (unfinished download etc.) files. Fixes #160514.
28131
28132 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28133
28134         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28135           Fix for integer overflow. Makes #156001 not crash. Probably masks
28136           the real bug.
28137
28138 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28139
28140         * gst/ac3parse/gstac3parse.c: (plugin_init):
28141           Parsers never have ranks. Fixes #159651.
28142
28143 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28144
28145         * gst/playback/gstdecodebin.c: (compare_ranks):
28146           make sure the facotries are ordered the same every time even if they
28147           have the same rank by using the name
28148         * gst/playback/gstdecodebin.c: (find_compatibles):
28149           make sure we don't add factories to the list twice
28150
28151 2004-12-16  David Schleef  <ds@schleef.org>
28152
28153         * configure.ac: look for musepack headers as musepack/*.h
28154         (fixes #159847)
28155         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28156         * ext/musepack/gstmusepackreader.h: same
28157
28158 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28159
28160         * gst-libs/gst/riff/riff-read.c:
28161         (gst_riff_read_strf_auds_with_data):
28162           Read extradata correctly (fixes #155879).
28163
28164 2004-12-16  David Schleef  <ds@schleef.org>
28165
28166         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28167         audio.  does _not_ attempt or allow conversion unless channels
28168         is 1 or 2.
28169
28170 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28171
28172         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28173
28174 2004-12-16  David Schleef  <ds@schleef.org>
28175
28176         * gst/audioscale/gstaudioscale.c: the resample library only
28177         handles 1 or 2 channels.  Change caps to compensate.
28178
28179 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28180
28181         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28182         (gst_matroska_demux_audio_caps):
28183           Some MPEG-AAC hacks, because else it doesn't work...
28184
28185 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28186
28187         * gst-libs/gst/riff/riff-media.c:
28188         (gst_riff_create_video_caps_with_data),
28189         (gst_riff_create_video_template_caps):
28190           Add h264.
28191
28192 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28193
28194         * gst-libs/gst/audio/Makefile.am:
28195           Try to fix buildbot.
28196
28197 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28198
28199         * gst/tcp/gstmultifdsink.c:
28200           Clean up and uniformize debugging.
28201
28202 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28203
28204         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28205
28206         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28207         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28208         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28209         (gst_mpeg_demux_change_state):
28210           Reset on ready. Fixes 160276.
28211
28212 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28213
28214         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28215
28216         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28217         (gst_ffmpegcsp_pad_link):
28218           Fix memleak (#154815).
28219
28220 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28221
28222         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28223
28224         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28225         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28226         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28227         * ext/musicbrainz/gsttrm.h:
28228           Add support for using a proxy server when getting a trm id from
28229           the MusicBrainz database (#149613).
28230
28231 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28232
28233         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28234
28235         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28236         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28237           Fix memleaks (#157233).
28238
28239 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28240
28241         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28242
28243         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28244         * gst-libs/gst/resample/resample.h:
28245         * gst/audioscale/gstaudioscale.c:
28246           Fix memleak (#159215).
28247
28248 2004-12-16  Toni Willberg  <toniw@iki.fi>
28249
28250         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28251
28252         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28253         * sys/oss/oss_probe.c: (main):
28254           Check for mono/stereo support (similar to samplerate probing),
28255           fixes #159433. Also add missing copyright header to oss_probe.c.
28256
28257 2004-12-15  David Schleef  <ds@schleef.org>
28258
28259         * configure.ac: add audioresample and cairo plugins.  Remove
28260         HAVE_MMX stuff, because it's not used.
28261         * ext/Makefile.am: same
28262         * ext/audioresample/Makefile.am: You are not ready for an
28263         audio resampling element based on audioresample.
28264         * ext/audioresample/gstaudioresample.c:
28265         * ext/audioresample/gstaudioresample.h:
28266         * ext/cairo/Makefile.am: You are not ready for overlay elements
28267         based on cairo.  Don't look too closely, these elements kinda
28268         suck right now.
28269         * ext/cairo/gstcairo.c: new
28270         * ext/cairo/gsttextoverlay.c: new
28271         * ext/cairo/gsttextoverlay.h: new
28272         * ext/cairo/gsttimeoverlay.c: new
28273         * ext/cairo/gsttimeoverlay.h: new
28274         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28275         problem with compilers that don't support variadic macros.
28276
28277 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28278
28279         Reviewed by:  David Schleef  <ds@schleef.org>
28280
28281         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28282         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28283         bit.  Also ran indent-gst.
28284         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28285         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28286         (gst_sunaudiosrc_setparams):
28287
28288 2004-12-14  David Schleef  <ds@schleef.org>
28289
28290         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28291         output rate to 16000.  Should fix #160235.
28292
28293 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28294
28295         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28296         Add typefinding for mpeg2 pes streams
28297
28298 2004-12-13  David Schleef  <ds@schleef.org>
28299
28300         * configure.ac:  Applied patch from bug #143659, making default
28301         sources and sinks OS-dependent (for Solaris), and added code
28302         for OS/X.
28303         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28304
28305 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28306
28307         * gst-libs/gst/riff/riff-media.c:
28308           forgot to add h2.64 to avidemux template caps
28309
28310 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28311
28312         * gst/wavenc/riff.h:
28313         * gst-libs/gst/riff/riff-media.c:
28314         * gst-libs/gst/riff/riff-ids.h:
28315         * gst/avi/gstavimux.c
28316         add 4CC code for VideoSoft h264 in AVI (VSSH)
28317           fixes bug #160655
28318         remove s323 from riff, it's quicktime specific :(
28319
28320 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28321
28322         * gst/asfdemux/README
28323         * gst/wavenc/riff.h
28324         * gst-libs/gst/riff/riff-ids.h
28325         * gst-libs/gst/riff/riff-media.c
28326         * gst/qtdemux/qtdemux.c:
28327           add new 4CC codes for h263 related codecs
28328           fixes partially bug #155163
28329
28330 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28331
28332         * configure.ac: Update polyaudio requirement to 0.7
28333         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28334
28335 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28336
28337         * gst/interleave/deinterleave.c:
28338         fix my name's spelling! :)
28339
28340 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28341
28342         * AUTHORS ChangeLog
28343         * gst/auparse/gstauparse.c
28344         * gst/interleave/deinterleave.c
28345         * gst/law/:
28346                 alaw-decode.c alaw-encode.c
28347                 mulaw-decode.c mulaw-encode.c
28348         * gst/oneton/gstoneton.c
28349         * sys/osxaudio/:
28350                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28351         * sys/osxvideo/:
28352                 cocoawindow.h cocoawindow.m
28353                 osxvideosink.h osxvideosink.m
28354
28355         put the same mail address for Zaheer Abbas Merali everywhere
28356
28357 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28358
28359         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28360           Align by packetsize, and assert that we a packet available before
28361           playing. The first makes webstreams work (they often include
28362           trailing padding data in a packet), the second allows pausing a
28363           ASF stream in totem without getting demux errors afterwards.
28364
28365 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28366
28367         * ext/ogg/gstoggdemux.c: (get_relative):
28368           Check for non-NULL before accessing member (end-of-chain).
28369
28370 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28371
28372         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28373         (cdparanoia_set_property), (cdparanoia_get_property):
28374         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28375         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28376         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28377         (dvdreadsrc_init), (dvdreadsrc_set_property),
28378         (dvdreadsrc_get_property):
28379         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28380         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28381           Synchronize property names where not yet the case. Devices are
28382           now device=X, other versions are deprecated (but still exist).
28383           Also use g_free() unconditionally.
28384         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28385         (setup_source), (gst_play_base_bin_get_property):
28386           Expose source.
28387
28388 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28389
28390         * configure.ac: move GCONF macro outside conditional for the am
28391           conditional. Fixes #160439
28392
28393 2004-12-08  David Schleef  <ds@schleef.org>
28394
28395         * tools/gst-visualise-m.m: Switch to elements that currently
28396         exist.
28397
28398 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28399
28400         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28401           We love wrong commas.
28402
28403 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28404
28405         * gst/matroska/matroska-demux.c:
28406         (gst_matroska_demux_handle_src_query):
28407           Don't set DEFAULT, unsupported - makes length display incorrectly
28408           in some cases.
28409
28410 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28411
28412         * gst/monoscope/README: remove blurb about files being GPL
28413         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28414         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28415           monoscope is now effectively LGPL licensed
28416
28417 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28418
28419         * gst/monoscope/README: Update information to be more correct
28420         * gst/monoscope/convolve.c: Relicense to LGPL
28421         * gst/monoscope/convolve.h: Relicense to LGPL
28422
28423 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28424
28425         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28426           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28427         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28428           set default_duration for mpeg1 audio
28429
28430 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28431
28432         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28433         * ext/alsa/gstalsa.h:
28434           refactor big chunks of the core caps negotiation code to make it
28435           a lot faster, because people claim it's really slow
28436           (actually, just cache the getcaps when the device is opened)
28437
28438 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28439
28440         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28441         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28442         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28443         (gst_a52dec_change_state), (plugin_init):
28444         * ext/a52dec/gsta52dec.h:
28445           Do something useful with timestamps. Make chain-based (since
28446           there's really no reason to be loopbased).
28447         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28448           Update current_byte/frame correctly.
28449
28450 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28451
28452         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28453         (gst_ape_demux_stream_init):
28454           Forward tags, too.
28455
28456 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28457
28458         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28459           Let's make sure we're done typefinding when detecting tags.
28460
28461 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28462
28463         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28464         (gst_ebml_read_init), (gst_ebml_read_use_event),
28465         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28466         (gst_ebml_read_seek), (gst_ebml_read_skip),
28467         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28468         (gst_ebml_read_master):
28469         * gst/matroska/ebml-read.h:
28470         * gst/matroska/matroska-demux.c:
28471         (gst_matroska_demux_parse_contents),
28472         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28473           Disgustingly evil hack for working around INTERRUPT events and
28474           their extremely annoying habit of being a pain in the ass. We
28475           simply peek a cluster before reading any of it.
28476
28477 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28478
28479         * ext/musepack/gstmusepackdec.cpp:
28480           There's also floating point libmusepacks.
28481
28482 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28483
28484         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28485         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28486           Set DURATION even if source buffer didn't. Also use increasing
28487           timestamps.
28488         * gst-libs/gst/riff/riff-media.c:
28489         (gst_riff_create_audio_caps_with_data):
28490           Block_align can have larger values than 8192.
28491
28492 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28493
28494         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28495         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28496         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28497         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28498           Fix caps.
28499
28500 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28501
28502         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28503           Fix logic bug.
28504
28505 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28506
28507         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28508           Yay, another one.
28509
28510 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28511
28512         * ext/esd/esdsink.c: (gst_esdsink_chain):
28513           Make error actually say something useful (fixes #156798).
28514         * gst-libs/gst/riff/riff-media.c:
28515         (gst_riff_create_video_caps_with_data),
28516         (gst_riff_create_video_template_caps):
28517           Add Intel Video 5.0 fourcc (IV50).
28518
28519 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28520
28521         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28522         detection on mono and stereo mp3 files.
28523
28524 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28525
28526         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28527           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28528           the contained stream).
28529
28530 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28531
28532         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28533           Oops, remove debug.
28534
28535 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28536
28537         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28538
28539         * gst/law/alaw-decode.c: (alawdec_getcaps):
28540         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28541           Prevent warnings when negotiating caps (fixes #159338).
28542
28543 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28544
28545         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28546         (gst_ffmpegcsp_chain):
28547           Remove old leftover that shouldn't be there...
28548
28549 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28550
28551         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28552
28553         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28554           Don't forward DISCONT events (fixes #159684).
28555
28556 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28557
28558         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28559           Unlink manually since sometimes bin disposal (and therefore
28560           pad unlinking) is delayed, which will cause a new media file
28561           to not be able to start playing instantly.
28562
28563 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28564
28565         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28566           On mute of an unlinked stream, check for pad availability so
28567           we don't crash on unlinked pad.
28568
28569 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28570
28571         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28572         (gst_avi_demux_massage_index):
28573           Fix quite humiliating bug in omitting 0-sized index chunks but
28574           forgetting to count them for timestamps.
28575
28576 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28577
28578         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28579           Actually leave the loop if we failed to sync. Don't crash.
28580
28581 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28582
28583         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28584         (gst_dvd_demux_process_private):
28585         * gst/mpegstream/gstdvddemux.h:
28586           Fix crash (#159759). Doesn't work, though. :-(.
28587
28588 2004-11-28  Benjamin Otte  <otte@gnome.org>
28589
28590         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28591           more overwriting protection due to modifying channels one by one
28592           instead of all at once
28593
28594 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28595
28596         * gst/audioconvert/gstchannelmix.c:
28597         (gst_audio_convert_fill_normalize):
28598           Normalize using absolute values.
28599
28600 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28601
28602         * configure.ac:
28603         * ext/Makefile.am:
28604         * ext/directfb/Makefile.am:
28605         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28606         (gst_directfbvideosink_get_pixel_format),
28607         (gst_directfbvideosink_get_format_from_fourcc),
28608         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28609         (gst_directfbvideosink_sink_link),
28610         (gst_directfbvideosink_change_state),
28611         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28612         (gst_directfbvideosink_buffer_alloc),
28613         (gst_directfbvideosink_interface_supported),
28614         (gst_directfbvideosink_interface_init),
28615         (gst_directfbvideosink_navigation_send_event),
28616         (gst_directfbvideosink_navigation_init),
28617         (gst_directfbvideosink_set_property),
28618         (gst_directfbvideosink_get_property),
28619         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28620         (gst_directfbvideosink_base_init),
28621         (gst_directfbvideosink_class_init),
28622         (gst_directfbvideosink_get_type), (plugin_init):
28623         * ext/directfb/directfbvideosink.h: Adding a first version of
28624         directfbvideosink.
28625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28626         more.
28627
28628 2004-11-28  Benjamin Otte  <otte@gnome.org>
28629
28630         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28631           walk the samples backwards if out_channels > in_channels so we don't
28632           overwrite data
28633
28634 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28635
28636         * gst/audioconvert/Makefile.am:
28637         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28638         (gst_audio_convert_link), (gst_audio_convert_change_state),
28639         (gst_audio_convert_channels):
28640         * gst/audioconvert/gstchannelmix.c:
28641         (gst_audio_convert_unset_matrix),
28642         (gst_audio_convert_fill_identical),
28643         (gst_audio_convert_fill_compatible),
28644         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28645         (gst_audio_convert_fill_others),
28646         (gst_audio_convert_fill_normalize),
28647         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28648         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28649         * gst/audioconvert/gstchannelmix.h:
28650           Implement a channel mixer.
28651
28652 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28653
28654         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28655         * ext/alsa/gstalsa.h:
28656         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28657         Make alsasink actually honor gst_element_set_clock and use that
28658         clock instead of its internal one.
28659
28660 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28661
28662         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28663         (gst_play_base_bin_change_state): nullify source and decoder when
28664         going from READY to NULL so that we don't try to do weird stuff with
28665         them when going from NULL to READY
28666         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28667         instead of g_object_unref
28668         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28669         it should be correct
28670         (gst_play_bin_change_state): don't call remove_sinks if we are
28671         currently disposing the object
28672
28673 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28674
28675         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28676           Don't forget bass if it's there. Else left channel is silent...
28677
28678 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28679
28680         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28681         (gst_a52dec_change_state):
28682           Don't do sample adjusting anymore, we use float audio now.
28683         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28684           Don't fixate to non-existing properties.
28685
28686 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28687
28688         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28689         (gst_a52dec_change_state):
28690           Advertise that we can do surround sound.
28691
28692 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28693
28694         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28695           Add buffer-frames=0.
28696         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28697         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28698         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28699         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28700         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28701         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28702         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28703         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28704         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28705         * ext/dvdread/dvdreadsrc.h:
28706           Add seeking, querying for bytes, sectors, title, angle and
28707           chapter. Handle multiple chapters. Relicense to LGPL because
28708           Billy agreed on that (thanks Billy!).
28709
28710 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28711
28712         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28713         call parent dispose method
28714
28715 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28716
28717         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28718         (gst_audio_clock_get_internal_time):
28719         Fix active <-> inactive transitions: ensure time value always
28720         grows and avoid abrupt value changes.
28721
28722 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28723
28724         * configure.ac:
28725         * gst/tta/Makefile.am:
28726         * gst/tta/crc32.h:
28727         * gst/tta/filters.h:
28728         * gst/tta/gsttta.c:
28729         * gst/tta/gstttadec.c:
28730         * gst/tta/gstttadec.h:
28731         * gst/tta/gstttaparse.c:
28732         * gst/tta/gstttaparse.h:
28733         * gst/tta/ttadec.h:
28734           added TTA parser and decoder
28735
28736 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28737
28738         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28739         (probe_triggered), (check_queue), (buffer_underrun),
28740         (buffer_running), (buffer_overrun), (gen_source_element),
28741         (setup_source):
28742         * gst/playback/gstplaybasebin.h:
28743           Implement buffering. Needs some more work.
28744
28745 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28746
28747         * ext/theora/theoradec.c: (theora_dec_chain):
28748           Fix ilog mask range overflow.
28749
28750 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28751
28752         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28753           Don't omit the last (which in case of dmix is the only :) )
28754           channel count. Don't set channels if <= 2.
28755
28756 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28757
28758         * gst/playback/gstplaybin.c: (gen_video_element),
28759         (gen_audio_element): Removed 2 obsolete comments
28760
28761 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28762
28763         * ext/vorbis/oggvorbisenc.c
28764         * ext/vorbis/vorbisenc.c :
28765           change description fields of those plugins to differentiate them
28766           (pitivi show Encoders by description, they had the same one)
28767
28768 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28769
28770         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28771
28772         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28773         (gst_play_bin_set_property), (gen_video_element),
28774         (gen_audio_element):
28775           Refcounting fixes for provided audio-/videosinks.
28776
28777 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28778
28779         * gst/playback/gstplaybin.c: (gen_video_element),
28780         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28781           Don't reference all sinks, but only the video- and audiosinks.
28782           The vis. element should be disposed when we're done with it.
28783           We don't have any reason to keep it around. This fixes warnings
28784           when reusing playbin for playing multiple audio files with
28785           vis. enabled. Also release audio device on pause - idea stolen
28786           from Rhythmbox.
28787
28788 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28789
28790         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28791         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28792         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28793         * ext/alsa/gstalsaplugin.c: (plugin_init):
28794         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28795         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28796         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28797         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28798         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28799         (gst_faad_change_state), (plugin_init):
28800         * ext/faad/gstfaad.h:
28801         * ext/vorbis/vorbis.c: (plugin_init):
28802         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28803         * gst-libs/gst/audio/Makefile.am:
28804         * gst-libs/gst/audio/audio.c: (plugin_init):
28805         * gst-libs/gst/audio/multichannel.c:
28806         (gst_audio_check_channel_positions),
28807         (gst_audio_get_channel_positions),
28808         (gst_audio_set_channel_positions),
28809         (gst_audio_set_structure_channel_positions_list),
28810         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28811         (gst_audio_fixate_channel_positions):
28812         * gst-libs/gst/audio/multichannel.h:
28813         * gst-libs/gst/audio/testchannels.c: (main):
28814         * gst/audioconvert/gstaudioconvert.c:
28815         (gst_audio_convert_class_init), (gst_audio_convert_init),
28816         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28817         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28818         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28819         * gst/audioconvert/plugin.c: (plugin_init):
28820           Surround sound support.
28821
28822 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28823
28824         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28825           Fix position for discont if we're close as well. Nitpicking, but
28826           saves a few milliseconds of extra waiting or skipping.
28827
28828 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28829
28830         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28831           We sometimes need parsers for playback, so add those too.
28832
28833 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28834
28835         * configure.ac:
28836         * gst/apetag/Makefile.am:
28837         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28838         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28839         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28840         (gst_ape_demux_get_src_query_types),
28841         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28842         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28843         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28844         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28845         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28846         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28847         (gst_ape_demux_change_state):
28848         * gst/apetag/apedemux.h:
28849         * gst/apetag/apetag.c: (plugin_init):
28850         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28851         (plugin_init):
28852           APE v1/2 tag reader plus typefind function.
28853
28854 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28855
28856         * configure.ac:
28857         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28858         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28859           Remove hacks for older core. Require newer core version
28860           accordingly.
28861
28862 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28863
28864         * gst/cdxaparse/Makefile.am:
28865         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28866         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28867         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28868         * gst/cdxaparse/gstcdxaparse.h:
28869         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28870         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28871         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28872         (gst_cdxastrip_get_src_query_types),
28873         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28874         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28875         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28876         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28877         * gst/cdxaparse/gstcdxastrip.h:
28878           SVCD/VCD header stripping separated from CDXA image parsing.
28879         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28880         (plugin_init):
28881           Add VCD/SVCD header typefinding for VCD/SVCD.
28882         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28883         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28884         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28885         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28886         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28887         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28888         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28889         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28890         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28891         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28892         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28893         * sys/vcd/vcdsrc.h:
28894           Fix up, add seeking, querying, URI interface. Works in totem now.
28895
28896 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28897
28898         * configure.ac:
28899           back to CVS
28900
28901 === release 0.8.6 ===
28902
28903 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28904
28905         * NEWS:
28906         * RELEASE:
28907         * configure.ac:
28908         * po/af.po:
28909         * po/az.po:
28910         * po/cs.po:
28911         * po/en_GB.po:
28912         * po/hu.po:
28913         * po/it.po:
28914         * po/nb.po:
28915         * po/nl.po:
28916         * po/or.po:
28917         * po/sq.po:
28918         * po/sr.po:
28919         * po/sv.po:
28920         * po/uk.po:
28921           releasing 0.8.6, "IOU Love"
28922
28923 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28924
28925         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28926
28927         * gst/playback/gstplaybasebin.c:
28928           Fix unplayable files error handling.  Fixes #158365
28929
28930 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28931
28932         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28933
28934         * gst/typefind/gsttypefindfunctions.c:
28935           Fix broken mp3 typefinding.  Fixes #158375
28936
28937 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28938
28939         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28940
28941         * ext/ogg/gstoggdemux.c:
28942           Fix sync on broken files.  Fixes #158976
28943
28944 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28945
28946         patch by: Edward Hervey <bilboed@bilboed.com>
28947
28948         * ext/libpng/gstpngenc.c:
28949           Copy over buffer properties.  Fixes #158832
28950
28951 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28952
28953         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28954
28955         * ext/dvdread/dvdreadsrc.c:
28956           Fixes invalid reads (#158462)
28957
28958 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28959
28960         * sys/v4l/gstv4lsrc.c:
28961         * sys/v4l/gstv4lsrc.h:
28962         * sys/v4l/v4lsrc_calls.c:
28963           Probe less and cache it.  Fixes #159187.
28964
28965 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28966
28967         * gst/videorate/gstvideorate.c:
28968           Handle all video formats. Fixes #159186.
28969
28970 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28971         * gst/synaesthesia/gstsynaesthesia.c:
28972         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28973         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28974         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28975         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28976         (gst_synaesthesia_change_state), (plugin_init):
28977         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28978         Force 320x200 output, as that's the only thing the underlying
28979         synaesthesia implementation supports. Still needs to be made
28980         re-entrant.
28981
28982 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28983
28984         * configure.ac:
28985           Fix mpeg2enc configure check (similar to mplex check below).
28986
28987 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28988
28989         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28990
28991         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28992           Fix for gcc-2.95 (fixes #158221).
28993
28994 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28995
28996         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28997           Re-add clock distribution hack (until new core is released).
28998           Fixes #158125.
28999
29000 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
29001         * configure.ac:
29002           fix mplex configure check segfaulting on some systems (bug #140994)
29003
29004 2004-11-13  Benjamin Otte  <otte@gnome.org>
29005
29006         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
29007           add debugging
29008         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29009           do a wait when we enter the loop func with no data available to
29010           write instead of getting into an 100% CPU loop by just returning and
29011           being called again by the scheduler
29012
29013 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
29014
29015         * configure.ac:
29016         * ext/libvisual/visual.c: (gst_visual_get_type),
29017         (libvisual_log_handler), (gst_visual_getcaps),
29018         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
29019         (plugin_init):
29020           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
29021         * ext/smoothwave/Makefile.am:
29022         * ext/smoothwave/demo-osssrc.c: (main):
29023         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
29024         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
29025         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
29026         (plugin_init):
29027         * ext/smoothwave/gstsmoothwave.h:
29028           Make gstsmoothwave a working element in the 20th century.
29029
29030         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
29031           Fix incorrect link function
29032
29033 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29034
29035         * gst/volume/gstvolume.c:
29036           Allow buffer-frames=0.
29037
29038 2004-11-12 Iain <iaingnome@gmail.com>
29039
29040         * configure.ac: Check for polypaudio
29041
29042         * ext/Makefile.am: Build the polyp dir
29043
29044         * ext/polyp: The polypsink sources.
29045
29046 2004-10-30 Iain <iaingnome@gmail.com>
29047
29048         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
29049         caps to reflect the new number of channels.
29050
29051 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29052
29053         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29054           Fix for negotiation order problem. This would show when the
29055           ALSA loopfuction was called before any other function. ALSA
29056           wouldn't do anything because we're not negotiated yet, leading
29057           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
29058
29059 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29060
29061         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29062
29063         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
29064           No warnings (#157986).
29065
29066 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29067
29068         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29069           Prefer apev1/2 and id3v1 (at end of file) over musepack.
29070
29071 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29072
29073         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
29074           Signal no-more-pads (so it works in playbin).
29075
29076 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29077
29078         * ext/musepack/gstmusepackreader.cpp:
29079           Workaround for older core.
29080
29081 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29082
29083         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29084           Actually test for odd width/height rather than testing whether
29085           a temporary variable that was 0 before we subtracted 1 is now
29086           not equal to zero (which it always is).
29087
29088 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29089
29090         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29091         Fix compilation if HAVE_XVIDEO is not defined
29092
29093 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29094
29095         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29096         Fix compilation if HAVE_XVIDEO is not defined
29097
29098 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
29099
29100         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29101         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29102         (gst_goom_change_state), (plugin_init):
29103         Use the bytestream adapter so goom doesn't depend on the input
29104         buffer size.
29105         Add a debug category
29106
29107 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29108
29109         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29110           Only set hardware parameters *after* negotiation. Before
29111           negotiation, it will set ANY and that seems to cause crashes
29112           (see e.g. #151288, #153227).
29113
29114 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29115
29116         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29117           This seems to be antique leftover. It needs to pass error
29118           checking.
29119         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29120         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29121         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29122         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29123           Fix GstXOverlay implementation (#151059).
29124
29125 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29126
29127         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29128           Don't assert (#157853).
29129
29130 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29131
29132         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29133           Fix bytes/samples confustion.
29134         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29135           Fix for underrun (#144389).
29136
29137 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29138
29139         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29140           Disable halfway-seek for pending release (since it needs a new
29141           core release).
29142
29143 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29144
29145         * sys/v4l/gstv4lsrc.c:
29146         * sys/v4l/gstv4lsrc.h:
29147         * sys/v4l/v4lsrc_calls.c:
29148           add autoprobe-fps property so we can separate autoprobing parts
29149
29150 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29151
29152         * sys/v4l/gstv4lsrc.c:
29153         * sys/v4l/v4lsrc_calls.c:
29154         initialise fourcc to catch unset fourcc's, and debug
29155
29156 2004-11-09  Wim Taymans  <wim@fluendo.com>
29157
29158         * gst/playback/README:
29159         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29160         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29161         (gst_play_bin_dispose), (gst_play_bin_set_property),
29162         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29163         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29164         (gst_play_bin_get_formats), (gst_play_bin_convert),
29165         (gst_play_bin_get_query_types), (gst_play_bin_query):
29166         Cleanups and some more documentation.
29167
29168 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29169
29170         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29171         (gst_cacasink_init), (gst_cacasink_chain):
29172         * ext/libcaca/gstcacasink.h:
29173         Cacasink inherits from VideoSink, so let that store the clock.
29174
29175 2004-11-09  Wim Taymans  <wim@fluendo.com>
29176
29177         * gst/playback/README:
29178         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29179         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29180         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29181         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29182         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29183         (setup_sinks):
29184         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29185         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29186         * gst/playback/gststreaminfo.h:
29187         Updated README.
29188         Only switch groups if all streams have muted (EOSed).
29189         Send Tags in sync with the stream playback instead of in
29190         the playback/preroll phase.
29191         Some cleanups, free the fakesrc elements.
29192
29193 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29194
29195         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29196           buffer-frames property was missing
29197         * ext/arts/gst_arts.c:
29198           rate missing from sinkcaps
29199         * ext/audiofile/gstafparse.c:
29200         * ext/audiofile/gstafsink.c:
29201         * ext/audiofile/gstafsrc.c:
29202         * ext/swfdec/gstswfdec.c:
29203           int audio doesn't know buffer-frames
29204         * ext/cdparanoia/gstcdparanoia.c:
29205           int audio doesn't know chunksize either
29206         * ext/nas/nassink.c:
29207           it's endianness, not endianess
29208         * gst-libs/gst/audio/audio.h:
29209           make float standard pad template caps really describe float
29210         * gst/law/mulaw.c: (linear_factory):
29211           signed only, please
29212         * gst/mpegstream/gstdvddemux.c:
29213           widths of 20 are not valid
29214
29215 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29216
29217         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29218
29219         * po/LINGUAS:
29220         * po/it.po:
29221           Add Italian
29222
29223 2004-11-08  Wim Taymans  <wim@fluendo.com>
29224
29225         * gst/playback/README:
29226         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29227         * gst/playback/gstplaybasebin.c: (probe_triggered),
29228         (gst_play_base_bin_change_state):
29229         Updated README, added more comments for fixmes etc..
29230
29231 2004-11-08  Wim Taymans  <wim@fluendo.com>
29232
29233         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29234         We can remove this hack now.
29235
29236 2004-11-08  Wim Taymans  <wim@fluendo.com>
29237
29238         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29239         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29240         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29241         Only mix AYUV for maximum quality.
29242
29243 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29244
29245         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29246         (gst_ogg_demux_push), (gst_ogg_pad_push):
29247           Let's act as if we're synchronized now! :).
29248         * ext/theora/theoradec.c: (theora_dec_chain):
29249           Add some debug.
29250
29251 2004-11-08  Wim Taymans  <wim@fluendo.com>
29252
29253         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29254         (gst_alpha_set_property), (gst_alpha_sink_link),
29255         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29256         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29257         (gst_alpha_init_params), (gst_alpha_chain):
29258         Implement alpha functions for AYUV too, this increases
29259         accuracy quite a bit.
29260
29261 2004-11-08  Wim Taymans  <wim@fluendo.com>
29262
29263         * gst/ffmpegcolorspace/avcodec.h:
29264         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29265         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29266         (gst_ffmpegcsp_avpicture_fill):
29267         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29268         (gst_ffmpegcsp_caps_remove_format_info):
29269         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29270         (shrink12), (img_get_alpha_info), (deinterlace_line),
29271         (deinterlace_line_inplace):
29272         * gst/ffmpegcolorspace/imgconvert_template.h:
29273         Added AYUV colorspace and handle RGBA a bit more respectful.
29274
29275 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29276
29277         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29278           Actually always send a discont (cornercase when resending the
29279           same serial-tagged chain twice).
29280
29281 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29282
29283         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29284         (gst_ximagesink_finalize):
29285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29286         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29287
29288 2004-11-08  Wim Taymans  <wim@fluendo.com>
29289
29290         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29291         Don't segfault on NULL data.
29292
29293 2004-11-08  Wim Taymans  <wim@fluendo.com>
29294
29295         * gst/playback/gstdecodebin.c: (unlinked):
29296         * gst/playback/gstplay-marshal.list:
29297         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29298         (gst_play_base_bin_init), (group_create), (get_active_group),
29299         (get_building_group), (group_destroy), (group_commit),
29300         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29301         (add_element_stream), (no_more_pads), (probe_triggered),
29302         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29303         (state_change), (setup_source), (gst_play_base_bin_get_property),
29304         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29305         (gst_play_base_bin_link_stream),
29306         (gst_play_base_bin_get_streaminfo):
29307         * gst/playback/gstplaybasebin.h:
29308         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29309         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29310         Add support for chained ogg files. Prepare for playlist
29311         support. This patch introduces the concept of pad groups, which
29312         together compose one playable media file.
29313
29314 2004-11-07  David Schleef  <ds@schleef.org>
29315
29316         * testsuite/gst-lint: Check for pad templates that aren't statically
29317         scoped.
29318
29319 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29320
29321         * configure.ac:
29322         * ext/Makefile.am:
29323         * ext/musepack/Makefile.am:
29324         * ext/musepack/gstmusepackdec.cpp:
29325         * ext/musepack/gstmusepackdec.h:
29326         * ext/musepack/gstmusepackreader.cpp:
29327         * ext/musepack/gstmusepackreader.h:
29328           Add musepack decoder.
29329         * ext/faad/gstfaad.c: (gst_faad_base_init):
29330           Make pad templates static.
29331         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29332         (plugin_init):
29333           Add musepack typefinder, make mp3 typefinding work halfway stream,
29334           which doesn't actually work yet because id3demux doesn't implement
29335           _get_length().
29336
29337 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29338
29339         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29340         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29341           Fix interrupt event handling (#144436).
29342
29343 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29344
29345         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29346           Hide unused glory.
29347
29348 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29349
29350         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29351
29352         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29353           Fix weird caps (#157548).
29354
29355 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29356
29357         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29358
29359         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29360           Add missing NULL terminator (#157543).
29361
29362 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29363
29364         * gst/tcp/gsttcp.h:
29365         * gst/tcp/gsttcpclientsink.c:
29366         * gst/tcp/gsttcpclientsrc.c:
29367         * gst/tcp/gsttcpserversink.c:
29368         * gst/tcp/gsttcpserversrc.c:
29369           ports can go up to 65535.  Move common defines to gsttcp.h
29370
29371 2004-11-05  Wim Taymans  <wim@fluendo.com>
29372
29373         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29374         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29375         Added two more colorspaces.
29376
29377 2004-11-05  Wim Taymans  <wim@fluendo.com>
29378
29379         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29380         (gst_ffmpegcsp_avpicture_fill):
29381         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29382         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29383         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29384         More stride fixes.
29385
29386 2004-11-05  Wim Taymans  <wim@fluendo.com>
29387
29388         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29389         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29390         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29391         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29392         (gst_videomixer_loop):
29393         More stride fixes.
29394
29395 2004-11-05  Benjamin Otte  <otte@gnome.org>
29396
29397         * ext/mad/gstmad.c: (gst_mad_chain):
29398           don't overflow data buffer. Flush not needed sync data when syncing
29399           failed.
29400
29401 2004-11-04  Wim Taymans  <wim@fluendo.com>
29402
29403         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29404         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29405         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29406         (gst_alpha_init_params), (gst_alpha_chain),
29407         (gst_alpha_change_state):
29408         Updated the chroma keying algorithm with something more
29409         sophisticated.
29410
29411 2004-11-03  Wim Taymans  <wim@fluendo.com>
29412
29413         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29414         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29415         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29416         Fix stride issues. Does not completely work for odd
29417         heights.
29418
29419 2004-11-03  Wim Taymans  <wim@fluendo.com>
29420
29421         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29422         (gst_alpha_chroma_key), (gst_alpha_chain):
29423         Fix stride issues. Does not completely work for odd
29424         heights.
29425
29426 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29427
29428         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29429         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29430         leak fixes
29431
29432 2004-11-03  Wim Taymans  <wim@fluendo.com>
29433
29434         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29435         (gst_ffmpegcsp_avpicture_fill):
29436         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29437         (avpicture_alloc):
29438         * gst/ffmpegcolorspace/imgconvert_template.h:
29439         Use correct _fill function to get correct strides.
29440
29441 2004-11-02  David Schleef  <ds@schleef.org>
29442
29443         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29444         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29445         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29446         Change all g_print()s to debugging.  Add a bunch of consistency
29447         checks.
29448
29449 2004-11-02  Wim Taymans  <wim@fluendo.com>
29450
29451         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29452         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29453         (unlinked), (no_more_pads), (close_link):
29454         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29455         (unknown_type), (add_element_stream), (new_decoded_pad),
29456         (removed_decoded_pad), (setup_source):
29457         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29458         (gst_stream_info_class_init), (gst_stream_info_init),
29459         (gst_stream_info_new), (gst_stream_info_dispose),
29460         (stream_info_mute_pad), (gst_stream_info_set_property),
29461         (gst_stream_info_get_property):
29462         * gst/playback/gststreaminfo.h:
29463         Fix playback of multiple files.
29464         a slightly different approach to handling dynamic pad removals.
29465         This one only looks at pads that we have linked.
29466
29467 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29468
29469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29470         free" warning from libc.
29471
29472 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29473
29474         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29475         (get_unconnected_element), (remove_starting_from), (pad_removed),
29476         (close_link):
29477           Implement support for dynamic pad changing. We listen to "live"
29478           pad removals (i.e. while playing) and re-setup autoplugging
29479           after that. Playbasebin/playbin need some more work for this
29480           to finally work, but decodebin supports (and replugs) chained
29481           ogg now.
29482
29483 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29484
29485         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29486         (gst_alsa_finalize):
29487         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29488         (gst_cdaudio_finalize):
29489         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29490         (cdparanoia_finalize):
29491         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29492         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29493         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29494         (dvdreadsrc_finalize):
29495         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29496         (gst_flacdec_finalize):
29497         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29498         (gst_flacenc_finalize):
29499         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29500         (gst_gnomevfssink_finalize):
29501         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29502         (gst_gnomevfssrc_finalize):
29503         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29504         (gst_fameenc_finalize):
29505         * ext/nas/nassink.c: (gst_nassink_class_init),
29506         (gst_nassink_finalize):
29507         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29508         (gst_sdlvideosink_class_init):
29509         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29510         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29511         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29512         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29513         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29514         (gst_x_window_listener_dispose):
29515         * gst/audioscale/gstaudioscale.c:
29516         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29517         (play_on_demand_finalize):
29518         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29519         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29520         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29521         (cdplayer_finalize):
29522         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29523         (gst_glimagesink_class_init):
29524         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29525         (gst_osselement_finalize):
29526         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29527         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29528         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29529           Fixes a bunch of problems with finalize and dispose functions,
29530           either assumptions that dispose is only called once, or not calling
29531           the parent class dispose/finalize function
29532
29533 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29534
29535         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29536           added two api precondition guards
29537           use g_strdup with getenv to fix crash when using ENVVAR
29538
29539 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29540         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29541         (gst_esdsink_finalize):
29542         Use a finalize function, not dispose, and more importantly,
29543         call the parent class finalize function too
29544
29545 2004-11-01  Johan Dahlin  <johan@gnome.org>
29546
29547         * ext/ogg/gstoggdemux.c:
29548         * gst/tags/gstvorbistag.c:
29549         Plug leaks.
29550
29551 2004-10-31  Benjamin Otte  <otte@gnome.org>
29552
29553         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29554           lotsa memleaks today. But they're all small...
29555
29556 2004-10-31  Benjamin Otte  <otte@gnome.org>
29557
29558         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29559           another memleak crushed
29560
29561 2004-10-31  Benjamin Otte  <otte@gnome.org>
29562
29563         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29564           fix memleak
29565
29566 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29567
29568         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29569           Hack to prevent crash when going to READY inside signal handler
29570           while this function is active.
29571
29572 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29573
29574         * gst/ffmpegcolorspace/Makefile.am:
29575         * gst/ffmpegcolorspace/avcodec.h:
29576         * gst/ffmpegcolorspace/common.h:
29577         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29578         * gst/ffmpegcolorspace/dsputil.h:
29579         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29580         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29581         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29582         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29583         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29584         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29585         (gst_ffmpegcsp_avpicture_fill):
29586         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29587         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29588         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29589         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29590         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29591         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29592         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29593         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29594         * gst/ffmpegcolorspace/imgconvert.c:
29595         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29596         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29597         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29598         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29599         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29600         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29601         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29602         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29603         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29604         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29605         (grow21), (grow22), (grow41), (grow44), (conv411),
29606         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29607         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29608         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29609         (avpicture_free), (is_yuv_planar), (img_convert),
29610         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29611         (deinterlace_line_inplace), (deinterlace_bottom_field),
29612         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29613         * gst/ffmpegcolorspace/imgconvert_template.h:
29614         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29615         * gst/ffmpegcolorspace/mmx.h:
29616         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29617         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29618         (av_freep), (avcodec_get_context_defaults),
29619         (avcodec_alloc_context), (avcodec_init):
29620           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29621           handling plus update from ffmpeg CVS. Large clean-up.
29622
29623 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29624
29625         * gst/playback/Makefile.am:
29626           We need the marshallers for decodebin, too.
29627
29628 2004-10-30  David Schleef  <ds@schleef.org>
29629
29630         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29631           quicktime typefinding work with 64-bit offsets.
29632
29633 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29634
29635         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29636           Set EOS on the element when processing an EOS event.
29637         * ext/speex/gstspeexdec.h:
29638         * ext/speex/gstspeexenc.h:
29639           Only keep a const ptr to the mode
29640         * gst-libs/gst/riff/riff-media.c:
29641         (gst_riff_create_audio_caps_with_data),
29642         (gst_riff_create_audio_template_caps):
29643           Allow WMAV3, with up to 6 channels.
29644         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29645           Don't call gst_pad_set_event_function on a sink pad.
29646         * gst/mpegstream/gstdvddemux.c:
29647         (gst_dvd_demux_get_subpicture_stream),
29648         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29649           Copy the explicit caps that were set across to the cur_* pads,
29650           instead of trying to use a possibly non-existent negotiated caps.
29651           Reset the type of subpicture pads to UNKNOWN after calling
29652           init_stream, so that the caps get set.
29653
29654 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29655
29656         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29657
29658         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29659           Don't touch buffer if it is of size 0 (fixes #151064).
29660
29661 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29662
29663         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29664           Synchronized discont handling.
29665
29666 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29667
29668         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29669         (gst_ogg_demux_push):
29670           Make seeking sort-of exact again (fixes #156387).
29671
29672 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29673
29674         * gst/playback/gstplaybasebin.c: (unknown_type),
29675         (add_element_stream), (new_decoded_pad),
29676         (gst_play_base_bin_change_state):
29677         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29678         (gst_stream_info_init), (gst_stream_info_new),
29679         (gst_stream_info_dispose), (gst_stream_info_get_property):
29680         * gst/playback/gststreaminfo.h:
29681           Make caps explicitely available. Makes testing for unsupported
29682           types possible. Improves error reporting.
29683
29684 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29685
29686         * gst/audioconvert/gstaudioconvert.c:
29687         (gst_audio_convert_buffer_to_default_format):
29688           Really don't touch read-only buffers (#156563).
29689
29690 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29691
29692         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29693
29694         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29695           Fix memleak (#155223).
29696
29697 2004-10-29  Wim Taymans  <wim@fluendo.com>
29698
29699         * gst/tcp/.cvsignore:
29700         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29701         (gst_multifdsink_class_init), (gst_multifdsink_init),
29702         (gst_multifdsink_add), (gst_multifdsink_remove),
29703         (gst_multifdsink_remove_client_link), (is_sync_frame),
29704         (gst_multifdsink_new_client),
29705         (gst_multifdsink_handle_client_write),
29706         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29707         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29708         (gst_multifdsink_get_property):
29709         * gst/tcp/gstmultifdsink.h:
29710         Added burst on connect sync_method, deprecated sync_clients,
29711         streamlined the sync code some more.
29712
29713 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29714
29715         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29716         (gst_play_base_bin_change_state):
29717           Improve error reporting.
29718
29719 2004-10-28  Wim Taymans  <wim@fluendo.com>
29720
29721         * gst/tcp/Makefile.am:
29722         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29723         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29724         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29725         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29726         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29727         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29728         (gst_fdset_wait):
29729         Added more locks around fdset structures. Fixed/reworked
29730         the poll array resizing code.
29731         Added stress test for fdset.
29732
29733 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29734
29735         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29736         fix build
29737
29738 2004-10-28  Benjamin Otte  <otte@gnome.org>
29739
29740         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29741           fix link function to always query channels and query width for
29742           floats
29743         * configure.ac:
29744           add equalizer dir
29745         * gst/equalizer/Makefile.am:
29746         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29747         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29748         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29749         (arg_to_scale), (setup_filter),
29750         (gst_iir_equalizer_compute_frequencies),
29751         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29752         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29753         (plugin_init):
29754           add an equalizer
29755
29756 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29757
29758         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29759
29760         * po/LINGUAS:
29761         * po/nb.po:
29762           Added Norwegian Bokmaal translation
29763
29764 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29765
29766         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29767           Don't break on options (fixes #156488).
29768
29769 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29770
29771         * configure.ac:
29772         * ext/cdaudio/Makefile.am:
29773         * sys/Makefile.am:
29774           fix build on older automake
29775
29776 2004-10-26  Wim Taymans  <wim@fluendo.com>
29777
29778         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29779         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29780         Allow a little margin when negotiating the framerate.
29781
29782 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29783
29784         * gst/level/gstlevel.c:
29785           synchonised naming of pads and pad-templates
29786
29787 2004-10-26  Wim Taymans  <wim@fluendo.com>
29788
29789         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29790         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29791         (_find_streams_check), (gst_ogg_demux_push):
29792         Fix EOS again. Needs to be done in a better way. We should not
29793         remove the pad if there is no new chained stream.
29794
29795 2004-10-26 Iain <iaingnome@gmail.com>
29796
29797         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29798         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29799         of the caps.
29800         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29801         pad.
29802         (interleave_release_pad): Remove the pad.
29803         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29804         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29805         the set device.
29806         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29807         attrs
29808         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29809         (gst_xvimagesink_finalize): Free the par.
29810
29811 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29812
29813         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29814         (gst_avimux_stop_file):
29815           First calculate the rate, and only then use it. Hdr.rate is a
29816           multiple and not a derivative of hdr.scale. Scale is not the
29817           same as blockalign but is solely related to rate.
29818
29819 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29820
29821         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29822         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29823           Implement seeking.
29824
29825 2004-10-25  James Henstridge  <james@jamesh.id.au>
29826
29827         Reviewed by:  David Schleef  <ds@schleef.org>
29828
29829         * examples/gstplay/player.c: (got_stream_length), (main):
29830         * examples/seeking/cdplayer.c: (update_scale):
29831         * examples/seeking/seek.c: (format_value), (update_scale):
29832         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29833         (stop_seek):
29834         Build fixes on AMD64.
29835
29836 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29837
29838         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29839
29840         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29841         Fix for some v4l cards which hang in v4lsrc
29842
29843 2004-10-25  Wim Taymans  <wim@fluendo.com>
29844
29845         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29846         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29847         Make sure to remove the pad when a new chain is
29848         encountered. Set some vars to NULL so we don't try
29849         to reference freed memory.
29850
29851 2004-10-25  Wim Taymans  <wim@fluendo.com>
29852
29853         * examples/seeking/Makefile.am:
29854         * examples/seeking/cdplayer.c: (update_scale):
29855         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29856         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29857         (format_value), (update_scale), (iterate), (start_seek),
29858         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29859         (print_usage), (main):
29860         Added some more examples, update others.
29861
29862 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29863
29864         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29865         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29866         * ext/theora/theoradec.c: (theora_dec_chain):
29867         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29868           Add codec-name metadata.
29869
29870 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29871
29872         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29873
29874         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29875         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29876         * ext/alsa/gstalsamixertrack.h:
29877         * po/POTFILES.in:
29878           ALSA mixer track label internationalization (#154054).
29879
29880 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29881
29882         * ext/theora/theoradec.c: (theora_dec_chain):
29883           Export bitrate as metadata.
29884
29885 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29886
29887         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29888         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29889         * ext/alsa/gstalsamixertrack.h:
29890           Fix names, fix loop.
29891
29892 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29893
29894         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29895         (speex_dec_convert):
29896           sinkconvert function so oggdemux can get the file length (totem).
29897
29898 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29899
29900         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29901
29902         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29903           Don't push incomplete packets.
29904         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29905           Fix MPEG-4 audio typefinding.
29906
29907 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29908
29909         * sys/v4l/Makefile.am:
29910         * sys/v4l/gstv4l.c: (plugin_init):
29911         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29912         (gst_v4lelement_init), (gst_v4lelement_dispose),
29913         (gst_v4lelement_change_state):
29914         * sys/v4l/gstv4lelement.h:
29915         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29916         (gst_v4l_xoverlay_close), (idle_refresh),
29917         (gst_v4l_xoverlay_set_xwindow_id):
29918         * sys/v4l/gstv4lxoverlay.h:
29919         * sys/v4l/v4l-overlay_calls.c:
29920         * sys/v4l/v4l_calls.h:
29921         * sys/v4l2/Makefile.am:
29922         * sys/v4l2/gstv4l2.c: (plugin_init):
29923         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29924         (gst_v4l2element_init), (gst_v4l2element_dispose),
29925         (gst_v4l2element_change_state):
29926         * sys/v4l2/gstv4l2element.h:
29927         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29928         (gst_v4l2_xoverlay_close), (idle_refresh),
29929         (gst_v4l2_xoverlay_set_xwindow_id):
29930         * sys/v4l2/gstv4l2xoverlay.h:
29931         * sys/v4l2/v4l2-overlay_calls.c:
29932         * sys/v4l2/v4l2_calls.h:
29933           Remove client-side overlay handling, use the X-server v4l plugin
29934           for that. Nicer overlay, less code. Also make the plugin
29935           compileable without X (but then without overlay, obviously).
29936           Makes xwindowlistener obsolete, should we remove that?
29937
29938 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29939
29940         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29941         (gst_osssrc_src_query):
29942         * sys/oss/gstosssrc.h:
29943           OK, so people want offset in DEFAULT. This time, actually fix all
29944           cases.
29945         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29946           Add FPS properly.
29947
29948 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29949
29950         * gst/asfdemux/gstasfmux.c:
29951         * gst/avi/gstavimux.c:
29952           Framerate.
29953
29954 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29955
29956         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29957           Fix properties (channel, norm, frequency).
29958
29959 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29960
29961         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29962           Flag typo.
29963         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29964           No warnings.
29965
29966 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29967
29968         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29969           Fix hang.
29970
29971 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29972
29973         * sys/v4l2/gstv4l2element.h:
29974           Yet Another Hack (tm) for kernel header borkedness.
29975         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29976         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29977         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29978         (gst_v4l2src_change_state):
29979         * sys/v4l2/gstv4l2src.h:
29980         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29981         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29982           Fix caps, keep track of state, work.
29983
29984 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29985
29986         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29987           Quiet.
29988
29989 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29990
29991         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29992           Don't mix bytes and samples.
29993
29994 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29995
29996         * ext/ogg/gstoggmux.c:
29997           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29998           and theora. Any is incorrect.
29999         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
30000           Fix caps.
30001         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
30002         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
30003         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
30004         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
30005         * sys/v4l/gstv4lmjpegsrc.h:
30006         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
30007         (gst_v4lsrc_change_state):
30008         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
30009         (gst_v4lmjpegsrc_capture_stop):
30010           Fix caps. Keep track of internal state. Work.
30011
30012 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30013
30014         * ext/Makefile.am:
30015           Fix the build fixes.
30016
30017 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30018
30019         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30020         (gst_ogg_demux_src_event), (_find_chain_seek),
30021         (gst_ogg_pad_push):
30022           Check for pad availability before using it.
30023         * ext/ogg/gstoggdemux.c: (_find_chain_process):
30024           Fix parsing of chained ogg. Needs more work on the decoder side.
30025
30026 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30027
30028         * gst/spectrum/Makefile.am:
30029         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
30030         (idle_func):
30031           Fix demo and reenable it. Yes, I'm currently playing with audio
30032           analysis tools
30033
30034 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30035
30036         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30037           We love it if files that start at zero work too...
30038
30039 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30040
30041         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30042           Handle files with missing EOS headers.
30043
30044 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30045
30046         * gst/tcp/gsttcpserversink.c:
30047         (gst_tcpserversink_handle_server_read),
30048         (gst_tcpserversink_init_send):
30049         Zero some variables first (need for accept not to return EINVAL)
30050
30051 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30052
30053         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30054         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30055         * ext/theora/theoradec.c: (theora_dec_sink_convert),
30056         (theora_dec_chain):
30057         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30058         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
30059           Seeking and querying finetune.
30060
30061 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30062
30063         * configure.ac:
30064         * ext/Makefile.am:
30065         * ext/raw1394/Makefile.am:
30066           fix the build
30067
30068 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30069
30070         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30071           Wrong return.
30072         * gst/playback/Makefile.am:
30073         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
30074         * gst/playback/gstplay-marshal.list:
30075         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
30076           Fix marshallers.
30077
30078 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30079
30080         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
30081           Silence.
30082
30083 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30084
30085         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30086         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30087         (gst_ogg_pad_push):
30088           Yay for non-lineair granulepos in theora.
30089
30090 2004-10-18  Wim Taymans  <wim@fluendo.com>
30091
30092         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30093         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30094         * ext/dv/gstdvdec.h:
30095         Make sure we renegotiate aspect ratio when the camera switches.
30096
30097 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30098
30099         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30100         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30101           Start at zero.
30102         * ext/theora/theoradec.c: (theora_dec_chain):
30103           Skip headers. Bad idea for chained ogg, but fixes seeking.
30104
30105 2004-10-18  Wim Taymans  <wim@fluendo.com>
30106
30107         * configure.ac:
30108         I swear, this is the last time I touch this.
30109
30110 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30111
30112         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30113         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30114         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30115           Faster seeking.
30116         * ext/theora/theoradec.c: (theora_dec_sink_convert):
30117           Time-to-default conversion.
30118         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30119           Don't error on unknown packets, just skip. We should probably
30120           read them if we want to support chained ogg.
30121
30122 2004-10-18  Wim Taymans  <wim@fluendo.com>
30123
30124         * configure.ac:
30125         Added cdaudio to wrong list.
30126
30127 2004-10-18  Wim Taymans  <wim@fluendo.com>
30128
30129         * configure.ac:
30130         Revive cdaudio.
30131
30132 2004-10-18  Wim Taymans  <wim@fluendo.com>
30133
30134         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30135         (gst_dvdec_video_link), (gst_dvdec_push):
30136         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30137         (gst_smokeenc_resync), (gst_smokeenc_chain):
30138         Fix mimetype on smoke encoder.
30139         Add aspect ratio to dvdec. Not sure if these
30140         values are correct though....
30141
30142 2004-10-18  Wim Taymans  <wim@fluendo.com>
30143
30144         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30145         Fix vorbis property descriptions and ranges.
30146
30147 2004-10-18  Wim Taymans  <wim@fluendo.com>
30148
30149         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30150         Really do nothing when no data is available.
30151         Go to the playing state when the stream is not seekable
30152         instead of failing.
30153
30154 2004-10-18  Wim Taymans  <wim@fluendo.com>
30155
30156         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30157         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30158         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30159         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30160         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30161         Added uri handler for cd://
30162         Port to new API.
30163
30164 2004-10-18  Wim Taymans  <wim@fluendo.com>
30165
30166         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30167         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30168         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30169         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30170         (remove_prerolls), (unknown_type), (add_element_stream),
30171         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30172         (gst_play_base_bin_remove_element),
30173         (gst_play_base_bin_link_stream):
30174         * gst/playback/gstplaybin.c: (gen_video_element),
30175         (gen_vis_element), (remove_sinks), (setup_sinks):
30176         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30177         (gst_stream_info_get_type), (gst_stream_info_class_init),
30178         (gst_stream_info_init), (gst_stream_info_new),
30179         (gst_stream_info_dispose), (stream_info_mute_pad),
30180         (gst_stream_info_set_property), (gst_stream_info_get_property):
30181         * gst/playback/gststreaminfo.h:
30182         Add sink padtemplate to decodebin.
30183         Added some more comments.
30184         Make queue size configurable in playbasebin.
30185         Added possibility to use elements as sinks (ex cdaudio).
30186
30187 2004-10-15  Wim Taymans  <wim@fluendo.com>
30188
30189         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30190         (gst_speexenc_chain):
30191         Fix speex timestamps so that it gets muxed properly.
30192
30193 2004-10-15  Wim Taymans  <wim@fluendo.com>
30194
30195         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30196         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30197         (gst_dv1394src_init), (gst_dv1394src_dispose),
30198         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30199         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30200         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30201         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30202         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30203         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30204         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30205         * ext/raw1394/gstdv1394src.h:
30206         Added conversion/query functions.
30207         Update buffer timestamps,
30208         Added signals.
30209         Added uri dv:// so it might play from the firewire in playbin.
30210         Fix a possible leak.
30211         Added debugging.
30212
30213 2004-10-15  Wim Taymans  <wim@fluendo.com>
30214
30215         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30216         (gst_dv1394src_init), (gst_dv1394src_set_property),
30217         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30218         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30219         * ext/raw1394/gstdv1394src.h:
30220         Added AV/C VTR control support needed for some cameras.
30221         Added automatic port detection.
30222         Added properties for selecting the channel.
30223         The configure.ac script is not yet updated to reflect the
30224         new libavc1394 and librom1394 dependencies.
30225
30226 2004-10-15  Wim Taymans  <wim@fluendo.com>
30227
30228         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30229         (qtdemux_parse), (gst_qtdemux_handle_esds):
30230         An esds box is not a container.
30231         Fix parsing of mp4v boxes.
30232         Do not try to renegotiate fps for each frame. Need to
30233         find a better method. This should fix mp4 playback.
30234
30235 2004-10-14  David Schleef  <ds@schleef.org>
30236
30237         * configure.ac: update for swfdec-0.3 and liboil-0.2
30238         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30239         * ext/swfdec/gstswfdec.h: same
30240         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30241         * gst/videotestsrc/videotestsrc.c: same
30242
30243 2004-10-14  Wim Taymans  <wim@fluendo.com>
30244
30245         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30246         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30247         (is_sync_frame), (gst_multifdsink_new_client),
30248         (gst_multifdsink_handle_client_write),
30249         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30250         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30251         Turn warnings into info.
30252         Don't allow a state change in the streaming thread.
30253
30254 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30255
30256         * ext/vorbis/oggvorbisenc.c:
30257         * ext/vorbis/vorbisdec.c:
30258           fix template sample rate
30259
30260 2004-10-13  Wim Taymans  <wim@fluendo.com>
30261
30262         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30263         Decoding the header first fixes some problems in resyncing
30264         in more mp3s.
30265
30266 2004-10-12  Wim Taymans  <wim@fluendo.com>
30267
30268         * gst/playback/gstplaybin.c: (gen_video_element),
30269         (gen_vis_element), (remove_sinks), (setup_sinks):
30270         Added vis plugin support, need to configure the vis
30271         element to activate it.
30272
30273 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30274
30275         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30276         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30277           Some debug.
30278         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30279         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30280         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30281         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30282         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30283         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30284         * gst/avi/gstavidemux.h:
30285           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30286           recovery (where, if part of the index is broken, we will still read
30287           the rest of the index and recover the broken part by stream
30288           scanning). More broken media support. EOS workarounds. General AVI
30289           braindamage headache recovery. Aspirin included.
30290
30291 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30292
30293         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30294         (cdparanoia_event), (cdparanoia_query):
30295           Get rid of hideous lead-in.
30296
30297 2004-10-11  Wim Taymans  <wim@fluendo.com>
30298
30299         * gst/playback/gstplaybasebin.c: (setup_source):
30300         Wrong var used to get g_list_next.
30301
30302 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30303
30304         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30305         (cdparanoia_get), (cdparanoia_open):
30306           Report discid as metadata, add duration.
30307
30308 2004-10-11  Wim Taymans  <wim@fluendo.com>
30309
30310         * gst/playback/gstplaybasebin.c: (setup_source):
30311         Cleanup the previous pipeline a little earlier for the
30312         case that a source element provides raw data.
30313
30314 2004-10-11  Benjamin Otte  <otte@gnome.org>
30315
30316         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30317           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30318           consuming the last 128 bytes, even though it was valid mp3 data.
30319
30320 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30321
30322         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30323         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30324         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30325         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30326
30327 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30328
30329         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30330         Fix for webcams that support only specific width or height
30331
30332 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30333
30334         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30335
30336         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30337           Fix wrong discont event setup (fixes #154967).
30338
30339 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30340
30341         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30342
30343         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30344           Error out on invalid data (fixes #154807).
30345
30346 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30347
30348         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30349
30350         * ext/dvdread/dvdreadsrc.c: (_read):
30351           Make titles > 0 work again (fixes #154834).
30352
30353 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30354
30355         * gst-libs/gst/riff/riff-media.c:
30356         (gst_riff_create_video_template_caps):
30357           WMV3 missing in template caps.
30358
30359 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30360
30361         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30362           OK, so the original code was too strict. It makes random AVI files
30363           hang for seconds upon opening, which is unacceptable and is far
30364           beyond the original goal of getting multiple chunks for one-chunk
30365           sounc stream files. So now do just that.
30366
30367 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30368
30369         * gst/playback/gstplaybasebin.c: (setup_source),
30370         (gst_play_base_bin_change_state):
30371           Actually clean up streaminfo if output fails. This would trigger
30372           if, for example, there was no CD in the drive. No preroll, so
30373           a streaminfo structure is created, but the subsequent state change
30374           of the thread fails.
30375         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30376           Don't change state if parent failed.
30377
30378 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30379
30380         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30381         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30382         (gen_video_element), (remove_sinks):
30383           Add small bits of code for screenshot handling.
30384
30385 2004-10-08  Wim Taymans  <wim@fluendo.com>
30386
30387         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30388         (gen_video_element), (gen_audio_element), (setup_sinks):
30389         Don't assume the user provided sinks are named "sink"...
30390
30391 2004-10-08  Wim Taymans  <wim@fluendo.com>
30392
30393         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30394         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30395         (gst_play_base_bin_link_stream):
30396         Do not try to autoplug sources that generate raw streams like
30397         cdparanoia.
30398         disconnect the preroll overrun signal when we don't need it anymore.
30399
30400 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30401
30402         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30403         Added reworked patch from #154903 from milosz derezynski (deadchip).
30404
30405 2004-10-08  Wim Taymans  <wim@fluendo.com>
30406
30407         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30408         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30409         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30410         (cdparanoia_convert), (cdparanoia_uri_get_type),
30411         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30412         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30413         * ext/cdparanoia/gstcdparanoia.h:
30414         This adds the cdda://<tracknum> uri.
30415
30416 2004-10-08  Wim Taymans  <wim@fluendo.com>
30417
30418         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30419         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30420         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30421         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30422         (unknown_type), (gst_play_base_bin_remove_element),
30423         (gst_play_base_bin_link_stream):
30424         * gst/playback/gstplaybasebin.h:
30425         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30426         (gst_play_bin_set_property), (gen_video_element),
30427         (gen_audio_element), (setup_sinks):
30428         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30429         (gst_stream_info_get_type), (gst_stream_info_class_init),
30430         (gst_stream_info_init), (gst_stream_info_new),
30431         (gst_stream_info_dispose), (stream_info_mute_pad),
30432         (gst_stream_info_set_property), (gst_stream_info_get_property):
30433         * gst/playback/gststreaminfo.h:
30434         Reuse the audio and video bins.
30435         Some internal cleanups in the stream selection code.
30436
30437 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30438
30439         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30440         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30441         * sys/ximage/ximagesink.h:
30442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30443         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30444         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30445         not coming from those elements. Moreover these elements should not keep
30446         the xid they have been given when in NULL state.
30447
30448 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30449
30450         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30451         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30452         * sys/ximage/ximagesink.h:
30453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30454         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30455         * sys/xvimage/xvimagesink.h:
30456           Actually only create a new toplevel window if we're not gonna
30457           embed it right after.
30458
30459 2004-10-07  Wim Taymans  <wim@fluendo.com>
30460
30461         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30462         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30463         * gst/playback/gstplaybin.c: (setup_sinks):
30464         Implement muting/unmuting of streams, mute streams that are not
30465         used.
30466
30467 2004-10-07  Wim Taymans  <wim@fluendo.com>
30468
30469         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30470         (plugin_init):
30471         Added lame audio/x-ac3 typefind function.
30472
30473 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30474
30475         * configure.ac:
30476           bump nano to cvs
30477
30478 === release 0.8.5 ===
30479
30480 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30481
30482         * NEWS:
30483         * RELEASE:
30484         * configure.ac:
30485           releasing 0.8.5, "Take You On"
30486
30487 2004-10-06  Wim Taymans  <wim@fluendo.com>
30488
30489         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30490         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30491         (no_more_pads), (close_link), (type_found):
30492         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30493         * gst/playback/gstplaybin.c: (gen_video_element):
30494         Do not signal the no_more_pads after the first pad when
30495         we are plugging a non dynamic element with multiple
30496         output pads (like swfdec, dvdec, ...).
30497
30498 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30499
30500         * configure.ac:
30501           bump for prerelease
30502
30503 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30504
30505         * gst/wavparse/gstwavparse.c:
30506           add ATRAC3 to STATIC CAPS to fix a warning
30507
30508         * gst/matroska/ebml-read.c:
30509         * gst-libs/gst/riff/riff-read.c:
30510           fix typos
30511
30512 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30513
30514         * gst-libs/gst/riff/riff-media.c:
30515           generate caps for ATRAC3 audio streams
30516
30517         * gst/realmedia/rmdemux.c:
30518           generate caps for ATRAC3 audio streams
30519
30520 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30521
30522         * gst/wavparse/Makefile.am
30523         * gst/wavparse/riff.h
30524         * gst/wavparse/wavparse.vcproj
30525           riff.h removal (unused and duplication with riff-ids.h)
30526
30527 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30528
30529         * gst/wavparse/gstwavparse.h
30530           remove duplicated defines for audio codec codes
30531
30532         * gst-libs/gst/riff/riff-ids.h
30533         * gst/wavenc/riff.h:
30534           add "4CC" code for ATRAC3 audio streams
30535           add "4CC" code for ITU_G721_ADPCM (unused for now)
30536
30537 2004-10-06  Wim Taymans  <wim@fluendo.com>
30538
30539         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30540         Actually _do_ negotiation. Pass gdouble as arg instead
30541         of guint64 for the framerate.
30542
30543 2004-10-06  Wim Taymans  <wim@fluendo.com>
30544
30545         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30546         (find_compatibles), (close_pad_link), (try_to_link_1),
30547         (no_more_pads), (close_link), (type_found):
30548         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30549         * gst/playback/gstplaybin.c: (gen_video_element),
30550         (gen_audio_element):
30551         Set state on newly added element to READY so that negotiation
30552         can happen ASAP.
30553         Addes some more debug info.
30554         Do not try to plug pads with multiple caps structures or ANY
30555         because it is too dangerous since we do not do dynamic
30556         replugging.
30557
30558 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30559
30560         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30561
30562         * po/LINGUAS:
30563         * po/or.po:
30564           add Oriya translation
30565
30566 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30567
30568         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30569           Prevent overwrite of size member. Makes audio sound crappy.
30570
30571 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30572
30573         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30574         Add rmvb to the list of known RealMedia extensions
30575
30576 2004-10-05  Wim Taymans  <wim@fluendo.com>
30577
30578         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30579         (mngdec_openstream), (mngdec_closestream),
30580         (mngdec_handle_sink_event), (mngdec_readdata),
30581         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30582         (mngdec_getcanvasline), (mngdec_refresh),
30583         (gst_mngdec_change_state):
30584         Set the framerate correctly.
30585
30586 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30587
30588         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30589           There was something wrong with the index massaging.
30590
30591 2004-10-04  Wim Taymans  <wim@fluendo.com>
30592
30593         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30594         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30595         (gst_smokedec_chain):
30596         * ext/jpeg/gstsmokedec.h:
30597         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30598         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30599         * ext/jpeg/gstsmokeenc.h:
30600         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30601         (smokecodec_decode_new), (smokecodec_info_free),
30602         (smokecodec_set_quality), (smokecodec_get_quality),
30603         (smokecodec_set_threshold), (smokecodec_get_threshold),
30604         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30605         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30606         (smokecodec_encode), (smokecodec_parse_id),
30607         (smokecodec_parse_header), (smokecodec_decode):
30608         * ext/jpeg/smokecodec.h:
30609         * ext/jpeg/smokeformat.h:
30610         Updated smoke, new bitstream, allows embedding in ogg.
30611
30612 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30613
30614         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30615           Fix seeking in some files. All this code is no longer needed (and
30616           actually breaks stuff) because we now synchronize the full index
30617           right when reading the header.
30618
30619 2004-10-04  Wim Taymans  <wim@fluendo.com>
30620
30621         * configure.ac:
30622         configure update for libmng.
30623
30624 2004-10-04  Wim Taymans  <wim@fluendo.com>
30625
30626         * ext/libmng/Makefile.am:
30627         * ext/libmng/gstmng.c: (plugin_init):
30628         * ext/libmng/gstmng.h:
30629         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30630         (gst_mngdec_base_init), (gst_mngdec_class_init),
30631         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30632         (gst_mngdec_loop), (gst_mngdec_get_property),
30633         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30634         (mngdec_closestream), (mngdec_handle_sink_event),
30635         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30636         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30637         (gst_mngdec_change_state):
30638         * ext/libmng/gstmngdec.h:
30639         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30640         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30641         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30642         (gst_mngenc_chain), (gst_mngenc_get_property),
30643         (gst_mngenc_set_property):
30644         * ext/libmng/gstmngenc.h:
30645         Added basic MNG decoder. Needs more work. The encoder does
30646         not work yet.
30647
30648 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30649
30650         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30651         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30652         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30653           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30654           no-more-pads.
30655
30656 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30657
30658         * configure.ac:
30659           you need at least 1.0.4 of speex
30660
30661 2004-10-04 Iain <iaingnome@gmail.com>
30662
30663         * ext/speex/gstspeexdec.h: Revert the includes changes.
30664
30665         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30666
30667 2004-09-30 Iain <iaingnome@gmail.com>
30668
30669         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30670         found during init or set as a property instead of hardcoding /dev/audio
30671
30672 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30673
30674         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30675         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30676         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30677         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30678         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30679         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30680         (gst_rmdemux_dump_data):
30681           Use debug category, fix EOS handling. filesrc ! rmdemux now
30682           works.
30683
30684 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30685
30686         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30687         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30688         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30689           Improve allocation, cutting and sorting of the index. How takes a
30690           few seconds instead of minutes.
30691
30692 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30693
30694         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30695           fixed compilation
30696
30697 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30698
30699         * gst-libs/gst/riff/riff-media.c:
30700         (gst_riff_create_video_caps_with_data),
30701         (gst_riff_create_video_template_caps):
30702           Add wing commander format mimetype/fourccs.
30703         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30704           Don't crash if some value is 0.
30705
30706 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30707
30708         * gst-libs/gst/riff/riff-media.c:
30709         (gst_riff_create_video_caps_with_data),
30710         (gst_riff_create_video_template_caps):
30711           Add DIB fourcc (raw, palettized 8-bit RGB).
30712         * gst-libs/gst/riff/riff-read.c:
30713         (gst_riff_read_strf_vids_with_data):
30714           Oops, fix strf_data reading bug.
30715         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30716           Use a non-NULL tag.
30717         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30718           Time for hacks. Sorry Dave. At least one quicktime movie (a
30719           trailer) that I've encountered contains multiple video tracks.
30720           One of those is the actual video track, the other are one-frame
30721           tracks (images). Unfortunately, the number of frames according
30722           to the trak header is 1 for each, so that doesn't help. So
30723           instead, I look at the duration and discard tracks with a
30724           duration shorter than 20% of the length of the stream. Better
30725           than nothing.
30726
30727 2004-10-01  Christian Schaller <christian@fluendo.com>
30728
30729         * ext/ivorbis/vorbis.c:
30730           Patch from Phil Blundell (Bug 152341)
30731
30732 2004-10-01  Wim Taymans  <wim@fluendo.com>
30733
30734         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30735         (speex_dec_get_formats), (speex_dec_convert),
30736         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30737         (speex_dec_chain), (gst_speexdec_get_property),
30738         (gst_speexdec_set_property):
30739         Small cleanups.
30740
30741 2004-10-01  Wim Taymans  <wim@fluendo.com>
30742
30743         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30744         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30745         (gst_wavparse_other), (gst_wavparse_loop),
30746         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30747         (gst_wavparse_srcpad_event):
30748         * gst/wavparse/gstwavparse.h:
30749         Added some more debugging info.
30750         Fix the case where the length of the file is 0.
30751         Make sure we seek to sample borders.
30752
30753 2004-10-01  Wim Taymans  <wim@fluendo.com>
30754
30755         * gst/playback/README:
30756         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30757         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30758         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30759         Add some debug info to decodebin, update README
30760
30761 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30762
30763         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30764           Don't use g_print(); use GST_DEBUG().
30765
30766 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30767
30768         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30769         (gst_ogg_mux_queue_pads):
30770           Handle EOS properly.
30771
30772 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30773
30774         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30775
30776         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30777         (gst_faad_chain), (gst_faad_change_state):
30778         * ext/faad/gstfaad.h:
30779           Allow playback of raw (unframed) MPEG AAC files (#148993).
30780
30781 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30782
30783         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30784
30785         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30786           Throw error if we didn't recognize the stream. Fixes #152289.
30787
30788 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30789
30790         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30791           Fix negotiation.
30792
30793 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30794
30795         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30796
30797         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30798           Fix memleak.
30799
30800 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30801
30802         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30803
30804         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30805           Solve #152805.
30806         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30807           Solve 152806.
30808
30809 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30810
30811         * gst-libs/gst/riff/riff-media.c:
30812         (gst_riff_create_video_caps_with_data),
30813         (gst_riff_create_audio_caps_with_data):
30814           Add codec_data handling (like asfdemux used to do).
30815         * gst/asfdemux/gstasf.c: (plugin_init):
30816         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30817         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30818           Use riff-media for caps creation instead of our own (mostly
30819           broken) copy of its functions.
30820
30821 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30822
30823         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30824           Don't actually error out if we get another return value than
30825           -EINVAL. Opposite to what I first thought, drivers have random
30826           return values for this, although -EINVAL is the expected return
30827           value. Since this is not fatal, we shouldn't use
30828           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30829
30830 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30831
30832         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30833         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30834         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30835         (dvdreadsrc_get), (dvdreadsrc_open_file),
30836         (dvdreadsrc_change_state):
30837           Fix. Don't do one big huge loop around the whole DVD, that will
30838           cache all data and thus eat sizeof(dvd) (several GB) before we
30839           see something.
30840         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30841           Actually NULL'ify event after using it.
30842         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30843         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30844         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30845         (gst_ebml_read_seek), (gst_ebml_read_skip):
30846           Handle events.
30847         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30848         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30849         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30850           Fix timing (this will probably break if I seek using menus, but
30851           I didn't get there yet). VOBs and normal DVDs should now work.
30852           Add a mpeg2-only pad with high rank so this get autoplugged for
30853           MPEG-2 movies.
30854         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30855         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30856         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30857         (gst_mpeg_demux_get_audio_stream),
30858         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30859         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30860           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30861           MPEG-1 but use dvddemux for MPEG-2.
30862         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30863         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30864         (gst_mpeg_parse_parse_packhead):
30865           Timing. Only add pad template if it exists. Add sink template from
30866           class and not from ourselves. This means we will always use the
30867           correct sink template even if it is not the one defined in this
30868           file.
30869
30870 2004-09-29  Wim Taymans  <wim@fluendo.com>
30871
30872         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30873         (gst_mpeg_demux_parse_pes):
30874         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30875         Fix playback of mpeg again, timestamps where screwed up by
30876         patch 1.61.
30877
30878 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30879
30880         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30881           Only return true if we actually filled something in. Prevents
30882           player applications from showing a random length for flac files.
30883         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30884         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30885         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30886         (gst_riff_read_strf_vids_with_data),
30887         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30888           OK, ok, so I implemented event handling. Apparently it's normal
30889           that we receive random events at random points without asking
30890           for it.
30891         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30892         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30893         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30894         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30895         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30896         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30897         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30898         * gst/avi/gstavidemux.h:
30899           Implement non-lineair chunk handling and subchunk processing.
30900           The first solves playback of AVI files where the audio and video
30901           data of individual buffers that we read are not synchronized.
30902           This should not happen according to the wonderful AVI specs, but
30903           of course it does happen in reality. It is also a prerequisite for
30904           the second. Subchunk processing allows us to cut chunks in small
30905           pieces and process each of these pieces separately. This is
30906           required because I've seen several AVI files with incredibly large
30907           audio chunks, even some files with only one audio chunk for the
30908           whole file. This allows for proper playback including seeking.
30909           This patch is supposed to fix all AVI A/V sync issues.
30910         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30911         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30912           Work.
30913         * gst/modplug/gstmodplug.cc:
30914           Proper return value setting for the query() function.
30915         * gst/playback/gstplaybasebin.c: (setup_source):
30916           Being in non-playing state (after, e.g., EOS) is not necessarily
30917           a bad thing. Allow for that. This fixes playback of short files.
30918           They don't actually playback fully now, because the clock already
30919           runs. This means that small files (<500kB) with a small length
30920           (<2sec) will still not or barely play. Other files, such as mod
30921           or flx, will work correctly, however.
30922
30923 2004-09-28  Wim Taymans  <wim@fluendo.com>
30924
30925         * ext/speex/gstspeex.c: (plugin_init):
30926         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30927         (gst_speex_dec_class_init), (speex_dec_get_formats),
30928         (speex_get_event_masks), (speex_get_query_types),
30929         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30930         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30931         (gst_speexdec_get_property), (gst_speexdec_set_property),
30932         (speex_dec_change_state):
30933         * ext/speex/gstspeexdec.h:
30934         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30935         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30936         (gst_speexenc_base_init), (gst_speexenc_class_init),
30937         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30938         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30939         (gst_speexenc_src_query), (gst_speexenc_init),
30940         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30941         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30942         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30943         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30944         (gst_speexenc_chain), (gst_speexenc_get_property),
30945         (gst_speexenc_set_property), (gst_speexenc_change_state):
30946         * ext/speex/gstspeexenc.h:
30947         Rewrote speex encoder, make sure it can be embedded in ogg.
30948         Implemented speex decoder.
30949
30950 2004-09-28  Christian Schaller <christian@fluendo.com>
30951
30952         * configure.ac:
30953         Remove kioslave plugin. Markey is brewing a new working one
30954         * ext/Makefile.am: Remove kioslave plugin
30955         * ext/kio: remove
30956         * gst-plugins.spec.in: remove kio plugin from spec
30957
30958 2004-09-27  Wim Taymans  <wim@fluendo.com>
30959
30960         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30961         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30962         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30963         (gst_multifdsink_new_client),
30964         (gst_multifdsink_handle_client_write),
30965         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30966         (gst_multifdsink_handle_clients):
30967         * gst/tcp/gstmultifdsink.h:
30968         Make syncing to keyframes actually work for new clients and lagging
30969         clients.
30970
30971 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30972
30973         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30974         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30975         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30976         * gst/debug/gstnavigationtest.h:
30977           make navigationtest display button-press and button-release events
30978
30979 2004-09-26 Iain <iaingnome@gmail.com>
30980
30981         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30982         the channels have received a new media event.
30983         (interleave_buffered_loop): Compresses a new media event on all
30984         channels into one.
30985
30986 2004-09-26 Iain <iaingnome@gmail.com>
30987
30988         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30989         call the sinkpad's default event handler and not the srcpads. He also
30990         says this is confusing :)
30991         (gst_wavenc_stop_file): Company says that seek events only go upstream
30992         we should send a discontinuous downstream instead.
30993
30994 2004-09-25  Christian Schaller <christian@fluendo.com>
30995
30996         * Update SPEC file to be usable in conjunction with Fedora Core,
30997           Fedora.us and freshrpms packages
30998         * Fix typo in multifilesrc test Makefile
30999
31000 2004-09-24  Wim Taymans  <wim@fluendo.com>
31001
31002         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
31003         Only signal the no_more_pads signal when we have
31004         added the stream to our list.
31005
31006 2004-09-24  Wim Taymans  <wim@fluendo.com>
31007
31008         * gst/playback/gstplaybasebin.c: (remove_prerolls),
31009         (new_decoded_pad):
31010         * gst/playback/gstplaybasebin.h:
31011         * gst/playback/gstplaybin.c: (setup_sinks):
31012         Don't try to preroll or decode more than one audio/video
31013         track.
31014
31015 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31016
31017         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31018           Throw error if we failed to find a suitable output. This should
31019           throw an error if we successfully set up a pipeline (e.g. because
31020           we recognized a media file) but found no decodable streams in it
31021           (e.g. because it contains only media stream types for which we
31022           have no decoders, or because it's not a media type).
31023
31024 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31025
31026         * ext/dirac/Makefile.am:
31027         * ext/dirac/gstdirac.cc:
31028         * ext/dirac/gstdiracdec.cc:
31029         * ext/dirac/gstdiracdec.h:
31030           Do something. Don't actually know if this works because I don't
31031           have a demuxer yet.
31032         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
31033           Add channels=1 to caps returned from _getcaps().
31034         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
31035         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
31036         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
31037         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
31038         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
31039         (gst_ogm_parse_change_state):
31040           Separate between audio/video so ogmaudioparse actually uses the
31041           audio pad templates. Both audio and video work now, including
31042           autoplugging. Also use sometimes-srcpad hack.
31043         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31044           Handle events better. Don't hang on infinite loops.
31045         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
31046         (gst_avi_demux_init), (gst_avi_demux_reset),
31047         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31048         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
31049         (gst_avi_demux_change_state):
31050         * gst/avi/gstavidemux.h:
31051           Improve A/V sync. Still not perfect.
31052         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
31053         (gst_ebml_read_skip):
31054           Handle events better.
31055         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31056         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
31057         (qtdemux_audio_caps):
31058           Add IMA4. Improve event handling. Save offset after a seek when
31059           the headers are at the end of the file so that we don't end up in
31060           an infinite loop.
31061         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
31062           Add low-priority typefind support for files with no length.
31063
31064 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31065
31066         * testsuite/multifilesink/Makefile.am:
31067         fix typo
31068
31069 2004-09-22  Julien MOUTTE  <julien@moutte.net>
31070
31071         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
31073         mistakes from thaytan's patches.
31074
31075 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31076
31077         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31078           For completeness, XSync in the destroy function as xvimage does.
31079
31080 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31081
31082         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31083            Correct caps negotiation
31084         * gst/volume/gstvolume.c: (volume_chain_float),
31085         (volume_chain_int16):
31086            Modify debug output to be little more informative
31087         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31089         (gst_xvimagesink_xvimage_destroy):
31090           Add XSync calls after detaching from the shared memory segment to
31091           avoid a crash.
31092
31093 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31094
31095         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31096         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31097         * ext/vorbis/vorbis.c: (plugin_init):
31098         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31099         (gst_vorbisenc_chain):
31100         * ext/vorbis/vorbisenc.h:
31101         remove explicit newmedia support from oggmux and vorbisenc
31102         add debug category to vorbisenc
31103         * gst/multifilesink/gstmultifilesink.c:
31104         (gst_multifilesink_class_init), (gst_multifilesink_init),
31105         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31106         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31107         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31108         (plugin_init):
31109         * gst/multifilesink/gstmultifilesink.h:
31110         add support for streamheader in multifilesink
31111
31112 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31113
31114         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31115         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31116         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31117           Prevent infinite loops. More correct error reporting.
31118         * gst/auparse/gstauparse.c: (gst_auparse_chain):
31119           Error out if negotiation fails.
31120         * gst/playback/gstplaybasebin.c: (setup_source),
31121         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31122         (gst_play_base_bin_found_tag):
31123           Error/tag forwarding. Pre-roll fixes for source errors on state
31124           changes (e.g. "file does not exist") to prevent hangs.
31125
31126 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31127
31128         * testsuite/multifilesink/Makefile.am:
31129         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31130         (gst_newmedia_class_init), (gst_newmedia_init),
31131         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31132         (newfile_signal), (test_signal), (main):
31133         * testsuite/multifilesink/multifilesrc_test.c: (main):
31134         * testsuite/multifilesink/oggtheora_test.c:
31135         (gst_newmedia_base_init), (gst_newmedia_class_init),
31136         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31137         (test_format), (newfile_signal), (test_signal), (main):
31138         * testsuite/multifilesink/oggvorbis_test.c:
31139         (gst_newmedia_base_init), (gst_newmedia_class_init),
31140         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31141         (test_format), (newfile_signal), (test_signal), (main):
31142         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31143         (gst_newmedia_class_init), (gst_newmedia_init),
31144         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31145         (newfile_signal), (test_signal), (main):
31146         New media tests
31147
31148 2004-09-20  Christian Schaller <christian@fluendo.com>
31149
31150         * Fix mikmod license to LGPL as they have relicensed
31151         * Move Dirac and Effectv into LGPL section of README_license
31152
31153 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31154
31155         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31156         (gst_mad_change_state):
31157           Allow for mp3 rate/channels changes. However, only very
31158           conservatively. Reason that we *have* to enable this is smiply
31159           because the mad find_sync() function is not good enough, it will
31160           regularly sync on random data as valid frames and therefore make
31161           us provide random caps as *final* caps of the stream. The best fix
31162           I could think of is to simply require several of the same stream
31163           changes in a row before we change caps.
31164           The actual testcase that works now is #
31165         * ext/ogg/Makefile.am:
31166         * ext/ogg/gstogg.c: (plugin_init):
31167         * ext/ogg/gstogmparse.c:
31168           OGM support (video only for now; I need an audio sample file).
31169         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31170         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31171         (gst_asf_demux_add_video_stream):
31172           WMV extradata.
31173         * gst/playback/gstplaybasebin.c: (unknown_type):
31174           Don't error out on single unknown-types after all. It's wrong.
31175           If we found type of video and audio but not of a subtitle stream,
31176           it will still error out (which is unwanted). Will find a better fix
31177           later on.
31178         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31179         (ogmaudio_type_find), (plugin_init):
31180           OGM support.
31181
31182 2004-09-20  Johan Dahlin  <johan@gnome.org>
31183
31184         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31185         after setting caps.
31186
31187 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31188
31189         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31190         * gst/wavenc/gstwavenc.h:
31191         Added newmedia support to wavenc
31192
31193 2004-09-17  Wim Taymans  <wim@fluendo.com>
31194
31195         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31196         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31197         (gst_fdset_fd_can_write), (gst_fdset_wait):
31198         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31199         (gst_multifdsink_init), (gst_multifdsink_add),
31200         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31201         (gst_multifdsink_remove_client_link),
31202         (gst_multifdsink_client_queue_buffer),
31203         (gst_multifdsink_handle_client_write),
31204         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31205         (gst_multifdsink_close), (gst_multifdsink_change_state):
31206         * gst/tcp/gstmultifdsink.h:
31207         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31208         (gst_tcpserversink_removed):
31209         Small cleanups in fdset.c
31210         Use a hastable to map fd to the client structure for faster
31211         lookup in _remove and get_stats.
31212         Added virtual function to close the fds.
31213         Handle clients even when the select/poll call was unblocked because
31214         of a command.
31215         Implement syncing to keyframe in the recovery procedure.
31216
31217 2004-09-16 Iain <iaingnome@gmail.com>
31218
31219         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31220         try caps.
31221
31222 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31223
31224         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31225           Caps are only set if the type of the stream is unknown, but this
31226           is initialized in ->init_stream(), so set to UNKNOWN after calling
31227           ->init_stream() so that capsnego starts.
31228
31229 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31230
31231         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31232         (gst_avi_demux_stream_data):
31233           Just hardcode for raw audio then. AVI audio sucks.
31234
31235 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31236
31237         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31238         * gst/matroska/matroska-mux.c: (audiosink_templ),
31239         (gst_matroska_mux_audio_pad_link):
31240         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31241         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31242
31243 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31244
31245         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31246         (gst_avi_demux_stream_data):
31247           Try to fix a/v sync issues.
31248
31249 2004-09-15  David Schleef  <ds@schleef.org>
31250
31251         * configure.ac: remove NASM check, since we don't use it.  Update
31252         dirac check to 0.4
31253         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31254         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31255         Initialized variables.
31256         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31257         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31258         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31259         SVQ3 format
31260
31261 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31262
31263         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31264         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31265         * gst/avi/gstavidemux.h:
31266           Fix for compressed audio (mp3) timestamp generation. How did this
31267           ever work?
31268
31269 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31270
31271         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31272           Volume is a double not a float.
31273
31274 2004-09-15  Wim Taymans  <wim@fluendo.com>
31275
31276         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31277         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31278         Don't close the fd in multifdsink as we didn't open it in the
31279         first place. Some cleanups.
31280
31281 2004-09-15  Wim Taymans  <wim@fluendo.com>
31282
31283         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31284         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31285         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31286         Fix the case where the muxer would mark pages as delta
31287         frames when they are not (vorbis only ogg).
31288
31289 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31290
31291         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31292         (gst_play_base_bin_change_state):
31293           Handle the case where we failed to setup a clear pipeline. This
31294           will throw an error (or EOS, another nice case) and if you don't
31295           catch that, the app will wait for the signal forever (and thus
31296           hang).
31297
31298 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31299
31300         * ext/gnomevfs/gstgnomevfssink.c:
31301         (gst_gnomevfssink_uri_get_protocols):
31302         * ext/gnomevfs/gstgnomevfssrc.c:
31303         (gst_gnomevfssrc_uri_get_protocols):
31304         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31305         * ext/gnomevfs/gstgnomevfsuri.h:
31306           Use _uri_new() instead of _open(), so it doesn't take as long and
31307           Christophe's computer won't hang.
31308         * gst/playback/gstplaybasebin.c: (unknown_type):
31309           Throw error on unknown media type, so apps actually display it.
31310
31311 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31312
31313         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31314           this script to work on Solaris since bash shell handles echo
31315           differenly than bash.
31316
31317 2004-09-17  Wim Taymans  <wim@fluendo.com>
31318
31319         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31320         (setup_source), (gst_play_base_bin_set_property),
31321         (gst_play_base_bin_add_element):
31322         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31323         Some more work on making sure seeking pauses the pipeline and
31324         that changing the uri actually does something.
31325
31326 2004-09-17  Wim Taymans  <wim@fluendo.com>
31327
31328         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31329         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31330         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31331         (gst_tcpserversink_close):
31332         Be a bit more paranoid when freeing memory.
31333
31334 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31335
31336         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31337         (qtdemux_parse_trak):
31338           Don't crash by dividing by zero (see sample movie in #126922).
31339
31340 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31341
31342         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31343           Don't touch non-existing data (fixes crash on file in #140147).
31344
31345 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31346
31347         * gst/playback/gstplaybasebin.c:
31348         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31349           Handle double disposals, and proper change of URIs.
31350
31351 2004-09-13  Martin Eikermann <meiker@upb.de>
31352
31353         * gst/mpegstream/gstmpegparse.c:
31354           fix synchronistation for streams recorded from digital PCR
31355           fixes bug #119376
31356
31357 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31358
31359         * ext/gnomevfs/Makefile.am:
31360         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31361         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31362         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31363         (gst_gnomevfssink_uri_get_type),
31364         (gst_gnomevfssink_uri_get_protocols),
31365         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31366         (gst_gnomevfssink_uri_handler_init),
31367         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31368         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31369         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31370         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31371         (gst_gnomevfssrc_uri_get_type),
31372         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31373         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31374         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31375         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31376         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31377         * ext/gnomevfs/gstgnomevfsuri.h:
31378           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31379           of fake URIs to see which this version of Gnome-VFS likes, and
31380           uses that for the Gst-URI interface. Makes playbin support http://
31381           streams. Also fix up some stupid behaviour in gnomevfssrc.
31382
31383 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31384
31385         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31386         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31387         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31388         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31389           Update mixer (to sync with other sessions) if we try to obtain
31390           a new value. This makes alsamixer work accross applications.
31391         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31392           Only call sync functions if we're running, else alsalib asserts.
31393         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31394           Sometimes fails to compile. Possibly a gcc bug.
31395         * gst/playback/gstplaybin.c: (gen_video_element),
31396         (gen_audio_element):
31397           Add a reference to an application-provided object, because we lose
31398           this same reference if we add it to the bin. If we don't do this,
31399           we can only use this object once and thus crash if we go from
31400           ready to playing, back to ready and back to playing again.
31401           Also add an audioscale element because several cheap soundcards -
31402           like mine - don't support all samplerates.
31403         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31404         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31405           Fix wrong order or PAR calls. Makes automatically obtained PAR
31406           from the X server atually being used.
31407
31408 2004-09-12  David Schleef  <ds@schleef.org>
31409
31410         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31411         #151887, #152102, #152247.
31412         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31413         * examples/seeking/cdparanoia.c: same
31414         * examples/seeking/cdplayer.c: same
31415         * examples/seeking/seek.c: same
31416         * examples/seeking/spider_seek.c: same
31417         * examples/seeking/vorbisfile.c: same
31418         * examples/stats/mp2ogg.c: same
31419         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31420         (gst_esdsink_dispose): Dispose of element properly.
31421         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31422         fixes.
31423         * ext/nas/nassink.c: (gst_nassink_class_init),
31424         (gst_nassink_dispose): Dispose of element correctly.
31425         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31426         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31427         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31428         Fix 64-bit warning.
31429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31430         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31431         Fix 64-bit warning.
31432
31433 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31434
31435         * configure.ac : change speex detection as 1.1.6 now uses
31436           .pc/pkg-config and they changed their headers location.
31437
31438 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31439
31440         * gst/matroska/matroska-mux.h:
31441         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31442         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31443         (gst_matroska_mux_write_data):
31444           Write multiple blocks/frames per cluster.
31445                 Write meta-seek information (seek heads).
31446
31447 2004-09-09  Scott Wheeler <wheeler@kde.org>
31448
31449         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31450         (gst_play_bin_set_property), (gst_play_bin_get_property),
31451         (gen_audio_element), (gen_audio_element):
31452           Add a volume element / property to the pipeline.
31453
31454 2004-09-07  Wim Taymans  <wim@fluendo.com>
31455
31456         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31457         Copy timestamps from the master pad to the output buffers.
31458
31459 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31460
31461         * ext/raw1394/gstdv1394src.c:
31462           throw errors when applicable
31463
31464 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31465
31466         * gst/matroska/ebml-ids.h:
31467         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31468         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31469         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31470           automatically convert unix time <-> ebml time when reading/writing
31471           a date, use gst_ebml_write_uint to write CUETIME,
31472           not gst_ebml_write_date.
31473         * gst/matroska/matroska-ids.h:
31474         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31475         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31476         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31477         (gst_matroska_mux_write_data):
31478           Write track and segment UIDs, write muxing date, write
31479           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31480           Create cues for audio only files.
31481
31482 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31483
31484         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31485         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31486           Re-commit ALSA switches.
31487         * gst/adder/gstadder.c: (gst_adder_loop):
31488           64-bit fix (#151416).
31489         * gst/debug/progressreport.c: (gst_progressreport_report):
31490           64-bit fix (#151419).
31491         * gst/matroska/matroska-demux.c:
31492         (gst_matroska_demux_parse_contents):
31493           64-bit fix (#151420).
31494         * gst/playback/test3.c: (update_scale):
31495           64-bit fix (#151421).
31496
31497 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31498
31499         * configure.ac:
31500           bump nano to cvs
31501
31502 === release 0.8.4 ===
31503
31504 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31505
31506         * configure.ac: releasing 0.8.4, "Alias"
31507
31508 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31509
31510         * ext/theora/Makefile.am:
31511           fix makefile.  Fixes #151462.
31512
31513 2004-08-30  Wim Taymans  <wim@fluendo.com>
31514
31515         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31516         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31517         (gst_multifdsink_remove_client_link),
31518         (gst_multifdsink_client_queue_buffer),
31519         (gst_multifdsink_handle_client_write):
31520         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31521         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31522         Fix some memory leaks.
31523
31524 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31525
31526         Patch by: David Schleef
31527
31528         * configure.ac:
31529         * sys/Makefile.am:
31530           rename our detection macro for V4L2.  Fixes #151236.
31531
31532 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31533
31534         Patch by: David Schleef
31535
31536         * configure.ac:
31537           check to define LAMEPRESET.  Fixes #151232.
31538
31539 2004-08-27  David Schleef  <ds@schleef.org>
31540
31541         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31542         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31543         (gst_glimagesink_fixate):  Move local variable declarations to
31544         make gcc-2.95 happy.
31545
31546 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31547
31548         * configure.ac:
31549           bump nano for prerelease
31550
31551 2004-08-27  David Schleef  <ds@schleef.org>
31552
31553         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31554         * sys/sunaudio/gstsunaudiosrc.c:
31555         * sys/sunaudio/gstsunaudiosrc.h:
31556
31557 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31558
31559         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31560         handle EOS correctly
31561         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31562         * gst/matroska/matroska-mux.h:
31563         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31564         VFW compatibility mode
31565
31566 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31567
31568         patch by: Zaheer Abbas Merali
31569
31570         * ext/ogg/gstoggmux.c:
31571         * ext/vorbis/vorbisenc.c:
31572         * ext/vorbis/vorbisenc.h:
31573           handle NEWMEDIA
31574
31575 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31576
31577         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31578         fix byte order reversion on little endian machines.
31579         * gst/matroska/matroska-mux.c: (audiosink_templ),
31580         (gst_matroska_mux_audio_pad_link):
31581         add TTA codec to the list of supported codecs.
31582         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31583         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31584         (gst_matroska_mux_write_data):
31585         * gst/matroska/matroska-mux.h:
31586         write segment duration correctly, write muxing app string, fixes bugs
31587         #140897 and #140898.
31588         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31589         wait for all pads to be negotiated before starting to mux.
31590
31591 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31592
31593         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31594         * ext/lame/gstlame.h:
31595         Added new media support to lame
31596
31597 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31598
31599         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31600         send vorbis headers at the beginning of a stream, fixes bug #141554.
31601         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31602         bug #148950.
31603         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31604         (gst_matroska_demux_plugin_init):
31605         * gst/matroska/matroska-ids.h:
31606         enable demuxing of TTA audio streams, fixes bug #148951.
31607         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31608         enable typefinding for TTA audio files, fixes bug #148711.
31609         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31610         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31611         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31612
31613 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31614
31615         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31616         (gst_riff_read_element_data), (gst_riff_read_seek),
31617         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31618         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31619         <teuf@gnome.org>
31620
31621 2004-08-23 Iain <iaingnome@gmail.com>
31622
31623         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31624         tags. They appear to be handled differently to normal.
31625         (tag_list_to_id3_tag_foreach): Ditto.
31626
31627 2004-08-22  Wim Taymans  <wim@fluendo.com>
31628
31629         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31630         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31631         Make sure we never send -1 granulepos.
31632
31633 2004-08-20  Wim Taymans  <wim@fluendo.com>
31634
31635         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31636         (gst_ogg_mux_loop):
31637         I will accept bitchslappings with non sharp objects.
31638
31639 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31640
31641         * configure.ac:
31642         Clean up the test for lame presets
31643
31644 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31645
31646         * configure.ac:
31647         * ext/lame/Makefile.am:
31648         * ext/lame/gstlame.c: (gst_lame_class_init),
31649         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31650         Only enable lame presets if version of lame has presets in API
31651
31652 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31653         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31654         * gst/udp/gstudpsrc.h:
31655           Don't call gst_pad_push in a get function. Fixes #150449
31656
31657 2004-08-18  Wim Taymans  <wim@fluendo.com>
31658
31659         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31660         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31661         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31662         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31663         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31664         (gst_fdset_wait):
31665         * gst/tcp/gstfdset.h:
31666         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31667         (gst_multifdsink_client_queue_buffer),
31668         (gst_multifdsink_handle_client_write):
31669         * gst/tcp/gstmultifdsink.h:
31670         Some extra checks in gstfdset.
31671         Only use send() when the fd is a socket. Don't try to
31672         read from write only fds.
31673
31674 2004-08-18  Wim Taymans  <wim@fluendo.com>
31675
31676         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31677         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31678         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31679         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31680         (gst_fdset_wait):
31681         Add more locking and bounds checking.
31682
31683 2004-08-18  Wim Taymans  <wim@fluendo.com>
31684
31685         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31686         Realloc test fdset in the lock and right before starting
31687         the poll call. Bump the limit to 4096.
31688
31689 2004-08-17  David Schleef  <ds@schleef.org>
31690
31691         * sys/sunaudio/Makefile.am:
31692         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31693         of rates and channels.  Make debugging less obnoxious.
31694
31695         Patch from Balamurali Viswanathan implementing a mixer for
31696         Sun audio.  (bug #144091):
31697         * sys/sunaudio/gstsunelement.c:
31698         * sys/sunaudio/gstsunelement.h:
31699         * sys/sunaudio/gstsunmixer.c:
31700         * sys/sunaudio/gstsunmixer.h:
31701
31702 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31703
31704         * gst/audioscale/gstaudioscale.c:
31705         * gst/audioscale/gstaudioscale.h:
31706         made audioscale resample from any sample rate to any sample rate
31707
31708 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31709
31710         * ext/libpng/gstpngdec.c:
31711           error out on unsupported types
31712
31713 2004-08-17  Iain <iaingnome@gmail.com>
31714
31715         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31716         mid_side and loose_mid_side properties if its a stereo stream.
31717
31718 2004-08-17  Wim Taymans  <wim@fluendo.com>
31719
31720         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31721         (theora_get_formats), (theora_dec_src_convert),
31722         (theora_dec_sink_convert), (theora_dec_src_query),
31723         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31724         Add a debug line.
31725
31726 2004-08-17  Wim Taymans  <wim@fluendo.com>
31727
31728         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31729         (gst_ogg_pad_push):
31730         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31731         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31732         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31733         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31734         Mark delta units in the muxer.
31735         Try to decode the packet after an out-of-sync error from
31736         libogg.
31737
31738 2004-08-17  Wim Taymans  <wim@fluendo.com>
31739
31740         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31741         (gst_multifdsink_init), (gst_multifdsink_add),
31742         (gst_multifdsink_client_queue_buffer),
31743         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31744         * gst/tcp/gstmultifdsink.h:
31745         Added option to send a keyframe to clients as the first buffer.
31746         Make timeout property writable.
31747
31748 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31749
31750         patch by: Wim Taymans
31751
31752         * gst/tcp/gstfdset.c:
31753         * gst/tcp/gstmultifdsink.c:
31754           fix index comparison, should include 0
31755
31756 2004-08-16  Wim Taymans  <wim@fluendo.com>
31757
31758         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31759         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31760         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31761         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31762         (gst_fdset_wait):
31763           copy when reallocing for poll so the select arguments don't get
31764           changed during the call
31765
31766 2004-08-16  Wim Taymans  <wim@fluendo.com>
31767
31768         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31769         (gst_theora_enc_class_init), (theora_enc_sink_link),
31770         (theora_buffer_from_packet), (theora_enc_chain):
31771         Fix bug where buffers were not marked as keyframes
31772         correctly.
31773
31774 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31775
31776         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31777         (gst_lame_preset_get_type), (gst_lame_class_init):
31778         describe the enum values for vbr mode and presets more verbosely
31779
31780 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31781
31782         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31783         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31784         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31785         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31786         * ext/lame/gstlame.h:
31787         add preset property to lame so it can use lame presets
31788
31789 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31790
31791         * ext/lame/gstlame.c: (gst_lame_get_property):
31792         whoops forgot break, thanks teuf
31793
31794 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31795
31796         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31797         (gst_lame_class_init), (gst_lame_src_getcaps),
31798         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31799         (gst_lame_get_property), (gst_lame_setup):
31800         * ext/lame/gstlame.h:
31801         fix lame's broken vbr stuff, allow it to resample if need be, and also
31802         make xing header optional
31803
31804 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31805
31806         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31807         added getcaps function so samplerate doesnt get fixated to silly values
31808
31809 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31810
31811         * ext/lame/gstlame.c: (gst_lame_src_link):
31812         revert previous fix
31813
31814 2004-08-12  Johan Dahlin  <johan@gnome.org>
31815
31816         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31817         checks. Doesn't matter what state we are in. Interfaces are a
31818         compile time thing, not runtime. It also broke the python bindings.
31819
31820 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31821
31822         * ext/lame/gstlame.c: (gst_lame_src_link):
31823         made source pad link function check if sinkpad is ok..fixes the problem
31824         where core fixates the output rate of lame stupidly
31825
31826 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31827
31828         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31829         * sys/v4l/v4l_calls.c:
31830         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31831           fix fixate function to handle nonsimple caps.
31832           remove bogus check in _link
31833           cleanups
31834
31835 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31836
31837         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31838         set default compression ratio parameter to 0.0 so bitrate parameter
31839         works :)
31840
31841 2004-08-11  David Schleef  <ds@schleef.org>
31842
31843         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31844
31845 2004-08-11  David Schleef  <ds@schleef.org>
31846
31847         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31848         before.
31849
31850 2004-08-11  David Schleef  <ds@schleef.org>
31851
31852         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31853
31854 2004-08-11  David Schleef  <ds@schleef.org>
31855
31856         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31857           license field
31858         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31859         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31860           LGPL.
31861         * gst/auparse/gstauparse.c: Fix plugin license field.
31862         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31863         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31864         * gst/rtp/gstrtp.c: Fix plugin license field.
31865
31866 2004-08-11  Wim Taymans  <wim@fluendo.com>
31867
31868         * gst/tcp/Makefile.am:
31869         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31870         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31871         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31872         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31873         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31874         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31875         (gst_fdset_fd_can_write), (gst_fdset_wait):
31876         * gst/tcp/gstfdset.h:
31877         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31878         (gst_multifdsink_class_init), (gst_multifdsink_init),
31879         (gst_multifdsink_add), (gst_multifdsink_remove),
31880         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31881         (gst_multifdsink_remove_client_link),
31882         (gst_multifdsink_handle_client_read),
31883         (gst_multifdsink_client_queue_data),
31884         (gst_multifdsink_client_queue_caps),
31885         (gst_multifdsink_client_queue_buffer),
31886         (gst_multifdsink_handle_client_write),
31887         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31888         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31889         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31890         (gst_multifdsink_close):
31891         * gst/tcp/gstmultifdsink.h:
31892         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31893         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31894         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31895         (gst_tcpserversink_close):
31896         * gst/tcp/gsttcpserversink.h:
31897         Abstracted away the select call, implemented poll (yes we ran into
31898         the 1024 limit in production).
31899
31900 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31901
31902         * gst/tcp/gsttcp.c:
31903         * gst/tcp/gsttcpplugin.c:
31904           improve debuggging, remove assert
31905
31906 2004-08-10  Wim Taymans  <wim@fluendo.com>
31907
31908         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31909         (gst_client_status_get_type), (gst_multifdsink_class_init),
31910         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31911         (gst_multifdsink_handle_client_read),
31912         (gst_multifdsink_handle_client_write),
31913         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31914         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31915         (gst_multifdsink_get_property):
31916         * gst/tcp/gstmultifdsink.h:
31917         * gst/tcp/gsttcp-marshal.list:
31918         Starting to prepare for specifying buffer time in other units
31919         than buffers. Expose remove reason in signal.
31920
31921 2004-08-10  Wim Taymans  <wim@fluendo.com>
31922
31923         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31924         (gst_multifdsink_remove), (gst_multifdsink_clear),
31925         (gst_multifdsink_remove_client_link),
31926         (gst_multifdsink_handle_client_read),
31927         (gst_multifdsink_client_queue_data),
31928         (gst_multifdsink_client_queue_buffer),
31929         (gst_multifdsink_handle_client_write),
31930         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31931         (gst_multifdsink_chain), (gst_multifdsink_close):
31932         * gst/tcp/gstmultifdsink.h:
31933         Added more debugging info. Changed the way clients are
31934         removed from the lists. Fixed a bug where a bad file descriptor
31935         could cause many clients to be removed.
31936
31937 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31938
31939         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31940           allow all pixel-aspect-ratios, not just 1:1
31941
31942 2004-08-09  David Schleef  <ds@schleef.org>
31943
31944         * sys/glsink/ARB_multitexture.h:  Remove old files.
31945         * sys/glsink/EXT_paletted_texture.h:
31946         * sys/glsink/NV_register_combiners.h:
31947         * sys/glsink/gstgl_nvimage.c:
31948         * sys/glsink/gstgl_pdrimage.c:
31949         * sys/glsink/gstgl_rgbimage.c:
31950         * sys/glsink/gstglsink.c:
31951         * sys/glsink/gstglsink.h:
31952         * sys/glsink/gstglxwindow.c:
31953         * sys/glsink/regcomb_yuvrgb.c:
31954
31955 2004-08-09  David Schleef  <ds@schleef.org>
31956
31957         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31958         GL sink plugin.  (Bug #147302)
31959
31960         * configure.ac: Test for OpenGL
31961         * sys/Makefile.am: Use test for OpenGL
31962         * sys/glsink/Makefile.am:
31963         * sys/glsink/glimagesink.c: rewrite
31964         * sys/glsink/glimagesink.h: rewrite
31965
31966 2004-08-09  David Schleef  <ds@schleef.org>
31967
31968         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31969         sane framerates.
31970         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31972         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31973
31974 2004-08-09  Wim Taymans  <wim@fluendo.com>
31975
31976         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31977         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31978         (gst_multifdsink_client_remove),
31979         (gst_multifdsink_handle_client_read),
31980         (gst_multifdsink_handle_client_write),
31981         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31982         Do a bit more logging, make the client_read code more robust.
31983
31984 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31985
31986         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31987         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31988         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31989         (gst_jpegdec_init), (gst_jpegdec_chain):
31990         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31991         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31992           cleanups, debugging fixes and memleak plugging
31993
31994 2004-08-09  Wim Taymans  <wim@fluendo.com>
31995
31996         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31997         (theora_get_formats), (theora_dec_src_convert),
31998         (theora_dec_sink_convert), (theora_dec_src_query),
31999         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
32000         (theora_dec_change_state):
32001         Don't crash on missing header packets.
32002
32003 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32004
32005         * po/LINGUAS:
32006         * po/sq.po:
32007           Added Albanian translation (Laurent Dhima)
32008         * po/cs.po:
32009           updated
32010
32011 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32012
32013         * ext/lame/gstlame.c:
32014           fix/add debugging
32015
32016 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32017
32018         * sys/ximage/ximagesink.c:
32019         * sys/xvimage/xvimagesink.c:
32020           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
32021
32022 2004-08-06  Wim Taymans  <wim@fluendo.com>
32023
32024         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32025         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32026         (gst_multifdsink_client_remove),
32027         (gst_multifdsink_handle_client_read),
32028         (gst_multifdsink_handle_client_write),
32029         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32030         Make sure we don't try to read more from a client that what
32031         ioctl says us or we deadlock.
32032
32033 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32034
32035         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
32036         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
32037         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32038           decouple running_time and n_frames so it can handle changing
32039           framerate while running
32040
32041 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32042
32043         * po/nl.po:
32044         * po/sv.po:
32045           updated translations
32046
32047 2004-08-04  Benjamin Otte  <otte@gnome.org>
32048
32049         * gst/videotestsrc/gstvideotestsrc.c:
32050         (gst_videotestsrc_get_capslist), (generate_capslist),
32051         (plugin_init):
32052           generate the list of supported caps at startup and reuse it instead
32053           of always generating it
32054
32055 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32056
32057         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
32058           whoops, last checkin broke normal build
32059
32060 2004-08-03  Benjamin Otte  <otte@gnome.org>
32061
32062         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
32063         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32064         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32065         (gst_alsa_mixer_get_option):
32066         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
32067         (dvdnavsrc_print_event):
32068         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
32069         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
32070         (gst_ogg_mux_pad_unlink):
32071         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
32072         (gst_multipart_mux_pad_unlink):
32073         * gst/videofilter/gstvideobalance.c:
32074         (gst_videobalance_colorbalance_set_value):
32075         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
32076         (gst_videomixer_pad_unlink):
32077         * po/uk.po:
32078         * sys/oss/gstossmixer.c:
32079         * sys/v4l/gstv4lcolorbalance.c:
32080         * sys/v4l/gstv4ltuner.c:
32081         * sys/v4l/v4lsrc_calls.c:
32082         * sys/v4l2/gstv4l2colorbalance.c:
32083         * sys/v4l2/gstv4l2tuner.c:
32084           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32085
32086 2004-08-03  Benjamin Otte  <otte@gnome.org>
32087
32088         * examples/dynparams/filter.c: (ui_control_create):
32089         * examples/gstplay/player.c: (print_tag):
32090         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32091         * ext/gdk_pixbuf/gstgdkanimation.c:
32092         (gst_gdk_animation_iter_may_advance):
32093         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32094         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32095         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32096         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32097         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32098         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32099         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32100         * gst/sine/demo-dparams.c: (main):
32101         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32102         * testsuite/alsa/formats.c: (create_pipeline):
32103         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32104           fixes for G_DISABLE_ASSERT and friends
32105         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32106         (mp3_type_frame_length_from_header), (mp3_type_find),
32107         (plugin_init):
32108           require mp3 typefinding to have at least MIN_HEADERS valid headers
32109           add typefinding for AAC adts files
32110
32111 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
32112
32113         * sys/ximage/ximagesink.c:
32114         (gst_ximagesink_calculate_pixel_aspect_ratio):
32115         * sys/xvimage/xvimagesink.c:
32116         (gst_xvimagesink_calculate_pixel_aspect_ratio):
32117         Make sure we calculate pixel-aspect-ratio using floating point maths
32118
32119 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32120
32121         * po/uk.po:
32122           updated translation
32123
32124 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32125
32126         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32128           add debugging for display PAR calculation
32129
32130 2004-08-02  David Schleef  <ds@schleef.org>
32131
32132         * configure.ac: Fix mikmod CFLAGS.
32133
32134 2004-07-27  Benjamin Otte  <otte@gnome.org>
32135
32136         * gst/audioscale/gstaudioscale.c:
32137         - fix templates to only support S16, it's the only format that works
32138         - make caps nego code use try_set_caps_nonfixed and fixation instead
32139         of try_set_caps twice, which is not nice for autopluggers
32140         - change rank to secondary, so autopluggers can pick it up after
32141         audioconvert
32142
32143 2004-08-02  Iain <iain@prettypeople.org>
32144
32145         * gst/interleave/interleave.c (interleave_init),
32146         (interleave_request_new_pad),
32147         (interleave_pad_removed),
32148         (interleave_buffered_loop): Use the real pad count, not the artificial
32149         one.
32150
32151 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32152
32153         * configure.ac: bump nano back to development
32154
32155 === release 0.8.3 ===
32156
32157 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32158
32159         * configure.ac: releasing 0.8.3, "Water"
32160
32161 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32162
32163         * sys/xvimage/xvimagesink.c:
32164         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32165         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32166         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32167         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32168         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32169         * sys/xvimage/xvimagesink.h:
32170           apply similar PAR fixes as to ximagesink
32171
32172 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32173
32174         patch from: Benjamin Otte
32175
32176         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32177           add link function to lame.  Fixes #148986.
32178
32179 2004-08-02  Johan Dahlin  <johan@gnome.org>
32180
32181         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32182         fix debugging log
32183
32184 2004-07-30  David Schleef  <ds@schleef.org>
32185
32186         * gst/videomixer/Makefile.am: Fix things that should have been
32187         fixed in the last checkin.
32188
32189 2004-07-30  David Schleef  <ds@schleef.org>
32190
32191         * gst/multipart/Makefile.am: Fix things that should have been
32192         fixed in the last checkin.
32193
32194 2004-07-30  David Schleef  <ds@schleef.org>
32195
32196         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32197
32198 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32199
32200         * configure.ac:
32201           bump nano for prerelease
32202         * po/af.po:
32203         * po/az.po:
32204         * po/cs.po:
32205         * po/en_GB.po:
32206         * po/hu.po:
32207         * po/nl.po:
32208         * po/sr.po:
32209         * po/sv.po:
32210         * po/uk.po:
32211           updates
32212
32213 2004-07-30  Wim Taymans  <wim@fluendo.com>
32214
32215         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32216         (gst_multifdsink_add), (gst_multifdsink_remove),
32217         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32218         (gst_multifdsink_client_remove),
32219         (gst_multifdsink_handle_client_write),
32220         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32221         * gst/tcp/gstmultifdsink.h:
32222         Recover from a select with a bad file descriptor by removing
32223         the client.
32224
32225 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32226
32227         * configure.ac:
32228           fix requirement of core
32229         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32230         (gst_play_pipeline_setup):
32231           don't use colorspace element.  do use hermescolorspace element.
32232           make macro to get a colorspace element.
32233           mark strings for translation.
32234         * po/POTFILES.in:
32235           add play.c
32236         * po/af.po:
32237         * po/az.po:
32238         * po/cs.po:
32239         * po/en_GB.po:
32240         * po/hu.po:
32241         * po/nl.po:
32242         * po/sr.po:
32243         * po/sv.po:
32244         * po/uk.po:
32245           update translations
32246
32247 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32248
32249         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32250         fix default for newmedia flag
32251
32252 2004-07-30  Wim Taymans  <wim@fluendo.com>
32253
32254         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32255         (gst_theora_dec_init), (theora_get_formats),
32256         (theora_dec_src_convert), (theora_dec_sink_convert),
32257         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32258         (theora_dec_chain), (theora_dec_set_property),
32259         (theora_dec_get_property):
32260         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32261         (gst_theora_enc_class_init), (gst_theora_enc_init),
32262         (theora_enc_sink_link), (theora_enc_chain),
32263         (theora_enc_set_property), (theora_enc_get_property):
32264         Added cropping option to theora decoder.
32265         Added border option to theora encoder.
32266
32267 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32268
32269         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32270         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32271         (gst_pngenc_set_property):
32272         * ext/libpng/gstpngenc.h:
32273         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
32274
32275 2004-07-30  Wim Taymans  <wim@fluendo.com>
32276
32277         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32278         (theora_enc_sink_link), (theora_enc_chain),
32279         (theora_enc_set_property), (theora_enc_get_property):
32280         Fix encoding of non-multiple-of-16 video.
32281
32282 2004-07-29  David Schleef  <ds@schleef.org>
32283
32284         * configure.ac: make test for audiofile more strict
32285
32286 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32287
32288         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32289           give different names to typefind functions
32290
32291 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32292
32293         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32294         (gst_ximagesink_calculate_pixel_aspect_ratio),
32295         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32296         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32297         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32298         (gst_ximagesink_get_property), (gst_ximagesink_init):
32299         * sys/ximage/ximagesink.h:
32300           allocate PAR's dynamically.
32301           use autodetected PAR if no object-set PAR is given.
32302           add workaround for directfb's X not setting physical size.
32303           fix to xvimagesink will follow tomorrow.
32304
32305 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32306
32307         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32308         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32309         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32310         (gst_shout2send_class_init), (gst_shout2send_init),
32311         (set_shout_metadata), (gst_shout2send_set_metadata),
32312         (gst_shout2send_chain), (gst_shout2send_set_property),
32313         (gst_shout2send_get_property), (gst_shout2send_connect),
32314         (gst_shout2send_change_state):
32315         * ext/shout2/gstshout2.h:
32316         - fix for sending mp3 audio to icecast2 server, if pad link function not
32317         called before PAUSED state
32318         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32319         - added tagging support for mp3 audio broadcasted
32320         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32321         debug info
32322
32323 2004-07-28  Wim Taymans  <wim@fluendo.com>
32324
32325         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32326         (gst_ogg_demux_push):
32327         Return query failure when we don't know the length of
32328         an ogg stream insteda of returning TRUE with a bogus value.
32329
32330 2004-07-28  Wim Taymans  <wim@fluendo.com>
32331
32332         * ext/theora/theoradec.c: (theora_get_formats),
32333         (theora_dec_src_convert), (theora_dec_sink_convert),
32334         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32335         (theora_dec_chain):
32336         Don't screw up the 1 Chroma for 1 luma sample situation when we
32337         have an odd offset/width by adding a black border in those cases.
32338
32339 2004-07-28  Wim Taymans  <wim@fluendo.com>
32340
32341         * ext/theora/theoradec.c: (theora_get_formats),
32342         (theora_dec_src_convert), (theora_dec_sink_convert),
32343         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32344         (theora_dec_chain):
32345         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32346         Added first attempt at cropping of the image as required by the
32347         theora spec. We need more properties in the caps (offset_x,
32348         offset_y,stride) to implement this correctly.
32349
32350 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32351
32352         * ext/dvdnav/README:
32353           Update the README to use dvddemux
32354         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32355           Ensure getcaps returns a subset of the template caps
32356         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32357         (gst_mpeg2subt_init):
32358           Ensure getcaps returns a subset of the template caps
32359         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32360         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32361         (gst_dvd_demux_get_subpicture_stream),
32362         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32363         * gst/mpegstream/gstdvddemux.h:
32364           Set the explicit caps on the current_video pad before pushing
32365           anything
32366         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32367         (gst_mpeg_demux_get_audio_stream):
32368           Free caps used to gst_pad_set_explicit_caps, which takes a const
32369           GstCaps *
32370
32371 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32372
32373         * configure.ac: update GStreamer requirement to 0.8.4 because of
32374           GstFraction.
32375
32376 2004-07-28  Wim Taymans  <wim@fluendo.com>
32377
32378         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32379         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32380         Add the pad to the element after setting up the caps. This
32381         makes it a lot easier to autoplug.
32382
32383 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32384
32385         * gst/median/gstmedian.c:
32386         * gst/mpeg2subt/gstmpeg2subt.c:
32387         * gst/mpegaudioparse/gstmpegaudioparse.c:
32388         * gst/mpegstream/gstdvddemux.c:
32389         * gst/mpegstream/gstmpegdemux.c:
32390         * gst/mpegstream/gstmpegpacketize.c:
32391         * gst/rtjpeg/gstrtjpeg.c:
32392         * gst/rtjpeg/gstrtjpegdec.c:
32393         * gst/rtjpeg/gstrtjpegenc.c:
32394         * gst/sine/gstsinesrc.c:
32395         * gst/smooth/gstsmooth.c:
32396         * gst/smpte/gstsmpte.c:
32397         * gst/smpte/gstsmpte.h:
32398         * gst/stereo/gststereo.c:
32399         * gst/videofilter/gstgamma.c:
32400         * gst/videofilter/gstvideobalance.c:
32401         * gst/videofilter/gstvideofilter.c:
32402         * gst/videofilter/gstvideoflip.c:
32403         * gst/videoscale/gstvideoscale.c:
32404         * gst/videoscale/videoscale.c:
32405         * gst/videotestsrc/gstvideotestsrc.c:
32406         * gst/videotestsrc/videotestsrc.c:
32407         * gst/wavenc/gstwavenc.c:
32408         * gst/wavparse/gstwavparse.c:
32409           fix local includes and 64 bits constants
32410
32411 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32412
32413         * win32/gst.sln:
32414         * gst-libs/gst/*/*.vcproj:
32415         * gst/*/*.vcproj:
32416           more working plugins
32417
32418 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32419
32420         * testsuite/alsa/Makefile.am:
32421         * testsuite/alsa/srcstate.c:
32422         add test for alsasrc changing state
32423
32424 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32425
32426         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32427         (gst_silence_get):
32428         * gst/silence/gstsilence.h:
32429         fix silence generation for 16bit raw audio
32430
32431 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32432
32433         * gst/matroska/matroska-demux.c:
32434         (gst_matroska_demux_parse_metadata),
32435         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32436         * gst/mpegaudio/common.c:
32437         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32438         (gst_videoscale_getcaps), (gst_videoscale_link),
32439         (gst_videoscale_src_fixate), (gst_videoscale_init),
32440         (gst_videoscale_finalize):
32441         * gst/videoscale/gstvideoscale.h:
32442         * gst/videotestsrc/gstvideotestsrc.c:
32443         (gst_videotestsrc_get_capslist):
32444         * gst/wavenc/gstwavenc.c:
32445         * sys/oss/gstossmixer.c: (fill_labels):
32446         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32447         (gst_ximagesink_handle_xevents),
32448         (gst_ximagesink_calculate_pixel_aspect_ratio),
32449         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32450         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32451         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32452         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32453         (gst_ximagesink_init), (gst_ximagesink_class_init):
32454         * sys/ximage/ximagesink.h:
32455         * sys/xvimage/xvimagesink.c:
32456         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32457         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32458         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32459         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32460         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32461         * sys/xvimage/xvimagesink.h:
32462           first batch of pixel aspect ratio commits.
32463
32464 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32465
32466         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32467         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32468         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32469           handle stride, needs work if we want to move stride handling
32470           upstream, but works correctly for our purposes.
32471
32472 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32473
32474         * gst/videoscale/README:
32475           add testing examples
32476         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32477         (gst_videoscale_chain):
32478         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32479         (gst_videoscale_get_size):
32480           add get_size function that handles stride like videotestsrc.
32481           fixes conversion for YUV formats for as much as I can test them.
32482
32483 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32484
32485         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32486         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32488         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32489         (gst_xvimagesink_xvimage_put):
32490           further cleanups, logging, error handling and synchronizing
32491
32492 2004-07-27  Wim Taymans  <wim@fluendo.com>
32493
32494         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32495         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32496         (gst_videomixer_pad_set_property),
32497         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32498         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32499         (gst_videomixer_class_init), (gst_videomixer_init),
32500         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32501         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32502         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32503         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32504         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32505         (gst_videomixer_loop), (plugin_init):
32506         Be a nicer negotiation citizen and provide a getcaps function on
32507         the srcpad. This also fixes a crash when resizing.
32508
32509 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32510
32511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32512         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32513
32514 2004-07-27  Wim Taymans  <wim@fluendo.com>
32515
32516         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32517         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32518         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32519         (gst_pngenc_set_property):
32520         * ext/libpng/gstpngenc.h:
32521         Added snapshot property to pngenc.
32522         removed g_print from pngdec
32523
32524 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32525
32526         * gst/ac3parse/ac3parse.vcproj
32527         * gst/adder/adder.vcproj
32528         * gst/alpha/alpha.vcproj
32529         * gst/alpha/alphacolor.vcproj
32530         * gst/asfdemux/asf.vcproj
32531         * gst/audioconvert/audioconvert.vcproj
32532         * gst/audiorate/audiorate.vcproj
32533         * gst/audioscale/audioscale.vcproj
32534         * gst/auparse/auparse.vcproj
32535         * gst/avi/avi.vcproj
32536         * gst/cdxaparse/cdxaparse.vcproj
32537         * gst/chart/chart.vcproj
32538         * gst/colorspace/colorspace.vcproj
32539         * gst/cutter/cutter.vcproj
32540         * gst/debug/debug.vcproj
32541         * gst/debug/efence.vcproj
32542         * gst/debug/navigationtest.vcproj
32543         * gst/deinterlace/deinterlace.vcproj
32544         * gst/effectv/effectv.vcproj
32545         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32546         * gst/filter/filter.vcproj
32547         * gst/flx/flxdec.vcproj
32548         * gst/goom/goom.vcproj
32549         * gst/interleave/interleave.vcproj
32550         * gst/law/alaw.vcproj
32551         * gst/law/mulaw.vcproj
32552         * gst/matroska/matroska.vcproj
32553         * gst/median/median.vcproj
32554         * gst/mixmatrix/mixmatrix.vcproj
32555         * gst/mpeg1sys/mpeg1systemencode.vcproj
32556         * gst/mpeg1videoparse/mp1videoparse.vcproj
32557         * gst/mpeg2sub/mpeg2subt.vcproj
32558         * gst/mpegaudio/mpegaudio.vcproj
32559         * gst/mpegaudioparse/mpegaudioparse.vcproj
32560         * gst/mpegstream/mpegstream.vcproj
32561         * gst/multifilesink/multifilesink.vcproj
32562         * gst/multipart/multipart.vcproj
32563         * gst/oneton/oneton.vcproj
32564         * gst/overlay/overlay.vcproj
32565         * gst/passthrough/passthrough.vcproj
32566         * gst/qtdemux/qtdemux.vcproj
32567         * gst/realmedia/rmdemux.vcproj
32568         * gst/rtjpeg/rtjpeg.vcproj
32569         * gst/rtp/rtp.vcproj
32570         * gst/silence/silence.vcproj
32571         * gst/sine/sinesrc.vcproj
32572         * gst/smooth/smooth.vcproj
32573         * gst/smpte/smpte.vcproj
32574         * gst/spectrum/spectrum.vcproj
32575         * gst/speed/speed.vcproj
32576         * gst/stereo/stereo.vcproj
32577         * gst/switch/switch.vcproj
32578         * gst/tags/tagedit.vcproj
32579         * gst/tcp/tcp.vcproj
32580         * gst/typefind/typefindfunctions.vcproj
32581         * gst/udp/udp.vcproj
32582         * gst/videobox/videobox.vcproj
32583         * gst/videocrop/videocrop.vcproj
32584         * gst/videodrop/videodrop.vcproj
32585         * gst/videofilter/gamma.vcproj
32586         * gst/videofilter/videobalance.vcproj
32587         * gst/videofilter/videofilter.vcproj
32588         * gst/videofilter/videoflip.vcproj
32589         * gst/videoflip/videoflip.vcproj
32590         * gst/videomixer/videomixer.vcproj
32591         * gst/videorate/videorate.vcproj
32592         * gst/videoscale/videoscale.vcproj
32593         * gst/videotestsrc/videotestsrc.vcproj
32594         * gst/virtualdub/virtualdub.vcproj
32595         * gst/volenv/volenv.vcproj
32596         * gst/volume/volume.vcproj
32597         * gst/wavenc/wavenc.vcproj
32598         * gst/wavparse/wavparse.vcproj
32599         * gst/y4m/y4menc.vcproj
32600         * gst-libs/gst/audio/audio.vcproj
32601         * gst-libs/gst/audio/audiofilter.vcproj
32602         * gst-libs/gst/colorbalance/colorbalance.vcproj
32603         * gst-libs/gst/idct/idtc.vcproj
32604         * gst-libs/gst/media-info/media-info.vcproj
32605         * gst-libs/gst/mixer/mixer.vcproj
32606         * gst-libs/gst/navigation/navigation.vcproj
32607         * gst-libs/gst/play/play.vcproj
32608         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32609         * gst-libs/gst/resample/resample.vcproj
32610         * gst-libs/gst/riff/riff.vcproj
32611         * gst-libs/gst/tuner/tuner.vcproj
32612         * gst-libs/gst/video/video.vcproj
32613         * gst-libs/gst/xoverlay/xoverlay.vcproj
32614           avoid problems with math.h, fix release dependancy
32615           rename GStreamer-0.8.lib to libgstreamer.lib
32616
32617 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32618
32619         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32621         the atom is not available we have to unlock the mutex. Fixes #148023
32622
32623 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32624
32625         * gst-libs/gst/media-info/media-info.h:
32626           issue for a vararg macro with MSVC
32627
32628 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32629
32630         * gst/effectv/effectv.vcproj
32631         * gst-libs/gst/idct/idct.vcproj:
32632         * gst-libs/gst/media-info/media-info.vcproj:
32633         * gst-libs/gst/navigation/navigation.vcproj:
32634         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32635         * gst-libs/gst/video/video.vcproj:
32636         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32637           fixes for build problems
32638
32639 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32640
32641         * gst-libs/gst/audio/audio.def:
32642         * gst-libs/gst/audio/riff.def:
32643           add some definitions needed by plugins
32644
32645 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32646
32647         * gst/asfdemux/gstasfmux.c
32648           Fix some 64 bits constants to be glib friendly
32649
32650 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32651
32652         * gst/ac3parse/gstac3parse.c
32653         * gst/audioscale/gstaudioscale.c
32654         * gst/auparse/gstauparse.c
32655         * gst/colorspace/gstcolorspace.c
32656         * gst/colorspace/yuv2rgb.h
32657           local include fixes
32658
32659 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32660
32661         * win32/gst.sln
32662           add more plugins to the build
32663
32664 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32665
32666         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32667         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32668
32669 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32670
32671         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32672         (gst_level_set_property), (gst_level_get_property),
32673         (gst_level_base_init), (gst_level_class_init):
32674           add debugging categories.  cleanups.
32675
32676 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32677
32678         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32679         (gst_videoscale_planar411), (gst_videoscale_planar400),
32680         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32681         (gst_videoscale_scale_nearest_str1),
32682         (gst_videoscale_scale_nearest_str2),
32683         (gst_videoscale_scale_nearest_str4),
32684         (gst_videoscale_scale_nearest_16bit),
32685         (gst_videoscale_scale_nearest_24bit):
32686           fixed stride issues
32687           tested with 320x240 -> 321, 322, 324 x240
32688           tested with YV12, I420, YUY2, UYVY
32689           fixed packed422rev (don't think it could have worked before)
32690           by testing with UYVY
32691
32692 2004-07-26  Benjamin Otte  <otte@gnome.org>
32693
32694         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32695         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32696         (plugin_init):
32697           add debugging category, add error checks like checking return values
32698           of setup calls, make sure it still works after
32699           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32700
32701 2004-07-26  Wim Taymans  <wim@fluendo.com>
32702
32703         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32704         (gst_mpeg_demux_get_audio_stream),
32705         (gst_mpeg_demux_process_private):
32706         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32707         Check for error codes from the negotiation functions. Make sure
32708         we really set the pad caps when a new pad is created.
32709
32710 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32711
32712         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32713         (gst_ffmpeg_caps_to_pix_fmt):
32714         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32715         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32716         (gst_ffmpegcolorspace_pad_link):
32717           don't make function do two things at the same time without reason.
32718
32719 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32720
32721         * gst/ac3parse/ac3parse.vcproj
32722         * gst/adder/adder.vcproj
32723         * gst/alpha/alpha.vcproj
32724         * gst/alpha/alphacolor.vcproj
32725         * gst/asfdemux/asf.vcproj
32726         * gst/audioconvert/audioconvert.vcproj
32727         * gst/audiorate/audiorate.vcproj
32728         * gst/audioscale/audioscale.vcproj
32729         * gst/auparse/auparse.vcproj
32730         * gst/avi/avi.vcproj
32731         * gst/cdxaparse/cdxaparse.vcproj
32732         * gst/chart/chart.vcproj
32733         * gst/colorspace/colorspace.vcproj
32734         * gst/cutter/cutter.vcproj
32735         * gst/debug/debug.vcproj
32736         * gst/debug/efence.vcproj
32737         * gst/debug/navigationtest.vcproj
32738         * gst/deinterlace/deinterlace.vcproj
32739         * gst/effectv/effectv.vcproj
32740         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32741         * gst/filter/filter.vcproj
32742         * gst/flx/flxdec.vcproj
32743         * gst/goom/goom.vcproj
32744         * gst/interleave/interleave.vcproj
32745         * gst/law/alaw.vcproj
32746         * gst/law/mulaw.vcproj
32747         * gst/matroska/matroska.vcproj
32748         * gst/median/median.vcproj
32749         * gst/mixmatrix/mixmatrix.vcproj
32750         * gst/mpeg1sys/mpeg1systemencode.vcproj
32751         * gst/mpeg1videoparse/mp1videoparse.vcproj
32752         * gst/mpeg2sub/mpeg2subt.vcproj
32753         * gst/mpegaudio/mpegaudio.vcproj
32754         * gst/mpegaudioparse/mpegaudioparse.vcproj
32755         * gst/mpegstream/mpegstream.vcproj
32756         * gst/multifilesink/multifilesink.vcproj
32757         * gst/multipart/multipart.vcproj
32758         * gst/oneton/oneton.vcproj
32759         * gst/overlay/overlay.vcproj
32760         * gst/passthrough/passthrough.vcproj
32761         * gst/qtdemux/qtdemux.vcproj
32762         * gst/realmedia/rmdemux.vcproj
32763         * gst/rtjpeg/rtjpeg.vcproj
32764         * gst/rtp/rtp.vcproj
32765         * gst/silence/silence.vcproj
32766         * gst/sine/sinesrc.vcproj
32767         * gst/smooth/smooth.vcproj
32768         * gst/smpte/smpte.vcproj
32769         * gst/spectrum/spectrum.vcproj
32770         * gst/speed/speed.vcproj
32771         * gst/stereo/stereo.vcproj
32772         * gst/switch/switch.vcproj
32773         * gst/tags/tagedit.vcproj
32774         * gst/tcp/tcp.vcproj
32775         * gst/typefind/typefindfunctions.vcproj
32776         * gst/udp/udp.vcproj
32777         * gst/videobox/videobox.vcproj
32778         * gst/videocrop/videocrop.vcproj
32779         * gst/videodrop/videodrop.vcproj
32780         * gst/videofilter/gamma.vcproj
32781         * gst/videofilter/videobalance.vcproj
32782         * gst/videofilter/videofilter.vcproj
32783         * gst/videofilter/videoflip.vcproj
32784         * gst/videoflip/videoflip.vcproj
32785         * gst/videomixer/videomixer.vcproj
32786         * gst/videorate/videorate.vcproj
32787         * gst/videoscale/videoscale.vcproj
32788         * gst/videotestsrc/videotestsrc.vcproj
32789         * gst/virtualdub/virtualdub.vcproj
32790         * gst/volenv/volenv.vcproj
32791         * gst/volume/volume.vcproj
32792         * gst/wavenc/wavenc.vcproj
32793         * gst/wavparse/wavparse.vcproj
32794         * gst/y4m/y4menc.vcproj
32795           more plugins supported under windows
32796
32797 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32798
32799         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32800         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32801         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32803         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32804           Add debugging statements.  Use the sizes as returned by the
32805           *CreateImage calls.
32806
32807 2004-07-26  Johan Dahlin  <johan@gnome.org>
32808
32809         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32810         the pad is negotiated.
32811
32812         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32813
32814 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32815
32816         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32817         * gst-libs/gst/idct/idct.vcproj:
32818         * gst-libs/gst/media-info/media-info.vcproj:
32819         * gst-libs/gst/mixer/mixer.vcproj:
32820         * gst-libs/gst/navigation/navigation.vcproj:
32821         * gst-libs/gst/play/play.vcproj:
32822         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32823         * gst-libs/gst/resample/resample.vcproj:
32824         * gst-libs/gst/tuner/tuner.vcproj:
32825         * gst-libs/gst/video/video.vcproj:
32826         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32827           more plugins supported under windows
32828
32829 2004-07-25 Iain <iain@prettypeople.org>
32830
32831         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32832         pad now rather than when the pad is created because state changes wipe
32833         explicit caps (fixes #148043).
32834
32835 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32836
32837         reviewed by Benjamin Otte  <otte@gnome.org>
32838
32839         * ext/mad/gstmad.c:
32840           fix mad plugin crashing on Sun (fixes #148289)
32841
32842 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32843
32844         * gst/avi/avi.def:
32845         * gst/avi/avi.vcproj:
32846         * gst/matroska/matroska.def:
32847         * gst/matroska/matroska.vcproj:
32848           remove unused .def files
32849
32850 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32851
32852         * gst-libs/gst/audio/gstaudiofilter.c:
32853           Clean the local include
32854
32855 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32856
32857         * win32/gst.sln:
32858         * gst-libs/gst/audio/audio.def:
32859         * gst-libs/gst/audio/audio.vcproj:
32860         * gst-libs/gst/audio/audiofilter.vcproj:
32861         * gst-libs/gst/audio/riff.def:
32862         * gst-libs/gst/audio/riff.vcproj:
32863         * gst-libs/gst/gst-libs.def:
32864         * gst-libs/gst/gst-libs.vcproj:
32865         * gst/avi/avi.vcproj:
32866         * gst/avi/avi.vcproj:
32867           Copy the files where needed after building, cleaner projects
32868
32869 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32870
32871         * gst/matroska/ebml-write.c:
32872           Fix some 64 bits constants to be glib friendly
32873
32874 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32875
32876         * win32/gst.sln:
32877         * gst-libs/gst/gst-libs.def:
32878         * gst-libs/gst/gst-libs.vcproj:
32879         * gst/matroska/matroska.def:
32880         * gst/matroska/matroska.vcproj:
32881           Add the preliminary canvas to build plugins on Win32
32882
32883 2004-07-23  Benjamin Otte  <otte@gnome.org>
32884
32885         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32886           don't enfore negotiation from source side, it breaks
32887           sinesrc ! audioconvert ! osssink
32888
32889 2004-07-22  David Schleef  <ds@schleef.org>
32890
32891         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32892         for ELF files, since they can easily be recognized as audio/mpeg.
32893         (bug #147441)
32894
32895 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32896
32897         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32898         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32899         (gst_videoscale_scale_nearest_24bit),
32900         (gst_videoscale_scale_nearest_16bit):
32901           fix 16bit and 24bit for stride (24bit might need testing)
32902           don't pretend we do more than one algorithm
32903
32904 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32905
32906         * configure.ac:
32907         * gst/Makefile.am:
32908         * gst/multifilesink/Makefile.am:
32909         * gst/multifilesink/gstmultifilesink.c:
32910         (gst_multifilesink_get_formats),
32911         (gst_multifilesink_get_query_types), (_do_init),
32912         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32913         (gst_multifilesink_init), (gst_multifilesink_dispose),
32914         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32915         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32916         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32917         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32918         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32919         (gst_multifilesink_uri_get_type),
32920         (gst_multifilesink_uri_get_protocols),
32921         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32922         (gst_multifilesink_uri_handler_init), (plugin_init):
32923         * gst/multifilesink/gstmultifilesink.h:
32924         * testsuite/Makefile.am:
32925         * testsuite/multifilesink/Makefile.am:
32926         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32927         (gst_newmedia_class_init), (gst_newmedia_init),
32928         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32929         (newfile_signal), (test_signal), (main):
32930         multifilesink plugin for creating new files every time a new media
32931         discontinuity event occurs
32932
32933 2004-07-22  Wim Taymans  <wim@fluendo.com>
32934
32935         * gst/alpha/Makefile.am:
32936         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32937         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32938         (gst_alpha_color_init), (gst_alpha_color_set_property),
32939         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32940         (transform), (gst_alpha_color_chain),
32941         (gst_alpha_color_change_state), (plugin_init):
32942         Stupid plugin to to RGBA to AYUV conversion because none of
32943         the colorspace plugins can handle that yet.
32944
32945 2004-07-22  Wim Taymans  <wim@fluendo.com>
32946
32947         * examples/seeking/seek.c: (update_scale), (main):
32948         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32949         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32950         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32951         (gst_decode_bin_init), (gst_decode_bin_dispose),
32952         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32953         (no_more_pads), (close_link), (type_found),
32954         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32955         (plugin_init):
32956         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32957         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32958         (gst_play_base_bin_dispose), (queue_overrun),
32959         (gen_preroll_element), (remove_prerolls), (unknown_type),
32960         (no_more_pads), (new_stream), (setup_source),
32961         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32962         (play_base_eos), (gst_play_base_bin_change_state),
32963         (gst_play_base_bin_add_element),
32964         (gst_play_base_bin_remove_element),
32965         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32966         (gst_play_base_bin_unlink_stream),
32967         (gst_play_base_bin_get_streaminfo):
32968         * gst/playback/gstplaybin.c: (gen_video_element),
32969         (gen_audio_element):
32970         * gst/playback/gststreaminfo.h:
32971         More playback updates, attempt to fix things after the state change
32972         breakage.
32973
32974 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32975
32976         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32977         (gst_videoscale_scale_nearest_16bit):
32978           comment algorithm
32979
32980 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32981
32982         * gst/videotestsrc/gstvideotestsrc.c:
32983         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32984         (gst_videotestsrc_init), (gst_videotestsrc_get),
32985         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32986         (gst_videotestsrc_get_property):
32987         * gst/videotestsrc/gstvideotestsrc.h:
32988         * gst/videotestsrc/videotestsrc.c:
32989         * gst/videotestsrc/videotestsrc.h:
32990           cleanup and commenting
32991
32992 2004-07-21  Wim Taymans  <wim@fluendo.com>
32993
32994         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32995         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32996         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32997         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32998         (_find_chain_get_unknown_part), (_find_streams_check),
32999         (gst_ogg_demux_push), (gst_ogg_pad_push):
33000         * ext/theora/theoradec.c: (theora_get_formats),
33001         (theora_dec_src_convert), (theora_dec_sink_convert),
33002         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33003         (theora_dec_chain):
33004         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33005         (vorbis_dec_convert), (vorbis_dec_src_query),
33006         (vorbis_dec_src_event), (vorbis_dec_event):
33007         More seeking fixes, oggdemux now supports seeking to time and
33008         uses the downstream element to convert granulepos to time.
33009         Seeking in theora-only ogg files now works.
33010
33011 2004-07-21  Wim Taymans  <wim@fluendo.com>
33012
33013         * ext/theora/theoradec.c: (gst_theora_dec_init),
33014         (theora_get_formats), (theora_get_event_masks),
33015         (theora_get_query_types), (theora_dec_src_convert),
33016         (theora_dec_sink_convert), (theora_dec_src_query),
33017         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
33018         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33019         (vorbis_get_event_masks), (vorbis_get_query_types),
33020         (gst_vorbis_dec_init), (vorbis_dec_convert),
33021         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
33022         Added query/convert/formats functions to vorbis and theora decoders
33023         so that the outside world can use them too. Fixed seeking on an
33024         ogg/theora/vorbis file by disabling the seeking seeking on the
33025         theora srcpad.
33026
33027 2004-07-21  Julien MOUTTE  <julien@moutte.net>
33028
33029         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33030         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
33031         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
33032         images creation for both elements. We don't create the image on caps
33033         nego or renego, we just destroy the internal one if present if it does
33034         not match the needs. The chain function takes care of creating a new
33035         image when needed.
33036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33037         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
33038         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
33039         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
33040         the image format information. The buffer pool checks for the context
33041         image format and discard images with different formats.
33042         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
33043
33044 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33045
33046         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33047         (gst_ffmpegcolorspace_chain):
33048           no point in doing any chaining if the pad we want to push from
33049           isn't usable.
33050
33051 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33052
33053         * gst-libs/gst/riff/riff-media.c:
33054         (gst_riff_create_audio_caps_with_data):
33055           Fix double end-to-native symbol conversion (#148021).
33056
33057 2004-07-20  David Schleef  <ds@schleef.org>
33058
33059         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
33060         Don't use an Atom that doesn't exist.
33061
33062 2004-07-20  Wim Taymans  <wim@fluendo.com>
33063
33064         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33065         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33066         (gst_multifdsink_client_remove),
33067         (gst_multifdsink_handle_client_write),
33068         (gst_multifdsink_queue_buffer):
33069         * gst/tcp/gstmultifdsink.h:
33070         More multifdsink stats. Avoid deadlock by releasing locks
33071         before sending out a signal.
33072
33073 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33074
33075         * po/LINGUAS:
33076         * po/hu.po:
33077           added Hungarian translation (Laszlo Dvornik)
33078
33079 2004-07-20  Wim Taymans  <wim@fluendo.com>
33080
33081         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33082         (gst_multifdsink_add), (gst_multifdsink_client_remove),
33083         (gst_multifdsink_handle_client_write),
33084         (gst_multifdsink_queue_buffer):
33085         * gst/tcp/gsttcp-marshal.list:
33086         Fixed the stupid marshal definition.
33087
33088 2004-07-20  Wim Taymans  <wim@fluendo.com>
33089
33090         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33091         (gst_multifdsink_init), (gst_multifdsink_add),
33092         (gst_multifdsink_client_remove),
33093         (gst_multifdsink_handle_client_write),
33094         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33095         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33096         (gst_multifdsink_init_send):
33097         * gst/tcp/gstmultifdsink.h:
33098         Added more stats, added timeout for a client, fixed some typos
33099         and added some comments.
33100
33101 2004-07-20  Wim Taymans  <wim@fluendo.com>
33102
33103         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33104         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33105         (gst_multifdsink_client_remove),
33106         (gst_multifdsink_handle_client_write):
33107         * gst/tcp/gstmultifdsink.h:
33108         * gst/tcp/gsttcp-marshal.list:
33109         Added get_stats method that returns a GValueArray of
33110         stats values.
33111
33112 2004-07-19  Benjamin Otte  <otte@gnome.org>
33113
33114         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33115           make sure longname, description and author are valid UTF-8
33116
33117 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33118
33119         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33120         (gst_ximagesink_set_property):
33121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33122         (gst_xvimagesink_set_property):
33123           make sure SYNCHRONOUS is respected after getting the X context
33124
33125 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33126
33127         * gst/matroska/matroska-demux.c:
33128         (gst_matroska_demux_handle_src_event),
33129         (gst_matroska_demux_parse_blockgroup):
33130         * gst/matroska/matroska-ids.h:
33131           add BlockReference tag and ignore it to clear out log.
33132           ignore NAVIGATION events to clear out log.
33133
33134 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33135
33136         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33137         (gst_matroska_demux_add_stream):
33138         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33139           add debug categories
33140
33141 2004-07-16  Wim Taymans  <wim@fluendo.com>
33142
33143         * ext/libpng/Makefile.am:
33144         * ext/libpng/gstpng.c: (plugin_init):
33145         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33146         (gst_pngdec_get_type), (gst_pngdec_base_init),
33147         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33148         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33149         * ext/libpng/gstpngdec.h:
33150         Added png decoder.
33151
33152 2004-07-16  Julien MOUTTE  <julien@moutte.net>
33153
33154         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33155         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33156         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33157         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33158         (gst_ximagesink_buffer_alloc):
33159         * sys/ximage/ximagesink.h:
33160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33161         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33162         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33163         (gst_xvimagesink_buffer_alloc):
33164         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33165         again. Using internal data pointer of the x(v)image to store image's
33166         data to be coherent with the buffer alloc mechanism. Investigated the
33167         image destruction code to be sure that everything gets freed correctly.
33168
33169 2004-07-16  Wim Taymans  <wim@fluendo.com>
33170
33171         * gst-libs/gst/riff/riff-read.c:
33172         (gst_riff_read_strf_vids_with_data),
33173         (gst_riff_read_strf_auds_with_data):
33174         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33175         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33176         Make sure we don't create 0 sized subbuffers in riff-read.
33177         Signal the no more pads signal after reading the avi header.
33178
33179 2004-07-16  Wim Taymans  <wim@fluendo.com>
33180
33181         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33182         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33183         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33184         (gst_decode_bin_init), (gst_decode_bin_dispose),
33185         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33186         (no_more_pads), (close_link), (type_found),
33187         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33188         (gst_decode_bin_change_state), (plugin_init):
33189         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33190         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33191         (gst_play_base_bin_dispose), (queue_overrun),
33192         (gen_preroll_element), (remove_prerolls), (unknown_type),
33193         (no_more_pads), (new_stream), (setup_source),
33194         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33195         (play_base_eos), (gst_play_base_bin_change_state),
33196         (gst_play_base_bin_add_element),
33197         (gst_play_base_bin_remove_element),
33198         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33199         (gst_play_base_bin_unlink_stream),
33200         (gst_play_base_bin_get_streaminfo):
33201         * gst/playback/gstplaybasebin.h:
33202         Better error recovery. Added configurable preroll queue size. Faster
33203         detection of no-more-pads.
33204
33205 2004-07-16  Wim Taymans  <wim@fluendo.com>
33206
33207         * gst-libs/gst/video/video.h:
33208         Added 32 bits RGBA. Not sure if we should use another mime-type
33209         for alpha rgb. Currently the presence of the alpha_mask property
33210         signals an alpha channel.
33211
33212 2004-07-16  Wim Taymans  <wim@fluendo.com>
33213
33214         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33216         FPS seems to be 0.0 to MAX everywhere else.
33217
33218 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33219
33220         * gst-libs/gst/riff/riff-media.c:
33221         (gst_riff_create_video_caps_with_data):
33222           mp42/mp43 (no caps) exist too.
33223         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33224           Set pixel_width/height; we've got them in-caps.
33225         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33226         * gst/wavparse/gstwavparse.c: (plugin_init):
33227           Both are valid primary.
33228         * sys/oss/gstossmixer.c:
33229           Remove i18n hack and enable translations.
33230
33231 2004-07-15  Benjamin Otte  <otte@gnome.org>
33232
33233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33234         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33235           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33236
33237 2004-07-15  Benjamin Otte  <otte@gnome.org>
33238
33239         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33240         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33241         (gst_alsa_close_audio):
33242           disable some of the debugging code for now. Writing debugging to a
33243           buffer is broken in current alsalib releases.
33244
33245 2004-07-12  Benjamin Otte  <otte@gnome.org>
33246
33247         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33248           use bufferpools
33249
33250 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33251
33252         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33253         (theora_dec_src_query), (theora_dec_event):
33254         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33255           add debugging categories.  Remove \n's.
33256
33257 2004-07-13  Johan Dahlin  <johan@gnome.org>
33258
33259         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33260         (gst_play_bin_get_property): Impl.
33261
33262 2004-07-13  Wim Taymans  <wim@fluendo.com>
33263
33264         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33265         When trying to find the stream length, seek back N pages
33266         instead of just one, where N is the number of streams in
33267         the current chain.
33268
33269 2004-07-13  Wim Taymans  <wim@fluendo.com>
33270
33271         * gst-libs/gst/riff/riff-media.c:
33272         (gst_riff_create_audio_caps_with_data),
33273         (gst_riff_create_audio_caps),
33274         (gst_riff_create_audio_template_caps):
33275         * gst-libs/gst/riff/riff-media.h:
33276         * gst-libs/gst/riff/riff-read.c:
33277         (gst_riff_read_strf_vids_with_data),
33278         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33279         * gst-libs/gst/riff/riff-read.h:
33280         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33281         (gst_avi_demux_add_stream):
33282         Set codec_data on caps for avidemuxer.
33283
33284 2004-07-12  David Schleef  <ds@schleef.org>
33285
33286         * configure.ac: Fix test for Objective C
33287
33288 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33289         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33290         (gst_gdk_pixbuf_chain):
33291           Add svg and pcx to template caps, and ensure that getcaps returns a
33292           subset of the template caps.
33293           Copy each row manually for output, as gdkpixbuf may pad the
33294           rowstride to a 32-bit word boundary.
33295
33296 2004-07-12  Wim Taymans  <wim@fluendo.com>
33297
33298         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33299         (gst_riff_create_video_template_caps):
33300         Fix the template caps to include some more media types.
33301
33302 2004-07-12  Wim Taymans  <wim@fluendo.com>
33303
33304         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33305         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33306         (compare_ranks), (print_feature), (gst_decode_bin_init),
33307         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33308         (try_to_link_1), (new_pad), (close_link), (type_found),
33309         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33310         (gst_decode_bin_change_state), (plugin_init):
33311         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33312         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33313         (gst_play_base_bin_dispose), (queue_overrun),
33314         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33315         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33316         (gst_play_base_bin_get_property), (play_base_eos),
33317         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33318         (gst_play_base_bin_remove_element),
33319         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33320         (gst_play_base_bin_unlink_stream),
33321         (gst_play_base_bin_get_streaminfo):
33322         * gst/playback/gstplaybasebin.h:
33323         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33324         (gst_play_bin_class_init), (gst_play_bin_init),
33325         (gst_play_bin_dispose), (gst_play_bin_set_property),
33326         (gst_play_bin_get_property), (gen_video_element),
33327         (gen_audio_element), (remove_sinks), (setup_sinks),
33328         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33329         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33330         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33331         (gst_play_bin_query), (plugin_init):
33332         * gst/playback/test4.c: (main):
33333         More fixes on reusing of the element.
33334
33335 2004-07-11  Benjamin Otte  <otte@gnome.org>
33336
33337         * ext/mad/gstmad.c: (normal_seek):
33338           allow seeking for other methods than just SET
33339
33340 2004-07-11  Andy Wingo  <wingo@pobox.com>
33341
33342         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33343         float, "any" caps -> buffer_frames=[0,MAX].
33344
33345         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33346         doesn't intersect our caps with the template any more. Do it
33347         ourselves.
33348         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33349
33350 2004-07-09  Wim Taymans  <wim@fluendo.com>
33351
33352         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33353         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33354         (compare_ranks), (print_feature), (gst_decode_bin_init),
33355         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33356         (try_to_link_1), (new_pad), (close_link), (type_found),
33357         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33358         (gst_decode_bin_change_state), (plugin_init):
33359         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33360         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33361         (gst_play_base_bin_dispose), (queue_overrun),
33362         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33363         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33364         (gst_play_base_bin_get_property), (play_base_eos),
33365         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33366         (gst_play_base_bin_remove_element),
33367         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33368         (gst_play_base_bin_unlink_stream),
33369         (gst_play_base_bin_get_streaminfo):
33370         * gst/playback/gstplaybasebin.h:
33371         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33372         (gst_play_bin_class_init), (gst_play_bin_init),
33373         (gst_play_bin_dispose), (gst_play_bin_set_property),
33374         (gst_play_bin_get_property), (gen_video_element),
33375         (gen_audio_element), (remove_sinks), (setup_sinks),
33376         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33377         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33378         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33379         (gst_play_bin_query), (plugin_init):
33380         * gst/playback/test4.c: (main):
33381         Work on object reuse and seeking.
33382
33383 2004-07-09  Wim Taymans  <wim@fluendo.com>
33384
33385         * examples/seeking/seek.c: (iterate):
33386         Don't consume all CPU in the idle loop.
33387
33388 2004-07-09  Wim Taymans  <wim@fluendo.com>
33389
33390         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33391         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33392         Add pad to element *after* setting the pad functions so that
33393         the scheduler can use the correct ones.
33394
33395 2004-07-09  Wim Taymans  <wim@fluendo.com>
33396
33397         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33398         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33399         Sync to keyframe after seek
33400
33401 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33402
33403         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33404         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33405         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33406         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33407         * ext/libvisual/visual.c: (gst_visual_change_state):
33408         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33409         * ext/theora/theoradec.c: (theora_dec_change_state):
33410         * ext/theora/theoraenc.c: (theora_enc_change_state):
33411         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33412         * gst-libs/gst/navigation/navigation.c:
33413         * gst/adder/gstadder.c: (gst_adder_change_state):
33414         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33415         (gst_audio_convert_get_buffer):
33416         * gst/multipart/multipartdemux.c:
33417         (gst_multipart_demux_change_state):
33418         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33419         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33420         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33421         * gst/videoscale/gstvideoscale.c:
33422         (gst_videoscale_handle_src_event):
33423         * gst/volume/gstvolume.c: (volume_chain_int16):
33424           don't assert in state change, this should be done by the base
33425           GstElement class.
33426           various debugging fixes.
33427
33428 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33429
33430         * configure.ac:
33431         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33432         (gst_play_dispose), (gst_play_set_location),
33433         (gst_play_set_data_src), (gst_play_set_video_sink),
33434         (gst_play_set_audio_sink), (gst_play_set_visualization),
33435         (gst_play_connect_visualization), (gst_play_get_sink_element),
33436         (gst_play_get_all_by_interface):
33437         * gst-libs/gst/play/play.h:
33438           add new method to get elements implementing an interface.
33439           add various error logging
33440
33441 2004-07-08  Wim Taymans  <wim@fluendo.com>
33442
33443         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33444         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33445         (make_playerbin_pipeline), (query_durations_elems),
33446         (query_durations_pads), (query_positions_elems),
33447         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33448         (main):
33449         Added playbin seeking example.
33450
33451 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33452
33453         * gst-libs/gst/play/play.c: (gst_play_set_location),
33454         (gst_play_set_data_src), (gst_play_set_video_sink),
33455         (gst_play_set_audio_sink), (gst_play_set_visualization),
33456         (gst_play_connect_visualization), (gst_play_get_framerate):
33457           use a macro to look up elements from hash table
33458
33459 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33460
33461         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33462         (gst_play_get_length_callback), (gst_play_set_location),
33463         (gst_play_seek_to_time), (gst_play_set_data_src),
33464         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33465         (gst_play_set_visualization), (gst_play_connect_visualization),
33466         (gst_play_get_sink_element):
33467         - add debugging info
33468         - fix looking up sink elements by iterating over complete caps
33469         - put everything except for source and autoplugger in a complete bin
33470
33471 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33472
33473         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33474         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33475         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33476         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33477         * ext/alsa/gstalsasink.h:
33478         - add debugging info
33479         - clean up schizophrenia of data/buffer/event
33480         - fix double event unref error
33481
33482 2004-07-08  Wim Taymans  <wim@fluendo.com>
33483
33484         * gst/playback/Makefile.am:
33485         Add headers to noinst
33486
33487 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33488
33489         * tools/gst-launch-ext-m.m:
33490         * tools/gst-launch-ext.1.in:
33491           convert to the third millenium
33492
33493 2004-07-07  David Schleef  <ds@schleef.org>
33494
33495         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33496
33497 2004-07-07  Wim Taymans  <wim@fluendo.com>
33498
33499         * gst/playback/Makefile.am:
33500         * gst/playback/README:
33501         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33502         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33503         (compare_ranks), (print_feature), (gst_decode_bin_init),
33504         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33505         (try_to_link_1), (new_pad), (close_link), (type_found),
33506         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33507         (plugin_init):
33508         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33509         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33510         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33511         (gen_preroll_element), (no_more_pads), (new_stream),
33512         (setup_source), (gst_play_base_bin_set_property),
33513         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33514         (gst_play_base_bin_add_element),
33515         (gst_play_base_bin_remove_element),
33516         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33517         (gst_play_base_bin_unlink_stream),
33518         (gst_play_base_bin_get_streaminfo):
33519         * gst/playback/gstplaybasebin.h:
33520         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33521         (gst_play_bin_class_init), (gst_play_bin_init),
33522         (gst_play_bin_dispose), (gst_play_bin_set_property),
33523         (gst_play_bin_get_property), (gen_video_element),
33524         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33525         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33526         (gst_play_bin_get_formats), (gst_play_bin_convert),
33527         (gst_play_bin_get_query_types), (gst_play_bin_query),
33528         (plugin_init):
33529         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33530         (gst_stream_info_get_type), (gst_stream_info_class_init),
33531         (gst_stream_info_init), (gst_stream_info_new),
33532         (gst_stream_info_dispose), (gst_stream_info_set_property),
33533         (gst_stream_info_get_property):
33534         * gst/playback/gststreaminfo.h:
33535         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33536         (main):
33537         * gst/playback/test2.c: (main):
33538         * gst/playback/test3.c: (update_scale), (main):
33539         More playbin fixes. Added README. Do better element filtering.
33540         Added base class to preroll media. Added test apps.
33541
33542 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33543
33544         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33545         * ext/mpeg2dec/gstmpeg2dec.h:
33546           various debugging improvements.  Reset stream to next picture
33547           instead of sequence header, otherwise seeks cannot work.
33548
33549 2004-07-07  Wim Taymans  <wim@fluendo.com>
33550
33551         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33552         (gst_video_box_class_init), (gst_video_box_set_property),
33553         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33554         Use pad_alloc where possible.
33555
33556 2004-07-07  Wim Taymans  <wim@fluendo.com>
33557
33558         * sys/oss/gstosselement.c: (gst_osselement_reset),
33559         (gst_osselement_parse_caps):
33560         * sys/oss/gstosselement.h:
33561         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33562         Fix offset on osssrc.
33563
33564 2004-07-07  Wim Taymans  <wim@fluendo.com>
33565
33566         * ext/theora/theora.c: (plugin_init):
33567         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33568         (theora_dec_src_query), (theora_dec_chain):
33569         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33570         (theora_enc_sink_link), (theora_buffer_from_packet),
33571         (theora_push_packet), (theora_enc_chain):
33572         Fix theora granulepos calculation.
33573         Fix overflow in duration/position calculation.
33574         Bump rank to PRIMARY for theoradec.
33575         Use granulepos of last packet to calculate position.
33576         Set keyframe flag on buffers when needed.
33577
33578 2004-07-06  David Schleef  <ds@schleef.org>
33579
33580         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33581         serious?  (Fixed, obviously.)
33582
33583 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33584
33585         * po/LINGUAS:
33586         * po/cs.po:
33587           added Czech translation (Miloslav Trmac)
33588
33589 2004-07-05  Wim Taymans  <wim@fluendo.com>
33590
33591         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33592         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33593         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33594         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33595         (close_link), (type_found), (gst_decode_bin_set_property),
33596         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33597         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33598         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33599         (gst_decode_bin_query), (plugin_init):
33600         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33601         (gst_play_bin_class_init), (gst_play_bin_init),
33602         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33603         (get_video_element), (new_pad), (setup_source),
33604         (gst_play_bin_set_property), (gst_play_bin_get_property),
33605         (gst_play_bin_change_state), (gst_play_bin_add_element),
33606         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33607         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33608         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33609         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33610         * gst/playback/test.c: (main):
33611         More fixes, cleaned up playbin, make it use decodebin. Added
33612         threaded property to playbin.
33613
33614 2004-07-05  Wim Taymans  <wim@fluendo.com>
33615
33616         * configure.ac:
33617         * gst/playback/Makefile.am:
33618         * gst/playback/decodetest.c: (main):
33619         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33620         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33621         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33622         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33623         (close_link), (type_found), (gst_decode_bin_set_property),
33624         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33625         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33626         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33627         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33628         (plugin_init):
33629         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33630         (gst_play_bin_class_init), (gst_play_bin_init),
33631         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33632         (collect_sink_pads), (find_compatibles), (close_pad_link),
33633         (try_to_link_1), (new_pad), (close_link), (type_found),
33634         (setup_source), (gst_play_bin_set_property),
33635         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33636         (compare_ranks), (gst_play_bin_collect_factories),
33637         (gst_play_bin_change_state), (gst_play_bin_add_element),
33638         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33639         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33640         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33641         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33642         * gst/playback/test.c: (main):
33643         Added some playback helper elements and some test apps, very alpha
33644         still.
33645
33646 2004-07-04  Benjamin Otte  <otte@gnome.org>
33647
33648         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33649           only restart audio when we indeed have an xrun to fix repeated
33650           xruns. Fix suggested by Giuliano Pochini.
33651
33652 2004-07-03  David Schleef  <ds@schleef.org>
33653
33654         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33655         call to gst_debug_log() if debugging is disabled (bug #145118)
33656
33657 2004-07-03  Benjamin Otte  <otte@gnome.org>
33658
33659         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33660           use our own functions for restarting the alsa device.
33661         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33662           I should apply patches myself - use MIN for the third argument, not
33663           the second, this fixes seeking
33664
33665 2004-07-02  David Schleef  <ds@schleef.org>
33666
33667         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33668         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33669         do with the logic.
33670
33671 2004-07-02  David Schleef  <ds@schleef.org>
33672
33673         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33674         output buffers.  Fix logic mistake.  (bug #144866)
33675
33676 2004-07-02  David Schleef  <ds@schleef.org>
33677
33678         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33679         on X.  (bug #144753)
33680
33681 2004-07-02  David Schleef  <ds@schleef.org>
33682
33683         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33684         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33685         (bug #144624)
33686         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33687         (gst_osselement_rate_probe_check): Add another workaround for
33688         buggy drivers (bug #145336)
33689
33690 2004-07-02  David Schleef  <ds@schleef.org>
33691
33692         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33693         Most systems don't have MSG_NOSIGNAL.
33694
33695 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33696
33697         * Makefile.am:
33698         * gst-libs/gst/colorbalance/Makefile.am:
33699         * gst-libs/gst/mixer/Makefile.am:
33700         * gst-libs/gst/play/Makefile.am:
33701         * gst-libs/gst/tuner/Makefile.am:
33702           (hopefully) fix both install and dist and make error message useful.
33703           needs testing across automakes.
33704
33705 2004-07-02  Benjamin Otte  <otte@gnome.org>
33706
33707         * ext/ogg/gstogg.c: (plugin_init):
33708           we require bytestream now
33709         * ext/ogg/gstoggdemux.c:
33710           huge diff to implement chain setup in a fast and generic way. This
33711           improves tag reading and startup of huge files (read: Theora videos)
33712           quite a bit. It probably contains bugs, too, so please test.
33713           Seeking is not improved to the fast method.
33714
33715 2004-06-29  Wim Taymans  <wim@fluendo.com>
33716
33717         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33718         * ext/ogg/gstoggmux.c:
33719         Fix memleak in oggdemux when running unconnected pads.
33720         doc update in mux, start working on keyframe mode.
33721
33722 2004-06-29  Benjamin Otte  <otte@gnome.org>
33723
33724         * sys/oss/gstosssink.c:
33725         * sys/oss/gstosssrc.c:
33726           advertise correct template caps - we indeed do non-native endianness
33727           and 8bit audio has no endianness
33728         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33730           avoid (wrong) duplications in getcaps function and return
33731           template caps
33732
33733 2004-06-29  Wim Taymans  <wim@fluendo.com>
33734
33735         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33736         (gst_multifdsink_class_init), (gst_multifdsink_add),
33737         (gst_multifdsink_remove), (gst_multifdsink_clear),
33738         (gst_multifdsink_client_remove),
33739         (gst_multifdsink_handle_client_read),
33740         (gst_multifdsink_client_queue_data),
33741         (gst_multifdsink_client_queue_caps),
33742         (gst_multifdsink_client_queue_buffer),
33743         (gst_multifdsink_handle_client_write),
33744         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33745         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33746         (gst_multifdsink_init_send), (gst_multifdsink_close):
33747         Fix wrong GList iteration that could crash the server when
33748         more then 2 clients disconnect at the same time. Read all the
33749         pending commands in one batch to recover from command storms under
33750         very heavy load.
33751
33752 2004-06-28  Wim Taymans  <wim@fluendo.com>
33753
33754         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33755         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33756         (gst_videomixer_pad_set_property),
33757         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33758         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33759         (gst_videomixer_class_init), (gst_videomixer_init),
33760         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33761         (pad_zorder_compare), (gst_videomixer_sort_pads),
33762         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33763         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33764         (gst_videomixer_update_queues), (gst_videomixer_loop),
33765         (plugin_init):
33766         Avoid divide by zero, choose masterpad as the pad with the highest
33767         framerate.
33768
33769 2004-06-27  Julien Moutte  <julien@moutte.net>
33770
33771         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33772         (gst_ximagesink_xwindow_new):
33773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33774         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33775         function directly. We might want to call it from somewhere else one day.
33776
33777 2004-06-27  Julien Moutte  <julien@moutte.net>
33778
33779         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33780         (gst_ximagesink_xwindow_new):
33781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33782         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33783         window decorations.
33784
33785 2004-06-27  Wim Taymans  <wim@fluendo.com>
33786
33787         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33788         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33789         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33790         (gst_dvdec_set_property), (gst_dvdec_get_property):
33791         * ext/dv/gstdvdec.h:
33792         Implement drop_factor property to lower the framerate with
33793         a factor.
33794
33795 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33796
33797         * gst-libs/gst/colorbalance/Makefile.am:
33798         * gst-libs/gst/mixer/Makefile.am:
33799         * gst-libs/gst/play/Makefile.am:
33800         * gst-libs/gst/tuner/Makefile.am:
33801           unbreak Company's fix that didn't install the -enum.h files
33802
33803 2004-06-27  Wim Taymans  <wim@fluendo.com>
33804
33805         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33806         (gst_dvdec_change_state):
33807         * ext/dv/gstdvdec.h:
33808         Fix timestamp, duration and offset of the buffers.
33809
33810 2004-06-27  Wim Taymans  <wim@fluendo.com>
33811
33812         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33813         (gst_multifdsink_class_init), (gst_multifdsink_add),
33814         (gst_multifdsink_remove), (gst_multifdsink_clear),
33815         (gst_multifdsink_client_remove),
33816         (gst_multifdsink_handle_client_read),
33817         (gst_multifdsink_client_queue_data),
33818         (gst_multifdsink_client_queue_caps),
33819         (gst_multifdsink_client_queue_buffer),
33820         (gst_multifdsink_handle_client_write),
33821         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33822         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33823         (gst_multifdsink_init_send), (gst_multifdsink_close):
33824         * gst/tcp/gstmultifdsink.h:
33825         * gst/tcp/gsttcpserversink.c:
33826         (gst_tcpserversink_handle_server_read),
33827         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33828         More multifdsink fixes, more recovery policy fixes.
33829         Removed stupid g_print
33830
33831 2004-06-26  Wim Taymans  <wim@fluendo.com>
33832
33833         * gst/tcp/Makefile.am:
33834         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33835         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33836         (gst_multifdsink_class_init), (gst_multifdsink_init),
33837         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33838         (gst_multifdsink_handle_client_read),
33839         (gst_multifdsink_client_queue_data),
33840         (gst_multifdsink_client_queue_caps),
33841         (gst_multifdsink_client_queue_buffer),
33842         (gst_multifdsink_handle_client_write),
33843         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33844         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33845         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33846         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33847         (gst_multifdsink_close), (gst_multifdsink_change_state):
33848         * gst/tcp/gstmultifdsink.h:
33849         * gst/tcp/gsttcpplugin.c: (plugin_init):
33850         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33851         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33852         (gst_tcpserversink_handle_server_read),
33853         (gst_tcpserversink_handle_select),
33854         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33855         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33856         * gst/tcp/gsttcpserversink.h:
33857         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33858         one of the locks, added recovery policy to multifdsink.
33859
33860 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33861
33862         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33863           fix decision for when getting frames with same timestamp
33864         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33865         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33866         (gst_v4lsrc_get_property):
33867         * sys/v4l/gstv4lsrc.h:
33868           add latency offset property
33869
33870 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33871
33872         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33873         (plugin_init):
33874           fix debugging. add category.
33875
33876 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33877
33878         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33879           fix wrong offsets
33880
33881 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33882
33883         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33884         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33885         (gst_alsa_src_change_state):
33886           return a time that is in sync with the element's processing
33887
33888 2004-06-25  Wim Taymans  <wim@fluendo.com>
33889
33890         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33891         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33892         (gst_tcpserversink_client_remove),
33893         (gst_tcpserversink_handle_client_read),
33894         (gst_tcpserversink_client_queue_data),
33895         (gst_tcpserversink_client_queue_caps),
33896         (gst_tcpserversink_client_queue_buffer),
33897         (gst_tcpserversink_handle_client_write),
33898         (gst_tcpserversink_queue_buffer),
33899         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33900         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33901         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33902         (gst_tcpserversink_close):
33903         * gst/tcp/gsttcpserversink.h:
33904         Serversink rewrite. Really do non blocking writes to clients and
33905         maintain an internal queue to handle slower clients while not
33906         disturbing fast clients.
33907
33908 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33909
33910         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33911           better debug, don't override OFFSET and OFFSET_END
33912
33913 2004-06-25  Iain <iain@prettypeople.org>
33914
33915         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33916         name=source for the wavparse pipeline.
33917
33918 2004-06-24  Johan Dahlin  <johan@gnome.org>
33919
33920         * ext/theora/theoraenc.c (theora_enc_chain): Call
33921         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33922         streamheader caps are set correctly.
33923
33924 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33925
33926         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33927         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33928           respect minimum bitrate; same could be done for max bitrate
33929
33930 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33931
33932         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33933         (gst_vorbisenc_setup):
33934           fix sample rate range
33935
33936 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33937
33938         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33939         (gst_oggvorbisenc_setup):
33940         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33941         (gst_vorbisenc_setup):
33942           resolve ambiguities in code and description
33943
33944 2004-06-24  Wim Taymans  <wim@fluendo.com>
33945
33946         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33947         * ext/alsa/gstalsa.h:
33948         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33949         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33950         Use alsa trigger_tstamp to get the timestamp of the first
33951         sample in the buffer for more precise sync. Some cleanups.
33952
33953 2004-06-24  Wim Taymans  <wim@fluendo.com>
33954
33955         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33956         (gst_audiorate_init), (gst_audiorate_chain),
33957         (gst_audiorate_set_property), (gst_audiorate_get_property):
33958         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33959         (gst_videorate_chain):
33960         Added some logging, fixed an overflow bug in videorate.
33961
33962 2004-06-24  Benjamin Otte  <otte@gnome.org>
33963
33964         * ext/kio/Makefile.am:
33965           fix for builddir != srcdir and distcheck
33966
33967 2004-06-24  Benjamin Otte  <otte@gnome.org>
33968
33969         * gst-libs/gst/colorbalance/Makefile.am:
33970         * gst-libs/gst/mixer/Makefile.am:
33971         * gst-libs/gst/play/Makefile.am:
33972         * gst-libs/gst/tuner/Makefile.am:
33973         * gst/tcp/Makefile.am:
33974         * sys/dxr3/Makefile.am:
33975           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33976           tarball.
33977           Also add all *.list files that were missing.
33978         * Makefile.am:
33979           add a distcheck hook to ensure the above doesn't happen again.
33980
33981 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33982
33983         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33984
33985 2004-06-23  Colin Walters  <walters@redhat.com>
33986
33987         * m4/Makefile.am: Distribute gst-fionread.m4.
33988
33989 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33990
33991         * configure.ac: back to dev
33992
33993 2004-06-23  Wim Taymans  <wim@fluendo.com>
33994
33995         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33996         (gst_alsa_xrun_recovery):
33997         * ext/alsa/gstalsa.h:
33998         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33999         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
34000         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34001         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
34002         (gst_alsa_src_loop):
34003         Add clock to alsasrc. Take new capture timestamp when
34004         restarting after an overrun. Split up some functions between
34005         alsasrc and alsasink.
34006
34007 === release 0.8.2 ===
34008
34009 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34010
34011         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34012         (gst_alsa_change_state), (gst_alsa_update_avail),
34013         (gst_alsa_xrun_recovery):
34014         * ext/alsa/gstalsa.h:
34015         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34016           merge back changes from release
34017
34018 2004-06-23  Wim Taymans  <wim@fluendo.com>
34019
34020         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
34021         (gst_audiorate_init), (gst_audiorate_chain),
34022         (gst_audiorate_set_property), (gst_audiorate_get_property):
34023         Implement sample dropping and notify
34024
34025 2004-06-22  Wim Taymans  <wim@fluendo.com>
34026
34027         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34028         (theora_enc_sink_link), (theora_buffer_from_packet),
34029         (theora_push_packet), (theora_enc_chain):
34030         Some cleanups, make sure the timestamps are correct.
34031
34032 2004-06-22  Wim Taymans  <wim@fluendo.com>
34033
34034         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
34035         (gst_alsa_change_state), (gst_alsa_update_avail),
34036         (gst_alsa_xrun_recovery):
34037         * ext/alsa/gstalsa.h:
34038         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34039         Cleanups, take queued samples into account when reporting
34040         the time.
34041
34042 2004-06-22  Wim Taymans  <wim@fluendo.com>
34043
34044         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34045         (gst_videorate_init):
34046         Initialize the property as well.
34047
34048 2004-06-22  Wim Taymans  <wim@fluendo.com>
34049
34050         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34051         (gst_videorate_init), (gst_videorate_chain),
34052         (gst_videorate_set_property), (gst_videorate_get_property):
34053         Add property to make videorate silent.
34054         Add property to prefer new frames over old ones.
34055
34056 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34057
34058         * sys/osxvideo/Makefile.am:
34059         Workaround so that the osxvideo .so file gets linked with the
34060         Cocoa, OpenGL and QuickTime frameworks
34061
34062 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34063
34064         * sys/osxaudio/Makefile.am:
34065         Workaround so that the osxaudio .so file gets linked with the
34066         CoreAudio framework
34067
34068 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34069
34070         * configure.ac:
34071         Whoops, my fault...fixed build issues
34072
34073 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34074
34075         * configure.ac:
34076         Add objective-c support if running in Darwin/Mac OS X
34077         * sys/Makefile.am:
34078         * sys/osxvideo:
34079         * sys/osxvideo/Makefile.am:
34080         * sys/osxvideo/osxvideosink.h:
34081         * sys/osxvideo/osxvideosink.m:
34082         * sys/osxvideo/cocoawindow.h:
34083         * sys/osxvideo/cocoawindow.m:
34084         Add osxvideosink, a cocoa-based osx video sink
34085
34086
34087 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
34088         * ext/dvdnav/gst-dvd:
34089         Grab the gconf key from the right spot
34090         * gst/debug/gstnavseek.c: (gst_navseek_init),
34091         (gst_navseek_segseek), (gst_navseek_handle_src_event),
34092         (gst_navseek_chain):
34093         * gst/debug/gstnavseek.h:
34094           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34095           and loop parameters of a segment seek.
34096         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34097         (gst_videotestsrc_get_event_masks),
34098         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34099         * gst/videotestsrc/gstvideotestsrc.h:
34100           Add seeking support to videotestsrc
34101           Initialise the timestamp_offset variable.
34102
34103 2004-06-18  Wim Taymans  <wim@fluendo.com>
34104
34105         * ext/sidplay/gstsiddec.cc:
34106         Fix negotiation and set correct end offset.
34107
34108 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34109
34110         * configure.ac: branch and prerelease
34111
34112 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34113
34114         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34115         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34116         (gst_tcpclientsrc_init_receive):
34117         * gst/tcp/gsttcpclientsrc.h:
34118           read caps when connecting to server for GDP so we set them correctly
34119
34120 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34121
34122         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34123           notify drops and duplicates
34124         * gst/videoscale/videoscale.c: (videoscale_get_structure):
34125           no good reason to limit ourselves to 100x100
34126
34127 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34128
34129         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34130         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34131         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34132         (gst_v4lsrc_get_property):
34133         * sys/v4l/gstv4lsrc.h:
34134         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34135         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34136         (gst_v4l_set_audio):
34137         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34138         (gst_v4lsrc_try_capture):
34139         * sys/v4l/v4lsrc_calls.h:
34140           change try_palette to more general try_capture
34141           add autoprobe option so we can turn off autoprobing
34142           various fixes
34143
34144 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34145
34146         * configure.ac:
34147           add videorate
34148         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34149         (gst_ximagesink_class_init):
34150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34151         (gst_xvimagesink_class_init):
34152           run them as finalize, not dispose, since dispose can be invoked
34153           multiple times
34154
34155 2004-06-17  Wim Taymans  <wim@fluendo.com>
34156
34157         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34158         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34159         * ext/alsa/gstalsa.h:
34160         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34161         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34162         (gst_alsa_src_change_state):
34163         * ext/alsa/gstalsasrc.h:
34164         Make the xrun code timestamp and offset the buffers correctly.
34165         moved the clock to the base class, use alsa methods to get time.
34166         Do correct timestamping on outgoing buffers.
34167
34168 2004-06-17  Wim Taymans  <wim@fluendo.com>
34169
34170         * gst/audiorate/Makefile.am:
34171         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34172         (gst_audiorate_base_init), (gst_audiorate_class_init),
34173         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34174         (gst_audiorate_set_property), (gst_audiorate_get_property),
34175         (gst_audiorate_change_state), (plugin_init):
34176         Added an audiorate converter that fills in gaps.
34177
34178 2004-06-17  Johan Dahlin  <johan@gnome.org>
34179
34180         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34181
34182 2004-06-16  Wim Taymans  <wim@fluendo.com>
34183
34184         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34185         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34186         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34187         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34188         (gst_v4lsrc_get_property):
34189         * sys/v4l/gstv4lsrc.h:
34190         Added a copy mode to v4lsrc where it will output a copied version
34191         of its internal hardware buffer.
34192         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34193         can't | them.
34194
34195 2004-06-16  Wim Taymans  <wim@fluendo.com>
34196
34197         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34198         Timestamp fixes.
34199
34200 2004-06-16  Wim Taymans  <wim@fluendo.com>
34201
34202         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34203         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34204         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34205         (gst_v4lsrc_get_property):
34206         * sys/v4l/gstv4lsrc.h:
34207         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34208         Added a sync mode enum property to control v4lsrc timestamp method
34209         Removed the use-fixed-fps property and moved functionality in
34210         the enum.
34211         Don't error on an error value from v4l-conf, it might not always
34212         be a real error.
34213
34214 2004-06-16  Wim Taymans  <wim@fluendo.com>
34215
34216         * gst/videorate/Makefile.am:
34217         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34218         (gst_videorate_base_init), (gst_videorate_class_init),
34219         (gst_videorate_getcaps), (gst_videorate_link),
34220         (gst_videorate_init), (gst_videorate_chain),
34221         (gst_videorate_set_property), (gst_videorate_get_property),
34222         (gst_videorate_change_state), (plugin_init):
34223         Added a video timestamp corrector.
34224
34225 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34226
34227         fixed a potential leak with previous commit
34228
34229         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34230
34231 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34232
34233         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34234         Added missing refcount, fixes bug #144425
34235         Cheers Tim for finding the bug
34236
34237 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34238
34239         * sys/v4l/gstv4l.c: (plugin_init):
34240         * sys/v4l/gstv4lcolorbalance.c:
34241         * sys/v4l/gstv4lcolorbalance.h:
34242         * sys/v4l/gstv4lelement.c:
34243         * sys/v4l/gstv4lelement.h:
34244         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34245         * sys/v4l/gstv4lmjpegsink.h:
34246         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34247         * sys/v4l/gstv4lmjpegsrc.h:
34248         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34249         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34250         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34251         * sys/v4l/gstv4lsrc.h:
34252         * sys/v4l/gstv4ltuner.c:
34253         * sys/v4l/gstv4ltuner.h:
34254         * sys/v4l/gstv4lxoverlay.c:
34255         * sys/v4l/gstv4lxoverlay.h:
34256         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34257         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34258         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34259         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34260         (gst_v4l_set_audio):
34261         * sys/v4l/v4l_calls.h:
34262         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34263         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34264         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34265         (gst_v4lmjpegsink_playback_init),
34266         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34267         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34268         (gst_v4lmjpegsink_playback_stop),
34269         (gst_v4lmjpegsink_playback_deinit):
34270         * sys/v4l/v4lmjpegsink_calls.h:
34271         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34272         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34273         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34274         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34275         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34276         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34277         * sys/v4l/v4lmjpegsrc_calls.h:
34278         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34279         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34280         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34281         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34282         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34283         (gst_v4lsrc_try_palette):
34284         * sys/v4l/v4lsrc_calls.h:
34285           bunch of paranoia cleanups
34286
34287 2004-06-14  David Schleef  <ds@schleef.org>
34288
34289         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34290         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34291         Send discont events and change timestamps appropriately when
34292         we get a seek event.  (bug #144240)
34293         * ext/cdparanoia/gstcdparanoia.h:
34294
34295 2004-06-14  Benjamin Otte  <otte@gnome.org>
34296
34297         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34298           snd_pcm_hw_params_set_rate  since the latter fails for no good
34299           reason on some setups.
34300
34301 2004-06-14  David Schleef  <ds@schleef.org>
34302
34303         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34304         standard.  Thank you for playing.
34305
34306 2004-06-14  Wim Taymans  <wim@fluendo.com>
34307
34308         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34309         Patch 1.3 broke the ordering of the colorspace info and
34310         made the plugin basically work by coincidence, reordered
34311         the info.
34312
34313 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34314
34315         * ext/lame/gstlame.c:
34316         * ext/mad/gstmad.c:
34317           sync caps.  Make sure mad can only output a list of rates, not
34318           a full range.  In the future, have three caps lists for each of the
34319           mpeg versions.  Change mpegversion to a double as well.
34320
34321 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34322
34323         * gst/volume/.cvsignore:
34324         * gst/volume/Makefile.am:
34325         * gst/volume/demo.c: (value_changed_callback), (idler),
34326         (setup_gui), (main):
34327           added small demo app
34328
34329 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34330         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34331         * ext/esd/esdsink.h:
34332         Close the esd connection on pause, because esd will just wait -
34333         blocking all other esd clients indefinitely.
34334
34335 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34336
34337         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34338           previous commit with GST_DEBUG
34339
34340 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34341
34342         * configure.ac:
34343           add a header check for a dvdread header in dvdnav.  Fixes #133002
34344
34345 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34346
34347         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34348         * gst/tcp/gsttcpclientsink.h:
34349         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34350         * gst/tcp/gsttcpclientsrc.h:
34351         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34352         (gst_tcpserversink_handle_server_read),
34353         (gst_tcpserversink_init_send):
34354         * gst/tcp/gsttcpserversink.h:
34355         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34356         * gst/tcp/gsttcpserversrc.h:
34357         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34358         version of IP)
34359
34360 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34361
34362         * configure.ac:
34363         Added ogg library so that OSX detects libtheora properly
34364
34365 2004-06-11  Wim Taymans  <wim@fluendo.com>
34366
34367         * ext/theora/theoradec.c: (theora_dec_chain),
34368         (theora_dec_change_state):
34369         Don't try to decode frames before we received a keyframe.
34370
34371 2004-06-11  Wim Taymans  <wim@fluendo.com>
34372
34373         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34374         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34375         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34376         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34377         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34378         Added property to set the maximum delay of a page.
34379
34380 2004-06-10  Wim Taymans  <wim@fluendo.com>
34381
34382         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34383         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34384         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34385         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34386         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34387         Added max-delay property to control the maximum amount
34388         of data to put in one page.
34389
34390 2004-06-10  Wim Taymans  <wim@fluendo.com>
34391
34392         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34393         (gst_theora_enc_init), (theora_enc_sink_link),
34394         (theora_buffer_from_packet), (theora_enc_set_property),
34395         (theora_enc_get_property):
34396         Set duration on encoded buffer, added some more properties
34397
34398 2004-06-10  Wim Taymans  <wim@fluendo.com>
34399
34400         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34401         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34402         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34403         * ext/theora/theoraenc.c: (theora_enc_chain):
34404         Fix refcounting bugs
34405
34406 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34407
34408         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34409         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34410         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34411         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34412         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34413         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34414         (gst_asf_demux_change_state):
34415         * gst/asfdemux/gstasfdemux.h:
34416           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34417           feels like. I think we should set a new requirement for demuxers
34418           from now on to implement sane loop functions, data loops, query
34419           and seek functions before first commit into CVS. And this commit
34420           fixes all of the above.
34421
34422 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34423
34424         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34425           vorbis comments are properly encoded in UTF-8 before adding them
34426           to a GstTagList
34427
34428 2004-06-09  Benjamin Otte  <otte@gnome.org>
34429
34430         * ext/alsa/gstalsa.c: (add_channels):
34431           handle min <= max correctly
34432         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34433         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34434           add fixation functions so we fixate correctly. No preferring of alaw
34435           anymore because it's the first structure.
34436         * ext/alsa/gstalsa.h:
34437         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34438         (gst_alsa_hw_params_dump):
34439           add functions to ease debugging in alsalib
34440         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34441         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34442         (gst_alsa_start_audio):
34443           only specify hw params if we really setup a format (fixes #134007 -
34444           or at least works around it)
34445
34446 2004-06-09  Wim Taymans  <wim@fluendo.com>
34447
34448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34449         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34450         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34451         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34452         (gst_ogg_mux_loop):
34453         Use stream caps to setup the initial pages in the ogg stream.
34454         Correctly set the streamheader caps on the srcpad.
34455
34456 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34457
34458         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34459         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34460         (gst_v4lsrc_getcaps):
34461         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34462         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34463           add querying of fps lists for webcams.  Negotiating to a framerate
34464           now works.
34465
34466 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34467
34468         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34469         (theora_push_buffer), (theora_push_packet),
34470         (theora_set_header_on_caps), (theora_enc_chain):
34471           mark buffers and put on streamheader, raw theora streaming
34472           now works too, whee
34473
34474 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34475
34476         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34477         (gst_tcp_gdp_read_caps):
34478           do a looping read for caps and GDP headers too
34479
34480 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34481
34482         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34483         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34484           return EOS instead of NULL in _get
34485
34486 2004-06-08  Wim Taymans  <wim@fluendo.com>
34487
34488         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34489         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34490         (gst_tcp_gdp_write_caps):
34491         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34492         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34493         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34494         Memory leak fixes
34495
34496 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34497
34498         * ext/vorbis/Makefile.am:
34499         * ext/vorbis/vorbis.c: (plugin_init):
34500         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34501         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34502         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34503         (vorbis_parse_change_state):
34504         * ext/vorbis/vorbisparse.h:
34505           adding a vorbisparse element that marks the buffers, streaming
34506           raw vorbis using GDP now works, whee
34507
34508 2004-06-08  Wim Taymans  <wim@fluendo.com>
34509
34510         * ext/jpeg/Makefile.am:
34511         * ext/jpeg/README:
34512         * ext/jpeg/gstjpeg.c: (plugin_init):
34513         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34514         (gst_smokedec_base_init), (gst_smokedec_class_init),
34515         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34516         * ext/jpeg/gstsmokedec.h:
34517         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34518         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34519         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34520         (gst_smokeenc_resync), (gst_smokeenc_chain),
34521         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34522         * ext/jpeg/gstsmokeenc.h:
34523         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34524         (smokecodec_flush_destination), (smokecodec_term_destination),
34525         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34526         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34527         (smokecodec_term_source), (smokecodec_encode_new),
34528         (smokecodec_decode_new), (smokecodec_info_free),
34529         (smokecodec_set_quality), (smokecodec_get_quality),
34530         (smokecodec_set_threshold), (smokecodec_get_threshold),
34531         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34532         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34533         (smokecodec_parse_header), (smokecodec_decode):
34534         * ext/jpeg/smokecodec.h:
34535         Added a new simple jpeg based codec
34536
34537 2004-06-08  Wim Taymans  <wim@fluendo.com>
34538
34539         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34540         (gst_multipart_mux_loop):
34541         Fix memory leak
34542
34543 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34544
34545         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34546         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34547         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34548         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34549         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34550         * gst/tcp/gsttcpserversink.h:
34551           take streamheader into account
34552
34553 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34554
34555         * gst/level/Makefile.am:
34556         * gst/level/gstlevel.c: (gst_level_class_init):
34557           clean up marshal generation
34558
34559 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34560
34561         * gst/tcp/Makefile.am:
34562         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34563         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34564         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34565         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34566         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34567         (gst_tcpclientsrc_get_property):
34568         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34569         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34570         (gst_tcpserversink_handle_client_read),
34571         (gst_tcpserversink_handle_client_write),
34572         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34573         * gst/tcp/gsttcpserversink.h:
34574           add signals client-added and client-removed
34575         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34576         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34577         (gst_tcpserversrc_get_property):
34578         uniformized, change default protocol to NONE
34579         * gst/tcp/gsttcp-marshal.list: added
34580 2004-06-07  Benjamin Otte  <otte@gnome.org>
34581
34582         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34583           handle discont events if they happen before caps nego
34584
34585 2004-06-07  Wim Taymans  <wim@fluendo.com>
34586
34587         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34588         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34589         (gst_multipart_demux_plugin_init):
34590         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34591         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34592         (gst_multipart_mux_change_state):
34593         Small updates, fix a memleak
34594
34595 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34596
34597         * configure.ac: OSS portability
34598         * ext/arts/gst_arts.c: idem
34599         * sys/oss/gstosselement.c: idem
34600         * sys/oss/gstossmixer.c: idem
34601         * sys/oss/gstosssink.c: idem
34602         * sys/oss/gstosssrc.c: idem
34603         * sys/oss/oss_probe.c: idem
34604           - check for soundcard.h in different places for some BSD
34605
34606 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34607
34608         * AUTHORS:
34609         Add me to the authors file
34610         * configure.ac:
34611         Increase the libdv requirement to >= version 0.100
34612         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34613         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34614         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34615         * ext/dv/gstdvdec.h:
34616         Add support for the new_media flag when sending DISCONT events
34617         Make the querying work when video pad is not linked
34618
34619 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34620
34621         reviewed by Benjamin Otte  <otte@gnome.org>
34622
34623         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34624           create a NULL-initialized array of pads, so we don't think they
34625           exist already. (fixes #143130)
34626
34627 2004-06-07  Benjamin Otte  <otte@gnome.org>
34628
34629         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34630         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34631         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34632           don't use // coments
34633
34634 2004-06-07  Benjamin Otte  <otte@gnome.org>
34635
34636         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34637           cast to GstClockTime to get higher granularity
34638         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34639           use gst_element_set_time_delay to get the exact time
34640         * ext/mad/gstmad.c: (gst_mad_chain):
34641           use the negotiated rate instead of the current frame's rate which
34642           might be wrong because of bit errors. This avoids emitting totally
34643           bogus timestamps and screwing sync.
34644         (fixes #143454)
34645
34646 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34647
34648         reviewed by Benjamin Otte  <otte@gnome.org>
34649
34650         * gst/adder/gstadder.c: (gst_adder_loop):
34651           properly error out when no negotiation has happened yet. (fixes
34652           #143032)
34653
34654 2004-06-06  Benjamin Otte  <otte@gnome.org>
34655
34656         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34657           forward correctly transformed offset in discont events. Based on
34658           patch by Arwed v. Merkatz. (fixes #142851)
34659
34660 2004-06-06  David Schleef  <ds@schleef.org>
34661
34662         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34663         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34664         problems on several systems.
34665
34666 2004-06-06  Benjamin Otte  <otte@gnome.org>
34667
34668         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34669           use explicit caps on the srcpad
34670         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34671           properly error out if caps couldn't be set (fixes #142764)
34672
34673 2004-06-06  Benjamin Otte  <otte@gnome.org>
34674
34675         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34676         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34677         (gst_alsa_start_audio):
34678           - don't call set_periods_integer anymore, it breaks the
34679           configuration randomly
34680           - call snd_pcm_hw_params_set_access directly instead of using masks
34681           - don't fail if the sw_params can't be set, just use the default
34682           params and hope it works. Alsalib has weird issues when you touch
34683           sw_params and does no proper error reporting about what failed.
34684         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34685         (gst_alsa_close_audio):
34686           make our alsa debugging go via gst debugging and not conditionally
34687           defined
34688         * ext/alsa/gstalsa.h:
34689           add ALSA_DEBUG_FLUSH macro
34690         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34691         (plugin_init):
34692           wrap alsa errors to be printed via the gst debugging system and not
34693           spammed to stderr
34694
34695 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34696
34697         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34698         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34699         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34700         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34701         (qtdemux_parse_trak):
34702         * gst/qtdemux/qtdemux.h:
34703           Bitch. Also known as seeking, querying & co.
34704         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34705         (gst_osssink_change_state):
34706         * sys/oss/gstosssink.h:
34707           Resyncing is for weenies, this hack is no longer needed and was
34708           broken anyway (since it - unintendedly - always leaves resync to
34709           TRUE).
34710
34711 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34712
34713         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34714         * gst/tcp/gsttcpclientsrc.h: idem
34715           - define MSG_NOSIGNAL if not done
34716           - include unistd.h for off_t
34717           (fixes #143749)
34718
34719 2004-06-05  Benjamin Otte  <otte@gnome.org>
34720
34721         * configure.ac:
34722         * ext/kio/Makefile.am:
34723           check for qt's moc preprocessor explicitly and use it
34724
34725 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34726
34727         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34728           don't get a signal for EPIPE on socket writes
34729           (somebody check if this works on other platforms)
34730
34731 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34732
34733         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34734         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34735           check error condition on available samples correctly
34736
34737 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34738
34739         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34740           avoid a segfault
34741         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34742         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34743         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34744         (gst_tcpserversrc_gdp_read_header):
34745          use ssize_t over size_t since the former is signed and thus the
34746          check for error codes can work
34747
34748 2004-06-02  Wim Taymans  <wim@fluendo.com>
34749
34750         reviewed by: Johan
34751
34752         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34753         (gst_multipart_mux_loop):
34754         Oops
34755
34756 2004-06-02  Wim Taymans  <wim@fluendo.com>
34757
34758         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34759         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34760         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34761         (gst_multipart_mux_change_state):
34762         Added configurable boundary specifier, added the value as a
34763         caps field as well.
34764
34765 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34766
34767         * gst/tcp/gsttcp.c:
34768         * gst/tcp/gsttcpclientsrc.c:
34769         * gst/tcp/gsttcpclientsrc.h:
34770         * gst/tcp/gsttcpserversrc.c:
34771           - portability fix, to compile on OSX
34772             (fixes #143146)
34773
34774         * sys/osxaudio/gstosxaudioelement.c:
34775         * sys/osxaudio/gstosxaudiosink.c:
34776         * sys/osxaudio/gstosxaudiosrc.c:
34777           - compilation warnings on OSX
34778             (fixes #143153)
34779
34780 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34781
34782         * ext/vorbis/vorbisdec.c : sign warning fixes
34783
34784         * gst-libs/gst/mixer/mixertrack.c :
34785           do no use defines which are glib 2.4 specific
34786
34787 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34788
34789         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34790           buffer since libflac doesn't expect it (reports a sync error when
34791           it encounters that)
34792
34793
34794 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34795
34796         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34797         * gst-libs/gst/mixer/mixertrack.c:
34798         (gst_mixer_track_get_property), (get_mixer_track_init),
34799         (get_mixer_track_get_property): Added property accessors
34800         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34801         * gst-libs/gst/mixer/mixeroptions.c:
34802         (gst_mixer_options_get_values): Added
34803         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34804         * gst-libs/gst/mixer/mixer.c: Fixed comment
34805
34806
34807 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34808
34809         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34810           improve error messages on open
34811
34812
34813 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34814
34815         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34816           check if v4l-conf is in path
34817
34818 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34819
34820         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34821           change assert to a more readable error message
34822
34823 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34824
34825         * gst-libs/gst/tuner/tunerchannel.h:
34826           - add a freq_multiplicator field to make the conversion
34827             between internal frequency unit and Hz
34828         * sys/v4l/gstv4lelement.c:
34829         * sys/v4l2/gstv4l2element.c:
34830           - change default video device to /dev/video0
34831         * sys/v4l/v4l_calls.c:
34832         * sys/v4l2/v4l2_calls.c:
34833           - we only expose frequency to the user in Hz instead of
34834             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34835
34836 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34837         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34838           Initialise b_o_s and e_o_s variables
34839         * gst-libs/gst/riff/riff-media.c:
34840         (gst_riff_create_video_caps_with_data):
34841           Add some unusual fourcc's from mplayer avi's
34842         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34843           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34844           autoplugging.
34845
34846 2004-05-28  Wim Taymans  <wim@fluendo.com>
34847
34848         * configure.ac:
34849         * gst/alpha/Makefile.am:
34850         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34851         (gst_alpha_get_type), (gst_alpha_base_init),
34852         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34853         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34854         (gst_alpha_chroma_key), (gst_alpha_chain),
34855         (gst_alpha_change_state), (plugin_init):
34856         A plugin to add an alpha channel to I420 video. Can optionally do
34857         chroma keying.
34858         * gst/multipart/Makefile.am:
34859         * gst/multipart/multipart.c: (plugin_init):
34860         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34861         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34862         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34863         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34864         (gst_multipart_demux_change_state),
34865         (gst_multipart_demux_plugin_init):
34866         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34867         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34868         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34869         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34870         (gst_multipart_mux_pad_unlink),
34871         (gst_multipart_mux_request_new_pad),
34872         (gst_multipart_mux_handle_src_event),
34873         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34874         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34875         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34876         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34877         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34878         send multipart jpeg images to a browser.
34879         * gst/videobox/Makefile.am:
34880         * gst/videobox/README:
34881         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34882         (gst_video_box_get_type), (gst_video_box_base_init),
34883         (gst_video_box_class_init), (gst_video_box_init),
34884         (gst_video_box_set_property), (gst_video_box_get_property),
34885         (gst_video_box_sink_link), (gst_video_box_i420),
34886         (gst_video_box_ayuv), (gst_video_box_chain),
34887         (gst_video_box_change_state), (plugin_init):
34888         Crops or adds borders around an image. can do alpha channel
34889         borders as well.
34890         * gst/videomixer/Makefile.am:
34891         * gst/videomixer/README:
34892         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34893         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34894         (gst_videomixer_pad_get_sink_event_masks),
34895         (gst_videomixer_pad_get_property),
34896         (gst_videomixer_pad_set_property),
34897         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34898         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34899         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34900         (gst_videomixer_base_init), (gst_videomixer_class_init),
34901         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34902         (gst_videomixer_handle_src_event),
34903         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34904         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34905         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34906         (gst_videomixer_loop), (gst_videomixer_get_property),
34907         (gst_videomixer_set_property), (gst_videomixer_change_state),
34908         (plugin_init):
34909         Generic video mixer plugin, can handle multiple inputs all with
34910         different framerates and video sizes. Is fully alpha channel
34911         aware.
34912
34913 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34914
34915         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34916           Select first track as master track. Not sure how else to handle
34917           that...
34918         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34919           Discard discont events. Should fix #142962.
34920
34921 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34922
34923         * ext/alsa/Makefile.am:
34924         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34925         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34926         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34927         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34928         (gst_alsa_mixer_get_option):
34929         * ext/alsa/gstalsamixer.h:
34930         * ext/alsa/gstalsamixeroptions.c:
34931         (gst_alsa_mixer_options_get_type),
34932         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34933         (gst_alsa_mixer_options_new):
34934         * ext/alsa/gstalsamixeroptions.h:
34935         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34936         * ext/alsa/gstalsamixertrack.h:
34937           Add enumerations (as GstMixerOptions). Make correct distinction
34938           between input/output tracks. Add capture/playback private flag.
34939           Use flag to decide on whether to set capture or playback volumes
34940           or switches. Use playback and record switches.
34941         * gst-libs/gst/mixer/Makefile.am:
34942         * gst-libs/gst/mixer/mixer-marshal.list:
34943         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34944         (gst_mixer_set_option), (gst_mixer_get_option),
34945         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34946         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34947         * gst-libs/gst/mixer/mixer.h:
34948         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34949         (gst_mixer_options_class_init), (gst_mixer_options_init),
34950         (gst_mixer_options_dispose):
34951         * gst-libs/gst/mixer/mixeroptions.h:
34952           Add GstMixerOptions.
34953         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34954           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34955           broken device detection on computers with multiple OSS sound
34956           cards.
34957
34958 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34959
34960         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34961           fixate nicely even when the peer is not negotiating
34962
34963 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34964
34965         * gst/audioconvert/gstaudioconvert.c:
34966         (gst_audio_convert_parse_caps):
34967           make sure we don't allow depth > width
34968         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34969           fixate endianness to G_BYTE_ORDER as default
34970         * gst/audioscale/gstaudioscale.c:
34971           we don't handle another endianness as host-endianness
34972
34973 2004-05-25  David Schleef  <ds@schleef.org>
34974
34975         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34976
34977 2004-05-24  Benjamin Otte  <otte@gnome.org>
34978
34979         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34980         (gst_oggvorbisenc_setup):
34981           properly fail when we can't setup the vorbis encoder due to
34982           unsupported settings
34983         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34984         (gst_vorbisenc_setup):
34985           same
34986         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34987           fix case where warnings occured when one pad was unlinked while the
34988           other's link function was called
34989
34990 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34991
34992         * gst/tcp/Makefile.am:
34993           use GST_ENABLE_NEW
34994
34995 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34996
34997         * gst-libs/gst/resample/private.h:
34998           don't use optimizations that are #if 0'ed
34999
35000 2004-05-24  Wim Taymans  <wim@fluendo.com>
35001
35002         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
35003         Fix potential division by zero error and hopefully get
35004         the position query right to get correct timestamps on avi
35005         audio.
35006
35007 2004-05-24  Wim Taymans  <wim@fluendo.com>
35008
35009         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
35010         (gst_videoscale_scale_nearest_str2),
35011         (gst_videoscale_scale_nearest_str4),
35012         (gst_videoscale_scale_nearest_32bit),
35013         (gst_videoscale_scale_nearest_24bit),
35014         (gst_videoscale_scale_nearest_16bit):
35015         Fix the scaling algorithm and avoid a buffer overflow.
35016         removed the while loop in the scaling function as it
35017         was used for point sampling only.
35018
35019 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35020
35021         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35022         (gst_id3_tag_class_init), (gst_id3_tag_init),
35023         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
35024         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
35025         (gst_id3_tag_send_tag_event):
35026           lots of fixes to make id3mux work and id3demux work correctly
35027
35028 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35029
35030         * ext/Makefile.am:
35031           add rules to build shout2send (was removed by accident
35032           when this module was no more marked experimental/broken)
35033
35034 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35035
35036         * ext/shout2/gstshout2.c:
35037         * ext/shout2/gstshout2.h:
35038           adding a "connection problem" signal to shout2send
35039           (fixes #142954)
35040
35041 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35042
35043         * ext/kio/kioreceiver.cpp:
35044         * ext/kio/kioreceiver.h:
35045           fix sign comparison issues
35046
35047 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35048
35049         * gst/cdxaparse/gstcdxaparse.c:
35050         * gst/cdxaparse/gstcdxaparse.h:
35051           some renaming
35052           add some checks/sanity
35053           prepare for seek addition
35054
35055         * sys/sunaudio/gstsunaudio.c:
35056           remove exported dupe init function
35057
35058 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
35059
35060         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
35061         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
35062           Fix format conversion and position querying.
35063         * gst/debug/progressreport.c: (gst_progressreport_report):
35064           Don't output a bogus total value that we didn't query.
35065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35066           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
35067           only a blank window after xine has been used.
35068
35069 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
35070
35071         * m4/as-arts.m4:
35072           sync with upstream version to fix test on FC2
35073           readd with -ko to preserve Id header
35074
35075 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35076
35077         * configure.ac:
35078           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
35079         * gst/tcp/gsttcpclientsrc.c: idem
35080         * gst/tcp/gsttcpserversink.c: idem
35081         * gst/tcp/gsttcpserversrc.c: idem
35082         * m4/gst-fionread.m4: idem
35083
35084         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35085
35086         * configure.ac: enable speex plugin for speex 1.1.5+
35087         * ext/speex/gstspeexenc.c: fix cast warning
35088
35089         * ext/esd/README: fix typo
35090
35091 2004-05-20  David Schleef  <ds@schleef.org>
35092
35093         * configure.ac: Minor cosmetic change to convince the buildbot to
35094         reautogen.
35095         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35096         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35097         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35098         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35099         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35100         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35101         More hacking.  Plays audio now.
35102
35103 2004-05-20  David Schleef  <ds@schleef.org>
35104
35105         * configure.ac:
35106         * sys/Makefile.am:
35107
35108 2004-05-20  David Schleef  <ds@schleef.org>
35109
35110         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
35111         * sys/osxaudio/gstosxaudio.c:
35112         * sys/osxaudio/gstosxaudioelement.c:
35113         * sys/osxaudio/gstosxaudioelement.h:
35114         * sys/osxaudio/gstosxaudiosink.c:
35115         * sys/osxaudio/gstosxaudiosink.h:
35116         * sys/osxaudio/gstosxaudiosrc.c:
35117         * sys/osxaudio/gstosxaudiosrc.h:
35118
35119 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35120
35121         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35122         (gst_vorbisenc_chain):
35123           put the codec headers on the caps as streamheader as well as
35124           pushing them out
35125
35126 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35127
35128         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35129         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35130         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35131         split up push_packet into two functions
35132
35133 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35134
35135         * gst/tcp/.cvsignore:
35136           ignore enums
35137         * gst/tcp/Makefile.am:
35138         * gst/tcp/README:
35139         * gst/tcp/gsttcp.c:
35140         * gst/tcp/gsttcp.h:
35141         * gst/tcp/gsttcpclientsink.c:
35142         * gst/tcp/gsttcpclientsink.h:
35143         * gst/tcp/gsttcpclientsrc.c:
35144         * gst/tcp/gsttcpclientsrc.h:
35145         * gst/tcp/gsttcpplugin.c:
35146         * gst/tcp/gsttcpserversink.c:
35147         * gst/tcp/gsttcpserversink.h:
35148         * gst/tcp/gsttcpserversrc.c:
35149         * gst/tcp/gsttcpserversrc.h:
35150           add new tcp elements
35151
35152 2004-05-19  Wim Taymans  <wim@fluendo.com>
35153
35154         * gst/law/mulaw-conversion.c: (mulaw_encode):
35155         Fix overflow bug in ulaw encoding.
35156
35157 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35158
35159         * ext/mad/gstmad.c: (gst_mad_handle_event):
35160           don't unref the event twice
35161
35162 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35163
35164         * configure.ac:
35165           remove -Wno-sign-compare
35166
35167 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35168
35169         * configure.ac:
35170           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35171           if you want to work against glib 2.2 and 2.4
35172
35173 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35174
35175         * gst/tcp/Makefile.am:
35176         * gst/tcp/gsttcp.c:
35177         * gst/tcp/gsttcp.h:
35178         * gst/tcp/gsttcpsink.h:
35179         * gst/tcp/gsttcpsrc.h:
35180           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35181
35182 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35183
35184         * gst/debug/tests.c: (md5_get_value):
35185           fix segfault on gst-inspect
35186
35187 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35188
35189         * gst/debug/testplugin.c:
35190         * gst/debug/tests.c:
35191         * gst/debug/tests.h:
35192           add new extensible and configurable testing element. Current tests
35193           include buffer count, stream length, timestamp/duration matching and
35194           md5.
35195         * gst/debug/Makefile.am:
35196         * gst/debug/gstdebug.c: (plugin_init):
35197           add infrastructure for new element
35198
35199 2004-05-19  Johan Dahlin  <johan@gnome.org>
35200
35201         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35202         ending of the array. Fixes gst-inspect segfault on ppc.
35203
35204 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35205
35206         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35207
35208         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35209
35210 2004-05-18  David Schleef  <ds@schleef.org>
35211
35212         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35213         warnings (bugs, actually) noticed by gcc but not forte.
35214
35215 2004-05-18  David Schleef  <ds@schleef.org>
35216
35217         * sys/sunaudio/Makefile.am:
35218         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35219
35220 2004-05-18  David Schleef  <ds@schleef.org>
35221
35222         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35223         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35224         to allow qtdemux to use non-seekable streams. (bug #142272)
35225
35226 2004-05-18  David Schleef  <ds@schleef.org>
35227
35228         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35229         (gst_resample_sinc_ft_float): Remove use of static temporary
35230         buffer.  This code was obviously not supposed to last long, but
35231         it's stuck in our ABI, so it required a little hack to make it
35232         ABI-compatible.  Fixes #142585.
35233         * gst-libs/gst/resample/resample.h: same.
35234
35235 2004-05-18  David Schleef  <ds@schleef.org>
35236
35237         * configure.ac: Add sunaudio
35238         * examples/Makefile.am: make gstplay depend on gconf
35239         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35240         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35241         (convert_table_lookup), (img_convert): remove c99-isms
35242         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35243           unsigned, to fix a warning on Solaris
35244         * gst/mpeg1sys/systems.c: bcopy->memcpy
35245         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35246         * sys/Makefile.am: Add sunaudio
35247
35248 2004-05-18  Wim Taymans  <wim@fluendo.com>
35249
35250         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35251         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35252         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35253         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35254         (gst_ogg_mux_loop):
35255         Fix an ugly memleak where the muxer didn't flush enough ogg
35256         pages. This also resulted in badly muxed ogg files.
35257
35258 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35259
35260         * gst/asfdemux/asfheaders.c :
35261         * gst/asfdemux/asfheaders.h :
35262         * gst/asfdemux/gstasfdemux.c :
35263           - fix ASF_OBJ_PADDING guid
35264           - add 3 new object guids (language list, metadata,
35265             extended stream properties)
35266           - add a function to parse extended header objects
35267
35268 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35269
35270         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35271           remove leftover debugging g_print
35272
35273 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35274
35275         * ext/mad/gstmad.c: (gst_mad_handle_event):
35276           Fix for when the first format in a discont event is not a
35277           byte-based one. Should fix #137710.
35278
35279 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35280
35281         * m4/a52.m4 : fix compilation with -Wall -Werror
35282         * m4/libfame.m4 : idem
35283         * m4/libmikmod.m4 : idem
35284
35285 2004-05-17  Benjamin Otte  <otte@gnome.org>
35286
35287         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35288           signal the new tags before giving up the reference
35289
35290 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35291
35292         * ext/shout2/gstshout2.c:
35293           use application/ogg instead of application/x-ogg (patch by Patrick
35294           Guimond, fixes #142432)
35295         * sys/oss/gstosselement.c: (gst_osselement_reset),
35296         (gst_osselement_sync_parms):
35297           don't set fragment size unless specified (fixes #142493)
35298
35299 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35300
35301         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35302           fixes #142664
35303
35304 2004-05-17  Benjamin Otte  <otte@gnome.org>
35305
35306         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35307           compute offsets correctly for internal buffers so timestamps are set
35308           correctly when we can't seek. Also handle cases where there are no
35309           offsets. (based on a patch by David Moore, fixes #142507)
35310
35311 2004-05-17  Benjamin Otte  <otte@gnome.org>
35312
35313         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35314           use correct variable when determining amount of data to skip so we
35315           don't skip into the void and segfault
35316
35317 2004-05-16  Benjamin Otte  <otte@gnome.org>
35318
35319         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35320           Hi, I'm a memleak
35321
35322 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35323
35324         * gst/asfdemux/gstasfdemux.c:
35325           - fix a mem leak and always propagate tags
35326           - add WMV3 to known video codecs (but no decoder yet)
35327           - replace "surplus data" at end of audio header for what
35328             it is : codec specific data
35329           - fix a typo
35330
35331 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35332
35333         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35334
35335         * gst-libs/gst/audio/audioclock.c:
35336           Fix wrong return type (#142205).
35337
35338 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35339
35340         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35341           Ignore CRCs by default (fixes #142566).
35342
35343 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35344
35345         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35346         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35347         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35348         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35349         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35350         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35351           Fix for cases where we fail to attach to a mixer.
35352
35353 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35354
35355         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35356           Don't touch events after not owning them anymore.
35357         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35358         (gst_wavparse_fmt), (gst_wavparse_other),
35359         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35360         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35361         (gst_wavparse_srcpad_event):
35362         * gst/wavparse/gstwavparse.h:
35363           Add seeking, fix querying.
35364
35365 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35366
35367         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35368           - process comments even if they don't end with \0\0
35369             g_convert would ignore them if present and works well without them
35370
35371 2004-05-16  Benjamin Otte  <otte@gnome.org>
35372
35373         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35374           simplify caps
35375
35376 2004-05-16  Benjamin Otte  <otte@gnome.org>
35377
35378         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35379           don't write to memory we might not write to - g_convert does that
35380           for us anyway (fixes #142613)
35381         (gst_asf_demux_audio_caps):
35382           comment out gst_util_dump_mem
35383
35384 2004-05-16  Benjamin Otte  <otte@gnome.org>
35385
35386         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35387           compute correct expected timestamps after seek (broken since
35388           last commit)
35389         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35390           rename element and debugging category to gdkpixbufscale
35391
35392 2004-05-16  Benjamin Otte  <otte@gnome.org>
35393
35394         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35395           add error checking to snd_pcm_delay and remove duplicate call to
35396           snd_pcm_delay that caused issues (see inline code comments)
35397         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35398           make more readable and fix return value when snd_pcm_delay fails
35399         (fixes #142586)
35400
35401 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35402         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35403         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35404         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35405         (gst_pixbufscale_link), (gst_pixbufscale_init),
35406         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35407         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35408         (gst_pixbufscale_get_property), (pixbufscale_init):
35409         * ext/gdk_pixbuf/pixbufscale.h:
35410         Add these files I forgot earlier
35411
35412 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35413         * ext/gdk_pixbuf/Makefile.am:
35414         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35415         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35416         Add new pixbufscale element to scale RGB video
35417         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35418         and HYPER interpolation correctly.
35419         * ext/theora/theoraenc.c: (theora_enc_chain),
35420         Discard buffer and return if explicit caps could not be set
35421         (theora_enc_get_property):
35422         Make _get return kbps for the bitrate consistent with
35423         the _set function.
35424
35425
35426 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35427
35428         * ext/libvisual/visual.c: (gst_visual_chain):
35429           add missing visual_audio_analyze
35430
35431 2004-05-14  David Schleef  <ds@schleef.org>
35432
35433         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35434         is killed while we're playing.
35435         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35436         gst_element_no_more_pads().
35437
35438 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35439
35440         * gst-libs/gst/riff/riff-read.c :
35441           - fix INFO tag extraction in RIFF/AVI files
35442             because gst_event_unref (event) also freed taglist
35443           - avoid a mem leak
35444
35445 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35446
35447         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35448         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35449
35450         * gst/auparse/gstauparse.c :
35451           - add code (commented for now) to support audio/x-adpcm on src pad
35452             (we have no decoder for those layout yet)
35453
35454         * gst/cdxaparse/gstcdxaparse.c :
35455         * gst/cdxaparse/gstcdxaparse.h :
35456           - partial rewrite using RiffRead (ripped iain's wavparse code)
35457
35458         * gst/rtp/gstrtpL16enc.c : typo
35459         * gst/rtp/gstrtpgsmenc.c : typo
35460
35461 2004-05-13  Benjamin Otte  <otte@gnome.org>
35462
35463         * configure.ac:
35464           check for exact version of libvisual, it's not supposed to be
35465           API/ABI stable yet
35466
35467 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35468
35469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35470           signal no-more-pads
35471
35472 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35473
35474         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35475         Report which format was used for GST_FORMAT_DEFAULT
35476         * gst/debug/Makefile.am:
35477         * gst/debug/gstdebug.c: (plugin_init):
35478         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35479         (gst_progressreport_class_init), (gst_progressreport_init),
35480         (gst_progressreport_report), (gst_progressreport_set_property),
35481         (gst_progressreport_get_property), (gst_progressreport_chain),
35482         (gst_progressreport_plugin_init):
35483         Add progressreport element for testing.
35484
35485 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35486
35487         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35488         * sys/v4l/gstv4lsrc.h:
35489         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35490         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35491         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35492         (gst_v4lsrc_grab_frame):
35493           add more debugging
35494           send a discont at start
35495
35496 2004-05-12  Colin Walters  <walters@redhat.com>
35497
35498         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35499         inflooping if we can't find a chunk.  Or in other words, don't blow
35500         chunks if we don't have a chunk to blow.
35501
35502 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35503         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35504         Remove old debug output
35505         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35506         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35507         (gst_dvdec_set_property), (gst_dvdec_get_property):
35508         Change the quality setting to an enum, so it works from gst-launch
35509         Don't renegotiate a non-linked pad. Allows audio only decoding.
35510         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35511         (gst_deinterlace_link), (gst_deinterlace_init):
35512         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35513         (gst_videodrop_link):
35514         Some caps negotiation fixes
35515
35516 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35517
35518         * ext/tarkin/gsttarkin.c :
35519           - Change RANK from NONE to PRIMARY
35520         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35521           - Change RANK from NONE to MARGINAL
35522         * ext/divx/gstdivxenc.c :
35523           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35524
35525 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35526
35527         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35528         (gst_vorbisenc_push_packet):
35529           copy a function that was added between 1.0 and 1.0.1 until we
35530           depend on worthwhile features of post-1.0
35531
35532 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35533
35534         * configure.ac:
35535           enable shout2 by default
35536         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35537         (gst_shout2send_base_init), (gst_shout2send_init),
35538         (gst_shout2send_connect), (gst_shout2send_change_state):
35539         * ext/shout2/gstshout2.h:
35540           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35541           #142262)
35542         * ext/theora/theora.c: (plugin_init):
35543           don't set rank on encoders
35544
35545 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35546
35547         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35548           Use codec_data property instead of flag1 and flag2 for wma
35549
35550 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35551
35552         * gst/cdxaparse/gstcdxaparse.c :
35553           - Add mpegversion to CAPS to make it link
35554           - Rank is as GST_RANK_SECONDARY instead of NONE
35555         * gst/auparse/gstauparse.c :
35556           - Document all audio encoding we can encounter from Solaris 9
35557             headers and libsndfile information.
35558           - Increase max. rate from 48000 to 192000 (to match other elements)
35559           - Don't try to play junk data between header and samples
35560
35561 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35562
35563         * ext/libvisual/visual.c: (gst_visual_getcaps):
35564           use the right caps depending on endianness (I hope)
35565         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35566           use GST_RANK_NONE for all non-decoding elements or spider gets
35567           mighty confused
35568
35569 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35570
35571         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35572           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35573
35574 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35575
35576         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35577         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35578         (gst_switch_loop), (gst_switch_get_type):
35579           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35580           HEADERS. Had to be said.
35581
35582 2004-05-10  David Schleef  <ds@schleef.org>
35583
35584         * configure.ac: Add prototype Dirac support.
35585         * ext/Makefile.am:
35586         * ext/dirac/Makefile.am:
35587         * ext/dirac/gstdirac.cc:
35588         * ext/dirac/gstdiracdec.cc:
35589
35590 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35591
35592         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35593         (gst_auparse_init), (gst_auparse_chain),
35594         (gst_auparse_change_state):
35595           Hack around spider. Remove me some day please.
35596
35597 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35598
35599         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35600           Fix for some uninitialized variables in previous patch, also
35601           makes it work. Fixes #142286 while we're at it.
35602
35603 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35604
35605         * gst/auparse/gstauparse.c:
35606                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35607                 only unsupported formats are ADPCM/CCITT G.72x
35608                 reviewed by Ronald
35609         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35610
35611 2004-05-10  Wim Taymans  <wim@fluendo.com>
35612
35613         * ext/vorbis/Makefile.am:
35614         * ext/vorbis/README:
35615         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35616         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35617         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35618         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35619         (gst_oggvorbisenc_convert_sink),
35620         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35621         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35622         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35623         (get_constraints_string), (update_start_message),
35624         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35625         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35626         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35627         * ext/vorbis/oggvorbisenc.h:
35628         * ext/vorbis/vorbis.c: (plugin_init):
35629         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35630         (raw_caps_factory), (gst_vorbisenc_class_init),
35631         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35632         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35633         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35634         * ext/vorbis/vorbisenc.h:
35635         Added a raw vorbis encoder to be used with the oggmuxer.
35636         We still need the old encoder for some gnome applications,
35637         read the README to find out how that works.
35638         The raw encoder is called "rawvorbisenc" until 0.9.
35639
35640 2004-05-10  Wim Taymans  <wim@fluendo.com>
35641
35642         * ext/ogg/gstogg.c: (plugin_init):
35643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35644         (gst_ogg_print):
35645         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35646         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35647         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35648         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35649         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35650         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35651         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35652         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35653         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35654         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35655         Added an ogg muxer.
35656         Small typo fixes in the demuxer.
35657
35658 2004-05-10  Wim Taymans  <wim@fluendo.com>
35659
35660         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35661         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35662         (theora_enc_change_state), (theora_enc_set_property),
35663         (theora_enc_get_property):
35664         Mark the last packet with an EOS flag which is not really needed
35665         in gstreamer.
35666         Do some better video framerate initialisation.
35667         Update the buffer timestamp.
35668
35669 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35670
35671         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35672         Return the result of the parent state change call
35673
35674 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35675
35676         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35677         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35678         * gst/law/alaw-encode.c : (idem)
35679         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35680         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35681         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35682
35683 2004-05-09  Benjamin Otte  <otte@gnome.org>
35684
35685         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35686           don't use a fixed buffer size when writing variable length data to
35687           it. Fixes memory corruption and makes alsasrc work
35688
35689 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35690
35691         * ext/gnomevfs/gstgnomevfssink.c:
35692         (_gst_boolean_allow_overwrite_accumulator),
35693         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35694           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35695           RUN_LAST, and don't use that to set the accumulator value because
35696           then it's always FALSE.
35697
35698 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35699
35700         * gst-libs/gst/riff/riff-media.c:
35701         (gst_riff_create_video_caps_with_data),
35702         (gst_riff_create_audio_caps),
35703         (gst_riff_create_audio_template_caps):
35704         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35705           Fix for unaligned RIFF files (i.e. where all the chunks together
35706           in a LIST chunk are not of the same size as the size given in
35707           the LIST chunk header). Fixes several odd WAVE files. Also fix
35708           ADPCM (block_align property) in audio, so that wavparse based
35709           on this works now as it used to stand-alone.
35710
35711 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35712
35713         reviewed by Benjamin Otte  <otte@gnome.org>
35714
35715         * ext/a52dec/gsta52dec.c:
35716         * ext/divx/gstdivxdec.c:
35717         * ext/divx/gstdivxenc.c:
35718         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35719         * ext/faac/gstfaac.c: (gst_faac_base_init):
35720         * ext/faad/gstfaad.c: (gst_faad_base_init):
35721         * ext/ivorbis/vorbisfile.c:
35722         * ext/lame/gstlame.c:
35723         * ext/libfame/gstlibfame.c:
35724         * ext/mpeg2enc/gstmpeg2enc.cc:
35725         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35726         * ext/sidplay/gstsiddec.cc:
35727         * ext/speex/gstspeexdec.c:
35728         * ext/speex/gstspeexenc.c:
35729         * ext/xvid/gstxviddec.c:
35730         * ext/xvid/gstxvidenc.c:
35731           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35732           (fixes #142193)
35733
35734 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35735
35736         * ext/alsa/gstalsa.c: (device_list),
35737         (gst_alsa_class_probe_devices):
35738         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35739           Fix alsa oddness in mixer after the combination of using mixer
35740           in source/sink elements and using hw:x,y instead of just hw:x.
35741
35742 2004-05-09  Benjamin Otte  <otte@gnome.org>
35743
35744         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35745         (gst_wavparse_create_sourcepad):
35746           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35747           sourcepads
35748
35749 2004-05-09  Benjamin Otte  <otte@gnome.org>
35750
35751         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35752           allow discont events before caps nego
35753
35754 2004-05-08  Benjamin Otte  <otte@gnome.org>
35755
35756         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35757           don't leak events
35758
35759 2004-05-08  Benjamin Otte  <otte@gnome.org>
35760
35761         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35762         (gst_level_change_state), (gst_level_init):
35763         * gst/level/gstlevel.h:
35764           figure out if we're initialized directly instead of keeping a
35765           variable that's wrong in 90% of cases
35766           don't initialize pads and then leak them and use a new unitialized
35767           pad. (fixes #142084)
35768           these were bugs so n00bish I didn't find them for an hour :/
35769
35770 2004-05-08 Iain <iain@prettypeople.org>
35771
35772         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35773         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35774         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35775         return the length that was read.
35776         (gst_riff_read_strf_auds): Allow fmt tags as well.
35777
35778 2004-05-07  David Schleef  <ds@schleef.org>
35779
35780         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35781         signed char assumption in faad.h.
35782
35783 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35784
35785         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35786           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35787
35788 2004-05-07  Colin Walters  <walters@redhat.com>
35789
35790         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35791         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35792         function.
35793         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35794         Add dispose function.
35795
35796 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35797         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35798           Fix caps nego and pad templates. RGB mode caps should
35799           work now.
35800         * ext/dvdnav/gst-dvd:
35801           Move mpeg2dec inside the thread because otherwise the
35802           queue rejects cap changes mid-stream
35803         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35804         (gst_mpeg2dec_flush_decoder):
35805           For mpeg2dec > 0.4.0, call the flush function instead of
35806           manually extracting all in-flight frames.
35807         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35808         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35809           Change mime type video/dv go video/x-dv to match the
35810           rest of gst-plugins
35811
35812 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35813
35814         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35815         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35816         (gst_alsa_sink_class_init):
35817         * ext/alsa/gstalsasink.h:
35818         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35819         (gst_alsa_src_class_init):
35820         * ext/alsa/gstalsasrc.h:
35821           Make alsasink/src a subclass of alsamixer so that mixer stuff
35822           shows up in gst-rec. Needs some finetuning.
35823
35824 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35825
35826         * ext/lame/gstlame.c: (gst_lame_chain):
35827           simplify
35828         * ext/mad/gstmad.c: (gst_mad_handle_event):
35829           fix event leak
35830         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35831           be able to detect mp3 files < 4096 bytes
35832
35833 2004-05-06  Wim Taymans  <wim@fluendo.com>
35834
35835         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35836         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35837         (theora_enc_set_property), (theora_enc_get_property):
35838         Also encode the first frame, cleanup some code.
35839
35840 2004-05-06  Wim Taymans  <wim@fluendo.com>
35841
35842         * ext/mpeg2enc/gstmpeg2enc.cc:
35843         Forward events first before deciding that negotiation was
35844         not performed.
35845
35846 2004-05-06  Wim Taymans  <wim@fluendo.com>
35847
35848         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35849         First process the events before deciding that negotiation
35850         was not performed.
35851
35852 2004-05-06  Wim Taymans  <wim@fluendo.com>
35853
35854         * ext/theora/Makefile.am:
35855         * ext/theora/theora.c: (plugin_init):
35856         * ext/theora/theoradec.c: (theora_dec_change_state):
35857         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35858         (gst_theora_enc_class_init), (gst_theora_enc_init),
35859         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35860         (theora_enc_chain), (theora_enc_change_state),
35861         (theora_enc_set_property), (theora_enc_get_property):
35862         Added a theora encoder, grouped the encoder and decoder into the
35863         same plugin.
35864
35865 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35866
35867         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35868         (gst_jpegenc_chain):
35869         fix DURATION on outgoing buffers
35870         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35871         debug using time formats
35872         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35873         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35874         (gst_xvimagesink_sink_link):
35875         windows with width/height 0 generate X errors, so don't allow them
35876
35877 2004-05-05  Wim Taymans  <wim@fluendo.com>
35878
35879         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35880         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35881         (gst_mpeg2dec_negotiate_format):
35882         * ext/mpeg2dec/gstmpeg2dec.h:
35883           removed the static pad template so that we can add the
35884           more accurate framerate value to the caps.
35885
35886
35887 2004-05-04  Benjamin Otte  <otte@gnome.org>
35888
35889         * configure.ac:
35890           check for kdemacros.h, too (should fix #141821)
35891         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35892           don't crash if no header was sent, but nicely error out (fixes part
35893           of #141554)
35894
35895 2004-05-04  Wim Taymans  <wim@fluendo.com>
35896
35897         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35898         parent dispose function to avoid segfault on destroy.
35899
35900 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35901
35902         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35903         (plugin_init):
35904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35905         (gst_xvimagesink_sink_link):
35906         clean up debugging caps
35907         also recreate xvimage when format has changed
35908
35909 2004-05-04  Benjamin Otte  <otte@gnome.org>
35910
35911         * ext/libvisual/Makefile.am:
35912         * ext/libvisual/visual.c: (gst_visual_class_init),
35913         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35914         (gst_visual_srclink), (gst_visual_chain),
35915         (gst_visual_change_state), (plugin_init):
35916           use a GstAdapter to correctly adapt buffer sizes - allows using a
35917           framerate
35918
35919 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35920
35921         * sys/v4l/gstv4lelement.h:
35922         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35923         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35924         (gst_v4lsrc_buffer_free):
35925         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35926         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35927         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35928         (gst_v4lsrc_requeue_frame):
35929         move some debugging categories around
35930         query for fps index and set accordingly if found
35931
35932 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35933
35934         * ext/lame/gstlame.c:
35935         correct defaults that lame_init puts out of range
35936
35937 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35938
35939         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35940         (gst_divxenc_class_init):
35941         fix range since -1 is the default
35942         * gst/mpeg1sys/gstmpeg1systemencode.c:
35943         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35944         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35945         (gst_rtjpegdec_chain):
35946         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35947         (gst_rtjpegenc_chain):
35948         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35949         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35950         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35951         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35952         * sys/v4l/gstv4lsrc.c:
35953         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35954         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35955         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35956         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35957         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35958           remove gst_info calls
35959
35960 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35961
35962         * Makefile.am:
35963         * po/af.po:
35964         * po/az.po:
35965         * po/en_GB.po:
35966         * po/nl.po:
35967         * po/sr.po:
35968         * po/sv.po:
35969           Updated translations
35970
35971 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35972
35973         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35974           refactor/comment code
35975
35976 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35977
35978         * gst/asfdemux/Makefile.am:
35979         * gst/asfdemux/asfheaders.c:
35980         * gst/asfdemux/asfheaders.h:
35981         * gst/asfdemux/gstasf.c: (plugin_init):
35982         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35983         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35984         (gst_asf_demux_setup_pad):
35985         * gst/asfdemux/gstasfdemux.h:
35986         * gst/asfdemux/gstasfmux.c:
35987         * gst/asfdemux/gstasfmux.h:
35988           Add tagging support to demuxer, split out registration in its own
35989           file instead of in demux (hacky), and prevent having some tables
35990           in our memory multiple times (in asfheaders.h).
35991
35992 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35993
35994         * gst/matroska/matroska-demux.c:
35995         (gst_matroska_demux_parse_metadata):
35996         * gst/matroska/matroska-ids.h:
35997           Basic tag reading support.
35998
35999 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36000
36001         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
36002           Really detect ac-3 audio.
36003         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
36004           really detect matroska files (off-by-1).
36005
36006 2004-04-30  David Schleef  <ds@schleef.org>
36007
36008         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36009         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
36010         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
36011         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
36012         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
36013         hackage -- parse a lot more atoms, extract a few tags.  One might even
36014         mistake this for tag support.  Maybe it is.
36015         * gst/qtdemux/qtdemux.h:
36016
36017 2004-04-30  Colin Walters  <walters@verbum.org>
36018
36019         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
36020
36021 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
36022
36023         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36024         (gst_ffmpegcolorspace_getcaps):
36025           remove broken nego fix
36026
36027 2004-04-30  Benjamin Otte  <otte@gnome.org>
36028
36029         * configure.ac:
36030         * ext/Makefile.am:
36031         * ext/libvisual/Makefile.am:
36032         * ext/libvisual/visual.c:
36033           add initial support for libvisual (http://libvisual.sourceforge.net)
36034           libvisual is still quite alpha, so expect crashes in there :)
36035
36036 2004-04-29  David Schleef  <ds@schleef.org>
36037
36038         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
36039         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
36040         up qtdemux to make it spit out codec_data.  Do _not_ look at this
36041         code; you will no longer respect me.
36042
36043 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36044
36045         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
36046         * ext/alsa/gstalsa.h :
36047         change alsa pcm device discovery to find more than 1 device
36048         per card. code review by Ronald.
36049
36050 2004-04-29  David Schleef  <ds@schleef.org>
36051
36052         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
36053         Add a check for a driver bug on FreeBSD.  (bug #140565)
36054
36055 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36056
36057         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
36058         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36059         (gst_jpegenc_getcaps):
36060           move format setting to inner loop
36061         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36062         (gst_ffmpegcolorspace_getcaps):
36063           use GST_PAD_CAPS if available so that we use already negotiated
36064           caps
36065         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36066         (qtdemux_parse_moov), (qtdemux_parse):
36067           extra debugging
36068         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
36069         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
36070           move hardcoded path to DEFINE
36071
36072 2004-04-28  David Schleef  <ds@schleef.org>
36073
36074         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
36075         (bug #140064)
36076
36077 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36078
36079         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36080           Don't probe for playback device if we're a source element. Fixes
36081           #139658.
36082
36083 2004-04-29  Benjamin Otte  <otte@gnome.org>
36084
36085         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36086         (gst_id3_tag_chain):
36087           rewrite buffer offset
36088
36089 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36090
36091         * configure.ac:
36092         * ext/Makefile.am:
36093         * ext/dts/Makefile.am:
36094         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36095         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36096         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36097         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36098         (gst_dtsdec_loop), (gst_dtsdec_change_state),
36099         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36100         (plugin_init):
36101         * ext/dts/gstdtsdec.h:
36102           New DTS decoder.
36103         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36104         (gst_faad_srcconnect):
36105           Add ESDS atom handling (.m4a).
36106
36107 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36108
36109         * ext/divx/gstdivxdec.c: (plugin_init):
36110           Remove comment that makes no sense.
36111         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36112           Fix for obvious typo that resulted in warnings during gst-register.
36113         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36114         (gst_xviddec_sink_link):
36115           Fix caps negotiation a bit better.
36116         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36117           We call this 'codec_data', not 'esds'.
36118
36119 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36120
36121         * gst/monoscope/gstmonoscope.c:
36122           make sure we only provide 256x128
36123         * gst/monoscope/monoscope.c: (monoscope_init):
36124           assert size of 256x128
36125
36126 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36127
36128         * Makefile.am:
36129         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36130         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36131           fixate to max width and height of device
36132
36133 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36134
36135         * Makefile.am:
36136         * sys/v4l/gstv4l.c:
36137         * sys/v4l/gstv4lsrc.c:
36138         * sys/v4l/v4l_calls.c:
36139         * sys/v4l/v4lsrc_calls.c:
36140           fix for qc-usb driver which fakes having more than one buffer
36141           by handing the same buffer twice, which confused GStreamer's/v4lsrc
36142           buffer_free override
36143           add debugging
36144
36145 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36146
36147         * Makefile.am:
36148         * gst/videotestsrc/gstvideotestsrc.c:
36149         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36150         (gst_videotestsrc_init), (gst_videotestsrc_get),
36151         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36152         * gst/videotestsrc/gstvideotestsrc.h:
36153           add num-buffers property
36154
36155         2004-04-26  Benjamin Otte  <otte@gnome.org>
36156
36157         * ext/mad/gstid3tag.c: (plugin_init):
36158           set id3mux rank to NONE so it doesn't confuse spider
36159           require audio/mpeg,mpegversion=1 in id3mux
36160
36161 2004-04-26  Benjamin Otte  <otte@gnome.org>
36162
36163         * configure.ac:
36164           detect faad correctly as non-working if it's indeed non-working
36165
36166 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36167
36168         * Makefile.am:
36169         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36170         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36171         fix _getcaps so it only negotiates to its supported format
36172
36173 2004-04-25  Benjamin Otte  <otte@gnome.org>
36174
36175         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36176           fix memleak
36177
36178 2004-04-23  Benjamin Otte  <otte@gnome.org>
36179
36180         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36181           audio/x-raw-int with height rules! not. Now it's depth.
36182
36183 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36184
36185         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36186         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36187         (gst_wavparse_loop):
36188           Missing variable initialization. Add handling of DVI ADPCM. Fix
36189           mis-parsing of LIST chunks. This works around a bug where we mis-
36190           parse non-aligning LIST chunks (so LIST chunks where the contents
36191           don't align with the actual LIST size). The correct fix is to use
36192           rifflib, I'm not going to fix wavparse - too much work. All this
36193           fixes #104878.
36194
36195 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36196
36197         reviewed by Benjamin Otte  <otte@gnome.org>
36198
36199         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36200           fix shoutcast not working (fixes #140844)
36201
36202 2004-04-22  Benjamin Otte  <otte@gnome.org>
36203
36204         * ext/hermes/gsthermescolorspace.c:
36205         (gst_hermes_colorspace_caps_remove_format_info):
36206         * gst/colorspace/gstcolorspace.c:
36207         (gst_colorspace_caps_remove_format_info):
36208         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36209         (gst_ffmpegcolorspace_caps_remove_format_info):
36210           s/gst_caps_simplify/gst_caps_do_simplify/
36211
36212 2004-04-22  Benjamin Otte  <otte@gnome.org>
36213
36214         * gst-libs/gst/riff/riff-media.c:
36215         (gst_riff_create_video_caps_with_data):
36216           mpegversion is an int
36217         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36218           don't try to create pad templates with NULL caps, use any caps
36219           instead.
36220
36221 2004-04-20  David Schleef  <ds@schleef.org>
36222
36223         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36224         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36225         (bug #140384)
36226
36227 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36228
36229         reviewed by David Schleef
36230
36231         * ext/mad/gstid3tag.c: Add stdlib.h
36232         * gst/rtp/gstrtpgsmenc.c: same
36233         * gst/tags/gstid3tag.c: same
36234         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36235         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36236         GST_DISABLE_LOADSAVE use.
36237         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36238         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36239         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36240         atol(3)).
36241         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36242         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36243         strtoul(3)).
36244         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36245         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36246         $(ID3_CFLAGS).
36247         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36248         $(LIBFAME_CFLAGS).
36249
36250 2004-04-20  David Schleef  <ds@schleef.org>
36251
36252         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36253         last checkin.  Same idea.
36254
36255 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36256
36257         reviewed by David Schleef
36258
36259         * configure.ac: bump required gstreamer version to 0.8.1.1
36260         because of following changes [--ds]
36261
36262         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36263         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36264         (gst_riff_read_header):  Use GST_READ_UINT*
36265         macros to access possibly unaligned memory.
36266
36267         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36268         (mp3_type_find):  Use GST_READ_UINT*
36269         macros to access possibly unaligned memory.
36270         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36271         (speex_type_find): Likewise
36272
36273         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36274
36275         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36276         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36277         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36278         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36279         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36280         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36281         macros to access possibly unaligned memory.
36282
36283         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36284         Likewise.
36285
36286         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36287         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36288
36289         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36290         Likewise.
36291
36292         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36293         (gst_mpeg2subt_chain_subtitle): Likewise.
36294
36295         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36296         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36297         Likewise.
36298
36299         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36300         Likewise.
36301
36302         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36303         Likewise.
36304
36305         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36306         Likewise.
36307
36308 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36309
36310         * configure.ac:
36311           update required version of GStreamer because of GST_TIME_FORMAT
36312
36313 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36314
36315         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36316           remove leftover g_print
36317         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36318           don't try setting only a subset of the caps. We don't want to kill
36319           autoplugging on purpose
36320
36321 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36322
36323         * sys/ximage/ximagesink.c: (plugin_init):
36324         * sys/xvimage/xvimagesink.c: (plugin_init):
36325           add debugging categories
36326
36327 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36328
36329         * po/en_GB.po:
36330         * po/LINGUAS:
36331           Adding en_GB translation (Gareth Owen)
36332
36333 2004-04-20  David Schleef  <ds@schleef.org>
36334
36335         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36336         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36337         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36338         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36339         A number of new features and hacks to extract the esds atom and
36340         put it into the caps.  (bug #137724)
36341
36342 2004-04-19  David Schleef  <ds@schleef.org>
36343
36344         * gconf/Makefile.am: Fix for non-GNU make
36345         * gst-libs/gst/Makefile.am: Change directory order to handle
36346         GstPlay linking with gstinterfaces
36347         * gst-libs/gst/audio/make_filter: make use of tr portable
36348         * gst-libs/gst/play/Makefile.am: Add intended \
36349         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36350         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36351         function prototype instead of void *.
36352         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36353         macro.
36354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36355         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36356         * gst/videofilter/make_filter: make use of tr portable
36357         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36358
36359 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36360
36361         * po/LINGUAS:
36362         * po/uk.po:
36363           Added Ukrainian translation (Maxim V. Dziumanenko)
36364
36365 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36366
36367         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36368         (gst_gsmdec_link), (gst_gsmdec_chain):
36369           Fix capsnego, simplify chain function slightly.
36370         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36371           Add GSM.
36372
36373 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36374
36375         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36376         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36377         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36378           Hack to make wavparse work with spider (always -> sometimes pad).
36379           Fixes #135862 && #140411.
36380
36381 2004-04-18  Benjamin Otte  <otte@gnome.org>
36382
36383         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36384         (gst_osselement_rate_probe_check),
36385         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36386           get rid of \n in debug output
36387
36388 2004-04-17  Iain <iain@prettypeople.org>
36389
36390         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36391         not just EOS.
36392
36393 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36394
36395         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36396         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36397         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36398         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36399         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36400         (gst_id3_tag_change_state), (plugin_init):
36401           deprecate id3tag element and replace with id3demux/id3mux.
36402           great side effect: this ugly file is now even uglier, yay!
36403         * ext/mad/gstmad.h:
36404           remove non-available function
36405           update for new get_type
36406
36407 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36408
36409         * configure.ac:
36410           require mpeg2dec >= 0.4.0
36411
36412 2004-04-17  Benjamin Otte  <otte@gnome.org>
36413
36414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36415         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36416         (gst_xvimagesink_set_xwindow_id):
36417           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36418           assorted cleanup fixes.
36419
36420 2004-04-16  David Schleef  <ds@schleef.org>
36421
36422         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36423         * sys/xvimage/xvimagesink.h: same
36424
36425 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36426
36427         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36428           Fix GST_ELEMENT_ERROR with (NULL)
36429
36430 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36431
36432         * gst-libs/gst/riff/riff-media.c:
36433         (gst_riff_create_video_caps_with_data):
36434           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36435
36436 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36437
36438         * gst-libs/gst/riff/riff-media.c:
36439         (gst_riff_create_video_caps_with_data),
36440         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36441         (gst_riff_create_video_template_caps),
36442         (gst_riff_create_audio_template_caps):
36443         * gst-libs/gst/riff/riff-media.h:
36444         * gst-libs/gst/riff/riff-read.c:
36445         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36446         * gst-libs/gst/riff/riff-read.h:
36447         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36448           Add MS RLE support. I added some functions to read out strf chunks
36449           into strf chunks and the data behind it. This is usually color
36450           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36451           caps creation. Lastly, add ADPCM (similar to wavparse - which
36452           should eventually be rifflib based).
36453         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36454         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36455         * gst/matroska/matroska-demux.h:
36456           Remove placeholders for some prehistoric tagging system. Didn't add
36457           support for any tag system really anyway.
36458         * gst/qtdemux/qtdemux.c:
36459           Add support for audio/x-m4a (MPEG-4) through spider.
36460         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36461         (gst_wavparse_loop):
36462           ADPCM support (#135862). Increase max. buffer size because we
36463           cannot split buffers for ADPCM (screws references) and I've seen
36464           files with 2048 byte chunks. 4096 seems safe for now.
36465
36466 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36467
36468         * configure.ac: bump nano to 1
36469
36470 === release 0.8.1 ===
36471
36472 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36473
36474         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36475
36476 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36477
36478         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36479           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36480           Fixes #140058
36481
36482 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36483
36484         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36485           lower rank of dvddemux so that it's not used for mpeg playback.
36486
36487 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36488
36489         * configure.ac:
36490           save libs correctly when checking mad
36491
36492 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36493
36494         * ext/mad/gstid3tag.c: (plugin_init):
36495           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36496
36497 2004-04-13  David Schleef  <ds@schleef.org>
36498
36499         * common/m4/gst-feature.m4: Call -config scripts with
36500         --plugin-libs if it is supported.
36501         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36502         JPEG images are image/jpeg.
36503         * gst/debug/Makefile.am:
36504         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36505         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36506         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36507         (gst_negotiation_plugin_init): Add a property that acts like
36508         filter caps.
36509         * testsuite/gst-lint:  Move license checking to be a standard
36510         test.
36511
36512 2004-04-13  David Schleef  <ds@schleef.org>
36513
36514         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36515         patch from Sebastien Cote (bug #139958)
36516
36517 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36518
36519         * examples/gstplay/Makefile.am:
36520         * examples/gstplay/player.c: (main):
36521           make the commandline player example use gconf settings
36522
36523 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36524
36525         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36526         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36527         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36528           init/end library during state transition, not object
36529           creation/disposal.  get rid of custom dispose handler.
36530
36531
36532 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36533
36534         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36535         be a symlink
36536
36537 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36538
36539         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36540           Handle JUNK chunks inside data section. Prevents warnings.
36541
36542 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36543
36544         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36545         (gst_riff_create_video_template_caps):
36546           Add MS video v1.
36547         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36548         (gst_avi_demux_stream_data):
36549           Add support for "rec-list" chunks.
36550
36551 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36552
36553         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36554           Fix another codecname mismatch.
36555
36556 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36557
36558         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36559           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36560           so that MJPEG plays back.
36561
36562 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36563
36564         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36565         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36566         * gst/mpeg1videoparse/gstmp1videoparse.h:
36567           Fix for some slight mis-cuts in buffer parsing, and for some
36568           potential overflows or faults-causers. Adds disconts. Also fixes
36569           #139105 while we're at it.
36570
36571 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36572
36573         * configure.ac:
36574         * sys/v4l2/gstv4l2element.h:
36575           Workaround for missing struct v4l2_buffer declaration in Suse 9
36576           and Mandrake 10 linux/videodev2.h header file (#135919).
36577
36578 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36579
36580         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36581           Bail out if no filename was given.
36582
36583 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36584
36585         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36586         (gst_v4l2_fourcc_from_structure):
36587           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36588           Y41B somewhere).
36589
36590 2004-04-09  Benjamin Otte  <otte@gnome.org>
36591
36592         * ext/gnomevfs/gstgnomevfssink.c:
36593         (_gst_boolean_allow_overwrite_accumulator),
36594         (gst_gnomevfssink_class_init):
36595           fix erase signal - if any handler returns false the file will not be
36596           overwritten. If no handler is connected, the file will not be
36597           overwritten either.
36598           renamed signal to "allow-overwrite"
36599         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36600           free string when adding it to ID3 failed
36601         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36602           unref event when done
36603         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36604           free caps
36605         * gst/typefind/gsttypefindfunctions.c:
36606         (mpeg_video_stream_type_find):
36607           fix invalid read
36608
36609 2004-04-08  David Schleef  <ds@schleef.org>
36610
36611         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36612         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36613
36614 2004-04-08  David Schleef  <ds@schleef.org>
36615
36616         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36617         we don't support (bug #139532)
36618
36619 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36620
36621         * ext/mad/gstmad.c: (gst_mad_handle_event),
36622         (gst_mad_check_caps_reset), (gst_mad_chain),
36623         (gst_mad_change_state):
36624           only set explicit caps if they haven't been set before for
36625           this stream.  MPEG-audio sample rate/channels aren't allowed
36626           to change in-stream.
36627           Fixes #139382
36628
36629 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36630
36631         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36632         (_gst_boolean_did_something_accumulator),
36633         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36634         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36635         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36636         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36637         (gst_gnomevfssink_change_state):
36638           Fix erase signal. Don't erase by default. Remove handoff signal.
36639           Remove erase property. Don't segfault. General cleanup.
36640
36641 2004-04-07  Benjamin Otte  <otte@gnome.org>
36642
36643         * gst-libs/gst/gconf/test-gconf.c: (main):
36644           add missing gst_init
36645
36646 2004-04-07  Benjamin Otte  <otte@gnome.org>
36647
36648         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36649           free the mutexes, too
36650
36651 2004-04-07  Benjamin Otte  <otte@gnome.org>
36652
36653         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36654           actually free the URI string
36655         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36656           compute offset correctly when passing discont events
36657         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36658           don't leak discont events
36659         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36660           add some missing breaks so caps aren't copied randomly
36661         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36662           if we realloc memory, we better use it
36663
36664 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36665
36666         * ext/mad/gstmad.c: (normal_seek):
36667           fix GST_FORMAT_TIME usage
36668
36669 2004-04-05  David Schleef  <ds@schleef.org>
36670
36671         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36672         a deprecated function (hack!)
36673
36674 2004-04-05  Benjamin Otte  <otte@gnome.org>
36675
36676         * ext/esd/esdmon.c: (gst_esdmon_get):
36677           fix nonterminated vararg and memleak
36678
36679 2004-04-05  Benjamin Otte  <otte@gnome.org>
36680
36681         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36682         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36683         (gst_ladspa_set_property), (gst_ladspa_get_property),
36684         (gst_ladspa_instantiate), (gst_ladspa_activate),
36685         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36686           clean up debugging
36687
36688 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36689
36690         reviewed by Benjamin Otte  <otte@gnome.org>
36691
36692         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36693           check for broken LADSPA parameters (fixes #138635)
36694
36695 2004-04-05  Benjamin Otte  <otte@gnome.org>
36696
36697         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36698           advertise buffer-frames correctly on sinkpads
36699
36700 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36701
36702         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36703         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36704         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36705         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36706         (gst_mad_check_caps_reset), (gst_mad_chain):
36707         add more debugging, only reset caps when we're not in error state
36708
36709 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36710
36711         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36712
36713 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36714
36715         reviewed by Benjamin Otte  <otte@gnome.org>
36716
36717         * configure.ac:
36718           fix == in test(1) operator
36719
36720 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36721
36722         reviewed by Benjamin Otte  <otte@gnome.org>
36723
36724         * configure.ac:
36725           fix --export-symblos-regex to a working regex.
36726
36727 2004-04-04  Benjamin Otte  <otte@gnome.org>
36728
36729         * sys/oss/.cvsignore:
36730           add for oss_probe
36731
36732 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36733
36734         reviewed by Benjamin Otte  <otte@gnome.org>
36735
36736         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36737           add missing 'new_media' argument (fixes #138168)
36738         * gst/matroska/matroska-demux.c:
36739         (gst_matroska_demux_handle_seek_event):
36740           add vararg terminator (fixes #138169)
36741
36742 2004-04-02  David Schleef  <ds@schleef.org>
36743
36744         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36745         disted (bug #138914)
36746
36747 2004-04-01  Benjamin Otte  <otte@gnome.org>
36748
36749         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36750         (gst_alsa_close_audio):
36751           handle case better where a soundcard can't pause
36752         * ext/ogg/gstoggdemux.c:
36753           don't crash when we get events but don't have pads yet
36754
36755 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36756
36757         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36758           throw an error if we couldn't probe any caps.
36759
36760 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36761
36762         * ext/dvdnav/gst-dvd:
36763         Add a really simple sample DVD player
36764
36765 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36766
36767         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36768         (gst_a52dec_push), (gst_a52dec_handle_event),
36769         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36770         (gst_a52dec_change_state):
36771         * ext/a52dec/gsta52dec.h:
36772           Use a debug category, Output timestamps correctly
36773           Emit tag info, Handle events, tell liba52dec about cpu
36774           capabilities so it can use MMX etc.
36775         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36776           Fix a crasher accessing invalid memory
36777         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36778         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36779         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36780         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36781         (dvdnavsrc_query):
36782           Some support for byte-format seeking.
36783           Small fixes for still frames and menu button overlays
36784         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36785         (gst_mpeg2dec_alloc_buffer):
36786           Use a debug category. Adjust the report level of several items to
36787           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36788           so it doesn't lose the GstBuffer pointer
36789         * gst/debug/Makefile.am:
36790         * gst/debug/gstdebug.c: (plugin_init):
36791         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36792         (gst_navseek_base_init), (gst_navseek_class_init),
36793         (gst_navseek_init), (gst_navseek_seek),
36794         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36795         (gst_navseek_get_property), (gst_navseek_chain),
36796         (gst_navseek_plugin_init):
36797         * gst/debug/gstnavseek.h:
36798           Add the navseek debug element for seeking back and forth in a
36799           video stream using arrow keys.
36800         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36801         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36802         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36803         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36804         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36805         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36806         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36807         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36808         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36809         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36810         * gst/mpeg2sub/gstmpeg2subt.h:
36811           Pretty much a complete rewrite. Now a loopbased element. May still
36812           require work to properly synchronise subtitle buffers.
36813         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36814         (gst_dvd_demux_send_subbuffer):
36815         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36816           Don't attempt to create subbuffers of size 0
36817           Reduce a couple of error outputs to warnings.
36818         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36819         (gst_y4mencode_chain):
36820         Output the y4m frame header correctly.
36821
36822 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36823
36824         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36825           throw errors instead of allowing SIGFPE
36826
36827 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36828
36829         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36830         (gst_gconf_render_bin_from_key):
36831           leak plugging and style fixing
36832
36833 2004-03-31  David Schleef  <ds@schleef.org>
36834
36835         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36836         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36837         (bug #138225)
36838         * gst/debug/Makefile.am:
36839         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36840         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36841         plugin.
36842         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36843         (gst_negotiation_base_init), (gst_negotiation_class_init),
36844         (gst_negotiation_init), (gst_negotiation_getcaps),
36845         (gst_negotiation_pad_link), (gst_negotiation_chain),
36846         (gst_negotiation_set_property), (gst_negotiation_get_property),
36847         (gst_negotiation_plugin_init):  New element to talk about random
36848         negotiation things happening in a pipeline.
36849
36850 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36851
36852         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36853           fix integer addition with help of Stefan Kost
36854
36855 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36856
36857         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36858
36859 2004-03-30  David Schleef  <ds@schleef.org>
36860
36861         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36862         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36863         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36864         (bug #137504)
36865         * ext/mpeg2dec/gstmpeg2dec.h:
36866
36867 2004-03-30  David Schleef  <ds@schleef.org>
36868
36869         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36870
36871 2004-03-30  David Schleef  <ds@schleef.org>
36872
36873         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36874         Michael Petullo) to handle .mov
36875
36876 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36877
36878         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36879         (gst_osselement_rate_check_rate):
36880           probe caps correctly for sound cards that only support one format
36881
36882 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36883
36884         * ext/kio/kiosrc.cpp: (process_events):
36885           update handling event processing if inside KDE - untested
36886
36887 2004-03-29  David Schleef  <ds@schleef.org>
36888
36889         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36890         by 2 to not interfere with other colorspaces.
36891         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36892         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36893         one to not interfere with ffmpeg_colorspace.
36894
36895 2004-03-29  David Schleef  <ds@schleef.org>
36896
36897         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36898         aren't in the caps.
36899         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36900         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36901
36902 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36903
36904         * gst-libs/gst/riff/riff-media.c:
36905           fail on error, don't try to set stuff on NULL caps
36906
36907 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36908
36909         * configure.ac:
36910         * ext/Makefile.am:
36911         * ext/kio/Makefile.am:
36912         * ext/kio/kioreceiver.cpp:
36913         * ext/kio/kioreceiver.h:
36914         * ext/kio/kiosrc.cpp:
36915         * ext/kio/kiosrc.h:
36916           add experimental kiosrc plugin
36917         * ext/alsa/gstalsaplugin.c: (plugin_init):
36918           initialize debugging category only when we're sure registering the
36919           plugins worked.
36920
36921 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36922
36923         * examples/gstplay/player.c: (main):
36924         * gst-libs/gst/play/play.c: (gst_play_class_init),
36925         (gst_play_set_location), (gst_play_set_data_src),
36926         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36927         (gst_play_set_visualization), (gst_play_connect_visualization):
36928           check return values of element_set_state and return FALSE where
36929           failed
36930
36931 2004-03-29  Benjamin Otte  <otte@gnome.org>
36932
36933         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36934           try harder to check if an event is really a discont
36935
36936 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36937
36938         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36939         * po/az.po:
36940
36941 2004-03-28  Benjamin Otte  <otte@gnome.org>
36942
36943         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36944         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36945         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36946           get rid of non-standard "..." ranges in case statements.
36947
36948 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36949
36950         * gst/mpegstream/gstmpegdemux.c:
36951         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36952         specific functionality split to the new dvddemux element.
36953         * gst/mpegstream/gstdvddemux.c:
36954         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36955         streams, derived from mpegdemux.
36956         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36957         up. SCR based timestamp rewriting can be turned off (will probably
36958         completely disappear soon).
36959         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36960         hacking. General cleanup. All printf statements replaced by
36961         debugging messages. Almost complete libdvdnav support.
36962         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36963         by events. New properties for audio and subpicture languages.
36964         (dvdnavsrc_update_highlight): Now uses events.
36965         (dvdnavsrc_user_op): Cleaned up.
36966         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36967         based). Lots of cleanup, and propper support for most libdvdnav
36968         events.
36969         (dvdnavsrc_make_dvd_event): New function.
36970         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36971         (dvdnavsrc_make_clut_change_event): New function.
36972
36973 2004-03-26  Benjamin Otte  <otte@gnome.org>
36974
36975         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36976           fix bug where typefinding would claim it's theora whenever less then
36977           7 bytes of data were available
36978
36979 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36980
36981         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36982         (gst_alawdec_base_init), (gst_alawdec_class_init),
36983         (gst_alawdec_init), (gst_alawdec_chain):
36984         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36985         (gst_alawenc_base_init), (gst_alawenc_class_init),
36986         (gst_alawenc_init), (gst_alawenc_chain):
36987         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36988         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36989         (gst_mulawdec_init), (gst_mulawdec_chain):
36990         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36991         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36992         (gst_mulawenc_init), (gst_mulawenc_chain):
36993           Fix capsnego in all four, remove the unused property functions and
36994           simplify the chain functions slightly. I guess we could use macros
36995           or something similar for those, since the code is so similar, but
36996           I'm currently too lazy...
36997
36998 2004-03-24  David Schleef  <ds@schleef.org>
36999
37000         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
37001         (gst_osselement_close_audio), (gst_osselement_probe_caps),
37002         (gst_osselement_get_format_structure),
37003         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
37004         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
37005         (gst_osselement_rate_int_compare): Add code to handle rate probing
37006         (bug #120883)
37007         * sys/oss/gstosselement.h: same
37008         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
37009         Use rate probing provided by osselement.
37010         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
37011
37012 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37013
37014         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
37015         (gst_xvidenc_get_property):
37016           ulong/int mess-up.
37017
37018 2004-03-24  David Schleef  <ds@schleef.org>
37019
37020         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
37021         (gst_speexdec_init):
37022         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
37023         (gst_speexenc_init):  Create the pad template correctly (from
37024         the static pad template, not a NULL pointer.)
37025
37026 2004-03-25  Benjamin Otte  <otte@gnome.org>
37027
37028         * gst/debug/Makefile.am:
37029         * gst/debug/breakmydata.c:
37030           add element that quasi-randomly changes bytes in the stream.
37031           Intended use is robustness checking of demuxers and decoders in
37032           media tests.
37033
37034 2004-03-24  Benjamin Otte  <otte@gnome.org>
37035
37036         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37037         (gst_alsa_probe_hw_params):
37038         * ext/alsa/gstalsa.h:
37039           debugging output fixes
37040
37041 2004-03-24  Benjamin Otte  <otte@gnome.org>
37042
37043         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
37044           don't g_return_if_fail if element is PLAYING, fail silently as every
37045           other element.
37046         * gst/effectv/gstquark.c: (gst_quarktv_chain):
37047           only fix needed for cast lvalue issues in gst-plugins
37048         * gst/volenv/gstvolenv.c: (gst_volenv_init):
37049           add proxy_getcaps
37050
37051 2004-03-24  Benjamin Otte  <otte@gnome.org>
37052
37053         * gst/level/gstlevel.c: (gst_level_init):
37054           add proxying getcaps function, so level doesn't advertise impossible
37055           caps
37056
37057 2004-03-24  David Schleef  <ds@schleef.org>
37058
37059         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37060         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
37061         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
37062         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
37063         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
37064         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
37065         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
37066         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
37067         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
37068         messages.  Divide the chunk size by the compression ratio
37069         (needed for MACE audio)
37070
37071 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37072
37073         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37074           Fix buffer overflow read error.
37075
37076 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37077
37078         * ext/alsa/gstalsa.h:
37079           Remove unused entry.
37080         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
37081           Add cinepak.
37082         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37083         (gst_videodrop_link), (gst_videodrop_chain):
37084           Fix, sort of. Was horribly broken with new capsnego. Bah...
37085
37086 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
37087
37088         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37089         (plugin_init):
37090         Add a monkeysaudio typefind function
37091
37092 2004-03-23  Johan Dahlin  <johan@gnome.org>
37093
37094         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37095         (gst_play_video_fixate): Check so the structure has the field
37096         before trying to fixate them, this makes it possible to have
37097         fakesinks for video and audio output without printing errors on
37098         the output console.
37099
37100 2004-03-22  David Schleef  <ds@schleef.org>
37101
37102         * sys/oss/Makefile.am:
37103         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37104         (check_rate), (add_rate):  Rate probing test app.
37105
37106 2004-03-21  Benjamin Otte  <otte@gnome.org>
37107
37108         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37109         (_fixate_caps_to_int), (gst_audio_convert_fixate):
37110           add a fixation function that pretty much does the right thing (fixes
37111           #137556)
37112
37113 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
37114
37115         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37116
37117 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
37118
37119         reviewed by: Benjamin Otte  <otte@gnome.org>
37120
37121         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37122           terminate gst_event_new_discontinuous correctly (fixes parts of
37123           #137711)
37124
37125 2004-03-19  David Schleef  <ds@schleef.org>
37126
37127         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
37128         since it doesn't depend on X, and it's part of our ABI.
37129
37130 2004-03-19  Iain <iain@prettypeople.org>
37131
37132         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37133         is_int in the structure, not the local variable.
37134
37135 2004-03-19  David Schleef  <ds@schleef.org>
37136
37137         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37138         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37139         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37140         Improvements in caps negotiation.
37141
37142 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37143
37144         * po/LINGUAS:
37145         * po/af.po:
37146           adding Afrikaans (Petri Jooste)
37147
37148 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37149
37150         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37151         (gst_ffmpegcolorspace_chain):
37152         throw error instead of g_critical (#137588)
37153
37154 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37155
37156         * Makefile.am:
37157         * configure.ac:
37158           dist common and m4 correctly
37159         * po/sv.po:
37160
37161 2004-03-17  David Schleef  <ds@schleef.org>
37162
37163         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37164         (bug #137348)
37165
37166 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37167
37168         * po/LINGUAS:
37169         * po/sv.po:
37170           adding Swedish translation (Christian Rose)
37171
37172 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37173
37174         * Makefile.am: use release.mak
37175
37176 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37177
37178         * common/ChangeLog:
37179         * common/gst-autogen.sh:
37180           add some explanation about the version detection
37181         * configure.ac:
37182           fix X check
37183
37184 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37185
37186         * configure.ac: bump nano to 1
37187
37188 === release 0.8.0 ===
37189
37190 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37191
37192         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37193
37194 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37195
37196         * configure.ac:
37197           update libtool version
37198         * gst-libs/gst/media-info/Makefile.am:
37199           actually use libtool version
37200
37201 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37202
37203         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37204
37205 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37206
37207         * configure.ac:
37208         * gst-plugins.spec.in:
37209         * pkgconfig/Makefile.am:
37210         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37211         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37212         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37213         * pkgconfig/gstreamer-libs.pc.in:
37214         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37215         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37216         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37217         * pkgconfig/gstreamer-plugins.pc.in:
37218           remove @VERSION@ from some of the pc files since core and plugins
37219           are decoupled.
37220           created gstreamer-plugins.pc as it's a better name, but keeping
37221           -libs around for now to get fixes upstream done first.
37222
37223 2004-03-15  Julien MOUTTE <julien@moutte.net>
37224
37225         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37226         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37227         * gst-libs/gst/play/play.h:
37228
37229 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37230
37231         * *.c, *.cc: don't mix tabs and spaces
37232
37233 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37234
37235         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37236           use the new ffmpegcolorspace
37237         * gst-plugins.spec.in:
37238           package new colorspace and media-info
37239         * configure.ac:
37240         * pkgconfig/Makefile.am:
37241           fix some more disting issues
37242         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37243         * pkgconfig/gstreamer-media-info.pc.in:
37244           generate media-info pc files
37245
37246 2004-03-15  Johan Dahlin  <johan@gnome.org>
37247
37248         * *.h: Revert indenting
37249
37250 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37251
37252         * configure.ac:
37253           adding ffmpegcolorspace element
37254         * gst/ffmpegcolorspace/Makefile.am:
37255         * gst/ffmpegcolorspace/avcodec.h:
37256         * gst/ffmpegcolorspace/common.h:
37257         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37258         * gst/ffmpegcolorspace/dsputil.h:
37259         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37260         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37261         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37262         (gst_ffmpeg_caps_to_pix_fmt):
37263         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37264         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37265         (gst_ffmpegcolorspace_caps_remove_format_info),
37266         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37267         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37268         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37269         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37270         (gst_ffmpegcolorspace_set_property),
37271         (gst_ffmpegcolorspace_get_property),
37272         (gst_ffmpegcolorspace_register):
37273         * gst/ffmpegcolorspace/imgconvert.c:
37274         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37275         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37276         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37277         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37278         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37279         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37280         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37281         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37282         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37283         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37284         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37285         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37286         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37287         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37288         (img_get_alpha_info), (deinterlace_line),
37289         (deinterlace_line_inplace), (deinterlace_bottom_field),
37290         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37291         * gst/ffmpegcolorspace/imgconvert_template.h:
37292         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37293         * gst/ffmpegcolorspace/mmx.h:
37294         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37295           adding ffmpegcolorspace element supplied by Ronald after cleaning
37296           up and pulling in the right bits of upstream source.
37297           I'm sure a better C/compiler wizard could do some cleaning up (for
37298           example use GLIB's malloc stuff), but as a first pass this
37299           works very well
37300
37301 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37302
37303         * ext/alsa/gstalsa.h:
37304           I assume Ronald forgot to commit the change to have cardname
37305           as a struct member.  Expect some public spanking at the next
37306           opportunity.
37307
37308 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37309
37310         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37311         (gst_alsa_open_audio), (gst_alsa_close_audio):
37312         * ext/alsa/gstalsa.c:
37313           Don't open the device if we're a mixer (= padless).
37314         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37315         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37316         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37317           Open mixer during state change rather than during object
37318           initialization. Also, get a device name. Currently in a somewhat
37319           hackish fashion, but I didn't really find something better.
37320
37321 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37322
37323         * *.c, *.h: run gst-indent
37324
37325 2004-03-14  Benjamin Otte  <otte@gnome.org>
37326
37327         * gst/modplug/gstmodplug.cc:
37328         * gst/modplug/gstmodplug.h:
37329           set correct timestamps on outgoing buffers
37330
37331 2004-03-14  Benjamin Otte  <otte@gnome.org>
37332
37333         * gst/modplug/gstmodplug.cc:
37334           handle events - don't do crap when a discont arrives that's not
37335           necessary
37336           This allows correct loading and playback of mods in Rhythmbox
37337
37338 2004-03-14  Benjamin Otte  <otte@gnome.org>
37339
37340         * configure.ac:
37341         * gst-libs/gst/gconf/Makefile.am:
37342         * pkgconfig/Makefile.am:
37343           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37344           they get rebuilt properly
37345         * configure.ac:
37346           when checking for vorbis, try pkgconfig first.
37347         * gst/modplug/gstmodplug.cc:
37348           add fixate function
37349
37350 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37351
37352         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37353           Fix for obvious mistake, where we first shift the offset and then
37354           read a samplesize element assuming the old offset. Note that this
37355           part still has something weird, i.e. my movies containing those
37356           don't actually play well, but at least there's something that looks
37357           like sound now.
37358
37359 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37360         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37361         (plugin_init):
37362         Add a typefind function for speex format
37363
37364 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37365
37366         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37367         (gst_asf_demux_setup_pad):
37368           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37369           instead of 0. Reason is simple: some elements have a fps range
37370           of 1-max instead of 0-max. So now ASF video actually works.
37371
37372 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37373
37374         * po/LINGUAS:
37375         * po/sr.po:
37376           adding serbian as a language
37377
37378 2004-03-13  Benjamin Otte  <otte@gnome.org>
37379
37380         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37381           return taglist correctly from _get function, don't gst_pad_push it.
37382           (fixes #137042)
37383
37384 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37385         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37386
37387 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37388
37389         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37390         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37391         (gst_alsa_mixer_track_new):
37392         * ext/alsa/gstalsamixertrack.h:
37393           Fix ancient leftovers... MixerTrack is a GObject.
37394
37395 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37396
37397         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37398         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37399           Don't block during probing...
37400
37401 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37402
37403         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37404         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37405         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37406         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37407         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37408         (gst_alsa_open_audio), (gst_alsa_close_audio):
37409         * ext/alsa/gstalsa.h:
37410           Add propertyprobe interface implementation, add some device-name
37411           property, all this so that it looks good in gnome-volume-control.
37412
37413 2004-03-12  David Schleef  <ds@schleef.org>
37414
37415         * configure.ac: the Hermes library controls hermescolorspace, not
37416         colorspace.
37417         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37418         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37419         not /* */
37420         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37421         * ext/sdl/sdlvideosink.h: ditto.
37422         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37423
37424 2004-03-12  Benjamin Otte  <otte@gnome.org>
37425
37426         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37427         (gst_x_overlay_got_xwindow_id):
37428         * gst-libs/gst/xoverlay/xoverlay.h:
37429           replace XID with unsigned long to get rid of the xlibs dependency in
37430           XOverlay (fixes #137004)
37431
37432 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37433         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37434         (gst_agingtv_setup):
37435         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37436         (gst_dicetv_base_init), (gst_dicetv_class_init),
37437         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37438         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37439         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37440         (gst_edgetv_setup), (gst_edgetv_rgb32):
37441         * gst/effectv/gsteffectv.c:
37442         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37443         (gst_quarktv_set_property):
37444         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37445         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37446         (gst_revtv_setup), (gst_revtv_rgb32):
37447         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37448         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37449         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37450         (gst_shagadelictv_rgb32):
37451         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37452         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37453         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37454         * gst/effectv/gstwarp.c:
37455         Port everything that can be ported to videofilter and fix up the caps.
37456         Can someone with a big-endian machine please check these?
37457
37458 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37459
37460         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37461         (gst_osssink_chain), (gst_osssink_change_state):
37462           Latest fixes for A/V sync, audio playback and such. This is about
37463           all... MPEG playback issues are mostly related to the async build-
37464           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37465
37466 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37467
37468         patch from: Stephane Loeuillet
37469
37470         * configure.ac:
37471           use pkg-config for some libraries, falling back to the old .m4 way
37472           (fixes #131270)
37473         * m4/libdv.m4:
37474           removed
37475
37476 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37477
37478         * configure.ac:
37479         * tools/Makefile.am:
37480         * tools/Makefile.in:
37481         * tools/gst-launch-ext-m.m:
37482         * tools/gst-launch-ext.1.in:
37483         * tools/gst-visualise-m.m:
37484         * tools/gst-visualise.1:
37485         * tools/gst-visualise.1.in:
37486           reorganizing generation of script tools
37487
37488 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37489
37490         * ext/divx/gstdivxdec.c:
37491           Downgrade priority. We prefer ffdec_mpeg4.
37492         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37493         (gst_faad_chain), (gst_faad_change_state):
37494           Fix capsnego. Doesn't work for some sounds because we don't have
37495           a 5:1 to stereo element.
37496         * ext/xvid/gstxvid.c: (plugin_init):
37497           Add priority.
37498         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37499         (gst_osssink_change_state):
37500           Add discont handling.
37501
37502 2004-03-09  Colin Walters  <walters@verbum.org>
37503
37504         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37505         conversion.
37506
37507 2004-03-09  Benjamin Otte  <otte@gnome.org>
37508
37509         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37510           the signals take 2 arguments
37511
37512 2004-03-09  David Schleef  <ds@schleef.org>
37513
37514         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37515         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37516         * ext/alsa/gstalsa.h:
37517         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37518
37519 2004-03-09  Benjamin Otte  <otte@gnome.org>
37520
37521         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37522         (gst_mikmod_change_state):
37523         * ext/mikmod/gstmikmod.h:
37524           make mikmod's loop function not loop infinitely and call
37525           gst_element_yield anymore
37526         * gst/modplug/gstmodplug.cc:
37527           fix pad negotiation (fixes #136590)
37528
37529 2004-03-09  David Schleef  <ds@schleef.org>
37530
37531         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37532         doesn't conflict with the internal colorspace plugin.
37533         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37534         satisfy the crappy-ass shell shipped by a certain vendor.
37535         * gst/videofilter/make_filter: same (bug #135299)
37536
37537 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37538
37539         * configure.ac: bump nano to 1
37540
37541 === release 0.7.6 ===
37542
37543 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37544
37545         * configure.in: releasing 0.7.6, "There"
37546
37547 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37548
37549         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37550         * pkgconfig/gstreamer-play.pc.in:
37551           synchronize the two
37552
37553 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37554
37555         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37556         (cdparanoia_open), (cdparanoia_event):
37557           fix/add error handling
37558         * po/POTFILES.in:
37559           add cdparanoia source
37560         * tools/Makefile.am:
37561           make scripts executable
37562
37563 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37564
37565         * configure.ac:
37566         * ext/vorbis/Makefile.am:
37567         * sys/Makefile.am:
37568           remove id3types, vorbisfile and xvideosink from the build (#133783)
37569
37570 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37571
37572         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37573           Fix metadata read crash (#136537).
37574
37575 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37576
37577         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37578         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37579           adding mime types, fixing the one-stop function
37580
37581 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37582
37583         * ext/nas/nassink.c and /ext/nas/nassink.h:
37584         More NAS love from Arwed von Merkatz
37585         So lets all sing 'Can you feel the NAS tonight'
37586
37587 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37588
37589         * tools/gst-launch-ext.in:
37590         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37591
37592 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37593
37594         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37595         (gst_mpeg2dec_init):
37596         remove the user_data pad for now, because it is being used in
37597         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37598         If someone knows how to fix this properly, please do.
37599
37600 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37601
37602         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37603         (gst_osssink_get_time):
37604         add a warning, IMO this won't get triggered anymore, remove later
37605
37606 2004-03-07  David Schleef  <ds@schleef.org>
37607
37608         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37609         format (bug #136470)
37610
37611 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37612
37613         * gst-libs/Makefile.am:
37614         * gst-libs/gst/media-info/Makefile.am:
37615         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37616         (error_callback), (gst_media_info_error_create),
37617         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37618         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37619         * gst-libs/gst/media-info/media-info-priv.h:
37620         * gst-libs/gst/media-info/media-info-test.c: (main):
37621         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37622         (gst_media_info_class_init), (gst_media_info_instance_init),
37623         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37624         (gst_media_info_read_idler), (gst_media_info_read):
37625         * gst-libs/gst/media-info/media-info.h:
37626         fixed, should work now
37627
37628 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37629
37630         * ext/nas/nassink.c:
37631         A bunch of NAS fixes from Arwed von Merkatz
37632
37633 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37634
37635         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37636         (qtdemux_parse_trak):
37637           Fix crash (j might be greater than n_samples, in which case we're
37638           writing outside the allocated space for the array) and memleak.
37639
37640 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37641
37642         * sys/oss/gstosssink.c: (gst_osssink_chain):
37643           And another caller that couldn't handle delay < 0 (unsigned
37644           integer overflow). Video now continues playing on an audio
37645           buffer underrun, and the clock continues working. Audio still
37646           stalls.
37647
37648 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37649
37650         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37651         (gst_osssink_get_time):
37652           get_delay() may return values lower than 0. In those cases, we
37653           should not actually cast to *unsigned* int64, that will break
37654           stuff horribly. In my case, it screwed up A/V sync in movies
37655           in totem rather badly.
37656
37657 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37658
37659         * ext/faac/gstfaac.c: (gst_faac_chain):
37660         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37661         * ext/libpng/gstpngenc.c: (user_write_data):
37662         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37663         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37664         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37665         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37666         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37667         of any buffer), should fix some leaks. I hope I didn't unref buffers
37668         that shouldn't be...
37669
37670 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37671
37672         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37673         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37674         (error_callback), (gmi_reset), (gmi_seek_to_track),
37675         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37676         (gmip_find_type_post), (gmip_find_stream_post),
37677         (gmip_find_track_streaminfo_post):
37678         * gst-libs/gst/media-info/media-info-priv.h:
37679         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37680         (info_print), (main):
37681         * gst-libs/gst/media-info/media-info.c:
37682         (gst_media_info_error_create), (gst_media_info_error_element),
37683         (gst_media_info_instance_init), (gst_media_info_get_property),
37684         (gst_media_info_new), (gst_media_info_set_source),
37685         (gst_media_info_read_idler), (gst_media_info_read):
37686         * gst-libs/gst/media-info/media-info.h:
37687           first pass at making this work again.  This seems to work on
37688           tagged ogg/vorbis and mp3 files.
37689
37690 2004-03-06  Benjamin Otte  <otte@gnome.org>
37691
37692         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37693           fix huge leak: gst_buffer_merge doesn't unref the first argument
37694           itself.
37695
37696 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37697
37698         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37699           report layer/mode/emphasis
37700
37701 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37702
37703         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37704
37705 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37706
37707         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37708           signal serial
37709
37710 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37711
37712         * ext/vorbis/vorbis.c: (plugin_init):
37713         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37714         (gst_vorbis_dec_init), (vorbis_dec_event):
37715         add debug category
37716         make vorbisdec handle _BYTE and _TIME queries
37717
37718 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37719
37720         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37721           from the xing header
37722
37723 2004-03-06  Benjamin Otte  <otte@gnome.org>
37724
37725         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37726         (gst_audio_convert_link), (gst_audio_convert_change_state),
37727         (gst_audio_convert_buffer_from_default_format):
37728           do conversions from/to float correctly, fix some caps nego errors,
37729           export correct supported caps in template and getcaps, use correct
37730           caps in try_set_caps functions
37731
37732 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37733
37734         For some reason, I only committed a ChangeLog entry yesterday and
37735         not the corresponding code...
37736         * ext/mad/gstmad.c: Fix detection of Xing headers
37737         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37738
37739 2004-03-06  Benjamin Otte  <otte@gnome.org>
37740
37741         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37742         (gst_ogg_demux_src_query):
37743           make sure to handle the case where there's no current chain
37744           gracefully.
37745
37746 2004-03-05  David Schleef  <ds@schleef.org>
37747
37748         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37749         Add fixate function. (bug #131128)
37750         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37751         (gst_sdlvideosink_fixate):  Add fixate function.
37752         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37753         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37754         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37755         Fix missing break that was causing ulaw to be interpreted as
37756         raw int.
37757
37758 2004-03-05  David Schleef  <ds@schleef.org>
37759
37760         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37761         Fix code that ignores return value of gst_buffer_merge().
37762         (bug #114560)
37763         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37764         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37765         * testsuite/gst-lint:  Check for above.
37766
37767 2004-03-05  David Schleef  <ds@schleef.org>
37768
37769         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37770         caps and throw an element error.  (bug #136334)
37771
37772 2004-03-05  David Schleef  <ds@schleef.org>
37773
37774         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37775         (gst_faad_chain): Fix negotiation.
37776         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37777         key and button events.
37778         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37779         dung heap of code.
37780         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37781         depends on gconf
37782         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37783         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37784         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37785         function to encourage better negotiation, particularly between
37786         audioconvert and osssink.
37787         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37788         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37789         more important.
37790         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37791         typefinding.
37792         * gst/vbidec/vbiscreen.c:  Add glib header
37793         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37794
37795 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37796
37797         * ext/mad/gstmad.c: Fix detection of Xing headers
37798         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37799
37800 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37801
37802         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37803         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37804           debug updates
37805
37806 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37807
37808         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37809         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37810         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37811         files, and report the parsed length as a GST_TAG_DURATION tag.
37812         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37813
37814 2004-03-05  Benjamin Otte  <otte@gnome.org>
37815
37816         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37817           convert channels correctly. convert correctly to unsigned.
37818
37819 2004-03-05  Julien MOUTTE <julien@moutte.net>
37820
37821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37822         we have a window before clearing it.
37823
37824 2004-03-05  Julien MOUTTE <julien@moutte.net>
37825
37826         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37827         have a window before clearing it.
37828
37829 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37830
37831         * gconf/gstreamer.schemas.in:
37832         * gst-libs/gst/gconf/Makefile.am:
37833           version installation path the same way as for 0.6
37834         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37835         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37836         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37837           remove comment that was fixed
37838
37839 2004-03-05  David Schleef  <ds@schleef.org>
37840
37841         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37842         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37843         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37844         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37845         Add prototype code for handling seeking and querying.
37846
37847 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37848
37849         * examples/gstplay/player.c: (main):
37850           Initialize variables to NULL. Prevents a segfault because the
37851           (uninitialized) variable is not NULL, resulting in a crash on
37852           trying to reach error->message.
37853
37854 2004-03-05  Benjamin Otte  <otte@gnome.org>
37855
37856         * gst/audioconvert/gstaudioconvert.c:
37857         (gst_audio_convert_buffer_to_default_format):
37858         make float=>int conversion work correctly even in cornercases.
37859
37860 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37861
37862         * debian/README.Debian:
37863         * debian/build-deps:
37864         * debian/changelog:
37865         * debian/control:
37866         * debian/control.in:
37867         * debian/copyright:
37868         * debian/gstreamer-a52dec.files:
37869         * debian/gstreamer-aa.files:
37870         * debian/gstreamer-alsa.files:
37871         * debian/gstreamer-alsa.manpages:
37872         * debian/gstreamer-arts.files:
37873         * debian/gstreamer-artsd.files:
37874         * debian/gstreamer-audiofile.files:
37875         * debian/gstreamer-avifile.files:
37876         * debian/gstreamer-cdparanoia.files:
37877         * debian/gstreamer-colorspace.files:
37878         * debian/gstreamer-doc.files:
37879         * debian/gstreamer-dv.files:
37880         * debian/gstreamer-dvd.files:
37881         * debian/gstreamer-esd.files:
37882         * debian/gstreamer-festival.files:
37883         * debian/gstreamer-flac.files:
37884         * debian/gstreamer-gconf.conffiles:
37885         * debian/gstreamer-gconf.files:
37886         * debian/gstreamer-gconf.postinst:
37887         * debian/gstreamer-gnomevfs.files:
37888         * debian/gstreamer-gsm.files:
37889         * debian/gstreamer-http.files:
37890         * debian/gstreamer-jack.files:
37891         * debian/gstreamer-jpeg.files:
37892         * debian/gstreamer-mad.files:
37893         * debian/gstreamer-mikmod.files:
37894         * debian/gstreamer-misc.files:
37895         * debian/gstreamer-mpeg2dec.files:
37896         * debian/gstreamer-oss.files:
37897         * debian/gstreamer-plugin-apps.files:
37898         * debian/gstreamer-plugin-apps.manpages:
37899         * debian/gstreamer-plugin-libs-dev.files:
37900         * debian/gstreamer-plugin-libs.files:
37901         * debian/gstreamer-plugin-template.postinst:
37902         * debian/gstreamer-plugin-template.postrm:
37903         * debian/gstreamer-sdl.files:
37904         * debian/gstreamer-sid.files:
37905         * debian/gstreamer-vorbis.files:
37906         * debian/gstreamer-x.files:
37907         * debian/mk.control:
37908         * debian/rules:
37909         Debian package info not maintained here.
37910
37911 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37912
37913         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37914         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37915         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37916         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37917         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37918         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37919         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37920         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37921         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37922         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37923         * gst-libs/gst/colorbalance/colorbalance.c:
37924         (gst_color_balance_class_init):
37925         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37926         (gst_color_balance_channel_class_init):
37927         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37928         * gst-libs/gst/play/play.c: (gst_play_class_init):
37929         * gst-libs/gst/propertyprobe/propertyprobe.c:
37930         (gst_property_probe_iface_init):
37931         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37932         * gst-libs/gst/tuner/tunerchannel.c:
37933         (gst_tuner_channel_class_init):
37934         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37935         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37936         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37937         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37938         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37939         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37940         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37941         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37942         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37943           fix signals to use - instead of _
37944         * ext/libcaca/gstcacasink.h:
37945         * ext/sdl/sdlvideosink.h:
37946           fix header rename
37947
37948 2004-03-04  David Schleef  <ds@schleef.org>
37949
37950         * testsuite/gst-lint:  Add a check for bad signal names.
37951
37952 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37953
37954         reviewed by David Schleef
37955
37956         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37957         modified the alpha channel and caused a warning. (bug #136192)
37958
37959 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37960
37961         * gst-plugins.spec.in:
37962         Change names of plugins to actually be correct. Try to keep things
37963         alphabetical to avoid getting beat up by Thomas
37964
37965 2004-03-03  Julien MOUTTE <julien@moutte.net>
37966
37967         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37968         Using ximagesink as a default if no gconf key found. We should
37969         probably consider using alsasink instead of osssink for the audio
37970         part.
37971
37972 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37973
37974         * configure.ac:
37975           fix --with-plugins, don't think it ever worked before
37976         * gst-plugins.spec.in:
37977           even more updates
37978
37979 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37980
37981         * ext/sdl/sdlvideosink.h:
37982         * sys/ximage/ximagesink.h:
37983         * sys/xvideo/xvideosink.h:
37984         * sys/xvimage/xvimagesink.h:
37985           Fix for move of gstvideosink.h -> videosink.h.
37986
37987 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37988
37989         * gst-libs/gst/xwindowlistener/Makefile.am:
37990           this is a plugin library, not a library
37991
37992 2004-03-01  David Schleef  <ds@schleef.org>
37993
37994         * AUTHORS:  Added some names.  Add yourself if you're still
37995         missing.
37996
37997 2004-03-01  David Schleef  <ds@schleef.org>
37998
37999         * MAINTAINERS: Add
38000
38001 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38002
38003         * gst-plugins.spec.in: clean up spec file
38004
38005 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38006
38007         * gst-libs/gst/video/Makefile.am:
38008         * gst-libs/gst/video/gstvideosink.c:
38009         * gst-libs/gst/video/gstvideosink.h:
38010           rename gstvideosink.h to videosink.h to match other headers
38011         * gst/mixmatrix/Makefile.am:
38012           fix plugin filename
38013         * gst/tags/Makefile.am: fix plugin filename
38014
38015 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38016
38017         * gst/tags/Makefile.am: fix plugin filename
38018
38019 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38020
38021         * examples/gstplay/player.c: (got_time_tick), (main):
38022           add error handler
38023           display time_tick more readably
38024         * gst/mixmatrix/Makefile.am:
38025           fix plugin file name
38026
38027 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
38028
38029         * sys/oss/gstosselement.c: (gst_osselement_probe),
38030         (device_combination_append), (gst_osselement_class_probe_devices):
38031         * sys/oss/gstosselement.h:
38032           Reworked enumeration of oss dsps and mixers so that gst-mixer works
38033           on my system using alsa oss emulation, fixes bug #135597
38034
38035 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38036
38037         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
38038         (gst_videodrop_chain), (gst_videodrop_change_state):
38039         * gst/videodrop/gstvideodrop.h:
38040           Work based on timestamp of input data, not based on the expected
38041           framerate from the input. The consequence is that this element now
38042           not only scales framerates, but also functions as a framerate
38043           corrector or framerate stabilizer/constantizer.
38044
38045 2004-02-27  David Schleef  <ds@schleef.org>
38046
38047         patches from jmmv@menta.net (Julio M. Merino Vidal)
38048
38049         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
38050         GST_ELEMENT_ERROR call (bug #135634)
38051         * gst/interleave/interleave.c: (interleave_buffered_loop),
38052         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
38053         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
38054         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
38055         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
38056         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
38057         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
38058         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
38059         Fix GST_ELEMENT_ERROR call.
38060         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
38061         GST_ELEMENT_ERROR call.
38062
38063 2004-02-27  Benjamin Otte  <otte@gnome.org>
38064
38065         * gst-libs/gst/audio/audio.h:
38066           add macro to make sure header isn't included twice
38067         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
38068           don't use gst_buffer_free
38069         * gst/playondemand/filter.func:
38070           don't use gst_data_free. Free data only once.
38071
38072 2004-02-26  David Schleef  <ds@schleef.org>
38073
38074         * gst-libs/gst/colorbalance/Makefile.am:
38075         * gst-libs/gst/mixer/Makefile.am:
38076         * gst-libs/gst/tuner/Makefile.am:
38077         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
38078         should not be disted, -marshal.h files should not be installed,
38079         and -enum.h files _should_ be installed.  Fix to make this the
38080         case.
38081
38082 === release 0.7.5 ===
38083
38084 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
38085
38086         * configure.ac: release 0.7.5, "Under The Sea"
38087
38088 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38089
38090         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38091         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38092         * gst/videoscale/gstvideoscale.c:
38093         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38094           assorted debug/warning fixes
38095
38096 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38097
38098         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38099         (gst_videoscale_init), (gst_videoscale_chain),
38100         (gst_videoscale_set_property), (plugin_init):
38101         * gst/videoscale/gstvideoscale.h:
38102         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38103         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38104         (gst_videoscale_planar400), (gst_videoscale_packed422),
38105         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38106         (gst_videoscale_24bit), (gst_videoscale_16bit),
38107         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38108         (gst_videoscale_scale_plane_slow),
38109         (gst_videoscale_scale_point_sample),
38110         (gst_videoscale_scale_nearest),
38111         (gst_videoscale_scale_nearest_str2),
38112         (gst_videoscale_scale_nearest_str4),
38113         (gst_videoscale_scale_nearest_32bit),
38114         (gst_videoscale_scale_nearest_24bit),
38115         (gst_videoscale_scale_nearest_16bit):
38116         add debugging category and use it properly
38117         fix use of GST_PTR_FORMAT
38118
38119 2004-02-25  Andy Wingo  <wingo@pobox.com>
38120
38121         * gst/interleave/interleave.c (interleave_buffered_loop): Always
38122         push only when channel->buffer is NULL. Prevents segfaults doing
38123         the state change after a nonlocal exit, like a scheme exception.
38124
38125         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38126         Handle the case where the intersected caps is empty.
38127
38128 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38129
38130         * gst/law/mulaw-decode.c: (mulawdec_link):
38131         * gst/law/mulaw.c: (plugin_init):
38132           fix mulawdec so it actually works again
38133
38134 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
38135
38136         reviewed by: David Schleef  <ds@schleef.org>
38137
38138         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38139         (gst_gamma_init), (gst_gamma_set_property),
38140         (gst_gamma_get_property), (gst_gamma_calculate_tables),
38141         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
38142         for RGB, with separate r g and b correction factors. (#131167)
38143
38144 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
38145
38146         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38147           only signal tags for bitrate if they're > 0 (#134894)
38148
38149 2004-02-24  David Schleef  <ds@schleef.org>
38150
38151         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38152         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38153         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38154         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38155         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38156         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38157         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38158         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38159         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
38160         category.  Attempt to fix timestamp calculation.
38161
38162 2004-02-24  Johan Dahlin  <johan@gnome.org>
38163
38164         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38165
38166 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38167
38168         * configure.ac:
38169         * gconf/Makefile.am:
38170         * gconf/gstreamer.schemas:
38171         * gst-libs/gst/gconf/Makefile.am:
38172         * gst-libs/gst/gconf/gconf.c:
38173           version gconf schemas and install locations
38174
38175 2004-02-23  Benjamin Otte  <otte@gnome.org>
38176
38177         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38178         (gst_xine_input_subclass_init):
38179           call parent dispose.
38180           change pad template for CD reader correctly
38181         * ext/xine/Makefile.am:
38182         * ext/xine/gstxine.h:
38183         * ext/xine/xine.c: (plugin_init):
38184         * ext/xine/xineaudiosink.c:
38185           wrap audio sinks, too
38186         * gst-libs/gst/resample/private.h:
38187         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38188         (gst_resample_reinit), (gst_resample_scale),
38189         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38190         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38191         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38192         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38193         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38194         * gst-libs/gst/resample/resample.h:
38195         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38196         (gst_audioscale_class_init), (gst_audioscale_link),
38197         (gst_audioscale_get_buffer), (gst_audioscale_init),
38198         (gst_audioscale_chain), (gst_audioscale_set_property),
38199         (gst_audioscale_get_property):
38200         * gst/audioscale/gstaudioscale.h:
38201           s/resample_*/gst_resample_*/i to not clobber namespaces
38202
38203 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38204
38205         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38206         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38207         (gst_riff_create_video_template_caps),
38208         (gst_riff_create_audio_template_caps),
38209         (gst_riff_create_iavs_template_caps):
38210         * gst-libs/gst/riff/riff-media.h:
38211         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38212         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38213         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38214         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38215         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38216         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38217         (gst_matroska_demux_plugin_init): First batch implementing audio and
38218         video codec tags in demuxers.
38219
38220 2004-02-22  Benjamin Otte  <otte@gnome.org>
38221
38222         * ext/xine/Makefile.am:
38223         * ext/xine/gstxine.h:
38224         * ext/xine/xine.c: (plugin_init):
38225         * ext/xine/xineinput.c:
38226           add input plugin wrapper. Playback from files, http, mms and cdda
38227           works.
38228         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38229           remove leftover G_GNUC_UNUSED
38230         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38231         (gst_asf_demux_identify_guid):
38232           improve debugging output
38233
38234 2004-02-22  Benjamin Otte  <otte@gnome.org>
38235
38236         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38237
38238         * autogen.sh:
38239           replace test -e with test -x for mkinstalldirs to be more portable.
38240           (fixes #134816)
38241
38242 2004-02-22  Benjamin Otte  <otte@gnome.org>
38243
38244         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38245
38246         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38247           set rank to PRIMARY
38248         * gst/volume/gstvolume.c: (plugin_init):
38249           set rank to NONE
38250         fixes #134960
38251
38252 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38253
38254         reviewed by Benjamin Otte  <otte@gnome.org>
38255
38256         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38257           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38258
38259 2004-02-22  Benjamin Otte  <otte@gnome.org>
38260
38261         * configure.ac:
38262           export [_]*{gst,Gst,GST}.* symbols from plugins
38263
38264 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38265
38266         reviewed by: Benjamin Otte  <otte@gnome.org>
38267
38268         * ext/lame/gstlame.c: (add_one_tag):
38269         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38270         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38271         (gst_vorbisenc_metadata_set1):
38272         * gst/tags/gstid3tag.c:
38273         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38274           apply fixes from bugs #135042 (lame can't write tags) and #133817
38275           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38276
38277 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38278
38279         * configure.ac: Export only gst_plugin_desc from plugins.
38280          Note that this change only makes any effect with Linux using libtool
38281          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38282          fine. And don't try to have several versions of libtool in different
38283          directories.
38284
38285 2004-02-20  Andy Wingo  <wingo@pobox.com>
38286
38287         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38288         interleave respectively.
38289
38290         * gst/interleave/deinterleave.c: New plugin: deinterleave
38291         (replaces on oneton).
38292         * gst/interleave/interleave.c: New plugin: interleave.
38293         * gst/interleave/plugin.h: Support file.
38294         * gst/interleave/plugin.c: Support file.
38295
38296         * configure.ac: Remove intfloat and oneton, add interleave.
38297
38298         * ext/sndfile/gstsf.c: Handle events better.
38299
38300         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38301         and float2int operation. int2float has scheduling problems as
38302         noted in in2float_chain.
38303
38304 2004-02-20  Benjamin Otte  <otte@gnome.org>
38305
38306         * ext/xine/Makefile.am:
38307         * ext/xine/gstxine.h:
38308         * ext/xine/xine.c:
38309         * ext/xine/xineaudiodec.c:
38310         * ext/xine/xinecaps.c:
38311           add first version of xine plugin wrapper. Currently only wraps the
38312           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38313         * configure.ac:
38314         * ext/Makefile.am:
38315           add xine plugin wrapper, disabled by default. Use --enable-xine to
38316           build. Note that it'll segfault on gst-register if you don't remove
38317           the goom and tvtime post plugins from xine.
38318         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38319         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38320           add extradata parsing for QDM2.
38321           change around debugging prints.
38322
38323 2004-02-19  Benjamin Otte  <otte@gnome.org>
38324
38325         * ext/lame/gstlame.c: (gst_lame_chain):
38326         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38327           use gst_tag_list_insert when you want to insert tags
38328
38329 2004-02-18  David Schleef  <ds@schleef.org>
38330
38331         * configure.ac:  Move massink to gst-rotten
38332         * ext/Makefile.am:
38333         * ext/mas/Makefile.am:
38334         * ext/mas/massink.c:
38335         * ext/mas/massink.h:
38336
38337 2004-02-18  David Schleef  <ds@schleef.org>
38338
38339         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38340         typefinding, since it seems to be worse than nothing.
38341         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38342         atom to recognize .mp4 and .m4a files as video/quicktime.
38343
38344 2004-02-18  David Schleef  <ds@schleef.org>
38345
38346         * gst/sine/demo-dparams.c: (quit_live),
38347         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38348         Use double dparams, not float.
38349         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38350         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38351         sync'd elements don't really work correctly.
38352         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38353         (volume_update_volume), (volume_get_property):  Change dparam
38354         to double.
38355
38356 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38357
38358         * sys/ximage/ximagesink.c:
38359         (gst_ximagesink_xwindow_update_geometry),
38360         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38361         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38362         (gst_ximagesink_init): Rework the way software video scaling works. So
38363         now we check on each chain call if the video frames are feeling the
38364         window. If not we try to renegotiate caps. On failure we memorize that
38365         and we won't try again for that PLAYING sessions.
38366         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38367         failure.
38368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38369         synchronous flag.
38370
38371 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38372
38373         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38374           break up _link so we can give a better debug message for errors
38375
38376 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38377
38378         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38379           set up debug category
38380
38381 2004-02-18  Julien MOUTTE <julien@moutte.net>
38382
38383         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38384         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38385         the way renegotiation work. The event handling function is not taking
38386         care of external windows and renegotiate method check for pad flags
38387         NEGOTIATING. Should fix : #133209
38388
38389 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38390
38391         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38392         pad is negotiating before trying renegotiation.
38393
38394 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38395
38396         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38397           pass on all possible mime types as typefind hints
38398
38399 2004-02-17  Julien MOUTTE <julien@moutte.net>
38400
38401         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38403         possible SHM leak if we crash. All other apps using XShm are doing
38404         that.
38405
38406 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38407
38408         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38409         (gst_ximagesink_expose): Renegotiate size on expose.
38410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38411         size on expose.
38412
38413 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38414
38415         * testsuite/alsa/sinesrc.c:
38416           cosmetic fix to fix compile issue with gcc 2.95.4
38417
38418 2004-02-16  Julien MOUTTE <julien@moutte.net>
38419
38420         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38421         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38422         failed opening the audio device.
38423         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38424         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38425         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38426         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38427         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38428         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38429         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38430         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38431         Removing some useless g_return_if_fail like wingo suggested.
38432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38433         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38434         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38435         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38436         (gst_xvimagesink_update_colorbalance),
38437         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38438         (gst_xvimagesink_xcontext_clear),
38439         (gst_xvimagesink_get_fourcc_from_caps),
38440         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38441         (gst_xvimagesink_set_xwindow_id),
38442         (gst_xvimagesink_colorbalance_list_channels),
38443         (gst_xvimagesink_colorbalance_set_value),
38444         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38445         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38446
38447 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38448
38449         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38450           throw error when not negotiated instead of asserting
38451
38452 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38453
38454         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38455         correct data refcounting.
38456
38457 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38458
38459         * gst/switch/gstswitch.c: (gst_switch_change_state),
38460         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38461         change, mostly the EOS flag.
38462
38463 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38464
38465         * examples/gstplay/player.c: (got_eos), (main): Adding some
38466         output for debugging.
38467         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38468         timeouts if we go to any state different from PLAYING.
38469         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38470         more EOS bugs in riff lib.
38471
38472 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38473
38474         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38475         visualization until i find a way to fix switch correctly.
38476         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38477         EOS arrives.
38478         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38479         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38480         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38481         Reworked switch to get a more correct behaviour with events and refing
38482         of data stored in sinkpads.
38483         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38484         we don't pull from a pad in EOS.
38485
38486 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38487
38488         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38489           remove v1 tag even if we can't read it (makes sure we don't detect
38490           it again)
38491
38492 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38493
38494         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38495         (gst_alsa_xrun_recovery):
38496         * ext/alsa/gstalsa.h:
38497           try xrun recovery when wait failed. Make xrun recovery function
38498           return TRUE/FALSE to indicate success. (might fix #134354)
38499
38500 2004-02-13  David Schleef  <ds@schleef.org>
38501
38502         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38503         (dynparm_value_changed), (main): Convert from float to double.
38504         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38505
38506 2004-02-13  David Schleef  <ds@schleef.org>
38507
38508         * gst/silence/gstsilence.c: (gst_silence_class_init),
38509         (gst_silence_set_clock), (gst_silence_get),
38510         (gst_silence_set_property), (gst_silence_get_property):
38511         * gst/silence/gstsilence.h: Add sync property.
38512         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38513         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38514         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38515         * gst/sine/gstsinesrc.h: Add sync property.
38516
38517 2004-02-13  David Schleef  <ds@schleef.org>
38518
38519         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38520         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38521
38522 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38523
38524         * configure.ac:
38525         * ext/Makefile.am:
38526         * gst-libs/ext/Makefile.am:
38527           move ffmpeg plugin to gst-ffmpeg module
38528
38529 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38530
38531         * configure.ac: use GST_ARCH to detect architecture
38532
38533 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38534
38535         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38536
38537 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38538
38539         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38540           classify LADSPA plugins based on number of src/sink pads
38541           (#133663, Stefan Kost)
38542         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38543           fix dparams registration
38544           (#133528, Stefan Kost)
38545         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38546           fix use of isprint and use g_ascii_isprint instead
38547           (#133316, Stefan Kost)
38548
38549 2004-02-11  David Schleef  <ds@schleef.org>
38550
38551         Convert a few inner loops to use liboil.  This is currently
38552         optional, and is only enabled if liboil is present (duh!).
38553         * configure.ac: Check for liboil-0.1
38554         * gst/intfloat/Makefile.am:
38555         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38556         (gst_int2float_chain_gint16):
38557         * gst/videofilter/Makefile.am:
38558         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38559         (tablelookup_u8), (gst_videobalance_planar411):
38560         * gst/videotestsrc/Makefile.am:
38561         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38562         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38563         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38564         (paint_hline_RGB565), (paint_hline_xRGB1555):
38565
38566 2004-02-11  David Schleef  <ds@schleef.org>
38567
38568         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38569         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38570         (gst_colorspace_getcaps), (gst_colorspace_link),
38571         (gst_colorspace_base_init), (gst_colorspace_init),
38572         (gst_colorspace_chain), (gst_colorspace_change_state),
38573         (plugin_init): Merge Ronald's patch (bug #117897) and update
38574         for new caps and negotiation.  Seems to work, although it
38575         shows off bugs in lcs.
38576
38577 2004-02-11  David Schleef  <ds@schleef.org>
38578
38579         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38580         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38581
38582 2004-02-11  David Schleef  <ds@schleef.org>
38583
38584         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38585         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38586         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38587         Add server and port properties
38588
38589 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38590
38591         * m4/a52.m4:
38592         * m4/aalib.m4:
38593         * m4/as-ffmpeg.m4:
38594         * m4/as-liblame.m4:
38595         * m4/as-slurp-ffmpeg.m4:
38596         * m4/check-libheader.m4:
38597         * m4/esd.m4:
38598         * m4/freetype2.m4:
38599         * m4/gconf-2.m4:
38600         * m4/glib.m4:
38601         * m4/gst-alsa.m4:
38602         * m4/gst-artsc.m4:
38603         * m4/gst-ivorbis.m4:
38604         * m4/gst-matroska.m4:
38605         * m4/gst-sdl.m4:
38606         * m4/gst-shout2.m4:
38607         * m4/gst-sid.m4:
38608         * m4/gtk.m4:
38609         * m4/libdv.m4:
38610         * m4/libfame.m4:
38611         * m4/libmikmod.m4:
38612         * m4/ogg.m4:
38613         * m4/vorbis.m4:
38614           fix underquotedness of macros (#133800)
38615         * m4/as-avifile.m4:
38616         * m4/xmms.m4:
38617           removed because no longer used
38618
38619 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38620
38621         * configure.ac:
38622           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38623           by autopoint (fixes #132996)
38624
38625 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38626
38627         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38628         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38629         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38630         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38631           fix memleaks
38632
38633 2004-02-11  David Schleef  <ds@schleef.org>
38634
38635         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38636         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38637         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38638         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38639         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38640         (gst_jpegenc_class_init), (gst_jpegenc_init),
38641         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38642         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38643         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38644         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38645
38646 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38647
38648         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38649         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38650         * ext/mikmod/gstmikmod.h:
38651           fix caps negotiation in mikmod
38652         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38653           output debug information
38654
38655 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38656
38657         * gst-libs/gst/colorbalance/Makefile.am:
38658         * gst-libs/gst/navigation/Makefile.am:
38659         * gst-libs/gst/xoverlay/Makefile.am:
38660           remove unused GST_OPT_CFLAGS from Makefiles
38661           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38662
38663 2004-02-07  David Schleef  <ds@schleef.org>
38664
38665         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38666         push events to pads that haven't been created (#133508)
38667
38668 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38669
38670         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38671         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38672         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38673         (gst_dvdec_loop), (gst_dvdec_change_state):
38674         Second attempt at committing a working dvdec element.
38675
38676 2004-02-06  David Schleef  <ds@schleef.org>
38677
38678         Build fixes for OS X: (see #129600)
38679         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38680         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38681         (gst_riff_read_strf_iavs):
38682         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38683         (gst_avi_demux_stream_odml):
38684         * gst/playondemand/Makefile.am:
38685         * gst/rtp/rtp-packet.c:
38686
38687 2004-02-05  David Schleef  <ds@schleef.org>
38688
38689         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38690         last change, because it Just Doesn't Compile.
38691
38692 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38693
38694         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38695           skip undecodable id3v2 tag instead of keeping it
38696
38697 2004-02-05  David Schleef  <ds@schleef.org>
38698
38699         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38700         Unref leaked buffer.  (Noticed by Ronald)
38701
38702 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38703
38704         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38705         Sync requires with other checks.  >= vs =.
38706
38707 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38708
38709         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38710         (gst_dvdec_video_link), (gst_dvdec_loop):
38711         * ext/dv/gstdvdec.h:
38712           rework the caps negotiation so that dvdec works again instead
38713           of just segfaulting.
38714
38715 === release 0.7.4 ===
38716
38717 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38718
38719         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38720         * configure.ac: changed for release
38721
38722 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38723
38724         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38725         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38726         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38727         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38728           reworked patch by David Lehn to fix libdir and includedir for
38729           uninstalled libraries
38730           removed play and gconf from gstreamer-libs since they have their
38731           own pkgconfig files
38732
38733 2004-02-04  David Schleef  <ds@schleef.org>
38734
38735         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38736         memleak.
38737
38738 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38739
38740         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38741           use correct GST_TAG_ENCODER tag
38742
38743 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38744
38745         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38746           be sure to stop the clock when going to paused
38747         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38748           reset number of transmitted when going to ready.
38749         fixes #132935
38750
38751 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38752
38753         reviewed by Benjamin Otte
38754
38755         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38756           extract track count (fixes #133410)
38757
38758 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38759
38760         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38761           that should be !=, not == (fixes #132519)
38762
38763 2004-02-04  David Schleef  <ds@schleef.org>
38764
38765         Make sure set_explicit_caps() is called before adding pad.
38766         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38767         * gst/id3/gstid3types.c: (gst_id3types_loop):
38768         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38769         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38770
38771 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38772
38773         * configure.ac:
38774           bump nano to 2, first prerelease
38775           put back AM_PROG_LIBTOOL
38776
38777 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38778
38779         * testsuite/alsa/Makefile.am:
38780           these are user test apps, not automatic testsuite tests
38781
38782 2004-02-04  David Schleef  <ds@schleef.org>
38783
38784         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38785         * gst/mpeg1videoparse/gstmp1videoparse.c:
38786         (mp1videoparse_parse_seq):
38787         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38788         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38789         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38790         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38791         (gst_xvideosink_getcaps):
38792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38793         * testsuite/gst-lint: more tests
38794
38795 2004-02-04  David Schleef  <ds@schleef.org>
38796
38797         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38798         with the code that they would expand to.
38799         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38800         (gst_flacdec_get_src_query_types),
38801         (gst_flacdec_get_src_event_masks):
38802         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38803         (gst_gnomevfssrc_get_query_types),
38804         (gst_gnomevfssrc_get_event_mask):
38805
38806 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38807
38808         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38809         (gst_sinesrc_dispose):
38810           fix memleak by properly disposing sinesrc
38811
38812 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38813
38814         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38815         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38816         an overlay to redraw the image because it has been exposed.
38817         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38818         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38819         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38820         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38821         interface
38822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38823         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38824         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38825         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38826         interface
38827
38828 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38829
38830         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38831           more memleak fixage
38832
38833 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38834
38835         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38836         * gst/typefind/gsttypefindfunctions.c:
38837           fix memleaks shown by gst-typefind
38838
38839 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38840
38841         * common/glib-gen.mak:
38842           add hack rule to touch .Plo files
38843         * gst-libs/gst/colorbalance/Makefile.am:
38844         * gst-libs/gst/mixer/Makefile.am:
38845         * gst-libs/gst/play/Makefile.am:
38846         * gst-libs/gst/tuner/Makefile.am:
38847           remove glib_root variable
38848
38849 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38850
38851         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38852           set explicit caps before adding the element, so the autopluggers can
38853           plug correctly.
38854         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38855         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38856         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38857         (dv_type_find):
38858           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38859           argument.
38860
38861 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38862
38863         * gst-libs/gst/colorbalance/Makefile.am:
38864         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38865         * gst-libs/gst/colorbalance/colorbalance.c:
38866         * gst-libs/gst/colorbalance/colorbalance.h:
38867         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38868         * gst-libs/gst/mixer/Makefile.am:
38869         * gst-libs/gst/mixer/mixer-marshal.list:
38870         * gst-libs/gst/mixer/mixer.c:
38871         * gst-libs/gst/mixer/mixer.h:
38872         * gst-libs/gst/mixer/mixermarshal.list:
38873         * gst-libs/gst/play/Makefile.am:
38874         * gst-libs/gst/play/play.h:
38875         * gst-libs/gst/tuner/Makefile.am:
38876         * gst-libs/gst/tuner/tuner-marshal.list:
38877         * gst-libs/gst/tuner/tuner.c:
38878         * gst-libs/gst/tuner/tuner.h:
38879         * gst-libs/gst/tuner/tunermarshal.list:
38880           use new glib-gen.mak snippet to clean up Makefile.am
38881           fix various bugs in Makefile.am's
38882
38883 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38884
38885         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38886           handle chain parsing correctly in the multichain case
38887         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38888         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38889         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38890         (theora_dec_chain):
38891           handle events and queries correctly
38892
38893 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38894
38895         * .cvsignore:
38896         Ignore generated file _stdint.h.
38897
38898 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38899
38900         * gst-libs/gst/colorbalance/Makefile.am:
38901         * gst-libs/gst/colorbalance/colorbalance.h:
38902         * gst-libs/gst/mixer/Makefile.am:
38903         * gst-libs/gst/mixer/mixer.h:
38904         * gst-libs/gst/play/Makefile.am:
38905         * gst-libs/gst/play/play.h:
38906         * gst-libs/gst/tuner/Makefile.am:
38907         * gst-libs/gst/tuner/tuner.h:
38908         Generate enum type code with glib-mkenums.
38909         * gst-libs/gst/colorbalance/.cvsignore:
38910         * gst-libs/gst/mixer/.cvsignore:
38911         * gst-libs/gst/play/.cvsignore:
38912         * gst-libs/gst/tuner/.cvsignore:
38913         Ignore generated files.
38914
38915 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38916
38917         * gst-libs/gst/audio/.cvsignore:
38918         Ignore generated file.
38919         * gst-libs/gst/audio/Makefile.am:
38920         Do not install example filter.
38921
38922 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38923
38924         * examples/switch/.cvsignore:
38925         Ignore generated file.
38926
38927 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38928
38929         * common/m4/ax_create_stdint_h.m4:
38930         * configure.ac:
38931           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38932           _stdint.h.
38933         * Makefile.am:
38934           remove generated _stdint.h in DISTCLEANFILES
38935         * ext/a52dec/gsta52dec.c:
38936           include _stdint.h for a52dec. (should fix #133064)
38937
38938 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38939
38940         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38941         (gst_tag_to_vorbis_comments):
38942         Add replaygain support to vorbistag
38943
38944 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38945         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38946         (gst_ffmpeg_caps_to_extradata):
38947           Fix SVQ3 caps flag properties
38948           Use glib macro for bytes swap
38949
38950 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38951
38952         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38953         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38954         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38955         * ext/sndfile/gstsf.c: (plugin_init):
38956         * gst/avi/gstavi.c: (plugin_init):
38957         * sys/dxr3/dxr3init.c: (plugin_init):
38958         * sys/oss/gstossaudio.c: (plugin_init):
38959         * sys/v4l/gstv4l.c: (plugin_init):
38960         * sys/v4l2/gstv4l2.c: (plugin_init):
38961           remove textdomain calls
38962         * po/nl.po:
38963           update Dutch translation
38964
38965 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38966
38967         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38968         (gst_play_set_audio_sink): Moving volume in the audio thread for
38969         instantaneous volume change. Maybe i will add another volume in front
38970         of visualization later, not sure yet though.
38971
38972 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38973
38974         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38975         (gst_ximagesink_handle_xevents): Better X events handling, only take
38976         the latest events for configure and motion.
38977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38978
38979 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38980
38981         reviewed by: David Schleef  <ds@schleef.org>
38982
38983         Fix memory leaks:
38984         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38985         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38986
38987 2004-02-02  David Schleef  <ds@schleef.org>
38988
38989         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38990         of lines.
38991         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38992         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38993         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38994         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38995         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38996         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38997         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38998         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38999         (gst_float2_2_int_link):
39000         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
39001         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
39002         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
39003         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
39004         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
39005         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
39006         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
39007         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
39008         * testsuite/gst-lint: Add tests for bzero and ;;
39009
39010 2004-02-02  David Schleef  <ds@schleef.org>
39011
39012         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
39013
39014 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39015
39016         * ext/aalib/gstaasink.c: (gst_aasink_open):
39017         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39018         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39019         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39020         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39021         (gst_afsink_close_file):
39022         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39023         (gst_afsrc_close_file):
39024         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39025         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39026         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39027         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39028         * ext/esd/esdmon.c: (gst_esdmon_get):
39029         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
39030         * ext/faac/gstfaac.c: (gst_faac_chain):
39031         * ext/faad/gstfaad.c: (gst_faad_chain):
39032         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39033         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39034         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39035         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39036         (gst_flacdec_loop):
39037         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39038         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39039         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39040         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39041         (gst_gnomevfssink_close_file):
39042         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39043         (gst_gnomevfssrc_open_file):
39044         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39045         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39046         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39047         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39048         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39049         * ext/mad/gstmad.c: (gst_mad_chain):
39050         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39051         * ext/mpeg2dec/gstmpeg2dec.c:
39052         * ext/mpeg2enc/gstmpeg2enc.cc:
39053         * ext/mplex/gstmplex.cc:
39054         * ext/mplex/gstmplexibitstream.cc:
39055         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39056         (gst_ogg_demux_push):
39057         * ext/raw1394/gstdv1394src.c:
39058         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39059         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39060         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39061         (gst_sf_loop):
39062         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39063         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
39064         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39065         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39066         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39067         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39068         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39069         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39070         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39071         (gst_riff_read_element_data), (gst_riff_read_seek),
39072         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39073         * gst/adder/gstadder.c: (gst_adder_loop):
39074         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39075         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39076         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39077         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39078         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39079         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39080         * gst/goom/gstgoom.c: (gst_goom_chain):
39081         * gst/id3/gstid3types.c: (gst_id3types_loop):
39082         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39083         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39084         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39085         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39086         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39087         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39088         (gst_ebml_read_float), (gst_ebml_read_header):
39089         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39090         (gst_matroska_demux_parse_blockgroup):
39091         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39092         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39093         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39094         * gst/silence/gstsilence.c: (gst_silence_get):
39095         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39096         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39097         * gst/speed/gstspeed.c: (speed_loop):
39098         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39099         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39100         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39101         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39102         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39103         (gst_wavparse_loop):
39104         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39105         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39106         (dxr3audiosink_close):
39107         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39108         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39109         (dxr3videosink_close), (dxr3videosink_write_data):
39110         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39111         * sys/oss/gstosssink.c: (gst_osssink_chain):
39112         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39113         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39114         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39115         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39116         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39117         (gst_v4l_set_window), (gst_v4l_enable_overlay):
39118         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39119         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39120         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39121         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39122         (gst_v4l_set_audio):
39123         * sys/v4l/v4l_calls.h:
39124         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39125         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39126         (gst_v4lmjpegsink_playback_init),
39127         (gst_v4lmjpegsink_playback_start):
39128         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39129         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39130         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39131         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39132         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39133         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39134         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39135         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39136         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39137         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39138         (gst_v4l2_get_output), (gst_v4l2_set_output),
39139         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39140         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39141         (gst_v4l2_set_attribute):
39142         * sys/v4l2/v4l2_calls.h:
39143         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39144         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39145         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39146         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39147         (gst_v4l2src_capture_stop):
39148         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39149         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39150         (gst_ximagesink_chain):
39151         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39152         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39153         (gst_xvideosink_xwindow_new):
39154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39155         (gst_xvimagesink_chain):
39156
39157 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39158
39159         * gst/volume/gstvolume.c: (gst_volume_set_volume),
39160         (gst_volume_get_volume), (volume_class_init), (volume_init),
39161         (volume_chain_int16), (volume_update_volume):
39162         * gst/volume/gstvolume.h:
39163           make code more readable by removing magic numbers
39164           make mixer interface export 0-100 range
39165           make it internally map to 0.0-1.0 range so users don't distort
39166           output by putting the sliders at full volume
39167
39168 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39169
39170         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39171         (gst_play_state_change), (gst_play_seek_to_time):
39172         block the tick callback for 0.5 secs after doing a seek
39173
39174 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39175
39176         * gst-libs/gst/play/play.c: (gst_play_new):
39177           check for GError
39178
39179 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39180
39181         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39182         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39183         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39184         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39186         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39187
39188 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39189
39190         * configure.ac:
39191         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39192           check for a function added in vorbis 1.1
39193
39194 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39195
39196         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39197         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39198           really start/stop clock only on PLAYING <=> PAUSED
39199         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39200           remove \n from debugging lines
39201         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39202           make it work when seeking does not
39203         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39204           reset on DISCONT
39205
39206 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39207
39208         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39209           start clock on PAUSED=>PLAYING, not later
39210         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39211           extract correct time for different discont formats
39212         (gst_alsa_sink_get_time):
39213           don't segfault when no format is negotiated yet, just return 0
39214         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39215         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39216         (gst_ogg_pad_push):
39217           handle flush and discont events correctly
39218         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39219           handle discont events correctly
39220
39221 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39222
39223         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39224         (gst_play_error_create), (gst_play_error_plugin),
39225         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39226         * gst-libs/gst/play/play.h:
39227           add error handling during creation
39228         * examples/gstplay/player.c: (main):
39229           use new gst_play_new
39230
39231
39232 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39233
39234         * ext/theora/theoradec.c: (theora_dec_chain):
39235           make comments work
39236         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39237         (vorbis_dec_src_event), (vorbis_dec_chain):
39238           add encoder tag, fix tag reading to be more error tolerant, change
39239           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39240           gst_pad_event_default.
39241         * gst/tags/gstvorbistag.c:
39242         (gst_tag_list_from_vorbiscomment_buffer):
39243           undefine function specific define at end of function
39244
39245 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39246
39247         * ext/flac/gstflac.c: (plugin_init):
39248         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39249         * ext/flac/gstflacdec.h:
39250         * ext/flac/gstflacenc.h:
39251           Fix typos
39252
39253 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39254
39255         * examples/gstplay/player.c: s/gstplay.h/play.h/
39256
39257 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39258
39259         * gst-libs/gst/play/Makefile.am:
39260         * gst-libs/gst/play/gstplay.c:
39261         * gst-libs/gst/play/gstplay.h:
39262         * gst-libs/gst/play/play.c:
39263           more surgery, operation complete
39264
39265 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39266
39267         * gst-libs/gst/play/play.old.c:
39268         * gst-libs/gst/play/play.old.h:
39269           after CVS surgery by moving, remove
39270         * gst-libs/gst/play/playpipelines.c:
39271           remove
39272
39273         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39274           add negotiation error
39275
39276 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39277
39278         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39279         (gst_ogg_demux_push):
39280           add some seeking debug info
39281           send a flush when seeking
39282
39283 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39284
39285         * configure.ac:
39286           use AC_C_INLINE
39287         * configure.ac:
39288         * ext/Makefile.am:
39289         * ext/theora/Makefile.am:
39290         * ext/theora/theoradec.c:
39291           add theora video decoder. Does just do simple decoding for now and
39292           has been tested against Theora cvs only. It only works when theora
39293           is compiled with --enable-static.
39294         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39295           always reset packetno on DISCONT
39296
39297 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39298
39299         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39300           Fix audio.
39301
39302 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39303
39304         * gst/mpegaudioparse/gstmpegaudioparse.c:
39305         (mp3_type_frame_length_from_header):
39306           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39307
39308 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39309
39310         * ext/esd/esdsink.c: (gst_esdsink_init):
39311           Since we have static pad template caps, we don't need to negotiate;
39312           either the core errors out or we know the format.
39313
39314 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39315
39316         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39317         (gst_riff_read_seek):
39318         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39319         (gst_ebml_read_seek):
39320           Fix event handling.
39321
39322 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39323
39324         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39325           removee video/x-theora from vp3 decoder, it doesn't handle raw
39326           theora streams
39327         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39328           fix bug with finalizing element that never went to PAUSED
39329         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39330           length and position queries were swapped
39331         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39332         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39333         (vorbis_dec_src_event):
39334           implement querying time and bytes
39335
39336 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39337
39338         * just about every source file:
39339           gst_element_error -> GST_ELEMENT_ERROR
39340
39341 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39342
39343         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39344         emiting FLUSH and even before DISCONT.
39345         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39346         get the best instant seeking as possible yay!
39347
39348 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39349
39350         * gst/mpeg1videoparse/gstmp1videoparse.c:
39351         (gst_mp1videoparse_real_chain):
39352           Committed wrong version last week... Grr... Didn't notice until now.
39353
39354 2004-01-29  Julien MOUTTE <julien@moutte.net>
39355
39356         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39358         have_xwindow_id signal in xwindow_create.
39359
39360 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39361
39362         * ext/ogg/gstoggdemux.c:
39363           lots of changes - mainly support for chained bitstreams, seeking,
39364           querying and bugfixes of course
39365         * ext/vorbis/Makefile.am:
39366         * ext/vorbis/vorbisdec.c:
39367         * ext/vorbis/vorbisdec.h:
39368           add vorbisdec raw vorbis decoder
39369         * ext/vorbis/vorbis.c: (plugin_init):
39370           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39371         * gst/intfloat/Makefile.am:
39372         * gst/intfloat/float22int.c:
39373         * gst/intfloat/float22int.h:
39374         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39375           add float2intnew plugin. It converts multichannel interleaved float to
39376           multichannel interleaved int. The name should probably be changed.
39377         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39378         (plugin_init):
39379           add typefinding for raw theora video so oggdemux can detect it.
39380
39381 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39382
39383         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39384         sink element first.
39385         * gst/videoscale/gstvideoscale.c:
39386         (gst_videoscale_handle_src_event): Fixing src event handler.
39387
39388 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39389
39390         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39391         (gst_v4lsrc_open), (gst_v4lsrc_close),
39392         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39393         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39394         * sys/v4l/gstv4lsrc.h:
39395         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39396         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39397           Implement resizing... Hack. But that's why v4l is b0rked...
39398
39399 2004-01-28  Julien MOUTTE <julien@moutte.net>
39400
39401         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39402         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39403         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39404         (gst_ximagesink_xwindow_destroy):
39405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39406         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39407         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39408         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39409         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39410         correctly cleaning the image created to check xshm calls on succes,
39411         added a lot of XSync calls in X11 functions, and fixed a segfault when
39412         no image format was defined before negotiation happened.
39413
39414 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39415
39416         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39417           use gst_element_get_time to get correct time
39418
39419 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39420
39421         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39422         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39423         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39425         (gst_xvimagesink_check_xshm_calls),
39426         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39427         X plugins are now able to detect that XShm calls will fail even if the
39428         server claims that it has XShm support (remote displays most of the
39429         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39430         so that we use non XShm functions. This feature is almost useless for
39431         xvimagesink as Xv is not supported on remote displays anyway, but
39432         it might happen than even on the local display XShm calls fail.
39433
39434 2004-01-27  David Schleef  <ds@schleef.org>
39435
39436         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39437         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39438         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39439         changed esdsink to only use 44100,16,2, since esd sucks at rate
39440         conversion and esdsink has had difficulty negotiating.
39441
39442 2004-01-27  Julien MOUTTE <julien@moutte.net>
39443
39444         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39445         (gst_play_seek_to_time): Fixing the way to get current position.
39446
39447 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39448
39449         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39450           use gst_element_get_time to get correct time
39451
39452 2004-01-27  Julien MOUTTE <julien@moutte.net>
39453
39454         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39455         fix ever... Inverting 2 lines of code make spider autoplug correctly
39456         tagged mp3 !
39457
39458 2004-01-27  David Schleef  <ds@schleef.org>
39459
39460         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39461         Use gst_pad_try_set_caps_nonfixed().
39462
39463 2004-01-27  David Schleef  <ds@schleef.org>
39464
39465         * gst/ac3parse/gstac3parse.c: update to checklist 5
39466         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39467         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39468         * gst/audioscale/gstaudioscale.c: same
39469         * gst/auparse/gstauparse.c: same
39470         * gst/avi/gstavidemux.c: same
39471
39472 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39473
39474         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39475           stop processing after EOS
39476
39477 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39478
39479         * gst/asfdemux/asfheaders.h:
39480         * gst/asfdemux/gstasfdemux.c:
39481         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39482         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39483         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39484           lot's of fixes to make data extraction simpler and get the code
39485           architecture and compiler independant. Add debugging category
39486         * gst/goom/gstgoom.c: (gst_goom_change_state):
39487           reset channel count on PAUSED=>READY, not READY=>PAUSED
39488
39489 2004-01-26  Colin Walters  <walters@verbum.org>
39490
39491         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39492         code to pull a bigger buffer in iradio mode.  This as a side effect
39493         makes typefinding work.
39494
39495 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39496
39497         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39498         Fix SVQ3 decoding on PPC
39499
39500 2004-01-26  Julien MOUTTE <julien@moutte.net>
39501
39502         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39503         that one managed to stay there... Fixed.
39504
39505 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39506
39507         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39508         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39509         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39510         (qtdemux_video_caps):
39511         * gst/qtdemux/qtdemux.h:
39512         Add SVQ3 specific flags to qtdemux and ffmpeg
39513
39514 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39515
39516         * gst-libs/gst/audio/audio.h:
39517           remove buffer-frames from audio caps
39518         * gst/audioconvert/gstaudioconvert.c:
39519           fix plugin to really work.
39520
39521 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39522
39523         * gst-libs/gst/mixer/mixer.c:
39524         * gst-libs/gst/propertyprobe/propertyprobe.c:
39525         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39526         (gst_tuner_find_channel_by_name):
39527         * gst-libs/gst/tuner/tuner.h:
39528           Add gtk-doc style comments. Also fix a function name.
39529
39530 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39531
39532         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39533         (gst_divxdec_negotiate):
39534           Fix for new capsnego - also fixes gst-player with divxdec.
39535
39536 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39537
39538         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39539         (gst_play_identity_handoff), (gst_play_set_location),
39540         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39541         try in visualization implementation. Still have an issue with switch
39542         blocking when pulling from video_queue and only audio comes out of
39543         spider.
39544         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39545         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39546         release method. And check if the pad is usable before pulling.
39547
39548 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39549
39550         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39551         (gst_videobalance_init),
39552         (gst_videobalance_colorbalance_list_channels),
39553         (gst_videobalance_colorbalance_set_value),
39554         (gst_videobalance_colorbalance_get_value),
39555         (gst_videobalance_update_properties),
39556         (gst_videobalance_update_tables_planar411),
39557         (gst_videobalance_planar411):
39558         * gst/videofilter/gstvideobalance.h:
39559           Implement lookup-tables. +/- 10x faster.
39560
39561 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39562
39563         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39564         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39565           The index reading was broken. The rest worked fine, but the whole
39566           goal of my rewrite was to make avidemux readable, and this was
39567           not at all readable. Please use typed variables.
39568
39569 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39570
39571         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39572           Additional pad usability check.
39573         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39574         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39575         (gst_mp1videoparse_real_chain):
39576           Fix MPEG video stream parsing. The original plugin had several
39577           issues, including not timestamping streams where the source was
39578           not timestamped (this happens with PTS values in mpeg system
39579           streams, but MPEG video is also a valid stream on its own so
39580           that needs timestamps too). We use the display time code for that
39581           for now. Also, if one incoming buffer contains multiple valid
39582           frames, we push them all on correctly now, including proper EOS
39583           handling. Lastly, several potential segfaults were fixed, and we
39584           properly sync on new sequence/gop headers to include them in next,
39585           not previous frames (since they're header for the next frame, not
39586           the previous). Also see #119206.
39587         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39588         (bpf_from_header):
39589           Move caps setting so we only do it after finding several valid
39590           MPEG-1 fraes sequentially, not right after the first one (which
39591           might be coincidental).
39592         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39593         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39594         (plugin_init):
39595           Add unsynced MPEG video stream typefinding, and change some
39596           probability values so we detect streams rightly. The idea is as
39597           follows: I can have an unsynced system stream which contains
39598           video. In the current code, I would randomly get a type for either
39599           system or video stream type found, because the probabilities are
39600           being calculated rather randomly. I now use fixed values, so we
39601           always prefer system stream if that was found (and that is how it
39602           should be). If no system stream was found, we can still identity                the stream as video-only.
39603
39604 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39605
39606         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39607         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39608           don't write to buffer. Extract data without the need of
39609           __attribute__ ((packed))
39610
39611 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39612
39613         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39614         (mpeg1_sys_type_find):
39615           Fix MPEG-1 stream typefinding.
39616
39617 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39618
39619         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39620           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39621
39622 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39623
39624         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39625         * ext/esd/gstesd.c: (plugin_init):
39626           private debugging, better error reporting
39627
39628 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39629
39630         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39631         (gst_riff_read_init), (gst_riff_read_change_state):
39632         * gst-libs/gst/riff/riff-read.h:
39633           Remove stuff fromold metadata system.
39634
39635 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39636
39637         * ext/ogg/gstoggdemux.c:
39638           Fix wrong file comment.
39639         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39640         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39641           Add metadata reading properly.
39642
39643 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39644
39645         * ext/Makefile.am:
39646           Fix nas DIST_SUBDIRS
39647           Uraeus:
39648           Fix bug where make distcheck doesn't get run on adding stuff to
39649           the build.
39650
39651 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39652
39653         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39654         * ext/divx/gstdivxdec.h:
39655           Fix divx3 ("msmpeg4") playback using divxdec.
39656
39657 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39658
39659         * gst/typefind/gsttypefindfunctions.c:
39660         (mp3_type_frame_length_from_header): fix bug in length computation
39661         (mp3_type_find): improve debugging output
39662
39663 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39664
39665         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39666         (gst_play_set_location), (gst_play_seek_to_time),
39667         (gst_play_set_audio_sink), (gst_play_set_visualization),
39668         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39669         the pipeline from scratch. Visualization is back and switch went out as
39670         i realized it was not possible to use the way i wanted.
39671         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39672         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39673         clearing in state change from READY to NULL. So that one can clean the
39674         X ressources keeping the element.
39675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39676         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39677         (gst_xvimagesink_colorbalance_set_value),
39678         (gst_xvimagesink_colorbalance_get_value),
39679         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39680         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39681         change from READY to NULL and fixed some stupid bugs in colorbalance
39682         get/set values. Also added the following feature : when nobody tries to
39683         set some values to the colorbalance levels before the xcontext is
39684         grabbed, then when creating channels list from Xv attributes we set the
39685         internal values to the Xv defaults. This way we handle buggy Xv drivers
39686         that set default hue values far from the middle of the range (Thanks
39687         to Jon Trowbridge for pointing that issue).
39688         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39689         colorbalance levels have been set before xcontext is grabbed.
39690
39691 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39692
39693         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39694           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39695           it might block operations (which is bad for a mixer).
39696
39697 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39698
39699         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39700         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39701         (gmip_find_type_pre):
39702         * gst-libs/gst/media-info/media-info-priv.h:
39703         * gst-libs/gst/media-info/media-info.c:
39704         (gst_media_info_instance_init), (gst_media_info_read_idler):
39705         add fakesink to get caps on decoder src pad again
39706         fix callback prototype to match new have_type signal signature
39707
39708 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39709
39710         * gst/adder/gstadder.c: (gst_adder_link):
39711           fix non-compile and cut-n-paste code
39712
39713 2004-01-21  David Schleef  <ds@schleef.org>
39714
39715         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39716         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39717         (gst_swfdec_init), (gst_swfdec_change_state):
39718         * ext/swfdec/gstswfdec.h:
39719         Fix negotiation.
39720         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39721         (gst_adder_request_new_pad): Fix negotiation.
39722         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39723         Add a fixate function.
39724         * gst/intfloat/gstfloat2int.c:
39725         * gst/intfloat/gstfloat2int.h:
39726         * gst/intfloat/gstint2float.c:
39727         * gst/intfloat/gstint2float.h:
39728         Completely rewrite the negotiation.  Doesn't quite work yet,
39729         due to some buffer-frames problem.
39730
39731 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39732
39733         * ext/gnomevfs/gstgnomevfssrc.c:
39734         * sys/v4l2/v4l2_calls.h:
39735           fix includes for distcheck
39736
39737 2004-01-21  Christian Schaller <uraeus@gnome.org>
39738
39739         * ext/nas/
39740         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39741         based on earlier patch from Laurent Vivier
39742
39743 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39744
39745         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39746         Fix wma caps property
39747         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39748         Fix typo (flags1 and flags2)
39749
39750 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39751
39752         * gst-libs/gst/media-info/media-info-priv.c:
39753         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39754         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39755         (gmip_find_stream), (gmip_find_track_metadata),
39756         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39757         (gmip_find_track_format):
39758         * gst-libs/gst/media-info/media-info-priv.h:
39759         * gst-libs/gst/media-info/media-info-test.c: (main):
39760         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39761         (gst_media_info_read_idler), (gst_media_info_read):
39762         * gst-libs/gst/media-info/media-info.h:
39763           register debugging category and use it for debugging
39764
39765 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39766
39767         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39768         (gst_vorbisfile_new_link):
39769           signal streaminfo through tags
39770
39771 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39772
39773         * ext/mplex/gstmplex.cc:
39774         * ext/mplex/gstmplexibitstream.cc:
39775           g++ doesn't like NULL in our i18n/error macros, should be
39776           either (NULL) or ("").
39777
39778 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39779
39780         * sys/dxr3/dxr3audiosink.c:
39781         * sys/dxr3/dxr3init.c:
39782         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39783         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39784           Fix more error error error errors (missing includes here).
39785
39786 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39787
39788         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39789           fix thomas' error errors.
39790
39791 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39792
39793         * ext/mpeg2enc/gstmpeg2enc.cc:
39794           fix error errors.
39795
39796 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39797
39798         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39799         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39800           Fix for new error system.
39801
39802 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39803
39804         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39805           fix for new error reporting
39806
39807 2004-01-20  David Schleef  <ds@schleef.org>
39808
39809         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39810         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39811         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39812         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39813         and neither is 100+, most likely.
39814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39815         (gst_xvimagesink_getcaps): same
39816
39817 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39818
39819         * configure.ac:
39820           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39821           clashes with ffmpeg.
39822
39823 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39824
39825         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39826         (gst_switch_init): Fixed switch element : proxying link and setting
39827         caps from src to sink on request.
39828
39829 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39830
39831         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39832         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39833         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39834         fix element_error
39835
39836 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39837
39838         * sys/v4l/v4l_calls.h:
39839         * sys/v4l2/v4l2_calls.h:
39840           element_error fixes
39841
39842 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39843
39844         * gst-libs/gst/gst-i18n-plugin.h:
39845           add locale.h
39846           remove config.h inclusion
39847
39848 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39849
39850         * autogen.sh:
39851           adding autopoint invocation
39852         * Makefile.am:
39853         * configure.ac:
39854         * gst-libs/gst/gettext.h:
39855           adding gettext bits
39856         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39857         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39858         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39859         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39860         (gst_gnomevfssink_close_file):
39861         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39862         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39863         * gst-libs/gst/gst-i18n-plugin.h:
39864         * gst/avi/gstavi.c: (plugin_init):
39865         * sys/dxr3/dxr3init.c: (plugin_init):
39866         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39867         * sys/oss/gstossaudio.c: (plugin_init):
39868         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39869         * sys/v4l/gstv4l.c: (plugin_init):
39870         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39871         * sys/v4l2/gstv4l2.c: (plugin_init):
39872         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39873         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39874         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39875         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39876         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39877         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39878           make sure locale and translation domain are set
39879           fix translated strings
39880         * po/.cvsignore:
39881         * po/LINGUAS:
39882         * po/Makevars:
39883         * po/POTFILES.in:
39884         * po/nl.po:
39885           put translation files into place
39886         * sys/xvideo/imagetest.c: (main):
39887         * ext/dv/demo-play.c: (main):
39888           fix unnecessary translations
39889
39890 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39891
39892         * ext/sndfile/gstsf.c:
39893         * gst/avi/gstavimux.c:
39894         * ext/audiofile/gstafsink.c:
39895         * ext/audiofile/gstafsrc.c:
39896         * ext/gnomevfs/gstgnomevfssink.c:
39897         * ext/gnomevfs/gstgnomevfssrc.c:
39898         * sys/oss/gstosselement.c:
39899         * sys/v4l/v4l_calls.h:
39900           fix i18n include
39901
39902 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39903
39904         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39905         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39906         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39907         (gst_v4l2_get_output), (gst_v4l2_set_output),
39908         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39909         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39910         (gst_v4l2_set_attribute):
39911         update to new error handling
39912
39913 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39914
39915         * ext/sidplay/gstsiddec.cc:
39916         * gst/modplug/gstmodplug.cc:
39917           parenthese NULL because C++ seems angry about it
39918
39919 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39920
39921         * gst-libs/gst/gst-i18n-plugin.h:
39922           add skeleton i18n stuff, but needs to be further implemented
39923
39924 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39925
39926         * examples/gstplay/player.c: (main):
39927         * ext/aalib/gstaasink.c: (gst_aasink_open):
39928         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39929         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39930         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39931         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39932         (gst_afsink_close_file):
39933         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39934         (gst_afsrc_close_file):
39935         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39936         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39937         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39938         * ext/esd/esdmon.c: (gst_esdmon_get):
39939         * ext/esd/esdsink.c: (gst_esdsink_chain):
39940         * ext/faac/gstfaac.c: (gst_faac_chain):
39941         * ext/faad/gstfaad.c: (gst_faad_chain):
39942         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39943         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39944         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39945         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39946         (gst_flacdec_loop):
39947         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39948         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39949         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39950         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39951         (gst_gnomevfssink_close_file):
39952         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39953         (gst_gnomevfssrc_open_file):
39954         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39955         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39956         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39957         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39958         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39959         * ext/mad/gstmad.c: (gst_mad_chain):
39960         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39961         * ext/mpeg2dec/gstmpeg2dec.c:
39962         * ext/mpeg2enc/gstmpeg2enc.cc:
39963         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39964         * ext/mplex/gstmplex.cc:
39965         * ext/mplex/gstmplexibitstream.cc:
39966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39967         (gst_ogg_demux_push), (gst_ogg_pad_push):
39968         * ext/raw1394/gstdv1394src.c:
39969         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39970         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39971         * ext/sidplay/gstsiddec.cc:
39972         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39973         (gst_sf_loop):
39974         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39975         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39976         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39977         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39978         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39979         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39980         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39981         * gst-libs/gst/Makefile.am:
39982         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39983         (gst_riff_read_element_data), (gst_riff_read_seek),
39984         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39985         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39986         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39987         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39988         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39989         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39990         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39991         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39992         * gst/goom/gstgoom.c: (gst_goom_chain):
39993         * gst/id3/gstid3types.c: (gst_id3types_loop):
39994         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39995         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39996         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39997         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39998         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39999         (gst_ebml_read_float), (gst_ebml_read_header):
40000         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
40001         (gst_matroska_demux_parse_blockgroup):
40002         * gst/modplug/gstmodplug.cc:
40003         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
40004         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40005         * gst/oneton/gstoneton.c: (gst_oneton_chain):
40006         * gst/silence/gstsilence.c: (gst_silence_get):
40007         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40008         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
40009         * gst/speed/gstspeed.c: (speed_loop):
40010         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
40011         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40012         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
40013         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
40014         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
40015         (gst_wavparse_loop):
40016         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
40017         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
40018         (dxr3audiosink_close):
40019         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
40020         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
40021         (dxr3videosink_close), (dxr3videosink_write_data):
40022         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40023         * sys/oss/gstosselement.h:
40024         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
40025         (gst_osssink_chain):
40026         * sys/oss/gstosssrc.c: (gst_osssrc_get):
40027         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40028         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
40029         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
40030         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
40031         (gst_v4l_enable_overlay):
40032         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
40033         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
40034         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
40035         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
40036         (gst_v4l_set_audio):
40037         * sys/v4l/v4l_calls.h:
40038         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
40039         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
40040         (gst_v4lmjpegsink_playback_init),
40041         (gst_v4lmjpegsink_playback_start):
40042         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
40043         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
40044         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
40045         (gst_v4lmjpegsrc_requeue_frame):
40046         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
40047         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
40048         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
40049         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
40050         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
40051         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
40052         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
40053         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
40054         (gst_v4l2src_capture_stop):
40055         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
40056         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40057         (gst_ximagesink_chain):
40058         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
40059         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
40060         (gst_xvideosink_xwindow_new):
40061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40062         (gst_xvimagesink_chain):
40063         use new error signal, function and categories
40064
40065 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
40066
40067         * configure.ac:
40068         * ext/Makefile.am:
40069         * ext/musicbrainz/gsttrm.c:
40070         * ext/musicbrainz/gsttrm.h:
40071         * ext/musicbrainz/Makefile.am:
40072         Add a trm plugin
40073
40074 2004-01-18  Julien MOUTTE  <julien@moutte.net>
40075
40076         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
40077         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
40078         synchronous property for debugging.
40079         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
40080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40081         (gst_xvimagesink_set_property): Moving a pointer declaration to a
40082         smaller block, fixing indent.
40083
40084 2004-01-16  David Schleef  <ds@schleef.org>
40085
40086         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40087         property affects the video stream.
40088         * sys/xvimage/xvimagesink.c:
40089         * sys/xvimage/xvimagesink.h:
40090         Add synchronous property for debugging.  Should probably be
40091         disabled in non-CVS builds.  Make sure that the Xv attribute
40092         exists before we set it (crash!).  Fix a silly float bug that
40093         caused colorbalance to just not work.
40094
40095 2004-01-17  Christian Schaller <Uraeus@gnome.org>
40096
40097         * tools/gst-launch-ext.in - update for new plugins
40098
40099 2004-01-16  David Schleef  <ds@schleef.org>
40100
40101         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40102         already-freed caps.
40103
40104 2994-01-16  Christian Schaller <Uraeus@gnome.org>
40105
40106         * Update spec for new colorspace plugin and libcaca plugin
40107         * Fix compilation of libcaca plugin (clock -> id)
40108
40109 2004-01-16  Julien MOUTTE <julien@moutte.net>
40110
40111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40112         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40113         (gst_xvimagesink_set_xwindow_id),
40114         (gst_xvimagesink_colorbalance_set_value),
40115         (gst_xvimagesink_colorbalance_get_value),
40116         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40117         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40118         correct colorbalance properties. They can now be set when the element
40119         is still in NULL state. The values will be committed to the Xv Port
40120         when xcontext is initialized.
40121         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40122         brightness int values in the GstXvImagesink structure.
40123
40124 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40125
40126         * gst-libs/gst/Makefile.am:
40127           restructure so having local patches works easier.
40128
40129 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40130
40131         * ext/mpeg2enc/Makefile.am:
40132         * ext/mpeg2enc/gstmpeg2enc.cc:
40133         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40134           Bugfix with respect to EOS handling.
40135
40136 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40137
40138         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40139           Link with right caps (else, it segfaults).
40140         * ext/mplex/gstmplexjob.cc:
40141           Fix for slight API change in 1.6.1.93 release of mjpegtools.
40142
40143 2004-01-15  David Schleef  <ds@schleef.org>
40144
40145         * gst-libs/gst/audio/Makefile.am:
40146         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40147         from the template.
40148         * gst-libs/gst/audio/gstaudiofilter.c:
40149         * gst-libs/gst/audio/gstaudiofilter.h:
40150         Add bytes_per_sample and size and n_samples calculation.
40151         * gst-libs/gst/audio/gstaudiofilterexample.c:
40152         Remove, now autogenerated.
40153         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40154         Moved from gstaudiofilterexample, object name changed, code added
40155         so that it actually works.
40156         * gst-libs/gst/audio/make_filter:
40157         Script to build an audiofilter subclass from the template.
40158         * gst/colorspace/Makefile.am:
40159         * gst/colorspace/yuv2yuv.c:
40160         Remove file, since it's GPL, and we don't use it.
40161
40162 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40163
40164         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40166         them use the buffer free function to test how the buffer was allocated.
40167
40168 2004-01-15  David Schleef  <ds@schleef.org>
40169
40170         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40171         that handles osssink fallback.
40172         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40173         (gst_audio_convert_getcaps):
40174         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40175         Add audio/x-qdm2 for QDM2 audio.
40176         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40177         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40178         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40179         Decrease minimum size to 16x16.
40180         * gst/wavparse/gstwavparse.c:
40181         Convert disabled pad template caps to new caps.
40182         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40184         (gst_xvimagesink_chain): Throw element error when display cannot
40185         be opened.  Increase minimum framerate to 1.0.  Check the data
40186         free function on a buffer to make sure it is the type we expect
40187         before manipulating it.
40188
40189 2004-01-15  Julien MOUTTE <julien@moutte.net>
40190
40191         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40192         (gst_videobalance_colorbalance_set_value): Implement passthru if
40193         settings are in the middle.
40194         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40195
40196 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40197
40198         * gst/videofilter/Makefile.am:
40199         * gst/volume/Makefile.am:
40200           Since we use videofilter symbols, link to it.
40201
40202 2004-01-15  Julien MOUTTE <julien@moutte.net>
40203
40204         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40205         mixer interface type to HARDWARE.
40206         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40207         type to SOFTWARE.
40208         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40209         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40210         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40211         (gst_volume_interface_init), (gst_volume_list_tracks),
40212         (gst_volume_set_volume), (gst_volume_get_volume),
40213         (gst_volume_set_mute), (gst_volume_mixer_init),
40214         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40215         (volume_init): Implementing mixer interface.
40216         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40217         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40218         (gst_osselement_change_state): Removing some trailing commas in
40219         structures.
40220         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40221         interface type to HARDWARE.
40222         * sys/v4l/gstv4lcolorbalance.c:
40223         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40224         type to HARDWARE.
40225         * sys/v4l2/gstv4l2colorbalance.c:
40226         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40227         interface type to HARDWARE.
40228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40229         same code than ximagesink for event handling.
40230
40231 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40232
40233         * ext/snapshot/Makefile.am:
40234         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40235         (gst_snapshot_chain):
40236         * ext/snapshot/gstsnapshot.h:
40237           This has to be a joke... Snapshot should be connected to a tee,
40238           colorspace element before it and EOS after that, where the other
40239           src of the tee receives normal data.
40240           The current way is *wrong*.
40241
40242 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40243
40244         * ext/hermes/gsthermescolorspace.c:
40245           Fix another compile error. Same as below.
40246
40247 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40248
40249         * gst/colorspace/gstcolorspace.c:
40250         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40251         (gst_colorspace_i420_to_yv12):
40252           Fix compiling... Didn't test if it actually works.
40253
40254 2004-01-15  David Schleef  <ds@schleef.org>
40255
40256         * configure.ac:
40257         * gst/colorspace/Makefile.am:
40258         * gst/colorspace/gstcolorspace.c:
40259         * gst/colorspace/gstcolorspace.h:
40260         * gst/colorspace/yuv2rgb.c:
40261         * gst/colorspace/yuv2rgb.h:
40262         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40263         code and GPL code.  Fix for new caps negotiation.  Rewrite
40264         much of the format handling code, and some of the conversion
40265         code.  Basically, rewrote almost everything.  This element
40266         handles I420, YV12 to RGB conversions.
40267         * ext/hermes/Makefile.am:
40268         * ext/hermes/gsthermescolorspace.c:
40269         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40270         Remove non-Hermes related code.  This element handles lots of
40271         RGB to RGB conversions, but no YUV.
40272         * ext/hermes/gstcolorspace.c:
40273         * ext/hermes/gstcolorspace.h:
40274         * ext/hermes/rgb2yuv.c:
40275         * ext/hermes/yuv2rgb.c:
40276         * ext/hermes/yuv2rgb.h:
40277         * ext/hermes/yuv2rgb_mmx16.s:
40278         * ext/hermes/yuv2yuv.c:
40279         * ext/hermes/yuv2yuv.h:
40280         Remove old code.
40281
40282 2004-01-14  Colin Walters  <walters@verbum.org>
40283
40284         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40285         they've already been.
40286
40287 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40288
40289         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40290           assume tag mode when pad is not connected
40291
40292 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40293
40294         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40295           Don't update the time of the clock
40296         (gst_alsa_sink_loop):
40297           sync to the clock given to alsasink, not the own clock
40298         * sys/oss/gstosssink.c: (gst_osssink_chain):
40299           sync to the clock
40300         (gst_osssink_change_state):
40301           activate the clock
40302         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40304           remove bogus code that made DISCONT events unhandled
40305         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40306           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40307           #131502)
40308         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40309         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40310         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40311           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40312           2nd warning in bug #131502)
40313
40314 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40315
40316         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40317         (gst_videobalance_colorbalance_set_value),
40318         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40319         for colorbalance interface implementation.
40320         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40321         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40322         (gst_ximagesink_dispose), (gst_ximagesink_init),
40323         (gst_ximagesink_class_init): Adding DISPLAY property.
40324         * sys/ximage/ximagesink.h: Adding display_name to store display.
40325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40326         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40327         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40328         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40329         properties (they still need polishing though for gst-launch use : no
40330         xcontext yet, i ll do that tomorrow).
40331         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40332
40333 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40334
40335         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40336         (gst_play_set_location), (gst_play_set_visualization): Preparing
40337         switch integration, adding videobalance in the pipeline.
40338
40339 2004-01-14  Julien MOUTTE <julien@moutte.net>
40340
40341         * gst-libs/gst/colorbalance/colorbalance.c:
40342         (gst_color_balance_class_init): Adding a default type.
40343         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40344         the type.
40345         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40346         (gst_videobalance_dispose), (gst_videobalance_class_init),
40347         (gst_videobalance_init), (gst_videobalance_interface_supported),
40348         (gst_videobalance_interface_init),
40349         (gst_videobalance_colorbalance_list_channels),
40350         (gst_videobalance_colorbalance_set_value),
40351         (gst_videobalance_colorbalance_get_value),
40352         (gst_videobalance_colorbalance_init): Implementing colorbalance
40353         interface.
40354         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40355         list.
40356         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40357         bug which was triggering a BadAccess X error when setting an overlay
40358         before pad was really negotiated.
40359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40360         Using the colorbalance type macro.
40361
40362 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40363
40364         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40365         (gst_flacenc_chain):
40366           handle tags correctly
40367         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40368           extract ID3v1 tags correctly
40369
40370 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40371
40372         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40373         (plugin_init):
40374           Improve matroska typefinding for odd-typed headers...
40375
40376 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40377
40378         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40379           Fix for using incremental number on padnames.
40380
40381 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40382
40383         * ext/divx/gstdivxdec.c:
40384         * ext/divx/gstdivxenc.c:
40385           Set category to divx4linux instead of divx (too generic).
40386         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40387         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40388         (gst_wavparse_loop), (gst_wavparse_change_state):
40389         * gst/wavparse/gstwavparse.h:
40390           fix parsing of WAV files with non-standard fmt-tag size and fix
40391           skipping of unrecognized chunks... Someone please fix this thing
40392           to use rifflib so all this is automated.
40393         * sys/v4l/Makefile.am:
40394         * sys/v4l2/Makefile.am:
40395           Add X_CFLAGS because we depend on X (for overlay).
40396
40397 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40398
40399         * ext/mpeg2dec/gstmpeg2dec.c:
40400           Don't issue a timestamp unless we tagged the frame
40401           with a PTS.
40402
40403 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40404
40405         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40406           Query the audio element to get the time, not the clock. We're
40407           interested in the element's time here.
40408
40409 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40410
40411         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40412         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40413         * ext/esd/esdsink.c: (gst_esdsink_chain):
40414         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40415         * ext/mas/massink.c: (gst_massink_chain):
40416         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40417         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40418         (gst_matroska_demux_parse_metadata):
40419         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40420         (gst_mpeg_parse_release_locks):
40421         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40422         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40423         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40424         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40425         (gst_osssink_change_state):
40426         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40427         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40428         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40429         (gst_xvideosink_release_locks):
40430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40431           use element time.
40432         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40433         (gst_alsa_clock_stop):
40434         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40435         (gst_audio_clock_get_internal_time):
40436           simplify for use with new clocking code.
40437         * testsuite/alsa/Makefile.am:
40438         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40439           fix testsuite for new caps system
40440
40441 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40442
40443         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40444         * ext/flac/gstflacenc.c: (add_one_tag):
40445           length is already host endian, no need to convert. Fixes playback of
40446           tagged files on PPC. (bug #128384)
40447
40448 2004-01-13  Julien MOUTTE <julien@moutte.net>
40449
40450         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40451         colorbalance interface stating if it is hardware based or software
40452         based.
40453         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40454         Removing a trailing comma.
40455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40456         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40457         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40458         the documentation seems to be wrong on the -1000 to 1000 interval.
40459
40460 2004-01-12  David Schleef  <ds@schleef.org>
40461
40462         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40463         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40464         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40465         Fix negotiation.  Add a bufferalloc function for the sink pad,
40466         and generally clean up some of the code.
40467
40468 2004-01-12  Julien MOUTTE <julien@moutte.net>
40469
40470         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40471         (gst_color_balance_channel_dispose): Adding safety check in dispose
40472         method.
40473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40474         (gst_xvimagesink_xcontext_clear),
40475         (gst_xvimagesink_interface_supported),
40476         (gst_xvimagesink_colorbalance_list_channels),
40477         (gst_xvimagesink_colorbalance_set_value),
40478         (gst_xvimagesink_colorbalance_get_value),
40479         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40480         Adding colorbalance interface support to set XV parameters such as
40481         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40482         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40483         interface.
40484
40485 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40486
40487         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40488         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40489         (gst_audio_convert_init), (gst_audio_convert_set_property),
40490         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40491         (gst_audio_convert_link),
40492         (gst_audio_convert_buffer_to_default_format),
40493         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40494           - implement _getcaps and use it
40495           - improve linking
40496           - remove float caps since no float conversion is actually done
40497           - remove properties and arguments that were to be used for rate
40498             conversion
40499
40500 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40501
40502         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40503         (gst_audio_structure_set_int):
40504         * gst-libs/gst/audio/audio.h:
40505           add helper functions for _getcaps matching the standard audio
40506           templates
40507
40508 2004-01-12  David Schleef  <ds@schleef.org>
40509
40510         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40511         Test that pad is negotiated before getting its caps.
40512
40513 2004-01-12  Julien MOUTTE <julien@moutte.net>
40514
40515         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40516         analyzing the pads of an element the bin is mostly in READY state so
40517         no caps were negotiated. This helper function needs to work with
40518         _get_caps directly then. I was not freeing them though, added that to
40519         fix the mem leak.
40520
40521 2004-01-12  Julien MOUTTE <julien@moutte.net>
40522
40523         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40525         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40526         than the free_func.
40527
40528 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40529
40530         * sys/oss/gstossaudio.c: (plugin_init):
40531         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40532         * sys/oss/gstosselement.h:
40533           make an oss debugging category
40534           make failure more descriptive
40535
40536 2004-01-11  David Schleef  <ds@schleef.org>
40537
40538         * ext/ffmpeg/gstffmpeg.c:
40539         * ext/ffmpeg/gstffmpegcodecmap.c:
40540         * ext/ffmpeg/gstffmpegdec.c:
40541         * ext/ffmpeg/gstffmpegenc.c:
40542         * ext/ffmpeg/gstffmpegprotocol.c:
40543         * ext/gdk_pixbuf/gstgdkanimation.c:
40544         * ext/jpeg/gstjpeg.c:
40545         * ext/libpng/gstpng.c:
40546         * ext/mpeg2dec/perftest.c:
40547         * ext/speex/gstspeex.c:
40548         * gst-libs/gst/resample/dtos.c:
40549         * gst/intfloat/gstintfloatconvert.c:
40550         * gst/oneton/gstoneton.c:
40551         * gst/rtjpeg/RTjpeg.c:
40552         * gst/rtp/gstrtp.c:
40553         * sys/dxr3/dxr3init.c:
40554         * sys/glsink/gstgl_nvimage.c:
40555         * sys/glsink/gstgl_pdrimage.c:
40556         * sys/glsink/gstglsink.c:
40557         * testsuite/gst-lint:
40558         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40559
40560 2004-01-11  David Schleef  <ds@schleef.org>
40561
40562         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40563         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40564         * ext/gdk_pixbuf/gstgdkanimation.c:
40565         (gst_gdk_animation_iter_create_pixbuf):
40566         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40567         (gst_gdk_pixbuf_chain):
40568         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40569         * ext/jack/gstjack.c: (gst_jack_change_state):
40570         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40571         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40572         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40573         * gst/videofilter/gstvideofilter.c:
40574         (gst_videofilter_set_output_size):
40575         Remove all usage of gst_pad_get_caps(), and replace it with
40576         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40577
40578 2004-01-11  David Schleef  <ds@schleef.org>
40579
40580         * configure.ac:
40581         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40582         * ext/divx/gstdivxdec.c:
40583         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40584         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40585         handle images that span multiple buffers.  Now work with both
40586         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40587         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40588         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40589         video/video.h changes
40590         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40591         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40592         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40593         of GstData free function.
40594         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40595         same.
40596
40597 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40598
40599         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40600         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40601         (gst_v4l2element_get_property):
40602         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40603           add norm, channel and frequency properties.
40604         * sys/v4l2/gstv4l2tuner.c:
40605           fixes for tuner interface changes
40606         * sys/v4l2/gstv4l2element.h:
40607         * sys/v4l2/gstv4l2src.c:
40608         * sys/v4l2/gstv4l2src.h:
40609         * sys/v4l2/v4l2src_calls.c:
40610         * sys/v4l2/v4l2src_calls.h:
40611           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40612
40613 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40614
40615         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40616         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40617         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40618         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40619         * gst-libs/gst/tuner/tuner.h:
40620           GObjects aren't const.
40621           Add find_by_name functions.
40622           Add checks to _changed functions.
40623         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40624         (gst_v4l_tuner_get_norm):
40625           Fixes for above.
40626
40627 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40628
40629         * gst-libs/gst/video/video.h:
40630           Fix caps template names to be understandable.
40631           Prefix everything with GST_VIDEO.
40632         * ext/aalib/gstaasink.c:
40633         * ext/divx/gstdivxdec.c:
40634         * ext/divx/gstdivxenc.c:
40635         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40636         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40637         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40638         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40639         * ext/libcaca/gstcacasink.c:
40640         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40641         * ext/snapshot/gstsnapshot.c:
40642         * ext/swfdec/gstswfdec.c:
40643         * ext/xvid/gstxviddec.c:
40644         * ext/xvid/gstxvidenc.c:
40645         * gst/chart/gstchart.c:
40646         * gst/deinterlace/gstdeinterlace.c:
40647         * gst/effectv/gsteffectv.c:
40648         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40649         * gst/goom/gstgoom.c:
40650         * gst/median/gstmedian.c:
40651         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40652         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40653         * gst/overlay/gstoverlay.c:
40654         * gst/smooth/gstsmooth.c:
40655         * gst/smpte/gstsmpte.c:
40656         * gst/synaesthesia/gstsynaesthesia.c:
40657         * gst/videocrop/gstvideocrop.c:
40658         * gst/videodrop/gstvideodrop.c:
40659         * gst/y4m/gsty4mencode.c:
40660         * sys/qcam/gstqcamsrc.c:
40661         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40662           Make them work with new video.h file.
40663         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40664         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40666         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40667           Make it work with new buffer allocation system.
40668
40669 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40670
40671         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40672         pad_alloc_buffer implementation to use ->srcpad
40673         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40674         pad_alloc_buffer implementation to use ->srcpad
40675         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40676         pad_alloc_buffer implementation to use ->srcpad
40677         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40678         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40679         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40680         a reference to everything we need.
40681         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40683         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40684         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40685         a reference to everything we need.
40686         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40687
40688 2004-01-11  David Schleef  <ds@schleef.org>
40689
40690         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40691         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40692         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40693         structure members.
40694         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40695         value during a resize/renegotiation.
40696         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40697         gst_pad_alloc_buffer();
40698         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40699         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40700         structure members.
40701         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40702         Fix for rename of buffer private structure members.
40703         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40704         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40705         Fix for rename of buffer private structure members.
40706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40707         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40708         Fix for rename of buffer private structure members.
40709
40710 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40711
40712         reviewed by: David Schleef <ds@schleef.org>
40713
40714         * gst/videofilter/Makefile.am:
40715         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40716         from the patch by ds to fit in with recent make_filter changes.
40717
40718 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40719
40720         * configure.ac: Adding examples/switch/Makefile
40721         * examples/Makefile.am: Adding examples/switch
40722         * examples/switch/Makefile.am: Adding switcher example.
40723         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40724         (switch_timer), (main): Adding an example demonstrating switch usage
40725         with 2 videotestsrc showing different patterns.
40726         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40727         (gst_switch_init): Fixing switch with the new caps system.
40728
40729 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40730
40731         * gst-libs/gst/video/video.h:
40732           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40733           They should probably be like
40734           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40735
40736 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40737
40738         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40739         (qtdemux_parse_trak):
40740           fix audio chunk size/timestamp calculation
40741
40742 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40743
40744         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40745           fix SVQ3 caps
40746
40747 2004-01-11  Steve Baker  <steve@stevebaker.org>
40748
40749         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40750         (gst_agingtv_base_init), (gst_agingtv_class_init),
40751         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40752         (gst_agingtv_set_property), (gst_agingtv_get_property):
40753         Port agingTV to videofilter
40754
40755 2004-01-09  Julien MOUTTE <julien@moutte.net>
40756
40757         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40758         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40759
40760 2004-01-09  Julien MOUTTE <julien@moutte.net>
40761
40762         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40763         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40764         * gst-libs/gst/xoverlay/xoverlay.c:
40765         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40766         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40767         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40768         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40769         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40770         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40771         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40772         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40773         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40774         interface implementation to handle xid being 0 and fix some bugs
40775         triggered by Benjamin's testcase.
40776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40777         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40778         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40779         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40780         interface implementation to handle xid being 0 and fix some bugs
40781         triggered by Benjamin's testcase.
40782
40783 2004-01-09  David Schleef  <ds@schleef.org>
40784
40785         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40786         mouse pointer events.  It works.
40787
40788 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40789
40790         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40791           Use explicit caps - fix capsnego.
40792         * ext/xvid/gstxviddec.c:
40793         * ext/xvid/gstxvidenc.c:
40794           Remove macro-inside-macro which caused compile errors.
40795         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40796           Error out if it's not a RIFF file. Else we error out without
40797           gst_element_error() which is not good...
40798
40799 2004-01-08  David Schleef  <ds@schleef.org>
40800
40801         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40802         Fix pad_link function to handle formats that ffmpeg returns
40803         as multiple caps structures.
40804         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40805         Only complain if source buffer is _smaller_ than expected.
40806         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40807         (gst_videoscale_handle_src_event): Resize navigation events
40808         when passing them upstream.
40809         * gst/videotestsrc/gstvideotestsrc.c:
40810         * gst/videotestsrc/gstvideotestsrc.h:
40811         * gst/videotestsrc/videotestsrc.c:
40812         * gst/videotestsrc/videotestsrc.h:
40813         Rewrite many of the buffer painting functions to handle odd
40814         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40815         been verified to work with my video card.
40816         * testsuite/gst-lint:  Add check for elements calling
40817         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40818
40819 2004-01-08  David Schleef  <ds@schleef.org>
40820
40821         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40822         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40823
40824 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40825
40826         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40827         configure event is not emiting the desired size signal. That fixes
40828         aspect ratio issues with gst-player.
40829
40830 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40831
40832         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40833           Fix capsnego.
40834
40835 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40836
40837         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40838         public method to fire size signal.
40839
40840 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40841
40842         * examples/gstplay/Makefile.am: Adding the interface library.
40843         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40844         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40845         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40846         GST_IS_X_OVERLAY before signal connect.
40847         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40848         Removing the have_video_size signal.
40849         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40850         and associated public method.
40851         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40852         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40853         signal.
40854         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40855         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40856         signal.
40857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40858         Using XOverlay public method to fire size signal.
40859
40860 2004-01-07  David Schleef  <ds@schleef.org>
40861
40862         * gst/videofilter/Makefile.am:
40863         * gst/videofilter/gstvideotemplate.c:
40864         * gst/videofilter/make_filter:
40865         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40866         Convert make_filter to /bin/sh script.
40867
40868 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40869
40870         * gst/modplug/gstmodplug.cc: fix element description
40871
40872 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40873
40874         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40875         (got_video_size): Adding some new lines in g_print calls.
40876         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40877         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40878         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40879         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40880         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40881         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40882         Complete code review, reverting some stuff i disagree with, adding
40883         some fixes : time synchronization on invalid timestamps, renegotiation
40884         of private window.
40885         * sys/ximage/ximagesink.h:
40886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40887         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40888         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40889         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40890         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40891         (gst_xvimagesink_buffer_new),
40892         (gst_xvimagesink_navigation_send_event),
40893         (gst_xvimagesink_set_xwindow_id),
40894         (gst_xvimagesink_get_desired_size),
40895         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40896         stuff i disagree with, adding some fixes : Renegotiation of private
40897         window, implementing get_desired_size.
40898
40899 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40900
40901         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40902         (gst_afsink_handle_event):
40903         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40904         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40905         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40906         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40907         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40908           Fix for instantiate-test (see core). Also remove dead code from
40909           jpegenc (which still needs fixing, but that's lower on my TODO
40910           list...).
40911         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40912           Never return NULL as caps.
40913
40914 2004-01-07  David Schleef  <ds@schleef.org>
40915
40916         * configure.ac:
40917         * ext/Makefile.am:
40918         * ext/librfb/Makefile.am:
40919         * ext/librfb/gstrfbsrc.c:
40920         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40921         is the protocol used by VNC.
40922
40923 2004-01-07  David Schleef  <ds@schleef.org>
40924
40925         * gst/videofilter/gstvideotemplate.c:
40926         * gst/videofilter/gstvideotemplate.h:
40927         * gst/videofilter/make_filter:
40928         Merge videotemplate header into source file.
40929         * gst/effectv/Makefile.am:
40930         * gst/effectv/gsteffectv.c: (plugin_init):
40931         * gst/effectv/gstwarp.c:
40932         Make warpTV a subclass of videofilter.
40933
40934 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40935
40936         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40937           Add guard against invalid utf-8 conversions in mad. Just in case.
40938
40939 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40940
40941         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40942           Fix for bug shown by poisoning
40943
40944 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40945
40946         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40947         (gst_v4lmjpegsrc_buffer_free):
40948         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40949         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40950         (gst_v4lsrc_buffer_free):
40951           Fix for removed bufferpools.
40952
40953 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40954
40955         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40956         Fix caps negotiation.
40957
40958         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40959         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40960         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40961         (dvdnavsrc_event):
40962         * ext/mpeg2dec/gstmpeg2dec.c:
40963         * gst-libs/gst/navigation/navigation.c:
40964         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40965         * gst-libs/gst/navigation/navigation.h:
40966         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40967         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40969         Super-simple first version of mouse and keyboard events. Clicking
40970         on a DVD menu now works, although it may not take you where you
40971         expected.
40972
40973         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40974         * gst/videotestsrc/gstvideotestsrc.c:
40975         (gst_videotestsrc_src_fixate):
40976         These fixate functions were broken - they never actually
40977         fixated :)
40978
40979 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40980
40981         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40982         (gst_icecastsend_init):
40983           fix for new caps system.
40984         * gst-libs/gst/mixer/mixertrack.h:
40985         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40986           Add 'master track' flag (for tools like ACME that only want to
40987           change the main volume).
40988
40989 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40990
40991         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40992         (gst_xvid_csp_to_caps):
40993         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40994         * ext/xvid/gstxvidenc.c:
40995         ifdef out ARGB type when it isn't available
40996         in xvidcore 1.0.0beta2
40997
40998 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40999
41000         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
41001           When we have received a new SCR right in the first buffer after
41002           a seek (so in the same cycle that handles the discont), we should
41003           handle the buffer instead of unreffing it, else we lose data.
41004
41005 2004-01-06  Iain <iain@prettypeople.org>
41006
41007         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
41008           buffer-frames caps too.
41009
41010         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
41011           caps that we need, don't destroy them all and rebuild them. And when
41012           creating src pads, use the src pad template rather than the sink...
41013
41014 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41015
41016         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
41017           Add pad to element *after* setting functions such as event handler.
41018           Without this, the scheduler (opt) will link pads, set the event
41019           handler from the default event function (dispatcher in gstpad.c)
41020           and *after* that, we will set our own event function, which will
41021           thus never be used (and thus mpegdemux doesn't handle events).
41022
41023 2004-01-04  David Schleef  <ds@schleef.org>
41024
41025         Fix the fixate functions to handle new prototype:
41026         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41027         * gst/videotestsrc/gstvideotestsrc.c:
41028         (gst_videotestsrc_src_fixate):
41029         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41030         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
41031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
41032
41033 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41034
41035         * sys/ximage/ximagesink.h:
41036         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41037         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
41038         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
41039         (gst_ximagesink_xoverlay_init):
41040           assorted fixes to make (re)embedding work
41041         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
41042         (gst_ximagesink_get_desired_size):
41043           implement desired size additions to XOverlay
41044
41045 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41046
41047         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
41048         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
41049         (gst_x_overlay_got_desired_size):
41050         * gst-libs/gst/xoverlay/xoverlay.h:
41051           Add optional "desired size" signal and querying.
41052
41053 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41054
41055         * gst/matroska/matroska-demux.c:
41056         (gst_matroska_demux_parse_blockgroup):
41057           Fix EBML-laced block parsing. Diffs are relative to previous
41058           lace, not the first lace. Thanks to Mosu from the Matroska
41059           team for detecting this.
41060         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41061         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
41062         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
41063         (gst_wavparse_change_state):
41064         * gst/wavparse/gstwavparse.h:
41065           Quickfix for capsnego.
41066
41067 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41068
41069         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
41070           Fix indenting, fix pad creation.
41071
41072 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41073
41074         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
41075         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
41076         (gst_xviddec_sink_link):
41077           Implement src_getcaps() so proper size caps is negotiated.
41078
41079 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41080
41081         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
41082           Finish flac decoder on EOS. See #116178.
41083
41084 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41085
41086         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41087         (gst_matroska_demux_add_stream):
41088         * gst/matroska/matroska-ids.h:
41089           Add getcaps() function to fix capsnego...
41090
41091 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41092
41093         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41094         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41095         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41096           Fix more integer overflows. Again, see #126967.
41097
41098 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41099
41100         * ext/mpeg2dec/gstmpeg2dec.c:
41101           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41102           #130416.
41103
41104 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41105
41106         * configure.ac:
41107         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41108         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41109         * ext/xvid/gstxvid.h:
41110         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41111         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41112         (gst_xviddec_src_link), (gst_xviddec_sink_link),
41113         (gst_xviddec_change_state):
41114         * ext/xvid/gstxviddec.h:
41115         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41116         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41117         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41118         (gst_xvidenc_link), (gst_xvidenc_set_property),
41119         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41120         * ext/xvid/gstxvidenc.h:
41121           Update xvid plugin to latest xvid (1.0.0-beta3) API.
41122
41123 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41124
41125         * gst/rtp/rtp-packet.c:
41126           Add sys/types.h include, since OS X doesn't define in_addr_t
41127           in netinet/in.h, like it does on Linux (see #129600).
41128
41129 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
41130
41131         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
41132
41133         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41134           Correct logic of dispose function (see #129306).
41135
41136 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41137
41138         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41139         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41140         (gst_mpeg_parse_init):
41141         * gst/mpegstream/gstmpegparse.h:
41142           Remove clock (which was never provided, i.e. dead code), and
41143           also fix integer overflows at high PTS values (see #126967).
41144
41145 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41146
41147         * ext/flac/gstflacdec.c:
41148         * ext/libpng/gstpngenc.h:
41149         * ext/mikmod/gstmikmod.h:
41150           OS X fixes (see #126628).
41151
41152 2004-01-02  David Schleef  <ds@schleef.org>
41153
41154         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41155         (gst_alsa_src_base_init): Remove bogus "src" request pad.
41156         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41157         (gst_mpeg_parse_class_init): Move pad template registration
41158         to class_init, since the derived class (mpegdemux) doesn't
41159         want them.
41160
41161 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41162
41163         * sys/ximage/Makefile.am:
41164         * sys/xvideo/Makefile.am:
41165         * sys/xvimage/Makefile.am:
41166           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41167           after installation (see #127664).
41168
41169 2004-01-02  David Schleef  <ds@schleef.org>
41170
41171         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41172         (gst_ffmpegenc_connect):  Negotiation fixes.
41173         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41174         Remove inappropriate gst_caps_free().
41175         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41176         Reenable Ronald's internal resize code, since the core handles
41177         it correctly now.
41178
41179 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41180
41181         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41182         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41183         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41184           Fix pad template stuff.
41185
41186 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41187
41188         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41189         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41190           fix signed integer reading/writing.
41191
41192 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41193
41194         * ext/alsa/README:
41195           Remove outdated document
41196
41197 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41198
41199         * gst/cutter/gstcutter.c: (gst_cutter_init):
41200           src pad was being created twice - oops.
41201
41202 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41203
41204         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41205           Comment out internal resize. It doesn't handle the resulting
41206           XEvent internally, does another try_set_caps() which leads to
41207           a really nice loop.
41208           Real fix will come when Julien and Dave are awake. ;).
41209
41210 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41211
41212         * ext/mpeg2enc/gstmpeg2enc.cc:
41213           fix const/nonconst compile issue.
41214
41215 2004-01-02  David Schleef  <ds@schleef.org>
41216
41217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41218         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41219         Add fixate function and a check for bad formats.
41220
41221 2004-01-01  David Schleef  <ds@schleef.org>
41222
41223         Negotiation fixes:
41224         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41225         (gst_audiofilter_init):
41226         * gst/debug/efence.c: (gst_efence_init):
41227         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41228         (gst_deinterlace_init):
41229         * gst/volume/gstvolume.c: (volume_connect):
41230
41231 2004-01-01  David Schleef  <ds@schleef.org>
41232
41233         Convert elements to use gst_pad_use_explicit_caps() where
41234         appropriate:
41235         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41236         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41237         (gst_afparse_open_file):
41238         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41239         (gst_afsrc_open_file):
41240         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41241         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41242         (gst_ffmpegdec_chain):
41243         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41244         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41245         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41246         (gst_gdk_pixbuf_chain):
41247         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41248         (gst_jpegdec_chain):
41249         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41250         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41251         (gst_mikmod_negotiate):
41252         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41253         (gst_mpeg2dec_negotiate_format):
41254         * ext/mpeg2enc/gstmpeg2enc.cc:
41255         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41256         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41257         (gst_speexdec_sinkconnect):
41258         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41259         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41260         (gst_vorbisfile_new_link):
41261         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41262         (gst_ac3parse_chain):
41263         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41264         (gst_asf_demux_setup_pad):
41265         * gst/auparse/gstauparse.c: (gst_auparse_init),
41266         (gst_auparse_chain):
41267         * gst/id3/gstid3types.c: (gst_id3types_loop):
41268         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41269         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41270         (mp1videoparse_parse_seq):
41271         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41272         (bpf_from_header):
41273         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41274         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41275         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41276         (gst_mpeg_parse_send_data):
41277         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41278         (gst_qtdemux_add_stream):
41279         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41280         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41281         (gst_wavparse_parse_fmt):
41282
41283 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41284
41285         * configure.ac:
41286           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41287           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41288           it therefore uses the wrong include paths. Too bad... Note
41289           that 1.6.1.93 is not release yet. ;).
41290           Also add a check for mplex, which is now using the lib'ified
41291           mplex from mjpegtools, too.
41292         * ext/ffmpeg/gstffmpegcodecmap.c:
41293           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41294           issues. I don't think ffmpeg handles 3ivx correctly, so this
41295           probably won't work. But it won't hurt either.
41296         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41297         (gst_ffmpegdec_chain):
41298         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41299         (gst_ffmpegenc_chain_audio):
41300           Fix memleak in audio encoding. Close codec if open fails, this
41301           calls the cleanup routines so we can re-use the context.
41302         * ext/mpeg2enc/gstmpeg2enc.cc:
41303           Fix pad template names/types, fix memory issue with getcaps().
41304         * ext/mpeg2enc/gstmpeg2encoder.cc:
41305         * ext/mpeg2enc/gstmpeg2encoder.hh:
41306           Fix compile issue with new caps system (const thingy).
41307         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41308         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41309           We read a first frame right on initing, so that we have a caps
41310           when we init the output. This caps is cached in padprivate and
41311           read as first frame.
41312         * ext/mplex/Makefile.am:
41313         * ext/mplex/gstmplex.cc:
41314         * ext/mplex/gstmplex.h:
41315         * ext/mplex/gstmplex.hh:
41316         * ext/mplex/gstmplexibitstream.cc:
41317         * ext/mplex/gstmplexibitstream.hh:
41318         * ext/mplex/gstmplexjob.cc:
41319         * ext/mplex/gstmplexjob.hh:
41320         * ext/mplex/gstmplexoutputstream.cc:
41321         * ext/mplex/gstmplexoutputstream.hh:
41322           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41323           had issues, didn't do capsnego, supported only a subset of the
41324           mplex features and required a mplex fork in our local CVS. Plus
41325           that it worked agaist a very old mplex version. Rewriting was
41326           faster than updating it.
41327         * gst-libs/ext/Makefile.am:
41328         * gst-libs/ext/mplex/INSTRUCT:
41329         * gst-libs/ext/mplex/Makefile.am:
41330         * gst-libs/ext/mplex/README:
41331         * gst-libs/ext/mplex/TODO:
41332         * gst-libs/ext/mplex/ac3strm_in.cc:
41333         * gst-libs/ext/mplex/audiostrm.hh:
41334         * gst-libs/ext/mplex/audiostrm_out.cc:
41335         * gst-libs/ext/mplex/aunit.hh:
41336         * gst-libs/ext/mplex/bits.cc:
41337         * gst-libs/ext/mplex/bits.hh:
41338         * gst-libs/ext/mplex/buffer.cc:
41339         * gst-libs/ext/mplex/buffer.hh:
41340         * gst-libs/ext/mplex/fastintfns.h:
41341         * gst-libs/ext/mplex/format_codes.h:
41342         * gst-libs/ext/mplex/inputstrm.cc:
41343         * gst-libs/ext/mplex/inputstrm.hh:
41344         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41345         * gst-libs/ext/mplex/mjpeg_logging.cc:
41346         * gst-libs/ext/mplex/mjpeg_logging.h:
41347         * gst-libs/ext/mplex/mjpeg_types.h:
41348         * gst-libs/ext/mplex/mpastrm_in.cc:
41349         * gst-libs/ext/mplex/mpegconsts.cc:
41350         * gst-libs/ext/mplex/mpegconsts.h:
41351         * gst-libs/ext/mplex/mplexconsts.hh:
41352         * gst-libs/ext/mplex/multplex.cc:
41353         * gst-libs/ext/mplex/outputstream.hh:
41354         * gst-libs/ext/mplex/padstrm.cc:
41355         * gst-libs/ext/mplex/padstrm.hh:
41356         * gst-libs/ext/mplex/stillsstream.cc:
41357         * gst-libs/ext/mplex/stillsstream.hh:
41358         * gst-libs/ext/mplex/systems.cc:
41359         * gst-libs/ext/mplex/systems.hh:
41360         * gst-libs/ext/mplex/vector.cc:
41361         * gst-libs/ext/mplex/vector.hh:
41362         * gst-libs/ext/mplex/videostrm.hh:
41363         * gst-libs/ext/mplex/videostrm_in.cc:
41364         * gst-libs/ext/mplex/videostrm_out.cc:
41365         * gst-libs/ext/mplex/yuv4mpeg.cc:
41366         * gst-libs/ext/mplex/yuv4mpeg.h:
41367         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41368         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41369           We don't fork mjpegtools' mplex in our CVS anymore.
41370         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41371         (gst_avi_demux_add_stream):
41372         * gst/avi/gstavidemux.h:
41373           Add getcaps() function for proper caps nego. This makes some
41374           parts of AVI playback/reading work.
41375         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41376           Resize window on new capsnego. This is probably wrong, but
41377           I'm still committing it because with current capsnego, the
41378           first successfull capsnego is auto-fixated, therefore rounded
41379           down to the lowest values in the caps. this results in a 16x16
41380           XWindow that is not reized when real capsnego finishes.
41381           Dave, I see more cases of this, do you know a proper solution?
41382         * tools/gst-launch-ext.in:
41383           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41384
41385 2003-12-31  David Schleef  <ds@schleef.org>
41386
41387         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41388         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41389           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41390
41391 2003-12-30  David Schleef  <ds@schleef.org>
41392
41393         * ext/ffmpeg/gstffmpegcolorspace.c:
41394         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41395         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41396         (gst_ffmpegcsp_chain): Negotiation fixes
41397         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41398         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41399         (gst_audio_convert_link), (gst_audio_convert_channels):
41400         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41401         (gst_audioscale_link), (gst_audioscale_get_buffer),
41402         (gst_audioscale_chain): Negotiation fixes
41403         * gst/audioscale/gstaudioscale.h:
41404         * gst/videofilter/gstvideofilter.c:
41405         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41406         (gst_videofilter_link), (gst_videofilter_init),
41407         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41408         (gst_videofilter_find_format_by_structure):
41409         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41410         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41411         (gst_videoscale_link):
41412         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41413         (videoscale_find_by_structure), (gst_videoscale_setup):
41414         * gst/videoscale/videoscale.h: Negotiation fixes
41415         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41416         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41417         function, restrict resizing to a multiple of 4 (hack until
41418         everyone supports odd sizes correctly).
41419
41420 2003-12-29  Colin Walters  <walters@verbum.org>
41421
41422         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41423         signed.
41424
41425 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41426
41427         * ext/sndfile/gstsf.c: (gst_sf_loop):
41428           Fix warning about discarding const qualifier
41429
41430 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41431
41432         * gst/cutter/gstcutter.c:
41433         * gst/videoscale/gstvideoscale.c:
41434         * gst/volenv/gstvolenv.c:
41435         * gst-libs/gst/audio/audio.c:
41436         * gst-libs/gst/video/video.c:
41437           Fix warnings
41438
41439 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41440
41441         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41442           Don't send ALSA debugging to stderr.
41443         * ext/alsa/gstalsa.h:
41444           Use GST_WARNING instead of g_warning when ALSA functions fail.
41445
41446 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41447
41448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41449           Free XVAdapterInfo correctly.
41450
41451 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41452
41453         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41454         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41455           Make id3tag use correct caps nego.
41456
41457 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41458
41459         * ext/ivorbis/vorbis.c:
41460         * ext/ivorbis/vorbisenc.h:
41461         * ext/ivorbis/vorbisfile.c:
41462           Modify so that it uses the new caps things
41463
41464 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41465
41466         * testsuite/spider/spider1.c: (main):
41467         * testsuite/spider/spider2.c: (main):
41468         * testsuite/spider/spider3.c: (main):
41469           Make tests compile again. They probably don't work.
41470
41471 2003-12-24  Colin Walters  <walters@verbum.org>
41472
41473         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41474         we can't fixate the caps anymore.
41475
41476 2003-12-23  David Schleef  <ds@schleef.org>
41477
41478         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41479         * sys/oss/gstosssink.c: (gst_osssink_init),
41480         (gst_osssink_sink_fixate): Add fixate function.
41481
41482 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41483
41484         * ext/ffmpeg/gstffmpegcodecmap.c:
41485         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41486         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41487         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41488         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41489         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41490         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41491         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41492           fix typo in RGB masks, and move back to "old" colorspace
41493           capsnego code until whoever wrote this new crap has actually
41494           tested it so that it works.
41495           And yes, this works, keep it that way please.
41496
41497 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41498
41499         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41500         (gst_divxdec_init), (gst_divxdec_negotiate):
41501         * ext/divx/gstdivxdec.h:
41502         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41503         (gst_divxenc_init):
41504         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41505         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41506         * ext/mpeg2enc/gstmpeg2enc.cc:
41507         * ext/mpeg2enc/gstmpeg2encoder.cc:
41508         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41509         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41510         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41511         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41512         (dxr3spusink_init):
41513         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41514         (dxr3videosink_init):
41515           Fix caps breakage after Dave's caps branch merge.
41516
41517 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41518
41519         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41520           Fix for 24bpp display.
41521
41522 2003-12-23  Colin Walters  <walters@verbum.org>
41523
41524         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41525         a GnomeVFSHandle directly.
41526
41527 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41528
41529         * gst/volume/Makefile.am:
41530         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41531         (volume_base_init), (volume_init):
41532           Reenable volume element and fix to work with new caps stuff.
41533           Rhythmbox needs this.
41534
41535 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41536
41537         * gst/qtdemux/qtdemux.c: (plugin_init):
41538           qtdemux requires bytestream
41539
41540 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41541
41542         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41543           Fix remaining caps handling errors due to CAPS merge.
41544
41545 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41546
41547         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41548         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41549         (gst_faad_srcconnect):
41550           Port to new caps system.
41551
41552 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41553
41554         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41555         (got_video_size), (main): using g_print instead of g_message.
41556         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41557         signal which was not emitted because of "switch" element added to the
41558         bin but not connected. (Removing from the bin temporarily)
41559
41560 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41561
41562         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41563         find X development files. I don't understand the previous tests and
41564         they fail on my debian/ppc unstable. This one works.
41565         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41566         exiting.
41567         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41568         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41569         (gst_play_set_visualization): Add some safety checks in set_ methods
41570         and state_change. This was throwing some ugly CRITICAL messages when
41571         pipeline was getting disposed and casts were failing.
41572
41573 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41574
41575         * configure.ac:
41576           Improve mpeg2enc detection. This is for distributions that do
41577           ship mjpegtools, but without mpeg2enc. Also does object check
41578           for might there ever be ABI incompatibility.
41579         * ext/mpeg2enc/gstmpeg2enc.cc:
41580           Add Andrew as second maintainer (he's helping me), and also add
41581           an error if no caps was set. This happens if I pull before capsnego
41582           and that's something I should solve sometime else.
41583         * gst/matroska/matroska-demux.c:
41584         (gst_matroska_demux_parse_blockgroup):
41585           Fix time parsing.
41586         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41587         (gst_matroska_mux_track_header):
41588           Add caps to templates.
41589         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41590           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41591         * gst/mpegstream/gstmpegdemux.c:
41592           Remove layer since it causes warnings about unfixed caps.
41593         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41594           Fix obvious typo (we error out if caps were set, we should of
41595           course error out if *no* caps were set).
41596         * sys/oss/gstosselement.c: (gst_osselement_convert):
41597           Fix format conversion, we confused bits/bytes.
41598         * sys/oss/gstosselement.h:
41599           Improve documentation for 'bps'.
41600         * sys/v4l/TODO:
41601           Remove stuff about plugins that need removing - this was done
41602           ages ago.
41603         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41604         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41605         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41606         (gst_v4lsrc_src_query):
41607         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41608         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41609           Add get_query_types(), get_formats() and query() functions.
41610
41611 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41612
41613         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41614           * moved CVS to freedesktop.org