win32/common/: Add new exports to win32 files.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * win32/common/libgstaudio.def:
4         * win32/common/libgsttag.def:
5         * win32/common/libgstvideo.def:
6         Add new exports to win32 files.
7
8 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
9
10         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
11         * gst-libs/gst/tag/gsttagdemux.h:
12         Add GType for GstTagDemuxResult enum.
13
14 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
15
16         * gst-libs/gst/video/Makefile.am:
17         * gst-libs/gst/video/video.h:
18         Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
19         This will help bindings to use it.
20
21 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
22
23         * gst-libs/gst/audio/Makefile.am:
24         * gst-libs/gst/audio/audio.c:
25         * gst-libs/gst/audio/multichannel.h:
26         * gst-libs/gst/audio/testchannels.c:
27         * win32/MANIFEST:
28         * win32/common/audio-enumtypes.c:
29         (gst_audio_channel_position_get_type),
30         (gst_ring_buffer_state_get_type),
31         (gst_ring_buffer_seg_state_get_type),
32         (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
33         * win32/common/audio-enumtypes.h:
34         * win32/common/multichannel-enumtypes.c:
35         * win32/common/multichannel-enumtypes.h:
36         * win32/vs6/grammar.dsp:
37         * win32/vs6/libgstaudio.dsp:
38         * win32/vs7/libgstaudio.vcproj:
39         * win32/vs8/libgstaudio.vcproj:
40         Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
41         audio- in order to wrap all enums declarations of that library.
42         This modification should not matter since that header file is not a
43         public header (it will be included by public headers).
44         Modify win32 crap^Wfiles accordingly.
45
46 2008-12-30  Edward Hervey  <edward.hervey@collabora.co.uk>
47
48         * gst-libs/gst/audio/gstbaseaudiosrc.h:
49         * gst-libs/gst/audio/gstbaseaudiosink.h:
50         Complete Sebastien's commit from the 13th by exporting the
51         _slave_method_get_type() methods.
52
53 2008-12-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
54
55         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
56         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
57         (gst_gio_base_src_query):
58         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
59         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
60         (gst_gnome_vfs_src_query):
61         Implement URI query. Fixes bug #562949.
62
63 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
64
65         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
66         Add some debug info.
67
68         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
69         (gst_play_sink_reconfigure), (gst_play_sink_request_pad),
70         (gst_play_sink_release_pad):
71         Add some more debug info.
72         Reconfigure the audio chain when we switch between raw and encoded audio
73         in gapless playback.
74
75 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
76
77         * gst-libs/gst/audio/gstbaseaudiosink.c:
78         (gst_base_audio_sink_setcaps):
79         Pause the write thread before deactivating and releasing the ringbuffer
80         to avoid a deadlock when we do gapless playback with different sample
81         rates in playbin2.  Fixes #564929.
82
83 2008-12-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
84
85         * gst-libs/gst/audio/gstbaseaudiosrc.c:
86         Make GstAudioSrcSlaveMethod get_type() function non-static
87         as it's public now.
88
89         * win32/common/libgstaudio.def:
90         * win32/common/libgstnetbuffer.def:
91         Add some missing functions to the list of exported symbols.
92
93 2008-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
94
95         Patch by: Andrew Feren <acferen at yahoo dot com>
96
97         * gst-libs/gst/netbuffer/gstnetbuffer.c:
98         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
99         (gst_netaddress_get_address_bytes),
100         (gst_netaddress_set_address_bytes):
101         * gst-libs/gst/netbuffer/gstnetbuffer.h:
102         Make gst_netaddress_get_ip4_address fail for v6 addresses.
103         Make gst_netaddress_get_ip6_address either fail or return the v4
104         address as a transitional v6 address.
105         Add two convenience functions:
106         API: gst_netaddress_get_address_bytes()
107         API: gst_netaddress_set_address_bytes()
108         Fixes #564896.
109
110 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
111
112         * gst/adder/Makefile.am:
113         * gst/adder/gstadder.c:
114           Cleanup variable names to make the adder-loop easier to understand.
115           Also try to use liboil to spee it up, but ifdef it out as it does not
116           make any change for me (Intel pentim M (sse,sse2) please try on other
117           systems).
118
119 2008-12-16  Wim Taymans  <wim.taymans@collabora.co.uk>
120
121         * docs/plugins/Makefile.am:
122         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
123         * docs/plugins/gst-plugins-base-plugins-sections.txt:
124         * gst/tcp/gsttcpclientsink.c:
125         * gst/tcp/gsttcpclientsrc.c:
126         * gst/tcp/gsttcpserversrc.c:
127         Add minimal docs to make the remaining tcp elements show up.
128         Fixes #564139.
129
130 2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
131
132         * win32/common/config.h:
133           Update to CVS version.
134
135         * win32/common/config.h.in:
136           Hardcode path to plugin install helper exe, just like we hardcode
137           the paths in core. Removes another source of VCS conflicts for
138           people hacking gst-plugins-base on systems with autotools.
139
140 2008-12-13  Edward Hervey  <bilboed@gmail.com>
141
142         * m4/Makefile.am:
143         And a couple more .m4 that don't exist anymore with gettext 0.17
144
145 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
146
147
148         * m4/Makefile.am:
149         inttypes.m4 hasn't been available since gettext-0.15, and since we now
150         require gettext >= 0.17 ... we can remove it from the list of files to
151         dist.
152
153 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
154
155         * gst-libs/gst/audio/gstbaseaudiosink.c:
156         (gst_base_audio_sink_slave_method_get_type),
157         (gst_base_audio_sink_class_init):
158         * gst-libs/gst/audio/gstbaseaudiosink.h:
159         * gst-libs/gst/audio/gstbaseaudiosrc.c:
160         (gst_base_audio_src_slave_method_get_type),
161         (gst_base_audio_src_class_init):
162         * gst-libs/gst/audio/gstbaseaudiosrc.h:
163         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
164         public API. This is needed for the C++ bindings to be able
165         to use this base classes. Fixes bug #564200, #564206.
166
167 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
168
169         * gst-libs/gst/cdda/gstcddabasesrc.c:
170         (gst_cdda_base_src_handle_event):
171         Remove erroneous gst_buffer_ref().
172         * tests/check/libs/rtp.c: (GST_START_TEST):
173         Don't forget to unref the buffer once you're done with it.
174
175 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
176
177         * gst/playback/gstplaybin.c:
178         * gst/playback/gstplaybin2.c:
179           XRef to GstXOverlay.
180
181 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
182
183         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
184         Free the factory array when finalizing.
185         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
186         Use a GstStaticPadTemplate since the src pad caps are fixed.
187
188 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
189
190         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
191         (gst_vorbis_enc_init):
192         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
193         pad templates.
194
195 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
196
197         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
198         (gst_riff_create_video_template_caps):
199         Add mapping for VP6 in avi/riff.
200
201 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
202
203         * gst/subparse/samiparse.c: (sami_context_push_state),
204         (sami_context_pop_state), (start_sami_element), (end_sami_element):
205         Some versions of libxml seem to be very picky as to strict formatting
206         of the input and never 'close' the final </body> tag.
207         In order to fix that bad behaviour, we trigger the flushing of
208         remaining data on both </body> and </sami>.
209         Fixes #557365
210
211 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
212
213         Patch by: Guillaume Emont <guillaume at fluendo dot com>
214
215         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
216         Add typefinders for MS Word files and OS X .DS_Store files to
217         prevent them to be recognized as MPEG files. Fixes bug #564098.
218
219 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
220
221         * gst/playback/gstplaysink.c: (gen_audio_chain),
222         (gst_play_sink_reconfigure):
223         Add some more debug info.
224         Fix linking of just an encoded sink.
225         Handle failure to create a sink chain more gracefully than crashing.
226
227 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
228
229         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
230         Pushing 10 buffers is enough to run the test.
231
232 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
233
234         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
235         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
236         (main):
237         Hook up the SKIP seek flag.
238
239 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
240
241         * gst/playback/gstplaybin2.c: (pad_added_cb):
242         Error out with a missing-plugin error when the input-selector was not
243         found.
244
245         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
246         Indentation.
247
248 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
249
250         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
251         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
252         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
253         (gst_play_sink_send_event), (gst_play_sink_change_state):
254         Use G_DEFINE_TYPE.
255         Try to set the selected sink to READY before using it. This will allow
256         for detection of incompatible formats sooner.
257         Don't cause a fatal error when conversion elements are missing but post
258         a missing-element message and a warning instead because things might
259         still link and run fine.
260         Simplyfy the construction of audio and video sink chains.
261
262 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
263
264         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
265         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
266         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
267         init from glib.
268
269 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
270
271         Patch by: Luis Menina <liberforce at freeside dot fr>
272
273         * gst-libs/gst/floatcast/floatcast.h:
274         * gst/typefind/gsttypefindfunctions.c:
275         Include glib.h instead of a specific GLib header. Including single
276         GLib headers is deprecated. Fixes bug #563904.
277
278 2008-12-09  Julien Moutte  <julien@fluendo.com>
279
280         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
281         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
282
283 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
284
285         * gst-libs/gst/riff/riff-read.c:
286           Fix handling of odd chunks in riff metadata.
287
288 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
289
290         * gst/volume/gstvolume.c: (gst_volume_class_init),
291         (volume_before_transform), (volume_transform_ip):
292         Use new basetransform vmethod to reconfigure the dynamic properties and
293         any pending volume/mute changes. Fixes #563508.
294
295 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
296
297         * configure.ac:
298         First check for "theoraenc theoradec" and if that failed check
299         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
300         deprecate the latter. Also linking on Windows fails with just "theora"
301         and the version check would fail for the release candidates.
302         Fixes bug #563718.
303
304 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
305
306         * gst/playback/gstdecodebin.c:
307         * gst/playback/gstdecodebin2.c:
308           Add basic docs to decodebin and link to decodebin from decodebin2.
309           
310 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
311
312         Patch by: Olivier Crete  <tester at tester ca>
313
314         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
315         * gst-libs/gst/rtp/gstrtcpbuffer.h:
316         Implement gst_rtcp_packet_remove(). Fixes #563174.
317
318         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
319         Add unit test for some RTCP functions.
320
321 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
322
323         * configure.ac:
324         Apparently AC_CONFIG_MACRO_DIR breaks when using more
325         than one macro directory, reverting last change.
326
327 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
328
329         * configure.ac:
330         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
331         our M4 macros.
332
333 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
334
335         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
337         Clear all flags on buffers returned from the image pool.
338         Fixes #563143
339
340 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
341
342         Patch by: Cygwin Ports maintainer
343                   <yselkowitz at users dot sourceforge dot net>
344
345         * autogen.sh:
346         * configure.ac:
347         Require gettext 0.17 because older versions don't mix with libtool
348         2.2. At build time an older gettext version will still work.
349         Fixes bug #556091.
350
351 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
352
353         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
354
355 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
356
357         * docs/plugins/gst-plugins-base-plugins.args:
358         * docs/plugins/gst-plugins-base-plugins.hierarchy:
359         * docs/plugins/gst-plugins-base-plugins.interfaces:
360         * docs/plugins/gst-plugins-base-plugins.prerequisites:
361         * docs/plugins/inspect/plugin-videorate.xml:
362         * gst/speexresample/gstspeexresample.c:
363         Update documentation of speexresample for the new element name.
364
365 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
366
367         * gst/speexresample/README:
368         Update README with the latest diff between the Speex resampler
369         and our copy.
370
371 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
372
373         * gst/speexresample/gstspeexresample.c: (plugin_init):
374         Update the debug category from speex_resample to audioresample.
375
376 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
377
378         * gst/audioresample/Makefile.am:
379         * gst/audioresample/buffer.c:
380         * gst/audioresample/buffer.h:
381         * gst/audioresample/debug.c:
382         * gst/audioresample/debug.h:
383         * gst/audioresample/functable.c:
384         * gst/audioresample/functable.h:
385         * gst/audioresample/gstaudioresample.c:
386         * gst/audioresample/gstaudioresample.h:
387         * gst/audioresample/resample.c:
388         * gst/audioresample/resample.h:
389         * gst/audioresample/resample_chunk.c:
390         * gst/audioresample/resample_functable.c:
391         * gst/audioresample/resample_ref.c:
392         * tests/check/elements/audioresample.c:
393         Remove audioresample files.
394
395 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
396
397         * docs/plugins/inspect/plugin-audioresample.xml:
398         Regenerated for library filename change.
399
400 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
401
402         * configure.ac:
403         * docs/plugins/Makefile.am:
404         * docs/plugins/gst-plugins-base-plugins-sections.txt:
405         * docs/plugins/gst-plugins-base-plugins.args:
406         * docs/plugins/gst-plugins-base-plugins.hierarchy:
407         * docs/plugins/gst-plugins-base-plugins.interfaces:
408         * docs/plugins/gst-plugins-base-plugins.prerequisites:
409         * docs/plugins/inspect/plugin-adder.xml:
410         * docs/plugins/inspect/plugin-alsa.xml:
411         * docs/plugins/inspect/plugin-audioconvert.xml:
412         * docs/plugins/inspect/plugin-audiorate.xml:
413         * docs/plugins/inspect/plugin-audioresample.xml:
414         * docs/plugins/inspect/plugin-audiotestsrc.xml:
415         * docs/plugins/inspect/plugin-cdparanoia.xml:
416         * docs/plugins/inspect/plugin-decodebin.xml:
417         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
418         * docs/plugins/inspect/plugin-gdp.xml:
419         * docs/plugins/inspect/plugin-gio.xml:
420         * docs/plugins/inspect/plugin-gnomevfs.xml:
421         * docs/plugins/inspect/plugin-libvisual.xml:
422         * docs/plugins/inspect/plugin-ogg.xml:
423         * docs/plugins/inspect/plugin-pango.xml:
424         * docs/plugins/inspect/plugin-playback.xml:
425         * docs/plugins/inspect/plugin-queue2.xml:
426         * docs/plugins/inspect/plugin-subparse.xml:
427         * docs/plugins/inspect/plugin-tcp.xml:
428         * docs/plugins/inspect/plugin-theora.xml:
429         * docs/plugins/inspect/plugin-typefindfunctions.xml:
430         * docs/plugins/inspect/plugin-uridecodebin.xml:
431         * docs/plugins/inspect/plugin-video4linux.xml:
432         * docs/plugins/inspect/plugin-videorate.xml:
433         * docs/plugins/inspect/plugin-videoscale.xml:
434         * docs/plugins/inspect/plugin-videotestsrc.xml:
435         * docs/plugins/inspect/plugin-volume.xml:
436         * docs/plugins/inspect/plugin-vorbis.xml:
437         * docs/plugins/inspect/plugin-ximagesink.xml:
438         * docs/plugins/inspect/plugin-xvimagesink.xml:
439         * gst/speexresample/gstspeexresample.c: (plugin_init):
440         * gst/speexresample/Makefile.am:
441         * tests/check/Makefile.am:
442         * tests/check/elements/speexresample.c: (setup_speexresample),
443         (GST_START_TEST), (test_pipeline):
444         Rename the moved speexresample to audioresample, integrate into the
445         build system and remove the old audioresample from the build system.
446         Fixes bug #558124, #385061, #346218, #116051.
447
448 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
449
450         * gst-libs/gst/audio/gstbaseaudiosrc.c:
451         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
452         Avoid nasty int overflows after about 12 hours and 25 minutes when these
453         code paths are triggered. 
454         A free beer to Håvard Graff for finding this!
455
456 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
457
458         Patch by: 이문형 <iwings at gmail dot com>
459
460         * gst-libs/gst/rtsp/gstrtspconnection.c:
461         (gst_rtsp_connection_connect):
462         A successful gst_poll_wait() doesn't always mean successful connect() on
463         Windows.  We should check errors by calling gst_poll_fd_has_error().
464         See #561924.
465
466 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
467
468         * gst-libs/gst/rtp/gstrtcpbuffer.c:
469         Fix typo in the docs.
470
471 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
472
473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
474         If no stream was found before receiving EOS, post an error message.
475         Fixes #561924.
476
477 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
478
479         * ext/theora/gsttheoraenc.h:
480         * ext/theora/theoraenc.c: (gst_theora_enc_init),
481         (theora_buffer_from_packet), (theora_push_packet),
482         (theora_enc_sink_event), (theora_enc_is_discontinuous),
483         (theora_enc_chain):
484         Parse segment events.
485         Pass incomming buffer timestamps to outgoing buffers.
486         Use the running_time to construct the granulepos.
487         Fixes #562163.
488
489 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
490
491         * gst/playback/gstplaybin2.c: (activate_group):
492         Fix buffer-duration property.
493
494 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
495
496         * gst-libs/gst/audio/gstbaseaudiosink.c:
497         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
498         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
499         (gst_base_audio_sink_change_state):
500         Really fix audiosink drain handling by keeping track of the running_time
501         of the last sample.
502
503 2008-11-24  Michael Smith <msmith@songbirdnest.com>
504
505         * gst/playback/gstplaybin2.c:
506           Add notification of current stream. Add ability to configure buffer
507           sizes.
508         * gst/playback/gsturidecodebin.c:
509           Add ability to configure buffer sizes for streaming mode.
510           Bug #561734.
511
512 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
513
514         * gst-libs/gst/audio/gstbaseaudiosink.c:
515           Time is already in running_time. Remove base_time handling. Fixes
516           audiosinks not draining and thus chopping some audio in the end.
517
518 2008-11-24  David Schleef  <ds@schleef.org>
519
520         * ext/ogg/gstoggmux.c:
521         * ext/ogg/gstoggmux.h:
522           If we're muxing a dirac stream, flush the page after every picture.
523
524 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
525
526         * gst-libs/gst/audio/gstbaseaudiosink.c:
527           Add one log message to check for audio_drained. Sync one log message
528           with the condition. Send EOS after draining audio in pull mode.
529
530 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
531
532         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
533         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
534         Use gst_buffer_try_new_and_alloc() and fail properly if the
535         allocation failed. This prevents abort() if downstream elements
536         request an insane amount of memory.
537
538 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
539
540         * gst/volume/gstvolume.c: (volume_choose_func),
541         (volume_update_volume), (gst_volume_set_volume),
542         (gst_volume_get_volume), (gst_volume_set_mute),
543         (gst_volume_class_init), (gst_volume_init),
544         (volume_process_double), (volume_process_float),
545         (volume_process_int32), (volume_process_int32_clamp),
546         (volume_process_int24), (volume_process_int24_clamp),
547         (volume_process_int16), (volume_process_int16_clamp),
548         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
549         (volume_transform_ip), (volume_set_property),
550         (volume_get_property):
551         * gst/volume/gstvolume.h:
552         Cleanup volume, define and use default values.
553         Recalculate new volume and mute setup before processing. Fixes #561789.
554
555         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
556         Add controller unit test. Patch by: Jonathan Matthew
557         Fix bogus test that messed with basetransform's internal state.
558
559 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
560
561         * gst/videorate/gstvideorate.c:
562         Add jpeg and png image media types to the caps. Fixes #561436.
563
564 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
565
566         * gst/playback/gstplaysink.c: (gen_audio_chain):
567         Don't post an error when we can't configure the volume but post a
568         warning instead. Fixes #561780.
569
570 2008-11-21  David Schleef  <ds@schleef.org>
571
572         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
573
574         * gst/videotestsrc/gstvideotestsrc.c:
575         * gst/videotestsrc/gstvideotestsrc.h:
576         * gst/videotestsrc/videotestsrc.c:
577         * gst/videotestsrc/videotestsrc.h:
578           Add a zone plate pattern generator based on BBC R&D Report
579           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
580           kx2=20 ky2=20 kt=1'.
581
582 2008-11-20  Michael Smith <msmith@songbirdnest.com>
583
584         * gst/playback/gstdecodebin2.c:
585           Fix random fat-fingering making this not compile.
586
587 2008-11-20  Michael Smith <msmith@songbirdnest.com>
588
589         * gst/playback/gstdecodebin2.c:
590           If the top-level type of the stream is plain text, don't try to decode
591           it, matching behaviour of decodebin.
592         * gst/playback/gstplaysink.c:
593           If we fail to generate a text chain (e.g. due to missing optional
594           plugins), don't crash.
595
596 2008-11-20  Michael Smith <msmith@songbirdnest.com>
597
598         * gst-libs/gst/rtsp/gstrtspdefs.c:
599           Fix win32 build. Oops.
600
601 2008-11-20  Michael Smith <msmith@songbirdnest.com>
602
603         * gst-libs/gst/rtsp/gstrtspdefs.c:
604           Use WSAGetLastError() rather than errno/h_errno on win32.
605
606 2008-11-20  Michael Smith <msmith@songbirdnest.com>
607
608         * gst-libs/gst/riff/riff-media.c:
609           Support WMA Lossless properly.
610
611 2008-11-18  David Schleef  <ds@schleef.org>
612
613         * gst/videotestsrc/gstvideotestsrc.c:
614         * gst/videotestsrc/gstvideotestsrc.h:
615         * gst/videotestsrc/videotestsrc.c:
616         * gst/videotestsrc/videotestsrc.h:
617           Add "colorspec" property, specifying whether to generate BT.601
618           or BT.709 video.  This only affects YCbCr values, not RGB, since
619           if you're generating a 709 test pattern, presumably you want
620           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
621           uses 75% colors instead of 100%, since this is often more useful
622           for testing (and also follows the SMPTE EG-1 guideline).
623
624 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
625
626         * gst/playback/gstdecodebin.c:
627         Add a "sink-caps" property to decodebin like it's done for decodebin2.
628         Fixes #560380.
629
630 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
631
632         * gst/audioresample/gstaudioresample.c:
633         Guard against a NULL dereference I somehow encountered -
634         with a FLUSH_STOP arriving either before basetransform _start(),
635         or after _stop().
636
637         * gst/typefind/gsttypefindfunctions.c:
638         Make sure we never jump backwards when typefinding corrupt mov files.
639
640 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
641
642         * gst-libs/gst/interfaces/propertyprobe.c:
643         Fix random type causing a docs warning.
644
645 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
646
647         * sys/v4l/gstv4l.c:
648           Give it a minimal rank for autovideosrc.
649
650 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
651
652         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
653         (plugin_init):
654         Improve typefinding of ISO JPEG2000 mime types.
655
656 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
657
658         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
659         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
660         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
661         * sys/xvimage/xvimagesink.h:
662         Avoid typechecking when we do trivial casts.
663         Move error handling out of the main program flow.
664         Sneak in the display-region caps property, not completely correct yet.
665         Cache the width/height in buffer_alloc instead of parsing it from the
666         caps all the time.
667
668 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
669
670         * gst/playback/gstplaybin2.c: (deactivate_group):
671         don't try to unlink the selector sinkpad when we don't have it yet. This
672         can happen if an error occured before the group was complete.
673
674 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
675
676         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
677         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
678         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
679         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
680         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
681         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
682         (gst_rtp_buffer_get_extension_data),
683         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
684         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
685         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
686         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
687         (gst_rtp_buffer_get_payload_type),
688         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
689         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
690         (gst_rtp_buffer_set_timestamp),
691         (gst_rtp_buffer_get_payload_subbuffer),
692         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
693         Avoid expensive type checks we already did as part of the 
694         _validate() function that should be called first.
695
696 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
697
698         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
699         (gst_base_rtp_depayload_push_full),
700         (gst_base_rtp_depayload_set_gst_timestamp):
701         Fix some cases where a newsegment event was not sent.
702
703 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
704
705         * gst/playback/gstplaybin2.c: (activate_group):
706         Catch state change errors and stop from the uridecodebin elements
707         instead of trying to continue in vain.
708
709 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
710
711         * gst-libs/gst/audio/gstbaseaudiosink.c:
712         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
713         (gst_base_audio_sink_callback):
714         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
715         for the latency to expire, fixes #559567.
716
717 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
718
719         * gst/adder/gstadder.c:
720           Change author string after seeing output of gst-inspector.
721
722 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
723
724         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
725         Don't try to do crazy things when we only have a text pad without a
726         video pad. Fixes #559478.
727
728 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
729
730         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
731         Fix case where we don't have a range for the rates or channels as is the
732         case with truespeech.
733
734 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
735
736         * gst/volume/gstvolume.c: (volume_update_real_volume),
737         (gst_volume_set_volume), (gst_volume_get_volume),
738         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
739         (volume_transform_ip), (volume_update_mute),
740         (volume_update_volume), (volume_get_property):
741         * gst/volume/gstvolume.h:
742         Keep negotiated state in a separate variable.
743         Protect the volume and mute properties with the object lock.
744         Protect modifying the transform with the transform lock.
745
746 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
747
748         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
749         (gst_ffmpeg_pixfmt_to_caps):
750         Only convert caps to string when debug is enabled.
751
752 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
753
754         * ext/theora/gsttheoradec.h:
755         * ext/theora/theoradec.c: (gst_theora_dec_init),
756         (gst_theora_dec_reset), (theora_dec_src_event),
757         (theora_dec_sink_event), (theora_handle_type_packet):
758         Copy seqnum.
759         Keep events in a pending list, like vorbisdec, instead of trying
760         to construct a segment event ourselves.
761
762         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
763         (vorbis_dec_src_event), (vorbis_dec_sink_event):
764         * ext/vorbis/vorbisdec.h:
765         Copy seqnum.
766
767 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
768
769         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
770         (gst_ogg_demux_deactivate_current_chain),
771         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
772         (gst_ogg_demux_loop):
773         * ext/ogg/gstoggdemux.h:
774         Copy seqnums around to track playback segments and messages.
775
776 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
777
778         Based on patch by: Matthias Kretz <kretz at kde dot org>
779
780         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
781         (gst_alsasink_prepare), (gst_alsasink_unprepare),
782         (gst_alsasink_write):
783         Make all access non-blocking so that we can better handle unplugging
784         of usb devices. Fixes #559111
785
786 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
787
788         Patch by: Damien Lespiau  <damien.lespiau gmail com>
789
790         * gst-libs/gst/rtsp/gstrtspconnection.c:
791         (gst_rtsp_connection_write):
792         Make the next call to poll not depend on previous calls to poll with or
793         without reading from the active descriptor. Fixes #544293.
794
795 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
796
797         Patch by: Nick Haddad <nick at haddads dot net>
798
799         * gst-libs/gst/riff/riff-ids.h:
800         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
801         Add support for other fourcc codes that are commonly used for
802         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
803         Fixes #558553.
804
805 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
806
807         * gst/audioresample/gstaudioresample.c:
808           Return the result of parent_class->event().
809
810 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
811
812         * gst/audioresample/gstaudioresample.c:
813         (gst_audioresample_class_init), (audioresample_fixate_caps):
814         Fixate the rate to the nearest supported rate instead of
815         the first one. Fixes bug #549510.
816
817 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
818
819         * win32/common/libgstaudio.def:
820         Add new symbols.
821
822 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
823
824         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
825         Attempt to make obfuscated code clearer.
826
827 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
828
829         * docs/libs/gst-plugins-base-libs-sections.txt:
830         * gst-libs/gst/floatcast/floatcast.h:
831         Move float endianness conversion macros to core. Second part of
832         bug ##555196.
833
834 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
835
836         * sys/ximage/ximagesink.h:
837         * sys/xvimage/xvimagesink.h:
838           Don't mark as gtk-doc docs as they aren't public.
839
840 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
841
842         * sys/xvimage/xvimagesink.c:
843         * sys/xvimage/xvimagesink.h:
844         * tests/icles/Makefile.am:
845         * tests/icles/test-colorkey.c:
846           Allow setting colorkey if possible. Implement property probe interface
847           for optional X features (autopaint-colorkey, double-buffer and
848           colorkey). Fixes #554533
849
850 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
851
852         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
853         Remove useless buffer size assignment. It already has this value.
854
855 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
856
857         * gst-libs/gst/audio/gstaudiosink.c:
858         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
859         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
860         (gst_audioringbuffer_stop):
861         Implement a separate activate functions to start monitoring the segments
862         or, in pull mode, pulling in data.
863
864         * gst-libs/gst/audio/gstbaseaudiosink.c:
865         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
866         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
867         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
868         (gst_base_audio_sink_activate_pull),
869         (gst_base_audio_sink_async_play),
870         (gst_base_audio_sink_change_state):
871         Implement pad and element convert query function.
872         Activate the ringbuffer.
873         Use the segment last_stop value as the offset to pull.
874         Use new basesink _do_preroll() method to preroll in the pulling thread.
875         Take appropriate locking in the pulling thread.
876
877         * gst-libs/gst/audio/gstringbuffer.h:
878         Update some docs.
879
880 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
881
882         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
883         Improve MXF typefinding a bit by searching for a header partition
884         pack instead of just a general partition pack and checking more
885         bytes for valid values.
886
887 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
888
889         * tests/icles/.cvsignore:
890         update ignore file.
891
892         * tests/icles/Makefile.am:
893         * tests/icles/test-box.c: (make_pipeline), (main):
894         Add another interactive command line experimentation suite for
895         dynamically boxing/cropping/saling an input video.
896
897 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
898
899         * docs/libs/gst-plugins-base-libs-sections.txt:
900         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
901         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
902         * gst-libs/gst/audio/gstringbuffer.h:
903         Add methods to more accuratly control the pulling thread of a
904         ringbuffer.
905         Add format conversion helper code to the ringbuffer.
906         API: GstRingBuffer:gst_ring_buffer_activate()
907         API: GstRingBuffer:gst_ring_buffer_is_active()
908         API: GstRingBuffer:gst_ring_buffer_convert()
909
910 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
911
912         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
913         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
914         (gst_audioringbuffer_stop):
915         Signal thread startup earlier so that we can immediatly go into pull
916         mode when we have to and block on preroll.
917
918 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
919
920         * gst-libs/gst/audio/gstringbuffer.c:
921         (gst_ring_buffer_prepare_read):
922         In pull mode we want the callback to prepull a buffer we can preroll on
923         even when we are not yet playing.
924
925 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
926
927         * ext/alsa/Makefile.am:
928         * ext/cdparanoia/Makefile.am:
929         * ext/gio/Makefile.am:
930         * ext/gnomevfs/Makefile.am:
931         * ext/libvisual/Makefile.am:
932         * ext/ogg/Makefile.am:
933         * ext/pango/Makefile.am:
934         * ext/theora/Makefile.am:
935         * ext/vorbis/Makefile.am:
936         * gst/adder/Makefile.am:
937         * gst/audioconvert/Makefile.am:
938         * gst/audiorate/Makefile.am:
939         * gst/audioresample/Makefile.am:
940         * gst/audiotestsrc/Makefile.am:
941         * gst/ffmpegcolorspace/Makefile.am:
942         * gst/gdp/Makefile.am:
943         * gst/playback/Makefile.am:
944         * gst/subparse/Makefile.am:
945         * gst/tcp/Makefile.am:
946         * gst/typefind/Makefile.am:
947         * gst/videorate/Makefile.am:
948         * gst/videoscale/Makefile.am:
949         * gst/videotestsrc/Makefile.am:
950         * gst/volume/Makefile.am:
951         * sys/v4l/Makefile.am:
952         * sys/ximage/Makefile.am:
953         * sys/xvimage/Makefile.am:
954           Don't install static libs for plugins. Fixes #550851 for base.
955
956 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
957
958         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
959         Set the default blocksize to -1 because we will then use the configured
960         samplesperbuffer to create our output buffer.
961
962 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
963
964         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
965         (gst_riff_create_video_template_caps):
966         Add mappping for the KMVC (Karl Morton's Video) Codec.
967
968 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
969
970         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
971         Don't forget to advance the offset of what we're matching against, else
972         we end up in a forever loop.
973
974 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
975
976         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
977         Improve typefinding a bit. If we don't have a Unicode charset
978         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
979
980 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
981
982         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
983         Fix build on macosx.
984
985 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
986
987         Based on patch by: Robin Stocker <robin at nibor dot org>
988
989         * ext/theora/gsttheoradec.h:
990         * ext/theora/theoradec.c: (gst_theora_dec_init),
991         (theora_dec_setcaps), (theora_handle_type_packet),
992         (theora_dec_decode_buffer), (theora_dec_change_state):
993         Parse input caps and make the PAR override the encoded PAR when
994         specified by a container. Fixes #555699.
995
996 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
997
998         * gst-libs/gst/rtp/gstbasertpdepayload.c:
999         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1000         (gst_base_rtp_depayload_set_gst_timestamp),
1001         (gst_base_rtp_depayload_change_state):
1002         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1003         Add some more G_LIKELY
1004         Fail when the setcaps function was not called.
1005
1006         * gst-libs/gst/rtp/gstbasertppayload.c:
1007         (gst_basertppayload_set_outcaps):
1008         Propagate return value of setcaps.
1009
1010 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1011
1012         * gst/subparse/Makefile.am:
1013         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1014         (gst_sub_parse_class_init), (gst_sub_parse_init),
1015         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
1016         (get_next_line), (gst_sub_parse_data_format_autodetect),
1017         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
1018         (gst_subparse_type_find):
1019         * gst/subparse/gstsubparse.h:
1020         Add support for UTF16/UTF32 subtitles as long as the first bytes of
1021         the first buffer contain the BOM. This also adds support for other
1022         encodings that allow NUL bytes via the encoding property.
1023         Fixes bugs #552237 and #456788.
1024
1025 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1026
1027         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1028         Don't drop the last byte of image tags if they're not an URI list.
1029         Fixes bug #556066.
1030
1031 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1032
1033         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1034         For looking at the 4th byte we have to get 4 bytes of course
1035         and not 3.
1036
1037 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1038
1039         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1040         Improve FLAC-without-headers typefinding by looking at most of the
1041         frame header and checking if invalid values are used. Should prevent
1042         quite some false positives compared to the old version which only
1043         check if the first 14 bits are set.
1044
1045 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
1046
1047         * sys/xvimage/xvimagesink.c:
1048           Don't assert on caps==NULL.
1049
1050 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1051
1052         * gst/subparse/gstsubparse.c:
1053         (gst_sub_parse_data_format_autodetect), (handle_buffer),
1054         (gst_sub_parse_change_state):
1055         * gst/subparse/gstsubparse.h:
1056         * tests/check/elements/subparse.c: (GST_START_TEST):
1057         Add support for subtitle files with UTF-8 BOM at the beginning
1058         by simple stripping it from the first line before passing it
1059         to any parsing code. Fixes bug #555257 and playback of files
1060         created by Gnome Subtitles.
1061
1062 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1063
1064         * gst/audiotestsrc/gstaudiotestsrc.c:
1065         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1066         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1067         (gst_audio_test_src_start), (gst_audio_test_src_stop),
1068         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
1069         (gst_audio_test_src_create):
1070         * gst/audiotestsrc/gstaudiotestsrc.h:
1071         Define the default property values in the usual place.
1072         Implement start/stop to reset values correctly.
1073         Calculate the sample size only once when we negotiate.
1074         Rename some values to make more sense.
1075         Keep track of our byte range.
1076         Add support for pull based scheduling. Disabled for now until we have
1077         the whole stack working.
1078         Set the BUFFER_OFFSET correctly.
1079
1080 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1081
1082         Based on a patch by: xavierb at gmail dot com
1083
1084         * gst/subparse/gstsubparse.c:
1085         (gst_sub_parse_data_format_autodetect):
1086         * tests/check/elements/subparse.c: (GST_START_TEST):
1087         Make the detection of the used subtitle a bit less strict
1088         for srt subtitles. Fixes bug #555607.
1089
1090 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1091
1092         * ext/vorbis/vorbisenc.c:
1093         (gst_vorbis_enc_buffer_check_discontinuous):
1094         Fix discontinuity detection which was broken by last commit.
1095
1096 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
1097
1098         * configure.ac::
1099           Require core CVS for ghostpad API additions used by decodebin2.
1100
1101 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1102
1103         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1104         (gst_base_audio_src_create):
1105         Fix debug statements (space between '%' and actual format).
1106
1107 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1108
1109         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1110         Remove bogus assert, the decodepad could have been created inside an
1111         already existing group.
1112
1113 2008-10-08  Andy Wingo  <wingo@pobox.com>
1114
1115         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1116         target instead of setting it.
1117         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1118         API for a decode pad. The bugfix is that we set the group in
1119         activate(), not when the pad was created because it might be NULL
1120         then.
1121         (gst_decode_group_control_source_pad, gst_decode_group_expose):
1122         Update to use the API.
1123
1124 2008-10-08  Andy Wingo  <wingo@pobox.com>
1125
1126         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1127         be a subclass of GstGhostPad.
1128         (analyze_new_pad): So, when emitting the signals that determine
1129         how we do autoplugging, already create the ghost pad and use it as
1130         the pad in the signal arguments. This allows applications to make
1131         a connection between the pad passed in e.g. autoplug-continue, and
1132         the pad passed in new-decoded-pad.
1133         (connect_pad, expose_pad): Update to receive the ghosted decode
1134         pad in the args, retargetting it as necessary if we have to plug
1135         the target pad through a multiqueue.
1136         (gst_decode_group_control_source_pad): Adapt to receive an
1137         already-ghosted pad that just needs activation, blocking, and
1138         drain notification.
1139         (sort_end_pads): Adapt for decode pads actually being pads.
1140         (gst_decode_group_expose): Adapt for decode pads actually being
1141         pads. Rewrite the decode pad names so they appear in order. Adds a
1142         new error case if we couldn't set the name.
1143         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1144         logic.
1145         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1146         New API for the decode pad, needed because we shouldn't do these
1147         things inside gst_decode_pad_new(), but after.
1148         (gst_decode_pad_new): Change to actually make the real pad, and
1149         delay the blocking/drainage bits.
1150
1151 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1152
1153         Patch by: Daniel Drake <dsd at laptop dot org>
1154
1155         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1156         Unref all buffers when clearing collectpads. Fixes bug #546955.
1157
1158 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1159
1160         Based on a patch by: Klaas <klaas at rivercrew dot net>
1161
1162         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1163         (gst_vorbis_enc_buffer_check_discontinuous),
1164         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1165         * ext/vorbis/vorbisenc.h:
1166         Keep track of the upstream segments and use the running time on that
1167         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1168
1169 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1170
1171         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1172         Prevent overflows with big buffer when calculating the size of
1173         the intermediate buffer by using gst_util_uint64_scale() instead of
1174         plain arithmetics. Fixes bug #552801.
1175
1176 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1177
1178         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1179
1180         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1181         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1182         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1183         (gst_clock_overlay_get_property):
1184         * ext/pango/gstclockoverlay.h:
1185         API: Add ability to specify format for date/time display by
1186         adding a "time-format" property.
1187         Fixes bug #554879.
1188
1189 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1190
1191         Patch by: Jan Gerber <j at oil21 dot org>
1192
1193         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1194         (gst_riff_create_video_template_caps):
1195         Add FFV1 fourcc to support playback of FFMPEG lossless video
1196         in AVI. Fixes bug #555319.
1197
1198 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1199
1200         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1201
1202         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1203         (gst_base_audio_src_create):
1204         Implement skew clock slaving. Fixes #552559.
1205
1206 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1207
1208         * gst-libs/gst/audio/multichannel.c:
1209         * gst-libs/gst/audio/testchannels.c:
1210         Fix include of config.h
1211
1212 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1213
1214         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1215
1216         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1217         (print_media), (gst_sdp_message_dump):
1218         Fix parsing of the c= field containing multicast addresses.
1219         Fixes #552199.
1220         Add the connection info to the session or streams.
1221         Fix parsing of the bandwidth.
1222         Add debugging for the connections and bandwidths for a media.
1223         Add debugging for the bandwidth of the session. 
1224
1225 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1226
1227         * gst-libs/gst/rtp/gstbasertppayload.c:
1228         (gst_basertppayload_change_state):
1229         Configure the next seqnum and timestamp in the state change so that they
1230         can be queried soon after.
1231
1232 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1233
1234         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1235         (gst_base_rtp_depayload_chain):
1236         Improve debugging of the rtptime.
1237
1238 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1239
1240         * configure.ac:
1241         Back to development -> 0.10.21.1
1242
1243 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1244
1245         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1246         (plugin_init):
1247         Add typefinding for FLAC without headers in the beginning.
1248         This is already handled by flacdec and friends.
1249
1250 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1251
1252         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1253         (plugin_init):
1254         Add typefinder for MXF.
1255
1256 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1257
1258         * tests/icles/Makefile.am:
1259         Only build test-colorkey if GTK+ is available.
1260
1261 === release 0.10.21 ===
1262
1263 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1264
1265         * configure.ac:
1266           releasing 0.10.21, "We Could Be Wrong"
1267
1268 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1269
1270         * configure.ac:
1271         0.10.20.4 pre-release
1272
1273 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1274
1275         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1276
1277         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1278         Set the BOS flag on the BOS packet. Fixes #553244.
1279
1280 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1281
1282         * gst-libs/gst/rtsp/gstrtspmessage.c:
1283         (gst_rtsp_message_parse_request),
1284         (gst_rtsp_message_parse_response):
1285         Fix the g_return_val_if_fail() statements.
1286
1287 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1288
1289         * gst-libs/gst/tag/gsttagdemux.c:
1290           Fail to activate if there's insufficient data in the file to be usable,
1291           preventing an assertion fail later. Fixes #552960
1292
1293 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1294
1295         * gst-libs/gst/pbutils/descriptions.c:
1296         * gst/typefind/gsttypefindfunctions.c:
1297           Recognise Kate subtitle streams (#550582).
1298
1299 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1300
1301         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1302           Remove trailing comma from enum list, which causes problems
1303           with -pendantic (#550729).
1304
1305 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1306
1307         * configure.ac:
1308         0.10.20.2 pre-release
1309
1310         * po/LINGUAS:
1311         * po/id.po:
1312         * po/pt_BR.po:
1313
1314         New translations.
1315
1316 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1317
1318         * gst-libs/gst/interfaces/propertyprobe.c:
1319           (gst_property_probe_get_properties),
1320           (gst_property_probe_get_property),
1321           (gst_property_probe_probe_property),
1322           (gst_property_probe_probe_property_name),
1323           (gst_property_probe_needs_probe),
1324           (gst_property_probe_needs_probe_name),
1325           (gst_property_probe_get_values),
1326           (gst_property_probe_get_values_name),
1327           (gst_property_probe_probe_and_get_values),
1328           (gst_property_probe_probe_and_get_values_name):
1329           More sanity checks for our second-favourite interface.
1330
1331 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1332
1333         * gst-libs/gst/interfaces/propertyprobe.c:
1334           Check for NULL pointer, in the hope that this fixes #532864.
1335
1336 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1337
1338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1339           No really, the next release is 0.10.21 (fix Since: tags in docs).
1340
1341 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1342
1343         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1344         Disable a code path that is now called but causes a deadlock for some
1345         reason and is unneeded.
1346
1347 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1348
1349         * sys/xvimage/xvimagesink.c:
1350         * sys/xvimage/xvimagesink.h:
1351           Add a "draw-border" property that can be set to false to disable
1352           drawing borders.
1353           
1354         * tests/icles/test-colorkey.c:
1355         * tests/icles/Makefile.am:
1356           Add new test application for the colorkey handling.
1357
1358 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1359
1360         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1361         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1362         This will also be fixed for upcoming gst-ffmpeg release so that once
1363         this release of -base is out, it will work with the latest gst-ffmpeg
1364         release.
1365
1366 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1367
1368         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1369         (gst_riff_create_audio_template_caps):
1370         Add Truespeech mapping for RIFF formats (AVI/WAV).
1371         Fixes #550656
1372
1373 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1374
1375         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1376         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1377         Fixes #550638.
1378
1379 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1380
1381         * configure.ac:
1382         * gst/subparse/Makefile.am:
1383         * gst/subparse/gstsubparse.c:
1384         * gst/subparse/samiparse.c:
1385         * tests/check/elements/subparse.c:
1386           Rework last change, so that we build subparse, but just disable the
1387           sami parse functionality, if we're configured to not use xml. In the
1388           tests only the sami test is disabled now.
1389
1390 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1391
1392         * configure.ac:
1393           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1394           test runs.
1395
1396 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1397
1398         * po/POTFILES.in:
1399           Add some more files with strings for translation.
1400
1401 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1402
1403         * gst-libs/gst/tag/gstvorbistag.c:
1404         * tests/check/libs/tag.c:
1405           Use new geo location tags from core. Fixes #481169
1406
1407 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1408
1409         * tests/check/elements/audioresample.c: (setup_audioresample),
1410         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1411         (test_discont_stream_instance):
1412         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1413         Add debugging for coherence.
1414
1415 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1416
1417         Patch by: Jonathan Matthew  <notverysmart gmail com>
1418
1419         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1420           Add typefinder for PDF documents (which is nice to have, since it's a
1421           common format, but also helps prevent false positives). Fixes #549814.
1422
1423 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1424
1425         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1426         (no_more_pads_cb):
1427         Fix nasty race where multiple decodebins could start pushing data before
1428         we manage to configure the sinks, resulting in not-linked errors in
1429         typical RTSP streaming cases.
1430
1431 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1432
1433         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1434         Since we now call stop, we trigger this code path that causes a deadlock
1435         is apparently not needed.
1436
1437 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1438
1439         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1440         (gst_ring_buffer_stop):
1441         Also allow the case where the ringbuffer was paused when we try to stop
1442         it so that the basesrc stop function is still called.
1443
1444 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1445
1446         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1447
1448         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1449         Reprobe devices again instead of taking a cached list as new
1450         devices could've been plugged in. Fixes bug #549062.
1451
1452 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1453
1454         Patch by: Alessandro Dessina <alessandro nnva org>
1455
1456         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1457         (gst_ogg_demux_activate_chain):
1458         Don't add pads and activate them for skeleton streams. These are already
1459         handled inside oggdemux. Fixes bug #537599.
1460
1461 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1462
1463         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1464         Reset variable so that query and convert fail after going back to
1465         READY. Fixes #548898.
1466
1467 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1468
1469         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1470         If a buffer arrives with a timestamp before the timestamp+duration
1471         of the previous buffer clip it instead of dropping it completely.
1472         Slight improvement for the unfixable bug #548913.
1473
1474 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1475
1476         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1477         Take the current timestamp instead of timestamp+duration for the offset.
1478         This offset will later be used for calculating the timestamp and
1479         otherwise vorbisdec will interpolate timestamps wrong if upstream
1480         only sends timestamps and no granulepos.
1481
1482 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1483
1484         * tests/examples/seek/seek.c:
1485           Don't crash when having no visualisations.
1486
1487 2008-08-16  David Schleef  <ds@schleef.org>
1488
1489         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1490           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1491           Fixes #548065.
1492
1493 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1494
1495         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1496         When cleaning up the caps fields also remove "depth" for the same
1497         reason we remove "width".
1498
1499 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1500
1501         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1502           Add Lead H.264 here as well.
1503
1504 2008-08-14  Julien Moutte  <julien@fluendo.com>
1505
1506         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1507         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1508
1509 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1510
1511         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1512         (gst_base_audio_src_create):
1513         When not slaved to another clock also subtract the base_time from our
1514         internal clock time to get the running time.
1515
1516 2008-08-12  David Schleef  <ds@schleef.org>
1517
1518         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1519           since it has no basis in libtheora.
1520
1521 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1522
1523         * gst-libs/gst/interfaces/propertyprobe.h:
1524           Remove double "interface" from doc-string.
1525
1526         * gst-libs/gst/interfaces/xoverlay.h:
1527           Document interface.
1528
1529         * gst-libs/gst/riff/riff.c:
1530           Add basic doc blobs.
1531
1532 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1533
1534         * gst-libs/gst/audio/Makefile.am:
1535           Don't try to build that example anymore.
1536
1537 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1538
1539         * gst-libs/gst/audio/.cvsignore:
1540         * gst-libs/gst/audio/Makefile.am:
1541         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1542         * gst-libs/gst/audio/make_filter:
1543           Move audiofiltertemplate to gst-template.
1544
1545 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1546
1547         * docs/libs/gst-plugins-base-libs-sections.txt:
1548         * gst-libs/gst/audio/gstaudiosrc.h:
1549           More docs and shuffling. What can we do with the hundreds of #defines.
1550
1551 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1552
1553         * gst-libs/gst/audio/audio.h:
1554         * gst-libs/gst/audio/gstaudiofilter.h:
1555         * gst-libs/gst/audio/gstringbuffer.h:
1556         * gst-libs/gst/interfaces/propertyprobe.h:
1557         * gst-libs/gst/tag/gsttagdemux.h:
1558           Reducing number of dundocumented symbols.
1559
1560 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1561
1562         * gst-libs/gst/audio/audio.c:
1563           Fix doc comment syntax.
1564
1565         * gst-libs/gst/interfaces/propertyprobe.c:
1566           Add more doc-comments and a FIXME: for the signal.    
1567
1568 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1569
1570         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1571         (gst_ogg_mux_request_new_pad):
1572         * ext/ogg/gstoggmux.h:
1573         Don't pretend to support NEWSEGMENT events, instead override the
1574         GstCollectPads event function to return FALSE on NEWSEGMENT events
1575         and do the normal work for other events.
1576
1577         This prevents elements like flacenc to seek to the start and rewrite
1578         some data which then results in a broken Ogg packet.
1579
1580 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1581
1582         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1583
1584         * ext/alsa/gstalsaplugin.c: (plugin_init):
1585         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1586         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1587         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1588         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1589         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1590         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1591         * gst/playback/gstdecodebin.c: (plugin_init):
1592         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1593         * gst/playback/gstplayback.c: (plugin_init):
1594         * gst/playback/gstqueue2.c: (plugin_init):
1595         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1596         * sys/v4l/gstv4l.c: (plugin_init):
1597         Make sure gettext returns translations in UTF-8 encoding rather
1598         than in the current locale encoding (#546822).
1599
1600 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1601
1602         * gst-libs/gst/pbutils/descriptions.c:
1603           Add audio/x-qdm for qtdemux.
1604
1605 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1606
1607         * ext/vorbis/vorbisdec.c:
1608           Do not leak old taglist.
1609
1610 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1611
1612         * tests/icles/test-scale.c:
1613           Include <stdlib.h> for atoi().
1614
1615 2008-08-04  Andy Wingo  <wingo@pobox.com>
1616
1617         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1618         documentation fix.
1619
1620 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1621
1622         * gst/adder/gstadder.c:
1623           Cleanup lots of empty lines that came from gst-indent going havoc
1624           before I added the INDENT_ON/OFF marker some time agao.
1625
1626 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1627
1628         * configure.ac:
1629         * gst-libs/gst/riff/riff-read.c:
1630           Bump requirement to latest core and use new tag for riff formats.
1631           Needed for #520694.
1632
1633 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1634
1635         * tests/examples/dynamic/Makefile.am:
1636         * tests/examples/dynamic/codec-select.c: (make_encoder),
1637         (make_pipeline), (do_switch), (my_bus_callback), (main):
1638         Add example app that dynamically switches between 3 'encoders'.
1639
1640 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1641
1642         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1643         Add some more comments.
1644
1645 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1646
1647         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1648         (gst_video_test_src_create):
1649         Discard buffers of the wrong size after renegotiation, this is perfectly
1650         possible with things like capsfilter that could suggest caps changes
1651         upstream without knowing the size of the buffer.
1652
1653 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1654
1655         * tests/icles/.cvsignore:
1656         * tests/icles/Makefile.am:
1657         * tests/icles/test-scale.c: (make_pipeline), (main):
1658         Add dynamic rescaling tests for the new basetransform.
1659
1660 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1661
1662         * gst/audioconvert/Makefile.am:
1663           Dist recently-added gstfastrandom.h.
1664
1665 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1666
1667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1668         Fix a "may be used uninitialized in this function" which weirdly only
1669         appears on macosx (?).
1670
1671 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1672
1673         * gst-libs/gst/riff/riff-ids.h:
1674           Adding acid chunk for tempo and loop information.
1675
1676 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1677
1678         * sys/xvimage/Makefile.am:
1679           floor() needs linking to $(LIBM).
1680
1681 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1682
1683         * ext/gnomevfs/gstgnomevfssrc.c:
1684           Aggregate short reads and add some comments and debug logging.
1685           Fixes #537380
1686
1687 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1688
1689         * gst/playback/gstplaybasebin.c:
1690           Fix property doc markup (its not a signal).
1691
1692         * sys/xvimage/xvimagesink.c:
1693           Add since tag for new proeprties (also add sice tags fro the last two
1694           other additions).
1695
1696 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1697
1698         * sys/xvimage/xvimagesink.c:
1699         * sys/xvimage/xvimagesink.h:
1700           Add autofill/colorkey properties. Fixes #538656.
1701
1702 2008-07-28  David Schleef  <ds@schleef.org>
1703
1704         * sys/xvimage/xvimagesink.c:
1705           Fix rounding errors when converting colorbalance values
1706           between hardware and object property ranges.  Partial
1707           fix for #537889, however, there still seems to be a small
1708           drift problem that could be totem's fault.
1709
1710 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1711
1712         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1713         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1714         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1715         This fixes a critical warning.
1716
1717 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1718
1719         * ext/ogg/gstoggmux.c:
1720         Allow muxing of CELT into Ogg streams.
1721
1722 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1723
1724         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1725         (plugin_init):
1726         Add simple typefinder for the CELT codec (www.celt-codec.org).
1727
1728 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1729
1730         Patch by: Jan Gerber <j at oil21 dot org>
1731
1732         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1733         Fix calculation of the start time from skeleton streams.
1734         Fixes bug #530068.
1735
1736 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1737
1738         * tests/examples/seek/seek.c:
1739           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1740
1741 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1742
1743         * gst/audioconvert/audioconvert.h:
1744         * gst/audioconvert/gstaudioquantize.c:
1745         (gst_audio_quantize_setup_dither),
1746         (gst_audio_quantize_free_dither):
1747         * gst/audioconvert/gstfastrandom.h:
1748         Implement a linear congruential generator as pseudo random number
1749         generator for the dither noise. This is about 2 times faster than
1750         using GLib's mersenne twister. Also this uses only integer math for
1751         generating integers while GLib internally uses floating point math.
1752
1753 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1754
1755         * configure.ac:
1756           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1757
1758 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1759
1760         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1761
1762         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1763           Use GST_STR_NULL to avoid crashes with libcs that don't
1764           like NULL strings in printf args (such as the win32 one).
1765           Fixes #544306.
1766
1767 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1768
1769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1770         Oops - set the size of the image used for probing back to 1x1, for
1771         consistency with ximagesink
1772
1773 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1774
1775         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1776         (gst_ximagesink_ximage_new):
1777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1778         (gst_xvimagesink_xvimage_new):
1779
1780         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1781         X server to attach to a shared memory segment after we've deleted it,
1782         with the result that MIT-SHM is disabled. Instead, remove it only after 
1783         X succeeds in attaching too.
1784
1785 2008-07-16  David Schleef  <ds@schleef.org>
1786
1787         * gst/audiotestsrc/gstaudiotestsrc.c:
1788         * gst/audiotestsrc/gstaudiotestsrc.h:
1789           Add 'ticks', a 1/30 second sine wave pulse every second.
1790
1791 2008-07-15  David Schleef  <ds@schleef.org>
1792
1793         * gst-libs/gst/video/video.c: Revert ABI change.
1794
1795 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1796
1797         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1798         Make it impossible to have NULL caps at the point where we set
1799         framerate and other things. Also don't return immediately for "3ivd"
1800         video and let framerate, etc be set. Might fix bug #542508.
1801
1802 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1803
1804         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1805         Video format can also be conveniently determined from (many)
1806         non-fixed caps.
1807
1808 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1809
1810         * gst/playback/gstplaybasebin.c:
1811         * gst/playback/gstplaybasebin.h:
1812         * gst/playback/gstplaybin.c:
1813         * gst/playback/gststreamselector.c:
1814         First stab at integrating DVD subpicture overlay into
1815         playbin. Successfully plugs and plays, but the queues need
1816         shrinking - 3 seconds of video is too much buffering.
1817
1818 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1819
1820         * gst/audioconvert/gstaudioconvert.c:
1821           Remove now obsolete note in the docs.
1822
1823 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1824
1825         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1826         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1827         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1828         * docs/plugins/gst-plugins-base-plugins.args:
1829         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1830         * docs/plugins/gst-plugins-base-plugins.interfaces:
1831         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1832         * docs/plugins/gst-plugins-base-plugins.signals:
1833         * docs/plugins/inspect/plugin-adder.xml:
1834         * docs/plugins/inspect/plugin-alsa.xml:
1835         * docs/plugins/inspect/plugin-audioconvert.xml:
1836         * docs/plugins/inspect/plugin-audiorate.xml:
1837         * docs/plugins/inspect/plugin-audioresample.xml:
1838         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1839         * docs/plugins/inspect/plugin-cdparanoia.xml:
1840         * docs/plugins/inspect/plugin-decodebin.xml:
1841         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1842         * docs/plugins/inspect/plugin-gdp.xml:
1843         * docs/plugins/inspect/plugin-gnomevfs.xml:
1844         * docs/plugins/inspect/plugin-libvisual.xml:
1845         * docs/plugins/inspect/plugin-ogg.xml:
1846         * docs/plugins/inspect/plugin-pango.xml:
1847         * docs/plugins/inspect/plugin-playback.xml:
1848         * docs/plugins/inspect/plugin-queue2.xml:
1849         * docs/plugins/inspect/plugin-subparse.xml:
1850         * docs/plugins/inspect/plugin-tcp.xml:
1851         * docs/plugins/inspect/plugin-theora.xml:
1852         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1853         * docs/plugins/inspect/plugin-uridecodebin.xml:
1854         * docs/plugins/inspect/plugin-video4linux.xml:
1855         * docs/plugins/inspect/plugin-videorate.xml:
1856         * docs/plugins/inspect/plugin-videoscale.xml:
1857         * docs/plugins/inspect/plugin-videotestsrc.xml:
1858         * docs/plugins/inspect/plugin-volume.xml:
1859         * docs/plugins/inspect/plugin-vorbis.xml:
1860         * docs/plugins/inspect/plugin-ximagesink.xml:
1861         * docs/plugins/inspect/plugin-xvimagesink.xml:
1862         * ext/alsa/gstalsamixer.c:
1863         * ext/alsa/gstalsasink.c:
1864         * ext/alsa/gstalsasrc.c:
1865         * ext/gio/gstgiosink.c:
1866         * ext/gio/gstgiosrc.c:
1867         * ext/gio/gstgiostreamsink.c:
1868         * ext/gio/gstgiostreamsrc.c:
1869         * ext/gnomevfs/gstgnomevfssink.c:
1870         * ext/gnomevfs/gstgnomevfssrc.c:
1871         * ext/ogg/gstoggdemux.c:
1872         * ext/ogg/gstoggmux.c:
1873         * ext/pango/gstclockoverlay.c:
1874         * ext/pango/gsttextoverlay.c:
1875         * ext/pango/gsttextrender.c:
1876         * ext/pango/gsttimeoverlay.c:
1877         * ext/theora/theoradec.c:
1878         * ext/theora/theoraenc.c:
1879         * ext/theora/theoraparse.c:
1880         * ext/vorbis/vorbisdec.c:
1881         * ext/vorbis/vorbisenc.c:
1882         * ext/vorbis/vorbisparse.c:
1883         * ext/vorbis/vorbistag.c:
1884         * gst/adder/gstadder.c:
1885         * gst/audioconvert/gstaudioconvert.c:
1886         * gst/audioresample/gstaudioresample.c:
1887         * gst/audiotestsrc/gstaudiotestsrc.c:
1888         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1889         * gst/gdp/gstgdpdepay.c:
1890         * gst/gdp/gstgdppay.c:
1891         * gst/playback/gstdecodebin2.c:
1892         * gst/playback/gstplaybin.c:
1893         * gst/playback/gstplaybin2.c:
1894         * gst/playback/gstqueue2.c:
1895         * gst/playback/gsturidecodebin.c:
1896         * gst/tcp/gstmultifdsink.c:
1897         * gst/tcp/gsttcpserversink.c:
1898         * gst/videorate/gstvideorate.c:
1899         * gst/videoscale/gstvideoscale.c:
1900         * gst/videotestsrc/gstvideotestsrc.c:
1901         * gst/volume/gstvolume.c:
1902         * sys/ximage/ximagesink.c:
1903         * sys/xvimage/xvimagesink.c:
1904           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1905           titles. Drop mentining that all our example pipelines are "simple"
1906           pipelines.
1907
1908 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1909
1910         * tests/examples/seek/Makefile.am:
1911         Fix out of tree build by adding all required CFLAGS.
1912
1913 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1914
1915         * gst/playback/gstdecodebin.c: (add_raw_queue):
1916         And ref the pad before returning it again when linking to the queue
1917         failed. Otherwise we will unref the pad twice later and things break.
1918
1919 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1920
1921         * gst/playback/gstdecodebin.c: (add_raw_queue):
1922         If linking the raw pad with a queue fails, try it without a queue
1923         instead of failing completely. This should never happen.
1924
1925 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1926
1927         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1928
1929         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1930         Add a queue after a demuxer if the demuxer outputs raw data. This was
1931         done before only for non-raw data but is required in this case too.
1932         Fixes bug #540215.
1933
1934         decodebin2 doesn't have this issue because all streams of a group
1935         go through multiqueue.
1936
1937 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1938
1939         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1940
1941         * gst-libs/gst/sdp/gstsdpmessage.c:
1942         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1943         that getaddrinfo() can be used. Fixes #541358.
1944
1945 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1946
1947         * gst/videotestsrc/gstvideotestsrc.c:
1948         (gst_video_test_src_class_init), (gst_video_test_src_init),
1949         (gst_video_test_src_set_property),
1950         (gst_video_test_src_get_property), (gst_video_test_src_create):
1951         * gst/videotestsrc/gstvideotestsrc.h:
1952         Cleanups, use default property values as defines.
1953         Add property to enable/disable peer buffer allocation.
1954
1955 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1956
1957         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1958         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1959         Enable unit tests on PPC again as the bugs are now fixed.
1960
1961 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1962
1963         * gst-libs/gst/riff/riff-ids.h:
1964         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1965         (gst_riff_create_audio_template_caps):
1966         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1967         Fixes bug #540351.
1968
1969 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1970
1971         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1972         (gst_ffmpeg_pixfmt_to_caps):
1973         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1974         (gst_ffmpegcsp_get_unit_size):
1975         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1976         it on other formats. Also adjust the unit size only for that format
1977         to not include the palette. Fixes bug #540497.
1978
1979 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1980
1981         * gst/adder/gstadder.c:
1982           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1983
1984 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1985
1986         * ChangeLog:
1987           ChangeLog surgery.
1988   
1989         * tests/examples/seek/seek.c:
1990           Move variable into ifdef too.
1991         
1992
1993 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1994
1995         * tests/examples/seek/seek.c:
1996           Include config.h and check if we have X. Remove XInitThread(), don't
1997           think its needed. Fixes: #540334.
1998
1999 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2000
2001         Patch by: Sam Morris <sam at robots dot org to uk>
2002
2003         * gst-libs/gst/interfaces/mixertrack.c:
2004         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2005         (gst_mixer_track_set_property):
2006         API: Add "index" property to GstMixerTrack to differantiate between
2007         multiple mixer tracks with the same label.
2008
2009         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2010         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2011         Set the "index" property of GstMixerTrack to the index given by ALSA.
2012         Fixes bug #528299.
2013
2014 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
2015
2016         * tests/examples/seek/Makefile.am:
2017         * tests/examples/seek/seek.c:
2018           Remove libgstvideo usage. Use gtk_get_option_group instead of
2019           gtk_init().
2020
2021 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2022
2023         * tests/check/Makefile.am:
2024           Name the test registry format neutral.
2025
2026 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2027
2028         * gst/playback/gstqueue2.c:
2029           Do not double notify. Remove the unsued return value.
2030
2031 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2032
2033         * ext/alsa/gstalsamixer.c:
2034           Also consider "speaker" as a name for master volume. If that doesn't
2035           help look for the first non-mono volume control that also has a
2036           playback switch.
2037
2038 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2039
2040         * ChangeLog:
2041           Forgot to save the ChangeLog :/
2042
2043 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2044
2045         * tests/examples/seek/Makefile.am:
2046         * tests/examples/seek/seek.c:
2047           Embedd the xwindow. Allow to play multiple files.
2048
2049 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
2050
2051         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
2052         (gst_ximagesink_setcaps):
2053         * sys/ximage/ximagesink.h:
2054         When the caps change, make sure to re-draw borders in
2055         force-aspect-ratio=true mode.
2056         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
2057         Don't clear the border_draw flag until we actually draw the border.
2058         * tests/check/Makefile.am:
2059         Ignore alsasink/src during the states test too, so it doesn't fail
2060         when running without access to the sound device.
2061
2062 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2063
2064         * tests/examples/seek/seek.c:
2065           Fix crasher when playing a parse-launch line the 2nd time.
2066
2067 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2068
2069         * tests/check/pipelines/oggmux.c:
2070           Properly ifdef tests to fix compilation.
2071
2072 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2073
2074         * gst/playback/gstplay-marshal.list:
2075         * gst/playback/gstplaybin2.c:
2076           Add get-video-pad, get-audio-pad, get-text-pad action signals to
2077           playbin2. This allows the user to get to the selector's sinkpads, and
2078           thus inspect a range of things - caps, tags, etc. 
2079
2080 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2081
2082         * gst/playback/gstplaybin2.c:
2083           Use a different constant for the convert-frame signal id.
2084           Fixes #537009.
2085
2086 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2087
2088         * gst/playback/gstplaybin2.c:
2089         * gst/playback/gstplaysink.c:
2090           Fix a whole bunch of typos in comments and log statements. 
2091
2092 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2093
2094         * sys/xvimage/xvimagesink.c:
2095           Don't set colour balance values on the Xv port if the user hasn't
2096           changed them (via properties or the interface). Avoids accumulating
2097           rounding errors for the common case.
2098           Partial fix for bug #537889.
2099
2100 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2101
2102         * gst/playback/gstdecodebin2.c:
2103           Ensure decodebin2 emits 'drained' signal once, and only once, when all
2104           pads are drained.
2105
2106 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2107
2108         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2109         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2110         Report the encoder latency. Fixes #538232.
2111
2112 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2113
2114         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2115         (notify_source), (activate_group):
2116         Implement the source property, emit notify when it changes in the
2117         underlying uridecodebin.
2118
2119 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2120
2121         * tests/examples/seek/seek.c: (stop_cb):
2122         Free and clear the seek element list so that we don't use invalid
2123         references when seeking after recreating a gst-launch line.
2124
2125 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2126
2127         * gst-libs/gst/audio/gstbaseaudiosink.c:
2128         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2129         (gst_base_audio_sink_render):
2130         Report latency even if we are not live instead of hiding it.
2131         Take ts-offset and render-delay of the basesink into account when
2132         scheduling samples.
2133         Rework the clipping code so that we can take the various offsets into
2134         account and still do correct clipping.
2135
2136 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2137
2138         * configure.ac:
2139         Bump verion back to devel -> 0.10.20.1
2140
2141 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2142
2143         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2144         Don't increase the size of non-string image buffers by one as this
2145         might in theory confuse decoders. Still increase it by one for string
2146         image buffers to append '\0'.
2147
2148 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2149
2150         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2151         
2152         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2153         Fix a buffer memleak and remove a confusing and wrong debug output.
2154         Fixes bug #538663.
2155
2156 === release 0.10.20 ===
2157
2158 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2159
2160         * configure.ac:
2161           releasing 0.10.20, "Here I Go Again"
2162
2163 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2164
2165         * configure.ac:
2166         0.10.19.3 pre-release
2167
2168 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2169
2170         * gst-libs/gst/rtsp/gstrtspconnection.c:
2171         Fix build on win32.
2172         Patch By: David Schleef <ds@schleef.org>
2173         Fixes: #536874
2174
2175 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2176
2177         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2178         (gst_gio_base_src_create):
2179         * ext/gio/gstgiobasesrc.h:
2180         Try to read the requested number of bytes, even if the first
2181         read returns less than requested, until nothing is read anymore
2182         or we have the requested amount of bytes. This fixes playback of
2183         files via Samba as Samba only allows to read 64k at once.
2184
2185         Implement a caching algorithm that makes sure that we read at
2186         least 4k of data every time. Some elements will try to read a few
2187         bytes, then seek, read again a few bytes and so on and this is
2188         painfully slow as every operation has to go over DBus if GVfs is
2189         used as backend.
2190
2191         Fixes bug #536849 and #536848.
2192
2193         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2194         (gst_gio_src_check_get_range):
2195         Override check_get_range() to blacklist http/https URIs
2196         and whitelist file URIs. More to be added on demand.
2197
2198 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2199
2200         * configure.ac:
2201         0.10.19.2 pre-release
2202
2203 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2204
2205         * win32/common/libgstrtsp.def:
2206         * win32/common/libgsttag.def:
2207         Add new API functions to the dll exports
2208
2209 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2210
2211         * gst/playback/gstplaybasebin.c:
2212           Disconnect signals from decodebins we created before we remove it
2213           from playbin, to avoid crashes if the decodebin is eventually
2214           disposed after the playbin itself (possible if the app takes a
2215           reference on the decodebin).
2216           Fixes #536521.
2217
2218 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2219
2220         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2221           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2222           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2223           (h264_video_type_find), (mpeg_video_stream_type_find),
2224           (dv_type_find), (mmsh_type_find):
2225           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2226           copy caps for no good reason (this may be desirable to make it easier
2227           to detect leaks, but then it should probably be done for all caps
2228           in the typefinder somewhere).
2229
2230 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2231
2232         * tests/check/Makefile.am:
2233         Do not try to run the check tests for subparse unless it has been
2234         built.
2235
2236 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2237
2238         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2239         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2240         Do not try to run a test which requires vorbisenc unless we have
2241         actually built it.
2242
2243 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2244
2245         * gst-libs/gst/rtsp/gstrtspconnection.c:
2246         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2247         (gst_rtsp_connection_clear_auth_params),
2248         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2249         * gst-libs/gst/rtsp/gstrtspconnection.h:
2250         Add a couple of missing argument guards.
2251         Add a way of setting the DSCP for an RTSP connection.
2252         Add an accessor method for the ip member of GstRTSPConnection as all
2253         members are supposed to be private.
2254
2255 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2256
2257         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2258         Fixed accidental use of IPv4 options for all IPv6 addresses.
2259
2260 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2261
2262         * gst-libs/gst/interfaces/mixertrack.h:
2263           Document mixer track flags.
2264
2265 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2266
2267         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2268
2269         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2270         Don't set caps on the buffers that contain a copy of the buffer
2271         including the caps of them resulting in an always increasing refcount
2272         of the caps and insanely large caps. Instead include a buffer without
2273         caps in the new caps. Fixes bug #536475.
2274
2275 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2276
2277         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2278         Transform a given PAR to a range on the struct with the generic
2279         height/width instead of the struct with the possibly restricted
2280         height/width.
2281
2282 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2283
2284         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2285         Prefer the given format if it contains something stricter than [1,MAX]
2286         for height or width and only put a structure that requires rescaling
2287         as second. This makes it possible to use videoscale in pipelines where
2288         the source can actually produce the wanted height/width but usually
2289         selects a different one from the requested.
2290
2291 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2292
2293         Based on patch by: John Millikin <jmillikin gmail com>
2294
2295         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2296           (gst_vorbis_tag_add_coverart):
2297           Retrieve COVERART tags from vorbis comments (#512333)
2298
2299 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2300
2301         * gst-libs/gst/tag/tag.h:
2302         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2303           Don't forget to add new enum value here too (should probably use
2304           glib-mkenums here...).
2305
2306 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2307
2308         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2309         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2310         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2311           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2312           (gst_tag_image_data_to_image_buffer):
2313           Add two utility functions to avoid code duplication (#512333):
2314           API: add gst_tag_image_data_to_image_buffer()
2315           API: add gst_tag_list_add_id3_image()
2316           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2317
2318 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2319
2320         * win32/common/libgstaudio.def:
2321         Add gst_audio_check_channel_positions() to the exported symbols.
2322
2323 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2324
2325         * docs/libs/gst-plugins-base-libs-sections.txt:
2326         * gst-libs/gst/audio/multichannel.c:
2327         (gst_audio_check_channel_positions):
2328         * gst-libs/gst/audio/multichannel.h:
2329         API: Make gst_audio_check_channel_positions() public.
2330
2331         * tests/check/libs/audio.c: (GST_START_TEST):
2332         Add some simple checks for gst_audio_check_channel_positions().
2333
2334 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2335
2336         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2337           minrange and maxrange are scaled according to the frequency
2338           multiplier.
2339
2340 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2341
2342         * ext/pango/Makefile.am:
2343         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2344           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2345           Use gstvideo functions to calculate strides and plane offsets. Fixes
2346           rendering issue ('ghost' images of the text on the chroma planes)
2347           with widths or heights that are not multiples of 8 (#506659 and
2348           probably also #485729).
2349
2350         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2351           (main):
2352           Test with odd height/width too.
2353
2354 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2355
2356         * gst/adder/gstadder.c: (gst_adder_query_duration),
2357         (gst_adder_query_latency):
2358         When using gst_element_iterate_pads() one has to unref every pad
2359         after usage.
2360
2361 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2362
2363         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2364         (gst_base_audio_src_class_init):
2365         Add a gtk-doc chunk for the new properties to have a Since: indication.
2366
2367 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2368
2369         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2370         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2371         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2372         (gst_base_audio_src_change_state):
2373         Provide readable actual-buffer-time and actual-latency-time properties
2374         that reflect the configured ringbuffer values. Fixes #524724.
2375         API: GstBaseAudioSrc:actual-buffer-time
2376         API: GstBaseAudioSrc:actual-latency-time
2377
2378 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2379
2380         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2381         (gst_basertppayload_change_state):
2382         Simply converting the running time into an RTP timestamp by scaling it
2383         based on the clock-rate is good enough for making an RTP timestamp. This
2384         has the added benefit that we can later on expose a property with the
2385         RTP timestamp of running time 0, as is needed for RTSP servers to
2386         generate the response of the PLAY request.
2387
2388 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2389
2390         * gst/audioconvert/gstaudioconvert.c:
2391         (structure_has_fixed_channel_positions),
2392         (gst_audio_convert_transform_caps):
2393         Allow up to 11 positioned channels now that audioconvert can handle
2394         this but add no default positions for > 8 channels.
2395         
2396         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2397         Add some unit tests for the above change: Test conversion of
2398         11 positioned channels to stereo and the other way around, test
2399         conversion of 15 unpositioned channels in different ways.
2400
2401 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2402
2403         * win32/common/libgstaudio.def:
2404         Add gst_audio_clock_reset to the list of exported symbols.
2405
2406 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2407
2408         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2409         Remove wrong_channels_identification_header unit test as we now
2410         support 7 (and more channels).
2411
2412 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2413
2414         * gst/audioconvert/gstchannelmix.c:
2415         (gst_channel_mix_fill_one_other):
2416         If mixing left or right to center (or the other way around) only take
2417         the complete value if we don't already have the original position in
2418         the source.
2419
2420 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2421
2422         * gst-libs/gst/audio/multichannel.c:
2423         (gst_audio_check_channel_positions),
2424         (gst_audio_set_structure_channel_positions_list),
2425         (gst_audio_fixate_channel_positions):
2426         Allow rear center together with rear left/right and other previously
2427         conflicting channel positions. The reason why they weren't allowed
2428         was the channel mixing implementation in audioconvert.
2429         Also take this into account when fixing channel layouts.
2430
2431         Allow setting channel positions for 1/2 channels when using
2432         gst_audio_set_structure_channel_position().
2433
2434         * gst/audioconvert/gstchannelmix.c:
2435         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2436         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2437         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2438         Major rewrite of the channel mixing.
2439
2440         We now allow previously conflicting channel positions to appear
2441         together (rear center and rear left/right for example).
2442         Fixes bug #533817.
2443
2444         Rework the way channels are mixed together to take more possible
2445         channel positions into account, properly mix from/to side channels
2446         and don't assume that either center, left&right or nothing of a
2447         specific position is available anymore.
2448
2449         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2450         Adjust unit tests with non-standard 1/2 channel layouts to the more
2451         correct new behaviour.
2452
2453         Add a unit test for 5.1->Stereo downmixing.
2454
2455 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2456
2457         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2458         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2459         Add sane defaults for the 7 and 8 channel layouts as those are
2460         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2461         more than 8 channels instead of erroring out. Fixes bug #535356.
2462
2463 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2464
2465         * docs/plugins/Makefile.am:
2466         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2467         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2468         * ext/theora/theoraparse.c:
2469         Add theoraparse to the docs and fix some docs.
2470
2471 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2472
2473         * gst-libs/gst/cdda/gstcddabasesrc.c:
2474         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2475         Fix EOS condition and track addition check, the track.end sector is
2476         included in the track. Fixes #533265.
2477
2478 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2479
2480         Patch by: Mark Nauwelaerts <manauw at skynet be>
2481
2482         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2483         (gst_video_rate_flush_prev), (gst_video_rate_event),
2484         (gst_video_rate_chain):
2485         * gst/videorate/gstvideorate.h:
2486         React (more) to NEWSEGMENT
2487         Small adjustment in timestamp calculation to prevent mismatches
2488         Fixes #435633.
2489
2490 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2491
2492         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2493           Initialise error to NULL as we should.
2494
2495 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2496
2497         * gst/adder/gstadder.c: (gst_adder_query_duration),
2498         (gst_adder_query_latency), (gst_adder_query):
2499         Implement latency query.
2500
2501 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2502
2503         * gst/adder/gstadder.c: (gst_adder_query_duration):
2504         Correctly resync the iterator if gst_iterator_next() returns
2505         GST_ITERATOR_RESYNC.
2506
2507 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2508
2509         * win32/vs6/libgstpbutils.dsp:
2510           Add pbutils-enumtypes.c to sources (#518037).
2511
2512 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2513
2514         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2515         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2516         * gst-libs/gst/audio/gstaudioclock.h:
2517         Add method to inform the clock that the time starts from 0 again. We use
2518         this info to calculate a clock offset so that the time we report in
2519         internal_time is monotonically increasing, as required by the clock base
2520         class. Fixes #521761.
2521         API: GstAudioClock::gst_audio_clock_reset()
2522
2523         * gst-libs/gst/audio/gstbaseaudiosink.c:
2524         (gst_base_audio_sink_skew_slaving),
2525         (gst_base_audio_sink_change_state):
2526         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2527         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2528         Reset reported time when we (re)create the ringbuffer.
2529
2530 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2531
2532         * ext/alsa/gstalsamixertrack.c:
2533           (gst_alsa_mixer_track_update_alsa_capabilities):
2534           Make sure playback volumes aren't accidentally overwritten by
2535           capture volumes if an alsa mixer track has both playback and
2536           capture capabilities: we create two GstMixerTracks in that
2537           case, so make sure we query only the alsa capabilities that
2538           refer to the type of GstMixerTrack we created from the dual
2539           capability alsa element. Should fix issues with Audigy2 sound
2540           cards (#518082).
2541
2542 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2543
2544         * tests/check/pipelines/oggmux.c: (test_pipeline):
2545           Don't use deprecated function.
2546
2547 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2548
2549         * gst/playback/gstdecodebin2.c:
2550         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2551         Check for NULL cases and log them, creating ghostpads can, for example,
2552         fail when the pad returns wrong caps.
2553
2554         * gst/playback/gstplaybin2.c: (perform_eos):
2555         When pushing out the EOS event, collect the return value and warn when
2556         something failed.
2557
2558 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2559
2560         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2561         (gst_riff_create_video_template_caps):
2562         Add support for DVCPRO.
2563
2564 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2565
2566         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2567           Change default scaling method from nearest-neighbour to bilinear.
2568
2569 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2570
2571         * tests/check/libs/video.c:
2572           More checks.
2573
2574 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2575
2576         * gst/subparse/gstsubparse.c: (parser_state_init),
2577           (gst_sub_parse_format_autodetect), (handle_buffer):
2578         * gst/subparse/gstsubparse.h:
2579         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2580           Limit duration to a maximum of five seconds for tmplayer format where
2581           we can guess the duration only from the timestamp of the next line of
2582           text. We don't want to show a text for eternities just because nothing
2583           else is being said for a while.
2584
2585 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2586
2587         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2588         (gst_base_rtp_depayload_chain),
2589         (gst_base_rtp_depayload_handle_sink_event),
2590         (gst_base_rtp_depayload_push_full),
2591         (gst_base_rtp_depayload_change_state):
2592         Check sequence numbers, mark input buffers with a discont flag for the
2593         subclass when we detected a gap, drop duplicate buffers. We do this
2594         because one can use the element without a jitterbuffer in front and we
2595         don't want to feed the subclasses invalid or reordered data.
2596         Do an error when the subclass did not provide a process function instead
2597         of crashing.
2598         Some other small cleanups.
2599
2600 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2601
2602         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2603           May just as well use the precalculated uvstride here.
2604
2605 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2606
2607         * docs/plugins/Makefile.am:
2608         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2609         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2610         * docs/plugins/gst-plugins-base-plugins.args:
2611         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2612         * docs/plugins/gst-plugins-base-plugins.interfaces:
2613         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2614         * docs/plugins/inspect/plugin-adder.xml:
2615         * docs/plugins/inspect/plugin-alsa.xml:
2616         * docs/plugins/inspect/plugin-audioconvert.xml:
2617         * docs/plugins/inspect/plugin-audiorate.xml:
2618         * docs/plugins/inspect/plugin-audioresample.xml:
2619         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2620         * docs/plugins/inspect/plugin-cdparanoia.xml:
2621         * docs/plugins/inspect/plugin-decodebin.xml:
2622         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2623         * docs/plugins/inspect/plugin-gdp.xml:
2624         * docs/plugins/inspect/plugin-gio.xml:
2625         * docs/plugins/inspect/plugin-gnomevfs.xml:
2626         * docs/plugins/inspect/plugin-libvisual.xml:
2627         * docs/plugins/inspect/plugin-ogg.xml:
2628         * docs/plugins/inspect/plugin-pango.xml:
2629         * docs/plugins/inspect/plugin-playback.xml:
2630         * docs/plugins/inspect/plugin-queue2.xml:
2631         * docs/plugins/inspect/plugin-subparse.xml:
2632         * docs/plugins/inspect/plugin-tcp.xml:
2633         * docs/plugins/inspect/plugin-theora.xml:
2634         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2635         * docs/plugins/inspect/plugin-uridecodebin.xml:
2636         * docs/plugins/inspect/plugin-video4linux.xml:
2637         * docs/plugins/inspect/plugin-videorate.xml:
2638         * docs/plugins/inspect/plugin-videoscale.xml:
2639         * docs/plugins/inspect/plugin-videotestsrc.xml:
2640         * docs/plugins/inspect/plugin-volume.xml:
2641         * docs/plugins/inspect/plugin-vorbis.xml:
2642         * docs/plugins/inspect/plugin-ximagesink.xml:
2643         * docs/plugins/inspect/plugin-xvimagesink.xml:
2644         * ext/cdparanoia/gstcdparanoiasrc.c:
2645         * ext/ogg/gstoggdemux.c:
2646         * ext/ogg/gstoggdemux.h:
2647         * ext/ogg/gstoggmux.c:
2648         * ext/ogg/gstoggmux.h:
2649         * gst/audioconvert/audioconvert.c:
2650         * gst/audioconvert/audioconvert.h:
2651         * gst/audioconvert/gstaudioconvert.h:
2652         * gst/gdp/gstgdpdepay.h:
2653         * gst/gdp/gstgdppay.h:
2654         * gst/playback/gstdecodebin.c:
2655         * gst/playback/gstdecodebin2.c:
2656         * gst/playback/gstplaybin.c:
2657         * gst/playback/gstplaybin2.c:
2658         * gst/playback/gsturidecodebin.c:
2659         * gst/tcp/gstmultifdsink.c:
2660         * gst/tcp/gstmultifdsink.h:
2661         * gst/tcp/gsttcp.h:
2662
2663         Add some documentation comments, and some new headers to be scanned.
2664         Rename some internal enum declarations (audioconvert's DitherType and
2665         NoiseShapingType, GstUnitType from the TCP elements) to match the
2666         documented GObject type names so that the docs pick them up.
2667         Name the playbin2 docs markups properly so they get picked up. They'll
2668         need renaming back when/if playbin2 becomes playbin.
2669
2670         100% symbol coverage for the plugin docs, booya.
2671
2672 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2673
2674         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2675
2676         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2677         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2678
2679 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2680
2681         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2682
2683         * gst/playback/gstdecodebin.c: (remove_fakesink):
2684         Lock the fakesink before setting the state to NULL and removing it from
2685         the bin so that a concurrent state change cannot interfere. 
2686         Fixes #534331.
2687
2688 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2689
2690         * docs/Makefile.am:
2691         Fix installing plugin documentation when gtk-doc is disabled.
2692
2693 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2694
2695         * gst-libs/gst/rtsp/Makefile.am:
2696         Distribute, don't install md5.h
2697
2698 2008-05-21  Julien Moutte  <julien@fluendo.com>
2699
2700         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2701         instead of SOL_IP, works on more platforms.
2702         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2703         arguments.
2704
2705 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2706
2707         * ext/vorbis/vorbisdec.c:
2708         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2710         Some debug and comment fixes.
2711
2712         * tests/examples/dynamic/addstream.c: (main):
2713         Fix , to ;
2714
2715 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2716
2717         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2718         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2719         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2720         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2721         (cleanup_decodebin):
2722         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2723         (connect_element), (gst_decode_group_control_demuxer_pad):
2724         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2725         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2726         (mute_group_type):
2727         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2728         (gst_play_bin_set_property), (handoff), (gen_video_element),
2729         (gen_text_element), (gen_audio_element), (gen_vis_element),
2730         (remove_sinks), (add_sink), (setup_sinks):
2731         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2732         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2733         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2734         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2735         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2736         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2737         (gen_vis_chain), (gst_play_sink_reconfigure),
2738         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2739         (gst_play_sink_request_pad):
2740         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2741         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2742         (cb_newpad):
2743         * gst/playback/test6.c: (new_decoded_pad_cb):
2744         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2745         * tests/check/elements/audiorate.c: (test_injector_chain),
2746         (do_perfect_stream_test):
2747         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2748         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2749         * tests/check/elements/gnomevfssink.c:
2750         * tests/check/elements/textoverlay.c:
2751         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2752         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2753         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2754         * tests/check/pipelines/oggmux.c: (test_pipeline):
2755         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2756         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2757         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2758         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2759         * tests/examples/seek/seek.c: (make_mod_pipeline),
2760         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2761         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2762         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2763         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2764         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2765         (update_fill), (msg_buffering):
2766         Don't use bad gst_element_get_pad().
2767
2768 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2769
2770         * gst-libs/gst/riff/riff-media.c:
2771           Fix wrong method name in docs. Fix calculation of strf fields for
2772           broken mulaw/alaw.
2773   
2774         * gst-libs/gst/riff/riff-read.c:
2775           Whitespace fix and removing double ';'.
2776
2777 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2778
2779         * docs/design/part-playbin2.txt:
2780         Add some leftover doc.
2781
2782 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2783
2784         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2785         Fix copy & paste error in last commit.
2786
2787 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2788
2789         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2790         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2791         other channel positions when source has SIDE channels and dest doesn't
2792         or the other way around.
2793
2794 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2795
2796         Patch by: Henrik Eriksson <henriken at axis dot com>
2797
2798         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2799         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2800         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2801         (gst_multi_fd_sink_get_property):
2802         * gst/tcp/gstmultifdsink.h:
2803         Add support for DSCP QOS. Fixes #469933.
2804
2805 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2806
2807         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2808         Add another test that checks if conversion between standard 1 and 2
2809         channel layouts with and without positions set is working.
2810
2811 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2812
2813         * gst-libs/gst/audio/multichannel.c:
2814         (gst_audio_check_channel_positions):
2815         Allow non-standard 2 channel layouts.
2816         
2817         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2818         Add some tests for converting and remapping non-standard 1 and 2
2819         channel layouts.
2820
2821 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2822
2823         * gst/audioconvert/gstchannelmix.c:
2824         (gst_channel_mix_fill_normalize):
2825         Prevent division by zero if the channel mix matrix contains only
2826         zeroes.
2827
2828 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2829
2830         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2831
2832         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2833         Close a buffer memory leak. Fixes bug #534071.
2834
2835 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2836
2837         * gst-libs/gst/rtsp/gstrtsptransport.h:
2838         Make the GstRTSPTransport struct members public as there are no
2839         setters/getters and it's supposed to be changed directly.
2840         Fixes bug #533087.
2841
2842 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2843
2844         * gst/adder/gstadder.c:
2845         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2846         claim this on the pad template caps.
2847
2848 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2849
2850         * gst-libs/gst/audio/gstbaseaudiosink.c:
2851         (gst_base_audio_sink_sync_latency):
2852         We can only use our optimal calibration if we prerolled before the
2853         latency expired.
2854
2855 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2856
2857         * configure.ac:
2858           Require core CVS for GstBaseSrc buffer caps setting magic.
2859
2860 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2861
2862         * gst/audioconvert/gstaudioconvert.c:
2863         (gst_audio_convert_fixate_channels):
2864         Fix logic in last commit.
2865
2866 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2867
2868         * gst/audioconvert/gstaudioconvert.c:
2869         (gst_audio_convert_fixate_channels):
2870         Passthrough the channel positions if the number of output channels is
2871         the same as the number of input channels, the input had a channel
2872         layout and downstream requests no special one. We did this already for
2873         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2874
2875 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2876
2877         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2878         (gst_gnome_vfs_src_finalize),
2879         (gst_gnome_vfs_src_received_headers_callback),
2880         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2881         * ext/gnomevfs/gstgnomevfssrc.h:
2882         Set the ICY caps on the srcpad from where they get picked up by the base
2883         class now and set on the outgoing buffers.
2884
2885         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2886         (gst_base_audio_src_create):
2887         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2888         BaseSrc now sets the caps on outgoing buffers automatically.
2889
2890 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2891
2892         * gst-libs/gst/audio/gstbaseaudiosink.c:
2893         (gst_base_audio_sink_resample_slaving),
2894         (gst_base_audio_sink_skew_slaving),
2895         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2896         (gst_base_audio_sink_async_play),
2897         (gst_base_audio_sink_change_state):
2898         Change the way in which the ringbuffer is started when dealing with a
2899         slaved clock and latency. We now sync to the clock until we reach
2900         upstream latency before starting the ringbuffer. This has the effect
2901         that we can accurately align the master and slave clocks and let the
2902         rate correction code take care of the initial drift or rounding errors
2903         instead of leaving them uncorrected with the old approach.
2904
2905 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2906
2907         * gst/audioconvert/gstaudioconvert.c:
2908         (gst_audio_convert_fixate_channels):
2909         Correctly set the default channel positions when converting to 8
2910         channels.
2911
2912 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2913
2914         * configure.ac:
2915           Error out if we don't have the required version of core.
2916
2917 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2918
2919         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2920           Use data scan helper in aac typefinder and stop scanning
2921           for headers when we've found a type. Also fix potential invalid
2922           memory access when calculating the frame length.
2923
2924 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2925
2926         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2927           (mpeg_sys_is_valid_pack):
2928           Don't modify scan context when we return FALSE in ensure_data, so
2929           it's possible to continue scanning, and we don't end up with a NULL
2930           data pointer and a positive size, which might bite us the next time
2931           we're called. Small constification.
2932
2933 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2934
2935         * gst/adder/gstadder.c:
2936         Adder doesn't support 24 bit samples so don't claim it supports them
2937         in the pad template caps.
2938
2939 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2940
2941         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2942         (gst_base_rtp_depayload_chain):
2943         Validate the RTP packet before further processing it. It's just too
2944         dangerous to accept random packets and people are not forced to use a
2945         jitterbuffer or session manager to filter out the bad packets.
2946
2947         * gst-libs/gst/rtp/gstrtpbuffer.c:
2948         (gst_rtp_buffer_set_extension_data),
2949         (gst_rtp_buffer_get_payload_subbuffer):
2950         Small cleanups.
2951         When setting extension data in a buffer that is too small, we fail and
2952         we should not set the extension bit.
2953         Change GST_WARNINGS into g_warning because they really are
2954         programming errors.
2955
2956         * tests/check/libs/rtp.c: (GST_START_TEST):
2957         Catch the g_warnings now in the unit tests and that fact that failing to
2958         set extension data left the extension bit untouched.
2959
2960 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2961
2962         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2963           Revert previous change which made basetransform handle buffer_alloc
2964           and which breaks things badly in the non-passthrough case since it
2965           returned buffers with a different (ie. sometimes smaller) size than
2966           the size requested.
2967
2968 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2969
2970         Patch by: Bernard B <b-gnome at largestprime dot net>
2971
2972         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2973         Fix seqnum compare function for bordercase values and fix the docs
2974         again. Fixes #533075.
2975
2976         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2977         Add a testcase for seqnum compare function.
2978
2979 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2980
2981         * gst/adder/gstadder.c: (gst_adder_setcaps),
2982         (gst_adder_class_init):
2983         Correctly declare the supported endianness on the pad templates
2984         and check for correct endianness in the set caps function. Adder
2985         only supports native endianness.
2986         Also use gst_element_class_set_details_simple().
2987
2988 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2989
2990         * sys/xvimage/xvimagesink.c:
2991           Better debug logging in port value handling. Merging separate port
2992           value loops into one.
2993
2994 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2995
2996         Patch by: Hannes Bistry <hannesb at gmx dot de>
2997
2998         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2999         * gst/tcp/gsttcpserversink.c:
3000         (gst_tcp_server_sink_handle_server_read),
3001         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
3002         Fix regression in clientsrc because we did not add the fd to the poll
3003         set anymore. Fixes #532364.
3004         Do some cleanups here and there.
3005
3006 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3007
3008         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3009         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3010         * gst/playback/gstplay-marshal.list:
3011         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3012         Use correct marshallers. GstCaps are a boxed type and no GObject
3013         subclass.
3014
3015 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3016
3017         * win32/common/libgstrtsp.def:
3018         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
3019         symbols.
3020
3021 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3022
3023         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3024
3025         * tests/check/elements/audioresample.c:
3026         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
3027         (live_switch_push), (GST_START_TEST):
3028         Add unit test for the latest basetransform negotiation changes.
3029         See bug #526768.
3030
3031 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3032
3033         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3034         Fix nv12<->nv21 conversion if stride is larger than width.
3035
3036 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3037
3038         Patch by: Jan Gerber <j at oil21 dot org>
3039
3040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
3041         (gst_ogg_pad_parse_skeleton_fisbone):
3042         * ext/ogg/gstoggdemux.h:
3043         Parse presentation time from skeleton streams and use it as offset
3044         for the timestamps. Fixes bug #530068.
3045
3046 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3047
3048         * gst-libs/gst/audio/gstbaseaudiosink.c:
3049         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3050         Revert previous patch that attempted to more accurately calculate the
3051         initial offset between master and slave clock. The best thing we can do
3052         in general is take the time of both clocks as the diff since we don't
3053         know when the actual preroll happened.
3054
3055 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
3056
3057         * gst-libs/gst/pbutils/install-plugins.c:
3058           Fix docs: type and missing word.
3059
3060 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3061
3062         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3063           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
3064           for this instead; don't check if we've found enough markers after
3065           each and every step, it's enough to do that only if we've actually
3066           found a new marker.
3067           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
3068
3069 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3070
3071         * gst/typefind/gsttypefindfunctions.c:
3072           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
3073           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3074           (mpeg_video_stream_type_find):
3075           Move scan helper thingy to the beginning of the file so we can use
3076           it in other typefind functions. Rename it to something more
3077           generic. Also improve handling of things towards the end of the
3078           typefind data: peek as much as we can if we know the size of the
3079           data, rather than just min_size.
3080
3081 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
3082
3083         * docs/libs/gst-plugins-base-libs-sections.txt:
3084         * gst-libs/gst/interfaces/colorbalance.c:
3085         * gst-libs/gst/interfaces/colorbalance.h:
3086         * gst-libs/gst/interfaces/colorbalancechannel.c:
3087         * gst-libs/gst/interfaces/colorbalancechannel.h:
3088         * gst-libs/gst/interfaces/tuner.c:
3089         * gst-libs/gst/interfaces/tunerchannel.c:
3090         * gst-libs/gst/interfaces/tunerchannel.h:
3091         * gst-libs/gst/interfaces/tunernorm.c:
3092         * gst-libs/gst/interfaces/tunernorm.h:
3093         * gst-libs/gst/video/video.c:
3094         * gst-libs/gst/video/video.h:
3095         Document the GstTuner and GstColorBalance interfaces, and some
3096         other random API functions that needed it. 70% symbol coverage, woo.
3097
3098 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3099
3100         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3101         Choose to allocate one less segment but require one additional segment
3102         as latency. 
3103
3104         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3105         No need to increment the number of segments in the source.
3106
3107         * gst-libs/gst/audio/gstbaseaudiosink.c:
3108         (gst_base_audio_sink_get_time), (clock_convert_external),
3109         (gst_base_audio_sink_resample_slaving),
3110         (gst_base_audio_sink_skew_slaving),
3111         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3112         (gst_base_audio_sink_async_play):
3113         Remove adding latency when returning the internal time while subtracting
3114         it again when we use the value a little later.
3115         When calculating the end timestamp, we are making a rounding error
3116         with the current algorithm. Ensure that we don't accumulate these
3117         rounding errors when aligning samples by not resampling at all if we
3118         don't need to. Fixes #419351.
3119         Make the initial calibration of the clock slaving a little more
3120         predictable and accurate. Also handle the case where we don't do
3121         clock slaving.
3122
3123 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
3124
3125         Based on a patch by:
3126           Björn Benderius <bjoern dot benderius at axis dot com>
3127
3128         * gst/ffmpegcolorspace/avcodec.h:
3129         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3130         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3131         (gst_ffmpegcsp_avpicture_fill):
3132         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3133         * gst/ffmpegcolorspace/imgconvert_template.h:
3134         Add conversions from/to NV12 and NV21 and conversions between those
3135         two formats. Fixes bug #532166.
3136
3137 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
3138
3139         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3140         Abort the h264 typefinding as soon as _peek() doesn't return anything,
3141         which happens for example with files smaller than 128kb.
3142
3143 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3144
3145         Patch by: Wouter Cloetens <zombie at e2big dot org>
3146
3147         * gst-libs/gst/rtsp/Makefile.am:
3148         * gst-libs/gst/rtsp/gstrtspconnection.c:
3149         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3150         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3151         (add_auth_header), (gst_rtsp_connection_free),
3152         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3153         (gst_rtsp_connection_set_auth_param),
3154         (gst_rtsp_connection_clear_auth_params):
3155         * gst-libs/gst/rtsp/gstrtspconnection.h:
3156         Add Digest authorization support for RTSP connections. See #532065.
3157
3158         * gst-libs/gst/rtsp/md5.c:
3159         * gst-libs/gst/rtsp/md5.h:
3160         Yeap, another md5 implementation until we can depend on a glib that has
3161         support for it.
3162
3163 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3164
3165         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3166
3167         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3168         Let audioresample use the buffer allocation of basetransform instead
3169         of it's own stuff.
3170
3171         * tests/check/elements/audioresample.c: (alloc_only_48000),
3172         (GST_START_TEST), (audioresample_suite):
3173         Add unit test for the recent basetransform bugfix, where upstream
3174         changes caps to something that can't be passed through anymore.
3175
3176 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3177
3178         * win32/common/config.h.in:
3179           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3180           use the real thing than having "???" unconditionally.
3181
3182 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3183
3184         * gst-libs/gst/audio/gstbaseaudiosink.c:
3185         (gst_base_audio_sink_query):
3186         Report the latency with the new seglatency parameter.
3187
3188         * gst-libs/gst/audio/gstringbuffer.c:
3189         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3190         (gst_ring_buffer_acquire):
3191         * gst-libs/gst/audio/gstringbuffer.h:
3192         Add new field to the ringbufferspec to specify the expected latency
3193         between the underlying device read/write pointer, this is needed
3194         when writing sinks that sit a little closer to the hardware.
3195         Add some more docs for other fields.
3196
3197 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3198
3199         * gst/volume/gstvolume.c: (volume_transform_ip):
3200         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3201         reason instead of crashing later. Might fix bug #509125.
3202
3203 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3204
3205         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3206
3207         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3208         * gst/audioconvert/audioconvert.h:
3209         * gst/audioconvert/gstaudioconvert.c:
3210         (gst_audio_convert_parse_caps),
3211         (structure_has_fixed_channel_positions),
3212         (gst_audio_convert_transform_caps):
3213         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3214         Add support for more than 8 channels and NONE channel layouts. For
3215         more than 8 channels no channel conversion is supported yet, only
3216         format conversions are supported. Fixes bug #398033.
3217
3218         * tests/check/elements/audioconvert.c: (verify_convert),
3219         (GST_START_TEST), (audioconvert_suite):
3220         Add some unit tests by Tim for checking the NONE channel layouts
3221         and more than 8 channels and add some more unit tests for channel
3222         conversions.
3223
3224 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3225
3226         * gst/playback/gstdecodebin2.c: (connect_pad):
3227         When autoplugging fails, set the element back to NULL before
3228         unreffing it.
3229
3230 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3231
3232         * win32/common/libgstaudio.def:
3233         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3234         symbols.
3235
3236 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3237
3238         * gst/subparse/samiparse.c: (handle_start_sync),
3239         (end_sami_element), (characters_sami):
3240         Remove trailing, leading and double whitespaces.
3241         Correctly timestamp buffers and output the last buffer too.
3242
3243         * tests/check/elements/subparse.c: (GST_START_TEST),
3244         (subparse_suite):
3245         Add a simple unit test for SAMI parsing.
3246
3247 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3248
3249         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3250
3251         * gst/subparse/samiparse.c: (handle_start_sync),
3252         (start_sami_element), (end_sami_element), (characters_sami),
3253         (sami_context_reset):
3254         Only output characters inside the "sync" elements. There could be
3255         other elements like "style" that have some content but should
3256         not be printed. Fixes bug #467911.
3257
3258 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3259
3260         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3261         (set_active_source):
3262         * gst/playback/gstplaybasebin.h:
3263         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3264         (playbin_set_audio_mute):
3265         Allow setting -1 as current-audio to mute the current audio stream,
3266         similar to what is done for subtitles. Fixes bug #342294.
3267
3268 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3269
3270         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3271         It's SorensOn and not SorensEn.
3272
3273 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3274
3275         * gst-libs/gst/pbutils/descriptions.c: (formats):
3276           Fix description of video/x-flash-video.
3277
3278 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3279
3280         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3281         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3282         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3283         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3284         Remove some unused code.
3285
3286         * gst/audioconvert/gstaudioquantize.c:
3287         (gst_audio_quantize_free_noise_shaping):
3288         Don't return before freeing the noise shaping history.
3289
3290 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3291
3292         * tests/check/elements/subparse.c: (do_test),
3293           (test_tmplayer_style3b), (subparse_suite):
3294           Add unit test for the tmplayer variant from bug #530962.
3295
3296 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3297
3298         * gst/subparse/gstsubparse.c: (handle_buffer),
3299           (gst_sub_parse_sink_event):
3300         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3301           (tmplayer_parse_line):
3302           Fix parsing of tmplayer subtitle variant where every single line contains
3303           text and there isn't an empty line after each line to determine the
3304           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3305           making sure that we push out the last line of text without a duration if
3306           there's still text left in the buffer at the end.
3307
3308 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3309
3310         * gst/subparse/gstsubparse.c: (feed_textbuf):
3311           Fix detection of discontinuities based on the buffer offset (doesn't work
3312           so well if no buffer offset is set) and also check for the DISCONT buffer
3313           flag. This keeps the parser state from being reset after each buffer in
3314           the unit test.
3315
3316 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3317
3318         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3319           Further fine-tuning: don't absolutely require sequence or GOP headers
3320           (as introduced in the previous commit), but adjust the typefind
3321           probabilities returned accordingly if we don't see them. Also make sure
3322           picture header and first slice are somewhat close to each other (which
3323           is not perfect but still better than requiring a fixed offset or having
3324           no limit at all).
3325
3326 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3327
3328         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3329         (gst_basertppayload_sink_setcaps),
3330         (gst_basertppayload_sink_getcaps):
3331         Rename the setcaps/getcaps function internally to make it clear that
3332         they are called for the sink pad.
3333
3334 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3335
3336         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3337         (gst_base_rtp_depayload_class_init),
3338         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3339         (gst_base_rtp_depayload_packet_lost),
3340         (gst_base_rtp_depayload_set_gst_timestamp):
3341         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3342         Catch packet-lost events from the jitterbuffer and convert them into a
3343         vmethod call (lost-packet) so that depayloaders can do something smart.
3344         Also add a default packet-lost function that sends out a segment update
3345         to the decoders.
3346
3347 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3348
3349         * gst/playback/test4.c:
3350         * gst/playback/test5.c:
3351         * gst/playback/test6.c:
3352         * gst/playback/test7.c:
3353           Also include config.h when relying on defines from it. Fixes the
3354           build. Its been a please to serve :)
3355
3356 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3357
3358         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3359         (paint_setup_NV21), (paint_hline_NV12_NV21):
3360         Add support for NV12 and NV21 in videotestsrc
3361
3362 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3363
3364         * gst/videoscale/gstvideoscale.c:
3365         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3366         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3367         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3368         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3369         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3370         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3371         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3372         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3373         (vs_image_scale_linear_RGB555):
3374         Support 1x1 images as input and output as for example the BBC HQ new
3375         streams have 1x1 GIFs in the playlists for some reason.
3376
3377 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3378
3379         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3380           (try_to_link_1):
3381           If we can't activate one of the decoders we plugged in (such as,
3382           say, musepackdec) for some reason (it might not support push mode,
3383           for example), remove any pad probes that close_pad_link() might
3384           have set up. This makes sure we later don't try to remove a probe
3385           for a pad that doesn't exist any longer, and avoids nast warnings
3386           and probably other things too.
3387
3388 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3389
3390         * gst/typefind/gsttypefindfunctions.c:
3391           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3392           (plugin_init):
3393           Rework mpeg video stream typefinding a bit more: make sure sequence,
3394           GOP, picture and slice headers appear in the order they should and
3395           that we've in fact at least had one of each; fix picture header
3396           detection; decouple picture and slice header check - don't assume
3397           they're at a fixed offset, there may be extra data in between. Also,
3398           announce varying degrees of probability depending on what we found
3399           exactly (multiple pictures, at least one picture, just sequence and
3400           GOP headers). Finally, in _ensure_data(), take into account that we
3401           might be typefinding smaller amounts of data, such as the first
3402           buffer of a stream, so fall back to the minimum size needed as long
3403           as that's available, instead of erroring out if there's less than
3404           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3405           fuzzed file from #399342 as valid.
3406
3407 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3408
3409         * ext/theora/theoradec.c:
3410           Cool kids don't divide by zero.
3411           Treat PAR of x:0 as 1:1.
3412           Fixes #530719.
3413
3414 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3415
3416         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3417           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3418           (mpeg_video_stream_type_find):
3419           Refactor a bit: use context structure to track parsing offset and
3420           size of available data and make the code a bit clearer. Fixes bad
3421           memory access in #356937.
3422
3423 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3424
3425         * gst/playback/test4.c:
3426         * gst/playback/test5.c:
3427         * gst/playback/test6.c:
3428         * gst/tcp/gstmultifdsink.c:
3429           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3430           is defined.
3431
3432 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3433
3434         * gst-libs/gst/audio/gstbaseaudiosink.h:
3435         Clarify some docs.
3436
3437         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3438         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3439         (gst_base_audio_src_set_slave_method),
3440         (gst_base_audio_src_get_slave_method),
3441         (gst_base_audio_src_set_property),
3442         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3443         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3444         Add property and methods for selecting the clock slave method in the
3445         source, like in the sink.
3446         We only implement "none" and "re-timestamp" for now.
3447         API: gst_base_audio_src_set_slave_method()
3448         API: gst_base_audio_src_get_slave_method()
3449
3450 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3451
3452         * gst-libs/gst/rtp/gstrtpbuffer.c:
3453         Fix the docs about the seqnum compare function, it returns a difference.
3454
3455 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3456
3457         * ext/alsa/gstalsadeviceprobe.c:
3458         (gst_alsa_get_device_list): Don't return before freeing up
3459         the allocated structures.
3460
3461 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3462
3463         * gst/playback/gstplaybin.c:
3464           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3465
3466 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3467
3468         * ext/ogg/gstoggdemux.c:
3469           Revert the event part, that should not go in.
3470
3471 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3472
3473         * ext/ogg/gstoggdemux.c:
3474           Don't leak GstPluginFeatures when filtering.
3475
3476 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3477
3478         * sys/xvimage/xvimagesink.c:
3479           Add some logging for cases when grabbing the xv failed.
3480
3481 2008-04-21  David Schleef  <ds@schleef.org>
3482
3483         * ext/ogg/gstoggmux.c:
3484           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3485           packet.  Should conform to what we currently think is the
3486           final Ogg/Dirac muxing spec.
3487
3488 2008-04-21  David Schleef  <ds@schleef.org>
3489
3490         * sys/xvimage/xvimagesink.c:
3491           Fix typo that causes the overlay keying color to bright green
3492           on a 16-bit display.  Dark grey good.  Bright green bad.
3493
3494 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3495
3496         * ext/gnomevfs/gstgnomevfsuri.c:
3497           Add  FIXME comment about using uri-list for source and sink.
3498
3499 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3500
3501         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3502         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3503         vaargs functions to gint. Otherwise the fractions will get 0 set
3504         instead of the correct value on big endian systems. Fixes bug #529018.
3505
3506 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3507
3508         * ext/gnomevfs/gstgnomevfssink.c:
3509         (gst_gnome_vfs_sink_uri_get_protocols):
3510         * ext/gnomevfs/gstgnomevfssrc.c:
3511         (gst_gnome_vfs_src_uri_get_protocols):
3512         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3513         (gst_gnomevfs_get_supported_uris):
3514         Get the list of supported URI schemes in a threadsafe way and use the
3515         same list for the source and sink.
3516
3517 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3518
3519         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3520         (gst_gio_get_supported_protocols):
3521         Don't generate a new supported protocols list on each call but cache
3522         it. It's supposed to be static anyway, this way we only leak it once
3523         per process.
3524
3525         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3526         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3527         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3528         (gst_gio_sink_start):
3529         * ext/gio/gstgiosink.h:
3530         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3531         (gst_gio_src_class_init), (gst_gio_src_finalize),
3532         (gst_gio_src_set_property), (gst_gio_src_get_property),
3533         (gst_gio_src_start):
3534         * ext/gio/gstgiosrc.h:
3535         API: Add "file" properties where one can set a GFile as
3536         source/destination.
3537
3538         Add locking to the properties and use
3539         gst_element_class_set_details_simple() instead of a static
3540         GstElementDetails struct.
3541
3542 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3543
3544         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3545         (plugin_init):
3546         Add "mpp" and "mp+" as possible extensions for MusePack files.
3547
3548         Add typefinding for MusePack StreamVersion 8 files and include the
3549         stream version in the caps.
3550
3551 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3552
3553         * gst-libs/gst/rtp/gstrtppayloads.c:
3554         (gst_rtp_payload_info_for_name):
3555         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3556
3557 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3558
3559         * configure.ac:
3560           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3561           (NB: this only affects compilation of some of the examples).
3562           Remove some configure.ac cruft that's not needed any longer.
3563
3564 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3565
3566         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3567         Don't validate the payload if there isn't any.
3568         Fixes #525915
3569
3570 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3571
3572         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3573         Use g_atomic_int_set() instead of gst_atomic_int_set().
3574
3575 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3576
3577         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3578         Return NULL instead of a gchar * array with one NULL element if we
3579         don't get any supported URI schemes from GIO.
3580
3581 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3582
3583         * gst/audiotestsrc/gstaudiotestsrc.c:
3584           Remove cpp style commented old code.
3585
3586 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3587
3588         * gst/playback/gstdecodebin2.c:
3589           Fix signal docs.
3590
3591 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3592
3593         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3594           (gst_text_overlay_init):
3595           Fix textoverlay unit test again by making the supposed default
3596           value for the wait-text property the actual default value.
3597           Also fix Since: tag for new property.
3598
3599 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3600
3601         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3602           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3603           (gst_video_format_get_pixel_stride),
3604           (gst_video_format_get_component_width),
3605           (gst_video_format_get_component_height),
3606           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3607           (gst_video_format_convert):
3608           Add guards to these functions to ensure sane input values.
3609
3610         * tests/check/libs/video.c:
3611           Fix unit test not to create caps with width=0 and height=0.
3612
3613 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3614
3615         * docs/design/draft-keyframe-force.txt:
3616         Fix typo.
3617
3618         * gst/playback/gstqueue2.c: (update_buffering),
3619         (gst_queue_handle_src_query):
3620         Set buffering mode in the messages.
3621         Set buffering percent in the query.
3622
3623         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3624         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3625         Do some more fancy things based on the buffering method in use.
3626
3627 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3628
3629         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3630         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3631         (msg_buffering), (main):
3632         Add basic download reports to seek using the new buffering API.
3633
3634 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3635
3636         * gst/playback/gstqueue2.c: (update_buffering),
3637         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3638         (gst_queue_src_checkgetrange_function):
3639         Include extra buffering stats in the buffering message.
3640         Implement BUFFERING query.
3641
3642         * gst/playback/gsturidecodebin.c: (do_async_start),
3643         (do_async_done), (type_found), (setup_streaming), (setup_source),
3644         (gst_uri_decode_bin_change_state):
3645         Only add decodebin2 when the type is found in streaming mode.
3646         Make uridecodebin async to PAUSED even when we don't have decodebin2
3647         added yet.
3648
3649 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3650
3651         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3652         Filter cdda from the supported URI schemes. We can't support
3653         musicbrainz tags and everything else one expects from a cdda source
3654         with GIO. Fixes bug #526794.
3655
3656 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3657
3658         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3659         (gst_xvimagesink_buffer_alloc):
3660         Fix calculation of 'expected size' for YV12 buffers.
3661         Be a little more verbose in the debug output for buffer-alloc'ed
3662         buffers which turn out to have the wrong size.
3663
3664 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3665
3666         * NEWS:
3667         * RELEASE:
3668         * gst-plugins-base.doap:
3669           Merge other changes from 0.10.19 release branch.
3670
3671 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3672
3673         * gst-libs/gst/audio/gstbaseaudiosink.c:
3674           (gst_base_audio_sink_class_init):
3675         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3676           (gst_base_audio_src_class_init):
3677         * gst/playback/gstplayback.c: (plugin_init):
3678         * gst/volume/gstvolume.c: (plugin_init):
3679           Work around missing bits of thread-safety on older GLibs some
3680           more to avoid assertions when starting up multiple playbin
3681           objects concurrently (see #512382).
3682
3683 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3684
3685         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3686           Remove some more fields.
3687
3688 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3689
3690         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3691
3692         * configure.ac:
3693         Actually build dlls when cross-compiling with mingw32.
3694         Fixes bug #526247.
3695
3696 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3697
3698         * configure.ac:
3699           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3700
3701 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3702
3703         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3704         (msg_buffering), (connect_bus_signals), (main):
3705         Add statusbar.
3706         Add buffering support with feedback in the statusbar.
3707
3708 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3709
3710         * ext/ogg/gstoggmux.c:
3711           Fix sample pipeline description.
3712
3713 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3714
3715         * docs/plugins/Makefile.am:
3716         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3717         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3718         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3719           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3720
3721         * docs/plugins/gst-plugins-base-plugins.args:
3722         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3723         * docs/plugins/gst-plugins-base-plugins.interfaces:
3724         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3725         * docs/plugins/inspect/plugin-adder.xml:
3726         * docs/plugins/inspect/plugin-alsa.xml:
3727         * docs/plugins/inspect/plugin-audioconvert.xml:
3728         * docs/plugins/inspect/plugin-audiorate.xml:
3729         * docs/plugins/inspect/plugin-audioresample.xml:
3730         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3731         * docs/plugins/inspect/plugin-cdparanoia.xml:
3732         * docs/plugins/inspect/plugin-decodebin.xml:
3733         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3734         * docs/plugins/inspect/plugin-gdp.xml:
3735         * docs/plugins/inspect/plugin-gnomevfs.xml:
3736         * docs/plugins/inspect/plugin-libvisual.xml:
3737         * docs/plugins/inspect/plugin-ogg.xml:
3738         * docs/plugins/inspect/plugin-pango.xml:
3739         * docs/plugins/inspect/plugin-playback.xml:
3740         * docs/plugins/inspect/plugin-queue2.xml:
3741         * docs/plugins/inspect/plugin-subparse.xml:
3742         * docs/plugins/inspect/plugin-tcp.xml:
3743         * docs/plugins/inspect/plugin-theora.xml:
3744         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3745         * docs/plugins/inspect/plugin-uridecodebin.xml:
3746         * docs/plugins/inspect/plugin-video4linux.xml:
3747         * docs/plugins/inspect/plugin-videorate.xml:
3748         * docs/plugins/inspect/plugin-videoscale.xml:
3749         * docs/plugins/inspect/plugin-videotestsrc.xml:
3750         * docs/plugins/inspect/plugin-volume.xml:
3751         * docs/plugins/inspect/plugin-vorbis.xml:
3752         * docs/plugins/inspect/plugin-ximagesink.xml:
3753         * docs/plugins/inspect/plugin-xvimagesink.xml:
3754           Update introspection data.
3755
3756         * ext/ogg/gstoggmux.c:
3757           Document oggmux.
3758
3759         * gst/playback/gstdecodebin2.c:
3760           Don't use gtk-doc style comment start for private stuff, but make it
3761           formatted like this for consistency.
3762
3763 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3764
3765         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3766         (gst_decode_bin_init), (gst_decode_bin_dispose),
3767         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3768         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3769         (analyze_new_pad), (connect_pad), (expose_pad),
3770         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3771         (gst_decode_group_expose), (gst_decode_group_free),
3772         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3773         Remove fakesink hack, we can now implement this more elegantly.
3774         Added property to bypass typefinding.
3775         Removed underrun callback and demuxer pad probe, we now use the srcpad
3776         probe to expose groups.
3777         API::sink-caps property
3778
3779         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3780         Guard against multiple emissions of the no_more_pads signal, which
3781         happens when we are dealing with chained oggs.
3782
3783         * gst/playback/gsturidecodebin.c: (remove_decoders),
3784         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3785         (setup_source):
3786         For streams, use our own typefind element and plug our queue after it.
3787         We will need this to determine the type of buffering to use for the
3788         queue soon.
3789
3790 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3791
3792         * gst-libs/gst/audio/gstbaseaudiosink.c:
3793         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3794         Guard against over and underflows because of clock slaving.
3795         When we are using our own clock, still compensate for any calibrations
3796         that we might have done to our clock.
3797
3798 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3799
3800         * ext/theora/theoradec.c: (theora_handle_type_packet),
3801         (theora_dec_chain):
3802         Don't try to do anything fancy with the return code from pushing an
3803         event, it does not have enough information to turn it into a
3804         GST_FLOW_ERROR.
3805
3806 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3807
3808         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3809         (gst_ogg_demux_chain_elem_pad):
3810         Add small debug line.
3811         Pass return code from the internal decoder instead of the too generic
3812         GST_FLOW_ERROR.
3813
3814 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3815
3816         * gst-libs/gst/cdda/Makefile.am:
3817         * gst-libs/gst/cdda/base64.c:
3818         * gst-libs/gst/cdda/base64.h:
3819         * gst-libs/gst/cdda/gstcddabasesrc.c:
3820         (gst_cddabasesrc_calculate_musicbrainz_discid):
3821         Use GLib's base64 implementation instead of our own.
3822
3823 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3824
3825         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3826         (gst_ogg_demux_read_chain):
3827         Refix oggdemux, we only have a problem if we failed to find a chain and
3828         we are not EOF.
3829
3830 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3831
3832         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3833
3834         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3835         (gst_ogg_demux_read_chain):
3836         When we fail to find a BOS page and we and up with no chain, error out
3837         properly instead of segfaulting. Fixes #525665.
3838
3839 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3840
3841         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3842         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3843         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3844         no-more-pads...
3845
3846 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3847
3848         * gst/playback/gstqueue2.c: (update_out_rates),
3849         (gst_queue_open_temp_location_file),
3850         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3851         (gst_queue_handle_src_query), (gst_queue_set_property):
3852         Update the estimated input data when we push out a buffer.
3853         Add some debug info about the temp file.
3854         Only forward src events when we are not using a temp file.
3855         Don't block the duration query, we need to find something better.
3856         Don't leak the temp filename.
3857
3858 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3859
3860         * configure.ac:
3861         Require GLib 2.12 and liboil 0.3.14.
3862
3863         * gst/volume/gstvolume.c: (volume_process_double):
3864         Unconditionally use liboil 0.3.14 function.
3865
3866 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3867
3868         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3869         ms-gsm can have arbitrarty sample rates. See #481354.
3870
3871 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3872
3873         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3874         MP4S is generic MPEG-4, not a microsoft variant.
3875
3876 2008-03-27  Michael Smith <msmith@fluendo.com>
3877
3878         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3879           Check the body CRC (if set) when depayloading.
3880           Fixes #522401.
3881
3882 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3883
3884         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3885           Fix Since: version for new property.
3886
3887 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3888
3889         * gst-libs/gst/rtsp/gstrtspconnection.c:
3890         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3891         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3892         Don't error when poll_wait returns EAGAIN.
3893
3894 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3895
3896         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3897         The queue is never filled when there are no buffers in the queue at all.
3898         Fixes #523993.
3899
3900 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3901
3902         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3903         (init_group), (free_group), (gst_play_bin_init),
3904         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3905         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3906         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3907         (gst_play_bin_set_current_video_stream),
3908         (gst_play_bin_set_current_audio_stream),
3909         (gst_play_bin_set_current_text_stream),
3910         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3911         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3912         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3913         (activate_group), (deactivate_group), (setup_next_source),
3914         (save_current_group), (gst_play_bin_change_state):
3915         Update some docs.
3916         Add new locks and conds to protect pipeline creation and group
3917         switching.
3918         Implement the sub-uri property.
3919         Keep track of pending uridecodebin creation and configure the output
3920         pipeline after all streams are configured.
3921         Propagate subtitle encoding to the uridecodebins.
3922         Implement getting the video/audio/visualisation elements.
3923         Use input-selector for stream switching.
3924         If we are asked to do visualisation, prefer to autoplug raw sinks
3925         instead of sinks that accept encoded data.
3926
3927 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3928
3929         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3930         (gst_play_sink_init), (gst_play_sink_dispose),
3931         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3932         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3933         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3934         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3935         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3936         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3937         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3938         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3939         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3940         * gst/playback/gstplaysink.h:
3941         Add methods to get audio/video/vis elements.
3942         Add methods to set the font description for the overlay.
3943         Remove properties, we're using this element with its methods only.
3944         Add support for subtitles.
3945         Rearrange the locking a bit to not use the object lock for protecting
3946         the pipeline construction.
3947         Try to use the volume and mute property on the sink when its available.
3948         Implement the mute option with volume when the sink does not have a mute
3949         property.
3950         Only add volume element when the sink has no volume property.
3951         Only do visualisations with raw audio pads.
3952
3953 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3954
3955         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3956         (gst_text_overlay_init), (gst_text_overlay_set_property),
3957         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3958         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3959         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3960         (gst_text_overlay_change_state):
3961         * ext/pango/gsttextoverlay.h:
3962         Add property to configure waiting for text on the textpad or not, with
3963         the default behaviour being the old one (always wait for text before
3964         rendering the video). This default behaviour is usually not the best one
3965         because the text stream can very sparse and could require queueing a lot
3966         of video.
3967         Fix the flushing and EOS handing so that we don't mix up their meaning.
3968
3969 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3970
3971         * gst/playback/gsturidecodebin.c:
3972         (gst_uri_decode_bin_autoplug_factories),
3973         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3974         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3975         (gst_uri_decode_bin_set_property),
3976         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3977         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3978         (proxy_autoplug_factories_signal), (make_decoder),
3979         (source_new_pad), (setup_source):
3980         Add a readonly source property and notify.
3981         Add new lock for protecting the construction of the pipeline.
3982         Keep track of the decodebins we plugged.
3983         Correctly proxy the autoplug signal so that it actually continues.
3984         Proxy subtitle-encoding to the decodebins.
3985
3986 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3987
3988         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3989         (text_toggle_cb), (update_streams), (main):
3990         Rearrange some buttons in playbin2 and make some other boxes insensitive
3991         when needed.
3992         Add language codes to subtitle selection boxes when we gind the right
3993         tags for the streams.
3994
3995 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3996
3997         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3998         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3999         (gst_decode_bin_set_subs_encoding),
4000         (gst_decode_bin_get_subs_encoding),
4001         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
4002         (deactivate_free_recursive):
4003         Protect caps property with the object lock.
4004         Protect encoding property with the object lock.
4005         Keep list of elements we added that have the subtitle-encoding property.
4006         Distribute the subtitle-encoding to all of the elements when it
4007         changes.
4008
4009 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4010
4011         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
4012         Small debug improvement.
4013
4014         * gst-libs/gst/audio/gstbaseaudiosink.c:
4015         (gst_base_audio_sink_render):
4016         Fix bug in determining the sample start/stop position, we want to base
4017         this decision on the fact that we are going forwards or backwards, not
4018         slower or faster. This fixes some ugly resync warnings when playing at
4019         very slow speeds.
4020
4021 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
4022
4023         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4024         Correctly set the supported URI schemes and don't leave
4025         some schemes in the middle or at the start at NULL.
4026
4027 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4028
4029         * tests/check/elements/gdpdepay.c:
4030           Make test compile without unused function/variable warnings on PPC.
4031  
4032 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4033
4034         * configure.ac:
4035         * ext/alsa/gstalsamixerelement.c:
4036         (gst_alsa_mixer_element_class_init):
4037         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
4038         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4039         * ext/cdparanoia/gstcdparanoiasrc.c:
4040         (gst_cd_paranoia_src_class_init):
4041         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
4042         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
4043         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
4044         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
4045         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4046         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
4047         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
4048         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4049         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
4050         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
4051         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4052         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4053         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
4054         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4055         (gst_audio_filter_template_class_init):
4056         * gst-libs/gst/audio/gstbaseaudiosink.c:
4057         (gst_base_audio_sink_class_init):
4058         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4059         (gst_base_audio_src_class_init):
4060         * gst-libs/gst/cdda/gstcddabasesrc.c:
4061         (gst_cdda_base_src_class_init):
4062         * gst-libs/gst/interfaces/mixertrack.c:
4063         (gst_mixer_track_class_init):
4064         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4065         (gst_base_rtp_depayload_class_init):
4066         * gst-libs/gst/rtp/gstbasertppayload.c:
4067         (gst_basertppayload_class_init):
4068         * gst/audioconvert/gstaudioconvert.c:
4069         (gst_audio_convert_class_init):
4070         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
4071         * gst/audioresample/gstaudioresample.c:
4072         (gst_audioresample_class_init):
4073         * gst/audiotestsrc/gstaudiotestsrc.c:
4074         (gst_audio_test_src_class_init):
4075         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4076         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4077         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4078         (preroll_unlinked):
4079         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4080         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4081         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4082         * gst/playback/gstqueue2.c: (gst_queue_class_init):
4083         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4084         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4085         (gst_stream_selector_class_init):
4086         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4087         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4088         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4089         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4090         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4091         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4092         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4093         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4094         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4095         * gst/videotestsrc/gstvideotestsrc.c:
4096         (gst_video_test_src_class_init):
4097         * gst/volume/gstvolume.c: (gst_volume_class_init):
4098         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4099         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4100         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4101         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4102         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4104         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4105         static strings (i.e. all). This gives us less memory usage,
4106         fewer allocations and thus less memory defragmentation. Depend
4107         on core CVS for this. Fixes bug #523806.
4108
4109 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4110
4111         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4112         Filter http and https protocols. GIO/GVfs handles them but it's
4113         impossible to implement iradio/icecast with it. Better use
4114         souphttpsrc or something else for this.
4115
4116         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4117         If getting the file informations by a query fails try it with the
4118         seek-to-end trick too.
4119
4120 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4121
4122         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4123         (gst_volume_base_init), (gst_volume_class_init),
4124         (volume_process_double), (volume_process_float),
4125         (volume_transform_ip), (plugin_init):
4126         memset buffers to zero if we get a GAP buffer. We usually see a
4127         buffer as one unit so let's handle it as one and don't care about
4128         volume changes while processing one buffer.
4129         Also clean up some stuff a bit.
4130
4131 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4132
4133         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4134         (gst_audio_convert_create_silence_buffer),
4135         (gst_audio_convert_transform):
4136         Make audioconvert GAP-aware by outputting silence buffers when the
4137         input has the GAP flag set. This is up to 8x faster.
4138         Based on a patch by Stefan Kost. Fixes bug #517813.
4139
4140 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4141
4142         * gst/volume/gstvolume.c: (volume_process_double):
4143         Use oil_scalarmultiply_f64_ns() for double processing when it's
4144         available at compile time.
4145
4146 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4147
4148         * configure.ac:
4149         Fix lrint/lrintf checks to actually work. These functions are
4150         in libm on Linux at least so try to link to it.
4151
4152 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4153
4154         * configure.ac:
4155         Back to development - 0.10.18.1
4156
4157 === release 0.10.18 ===
4158
4159 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4160
4161         * configure.ac:
4162           releasing 0.10.18, "I will follow"
4163
4164 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4165
4166         * configure.ac:
4167         * win32/common/config.h:
4168         0.10.17.4 pre-release
4169
4170 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4171
4172         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4173         Use GST_STR_NULL when trying to print strings that could be NULL because
4174         this might crash on some platforms. See #520808.
4175
4176 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4177
4178         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4179
4180         * gst-libs/gst/rtsp/gstrtspconnection.c:
4181         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4182         (read_line), (gst_rtsp_connection_read_internal):
4183         Generic Windows fixes that makes libgstrtsp work on Windows when
4184         coupled with the new GstPoll API. See #520808.
4185
4186 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4187
4188         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4189
4190         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4191           If seeking to a new position succeeds don't simply return from
4192           create() without creating a buffer. Do this only in the case
4193           seeking to the new position fails. Fixes bug #523054.
4194
4195 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4196
4197         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4198           (gst_video_format_from_rgba32_masks):
4199           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4200           (#522635).
4201
4202         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4203           Add unit test for the RGB caps parsing and creation, checking for
4204           internal consistency of the new API and consistency of the API with
4205           the old GST_VIDEO_CAPS_* defines.
4206
4207 2008-03-14  David Schleef  <ds@schleef.org>
4208
4209         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4210           because -base is in freeze.
4211
4212 2008-03-14  David Schleef  <ds@schleef.org>
4213
4214         Patch by: William M. Brack
4215
4216         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4217
4218 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4219
4220         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4221         (gst_selector_pad_chain):
4222         * gst/playback/gststreamselector.h:
4223         Revert change that caused regression until a real fix is found.
4224         Fixes #522203.
4225
4226 2008-03-12  Michael Smith <msmith@fluendo.com>
4227
4228         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4229         * gst-libs/gst/audio/gstringbuffer.h:
4230           Rename recently added buffer types to make more sense.
4231         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4232         (gst_alsasink_write):
4233           Adapt for above API changes.
4234           Fixes bug #520523.
4235
4236 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4237
4238         * win32/common/libgstnetbuffer.def:
4239         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4240
4241 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4242
4243         * configure.ac:
4244         * win32/common/config.h:
4245         0.10.17.3 pre-release
4246
4247 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4248
4249         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4250         (gst_base_audio_src_create):
4251         Fix duration when no clock was provided. Fixes #520300.
4252
4253 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4254
4255         Patch by: Olivier Crete  <tester at tester ca>
4256
4257         * docs/libs/gst-plugins-base-libs-sections.txt:
4258         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4259         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4260         Add trivial function to compare GstNetAddress. See #520626.
4261         API: GstNetBuffer::gst_netaddress_equal
4262
4263 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4264
4265         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4266         Update mode property docs, it's deprecated now.
4267
4268 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4269
4270         * gst-libs/gst/rtsp/gstrtspconnection.c:
4271         (gst_rtsp_connection_create):
4272         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4273         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4274         * gst/tcp/gstmultifdsink.h:
4275         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4276         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4277         Remove GstPollMode from gstpoll constructor.
4278
4279 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4280
4281         * configure.ac:
4282         * win32/common/config.h:
4283         0.10.17.2 pre-release
4284
4285 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4286
4287         * gst/Makefile.am:
4288         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4289         them twice
4290
4291         * win32/common/libgstinterfaces.def:
4292         * win32/common/libgstrtp.def:
4293         Add new API to the defs
4294
4295 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4296
4297         Patch by: Mersad Jelacic  <mersad at axis dot com>
4298
4299         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4300         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4301         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4302         possible to specify the sample size in bits. (#509637)
4303
4304 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4305
4306         * tests/check/libs/mixer.c:
4307           Add a few simple checks for the new message types.
4308
4309 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4310
4311         * docs/libs/gst-plugins-base-libs-sections.txt:
4312         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4313           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4314           (gst_mixer_message_get_type),
4315           (gst_mixer_message_parse_option_changed),
4316           (gst_mixer_message_parse_options_list_changed):
4317         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4318           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4319           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4320           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4321           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4322           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4323
4324 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4325
4326         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4327           (gst_mixer_options_get_values):
4328         * gst-libs/gst/interfaces/mixeroptions.h:
4329           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4330           (_GstMixerOptions), (_GstMixerOptionsClass):
4331           API: add GstMixerOptions::get_values vfunc (#519906)
4332
4333 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4334
4335         * configure.ac:
4336         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4337         plug-ins are included/excluded. (#498222)
4338
4339 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4340
4341         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4342         Add typefinder for IMelody files, using audio/x-imelody.
4343         See bug #519516.
4344
4345 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4346
4347         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4348         * ext/alsa/gstalsasink.c: (set_hwparams):
4349         * ext/alsa/gstalsasrc.c: (set_hwparams):
4350         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4351         * ext/ogg/gstoggmux.h:
4352         * ext/ogg/gstogmparse.c:
4353         * gst-libs/gst/audio/audio.c:
4354         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4355         * gst-libs/gst/pbutils/missing-plugins.c:
4356         (gst_missing_uri_sink_message_new),
4357         (gst_missing_element_message_new),
4358         (gst_missing_decoder_message_new),
4359         (gst_missing_encoder_message_new):
4360         * gst-libs/gst/rtp/gstbasertppayload.c:
4361         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4362         (gst_rtcp_packet_bye_get_reason):
4363         * gst/audioconvert/gstaudioconvert.c:
4364         * gst/audioresample/gstaudioresample.c:
4365         * gst/ffmpegcolorspace/imgconvert.c:
4366         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4367         * gst/typefind/gsttypefindfunctions.c:
4368         * gst/videoscale/vs_4tap.c:
4369         * gst/videoscale/vs_4tap.h:
4370         * sys/v4l/gstv4lelement.c:
4371         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4372         * sys/v4l/v4l_calls.c:
4373         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4374         (gst_v4lsrc_try_capture):
4375         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4376         (gst_ximagesink_ximage_new):
4377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4378         (gst_xvimagesink_xvimage_new):
4379         * tests/check/elements/audioconvert.c:
4380         * tests/check/elements/audioresample.c:
4381         (fail_unless_perfect_stream):
4382         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4383         * tests/check/elements/decodebin.c:
4384         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4385         (setup_gdpdepay_streamheader):
4386         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4387         (setup_gdppay_streamheader):
4388         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4389         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4390         * tests/check/elements/textoverlay.c:
4391         * tests/check/elements/videorate.c: (setup_videorate):
4392         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4393         * tests/check/elements/volume.c: (setup_volume):
4394         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4395         * tests/check/elements/vorbistag.c:
4396         * tests/check/generic/clock-selection.c:
4397         * tests/check/generic/states.c: (setup), (teardown):
4398         * tests/check/libs/cddabasesrc.c:
4399         * tests/check/libs/video.c:
4400         * tests/check/pipelines/gio.c:
4401         * tests/check/pipelines/oggmux.c:
4402         * tests/check/pipelines/simple-launch-lines.c:
4403         (simple_launch_lines_suite):
4404         * tests/check/pipelines/streamheader.c:
4405         * tests/check/pipelines/theoraenc.c:
4406         * tests/check/pipelines/vorbisdec.c:
4407         * tests/check/pipelines/vorbisenc.c:
4408         * tests/examples/seek/scrubby.c:
4409         * tests/examples/seek/seek.c: (query_positions_elems),
4410         (query_positions_pads):
4411         * tests/icles/stress-xoverlay.c: (myclock):
4412         Correct all relevant warnings found by the sparse semantic code
4413         analyzer. This include marking several symbols static, using
4414         NULL instead of 0 for pointers and using "foo (void)" instead
4415         of "foo ()" for declarations.
4416
4417         * win32/common/libgstrtp.def:
4418         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4419
4420 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4421
4422         Patch by: José Alburquerque <jaalburqu svn gnome org>
4423
4424         * gst/playback/gstplaybin2.c:
4425           Make the function signature of the _get_*_tags() functions match
4426           the signature of the vfuncs they implement, ie. return a
4427           GstTagList rather than a GstStructure, which is more correct,
4428           even if one is typedef'ed to the other (#518940).
4429
4430 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4431
4432         * gst-libs/gst/rtsp/gstrtspconnection.c:
4433           Don't include unix headers unconditionally (fixes #518037).
4434
4435 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4436
4437         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4438           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4439           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4440           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4441           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4442           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4443           (gst_video_format_is_packed), (video_format_is_packed):
4444           Add unit test that makes sure that the strides, offsets and
4445           sizes returned for the various YUV formats by the new video API
4446           match the old reference implementation in videotestsrc.
4447
4448 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4449
4450         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4451           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4452           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4453           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4454           (gst_video_format_get_pixel_stride),
4455           (gst_video_format_get_component_width),
4456           (gst_video_format_get_component_height),
4457           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4458         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4459           (GST_VIDEO_FORMAT_Y42B):
4460           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4461
4462 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4463
4464         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4465           YV12 is I420 with swapped components 1 and 2, so the offset of
4466           component 1 for I420 should be the offset for component 2 for YV12
4467           and vice versa.
4468
4469 2008-02-29  Rene Stadler  <mail@renestadler.de>
4470
4471         * sys/v4l/gstv4lelement.c:
4472         Add missing semicolon to fix indentation.
4473
4474 2008-02-29  Julien Moutte  <julien@fluendo.com>
4475
4476         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4477         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4478         if we can do SPDIF output.
4479         * ext/alsa/gstalsa.h:
4480         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4481         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4482         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4483         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4484         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4485         to support AC3, EC3 and IEC958 buffers.
4486
4487 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4488
4489         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4490           (gst_mixer_message_parse_mute_toggled),
4491           (gst_mixer_message_parse_record_toggled),
4492           (gst_mixer_message_parse_volume_changed),
4493           (gst_mixer_message_parse_option_changed):
4494           De-cruft and fix message type assertions (NULL is not a really
4495           valid mixer message type string).
4496
4497 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4498
4499         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4500         When negotiating, actually start from a format that we can support
4501         instead of from the too generic template.
4502
4503 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4504
4505         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4506         Enable vis setting.
4507
4508         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4509         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4510         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4511         (gen_vis_chain):
4512         Implement vis switching while playing.
4513
4514 2008-02-28  David Schleef  <ds@schleef.org>
4515
4516         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4517
4518 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4519
4520         Patch by: Peter Kjellerstedt  <pkj at axis com>
4521
4522         * gst/tcp/Makefile.am:
4523         * gst/tcp/fdsetstress.c:
4524         * gst/tcp/gstfdset.c:
4525         * gst/tcp/gstfdset.h:
4526         Removed fdset and stress test, they are now known as GstPoll in
4527         core. 
4528
4529         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4530         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4531         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4532         (gst_multi_fd_sink_handle_client_write),
4533         (gst_multi_fd_sink_queue_buffer),
4534         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4535         (gst_multi_fd_sink_stop):
4536         * gst/tcp/gstmultifdsink.h:
4537         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4538         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4539         (gst_tcp_gdp_read_caps):
4540         * gst/tcp/gsttcp.h:
4541         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4542         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4543         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4544         * gst/tcp/gsttcpclientsink.h:
4545         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4546         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4547         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4548         * gst/tcp/gsttcpclientsrc.h:
4549         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4550         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4551         * gst/tcp/gsttcpserversink.h:
4552         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4553         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4554         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4555         * gst/tcp/gsttcpserversrc.h:
4556         Port to GstPoll. See #505417.
4557
4558 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4559
4560         Patch by: Peter Kjellerstedt  <pkj at axis com>
4561
4562         * gst-libs/gst/rtsp/gstrtspconnection.c:
4563         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4564         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4565         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4566         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4567         (gst_rtsp_connection_flush):
4568         * gst-libs/gst/rtsp/gstrtspconnection.h:
4569         Use GstPoll for the rtsp connection. See #505417.
4570
4571 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4572
4573         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4574         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4575         Add combo box for visualisations, populate it with a factory list
4576         of all visualisation plugins, configure vis plugin instance in
4577         playbin2. 
4578
4579 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4580
4581         * tests/check/libs/rtp.c: (GST_START_TEST):
4582         Add check for RTP buffer defaults, padding and marker bit API.
4583
4584 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4585
4586         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4587         Use memcpy() instead of upcasting a byte array to long *. This
4588         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4589         This should be ported to GCheckSum once we can use GLib 2.16.
4590         Partially fixes bug #500833.
4591
4592 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4593
4594         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4595           Push tag event after the newsegment event. Log the pointer of
4596           the buffer we're actually going to push rather than the buffer
4597           we're feeding to _make_metadata_writable().
4598
4599 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4600
4601         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4602         Comment smoke typefinder for now. The smokedec plugin needs one
4603         frame per buffer but we have no parser yet, thus it simply crashes
4604         in most situations.
4605
4606 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4607
4608         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4609         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4610
4611 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4612
4613         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4614         (plugin_init):
4615         Add midi typefinder, copied from the timidity plugin.
4616
4617 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4618
4619         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4620
4621         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4622         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4623           (subparse_suite):
4624           Forward slashes at the beginning and end of a line also signify
4625           italics (Fixes: #518162).
4626
4627 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4628
4629         * tests/check/gst-plugins-base.supp:
4630         Add a suppression for a cached value in GIO that wasn't moved
4631         while moving gio from -bad to -base.
4632
4633 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4634
4635         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4636
4637         * configure.ac:
4638         Don't hardcode -Wall and -Werror for configure checks, this fails
4639         with non-GCC compilers. Fixes bug #517991.
4640
4641 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4642
4643         * gst/audioconvert/gstaudioconvert.c:
4644         * gst/audioconvert/gstaudioquantize.c:
4645         * gst/audioconvert/gstaudioquantize.h:
4646           Make audioconvert gap aware. If noiseshaping is used, wait for
4647           noiseshaping to converge before marking as GAP. Fixes #517813.
4648
4649 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4650
4651         * gst/audiotestsrc/gstaudiotestsrc.c:
4652           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4653
4654 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4655
4656         * ext/gnomevfs/gstgnomevfssink.c:
4657         (gst_gnome_vfs_sink_handle_event):
4658         Return FALSE when seeking for a new segment fails instead
4659         of silently ignoring the failure and appending every buffer
4660         that comes for the new segment.
4661
4662 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4663
4664         * gst/playback/gstplaysink.c: (find_property),
4665         (gst_play_sink_find_property), (gen_video_chain),
4666         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4667         Recursively search the sink element for a last-frame property so that we
4668         can also find the property in autovideosink and friends that don't
4669         always proxy the internal sink properties.
4670
4671 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4672
4673         * gst-libs/gst/audio/multichannel.c:
4674           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4675           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4676           (gst_audio_set_structure_channel_positions_list),
4677           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4678           (gst_audio_fixate_channel_positions):
4679           Fix confusing terminology in docs and code: structure fields are
4680           'fields' and not 'properties'.
4681
4682 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4683
4684         * gst-libs/gst/audio/multichannel.c:
4685           (gst_audio_check_channel_positions), (add_list_to_struct):
4686           Give more useful warning messages if one of the channel
4687           layout enums passed to us is invalid and if the "channels"
4688           field in the caps has a GType we don't expect.
4689
4690 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4691
4692         * gst-libs/gst/audio/multichannel.c:
4693           Fix typo in docs blurb.
4694
4695 2008-02-19  Julien Moutte  <julien@fluendo.com>
4696
4697         Patch by: Josep Torra Valles <josep@fluendo.com>
4698
4699         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4700         typefind lookup to fix typefinding on HD clips.
4701
4702 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4703
4704         * gst/playback/gstscreenshot.c:
4705         * gst/playback/gstscreenshot.h:
4706           Fix up copyright (I rewrote the GStreamer-0.10 code for
4707           this from scratch back in the days).
4708
4709 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4710
4711         * gst/playback/Makefile.am:
4712         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4713         (create_element), (gst_play_frame_conv_convert):
4714         * gst/playback/gstscreenshot.h:
4715         Add screenshot conversion code from totem.
4716
4717         * gst/playback/gstplay-marshal.list:
4718         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4719         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4720         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4721         Implement frame property to get a color-unconverted snapshot.
4722         Implement convert-frame action signal to get a converted snapshot image.
4723         Configure connection speed in uridecodebin.
4724         Document some more properties.
4725
4726         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4727         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4728         (gst_play_sink_get_last_frame):
4729         * gst/playback/gstplaysink.h:
4730         Use last-buffer property of the video sink to get a video snapshot.
4731
4732         * tests/examples/seek/seek.c: (shot_cb), (main):
4733         Add snapshot button for playbin2 and use the frame property to save the
4734         frame as a png in the current directory.
4735
4736 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4737
4738         Patch by: Josep Torra Valles <josep at fluendo dot com>
4739
4740         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4741         (plugin_init):
4742         Add typefinding support for h264 elementary streams.
4743         Fixes bug #517420.
4744
4745 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4746
4747         * configure.ac:
4748           Require CVS of core for new API in collectpads.
4749
4750         * gst/adder/gstadder.c:
4751           Use new API to make adder sparse stream aware.
4752
4753 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4754
4755         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4756         (no_more_pads_cb):
4757         Get the object data correct so that we can remove our channels
4758         correctly.
4759
4760         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4761         (gen_vis_chain), (gst_play_sink_reconfigure),
4762         (gst_play_sink_request_pad):
4763         Add option to disable async behaviour in the sinks when possible. This
4764         makes it possible to avoid an audio queue when dealing with
4765         visualisations.
4766         Add option to add a queue for the audio path.
4767
4768         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4769         (main):
4770         Disable the vis checkbox to match the defaults of playbin2.
4771         Only get the stream info when we need to.
4772
4773 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4774
4775         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4776         (gst_gio_base_sink_set_stream):
4777         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4778         (gst_gio_base_src_set_stream):
4779         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4780         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4781         Don't use async operations as they require a running main loop.
4782         This makes us block again when closing streams and unable
4783         to mount the enclosing volume of an URI if it isn't yet.
4784
4785 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4786
4787         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4788         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4789         (gen_vis_chain), (gst_play_sink_reconfigure),
4790         (gst_play_sink_request_pad):
4791         Move tee in front of the audio and vis pipelines.
4792         Add queue for audio for now.
4793         Add visualisation support.
4794
4795         * tests/examples/seek/seek.c: (main):
4796         Visualisation is by default disabled.
4797
4798 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4799
4800         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4801         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4802         Improve debugging a bit.
4803
4804         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4805         * ext/gio/gstgiosink.h:
4806         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4807         * ext/gio/gstgiosrc.h:
4808         Try to mount the enclosing volume of a GFile if it isn't mounted
4809         yet. This requires us to wait for an async operation to finish, done
4810         with an nested GMainLoop. Authentication is not supported yet, will
4811         come later.
4812
4813 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4814
4815         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4816         (gst_play_bin_set_property), (gst_play_bin_get_property),
4817         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4818         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4819         (gst_play_sink_get_mute), (gen_audio_chain):
4820         * gst/playback/gstplaysink.h:
4821         Add mute property.
4822
4823         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4824         (gst_selector_pad_chain):
4825         * gst/playback/gststreamselector.h:
4826         Make sure we forward the event only once.
4827
4828         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4829         Add and implement the mute button for playbin2.
4830
4831 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4832
4833         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4834
4835         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4836         Add some more debug info.
4837         Make sure we never return a negative delay. Fixes #516246.
4838
4839 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4840
4841         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4842           Revert patch that makes the sink hold the object lock when
4843           calling snd_pcm_delay(), since it breaks playback for me.
4844
4845 2008-02-12  Julien Moutte  <julien@fluendo.com>
4846
4847         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4848         some seek flags when changing rate.
4849
4850 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4851
4852         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4853         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4854         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4855         Fix potential leaks.
4856
4857         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4858         Fix leak when there is no function configured.
4859
4860 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4861
4862         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4863         (gst_v4lsrc_buffer_finalize):
4864         Correctly chain up the finalize method.
4865
4866 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4867
4868         * ext/gio/gstgiostreamsink.c:
4869         * ext/gio/gstgiostreamsrc.c:
4870         Add documentation and example code for giostreamsink/giostreamsrc.
4871
4872         * tests/check/pipelines/gio.c: (GST_START_TEST):
4873         Ask the GMemoryOutputStream for the data instead of assuming that
4874         the pointer to the data stayed the same. It could've been realloc'ed.
4875
4876 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4877
4878         * ext/gio/gstgiosink.c:
4879         * ext/gio/gstgiosrc.c:
4880         Make the documentation of giosink/giosrc complete, large parts
4881         are based on the gnomevfssink/gnomevfssrc docs.
4882
4883 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4884
4885         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4886         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4887         * docs/plugins/gst-plugins-base-plugins.args:
4888         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4889         * docs/plugins/gst-plugins-base-plugins.interfaces:
4890         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4891         * docs/plugins/gst-plugins-base-plugins.signals:
4892         * docs/plugins/inspect/plugin-adder.xml:
4893         * docs/plugins/inspect/plugin-audioconvert.xml:
4894         * docs/plugins/inspect/plugin-audiorate.xml:
4895         * docs/plugins/inspect/plugin-audioresample.xml:
4896         * docs/plugins/inspect/plugin-decodebin.xml:
4897         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4898         * docs/plugins/inspect/plugin-gdp.xml:
4899         * docs/plugins/inspect/plugin-gio.xml:
4900         * docs/plugins/inspect/plugin-gnomevfs.xml:
4901         * docs/plugins/inspect/plugin-libvisual.xml:
4902         * docs/plugins/inspect/plugin-ogg.xml:
4903         * docs/plugins/inspect/plugin-pango.xml:
4904         * docs/plugins/inspect/plugin-playback.xml:
4905         * docs/plugins/inspect/plugin-queue2.xml:
4906         * docs/plugins/inspect/plugin-subparse.xml:
4907         * docs/plugins/inspect/plugin-theora.xml:
4908         * docs/plugins/inspect/plugin-uridecodebin.xml:
4909         * docs/plugins/inspect/plugin-videorate.xml:
4910         * docs/plugins/inspect/plugin-videoscale.xml:
4911         * docs/plugins/inspect/plugin-volume.xml:
4912         * docs/plugins/inspect/plugin-vorbis.xml:
4913         Add the GIO documentation again and while at that run make update.
4914
4915 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4916
4917         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4918         * ext/alsa/gstalsasink.c: (set_swparams):
4919         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4920           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4921           against libasound >= 1.0.16, since it's been deprecated in
4922           0.10.16, and alignment is always 1 then, apparently. (#512899)
4923
4924 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4925
4926         * gst/playback/gstplaybin.c: (gen_audio_element):
4927         * gst/playback/gstplaysink.c: (gen_audio_chain):
4928           Handle case where we can't create the volume element a bit
4929           better (#514307).
4930
4931 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4932
4933         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4934         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4935           Add support for https protocol. Fixes #510229.
4936
4937 2008-02-11  Julien Moutte  <julien@fluendo.com>
4938         
4939         Patch by: Alan Peevers <peeves@pacbell.net>
4940
4941         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4942         lock when calling alsa methods.
4943
4944 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4945
4946         * gst/typefind/gsttypefindfunctions.c:
4947           Bump rank of jpeg and png typefinders, which will return maximum
4948           probability in the most common cases (thus short-circuiting more
4949           expensive typefinders like the mp3 one for these two quite common
4950           image types).
4951
4952 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4953
4954         * ext/theora/theoraparse.c:
4955         Fix long description of the theora parser to be more verbose than just
4956         the type name.
4957
4958 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4959
4960         Patch by: Branko Čibej <brane at xbc dot nu>
4961
4962         * sys/xvimage/xvimagesink.c:
4963         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4964         Fixes bug #515654.
4965
4966 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4967
4968         * gst/playback/gstplaybasebin.c:
4969         Set is_dynamic as True if there are elements with both request
4970         and sometimes src pad templates instead of breaking out when it
4971         finds the first pad template that is a src.
4972
4973 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4974
4975         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4976         (update_streams), (video_combo_cb), (audio_combo_cb),
4977         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4978         Add some stream switching and volume gui for playbin2.
4979
4980 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4981
4982         * gst/playback/gstplay-marshal.list:
4983         Added marshal for streamselector Tags.
4984
4985         * gst/playback/gstplaybasebin.c: (set_active_source):
4986         Streamselector now selects pads based on the pad object instead of its
4987         name.
4988
4989         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4990         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4991         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4992         (gst_play_bin_get_text_tags),
4993         (gst_play_bin_set_current_video_stream),
4994         (gst_play_bin_set_current_audio_stream),
4995         (gst_play_bin_set_current_text_stream),
4996         (gst_play_bin_set_property), (gst_play_bin_get_property),
4997         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4998         Remove option to mute streams with the current-a/v/t property, we have
4999         this functionality in the flags.
5000         Add signals to notify when the number of A/V/T channels changed.
5001         Add action signals to get tags for the A/V/T streams.
5002         Implement setting the current A/V/T stream.
5003         Rearrange some things to simplify stream selection.
5004         Implement volume.
5005
5006         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
5007         (gst_play_sink_get_volume), (gst_play_sink_set_property),
5008         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
5009         (activate_vis), (gst_play_sink_reconfigure):
5010         * gst/playback/gstplaysink.h:
5011         Add and implement volume setting methods.
5012
5013         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
5014         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5015         (gst_selector_pad_event), (gst_stream_selector_class_init),
5016         (gst_stream_selector_init), (gst_stream_selector_finalize),
5017         (gst_stream_selector_set_property),
5018         (gst_stream_selector_get_property),
5019         (gst_stream_selector_get_linked_pad),
5020         (gst_stream_selector_request_new_pad):
5021         * gst/playback/gststreamselector.h:
5022         Add pad properties for tags and status of pads.
5023         Keep tags on pads.
5024         Make active pad selection based on pad object instead of name.
5025
5026 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
5027
5028         * configure.ac:
5029           Revert last change as we now check in gtk-doc.m4 for sed.
5030
5031 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5032
5033         * configure.ac:
5034         Find and subst SED when building the docs.
5035
5036 2008-02-08  Julien Moutte  <julien@fluendo.com>
5037
5038         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
5039         (main): Make sure bus signals are reconnected when pressing STOP
5040         and then PLAY again for a parse launch pipeline. Fix a ref leak
5041         on the bus.
5042         * win32/common/config.h: Updated.
5043
5044 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5045
5046         * configure.ac:
5047         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5048         pre-releases or releases.
5049
5050 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5051
5052         * configure.ac:
5053         * ext/gio/Makefile.am:
5054         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
5055         reporting
5056
5057 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5058
5059         * docs/plugins/Makefile.am:
5060         Add the headers which need scanning for the GIO plugin. The rest of
5061         the docs still need migrating.
5062
5063 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5064
5065         * ext/Makefile.am:
5066         * tests/check/Makefile.am:
5067         * tests/check/pipelines/.cvsignore:
5068         Add gio in a few more places.
5069
5070 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5071
5072         * configure.ac:
5073         * ext/Makefile.am:
5074         * tests/check/Makefile.am:
5075         Move gio plugin from -bad and mark as experimental.
5076
5077 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5078
5079         * gst-libs/gst/interfaces/mixeroptions.c:
5080         * gst-libs/gst/interfaces/mixertrack.c:
5081         Comment out a couple of other things which break the build when
5082         GST_DISABLE_DEPRECATED isn't on but -Werror is.
5083
5084 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5085
5086         * docs/libs/gst-plugins-base-libs-sections.txt:
5087           Fix pbutils header.
5088
5089 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5090
5091         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5092         Fix compiler warning.
5093
5094 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5095
5096         Patch by: Peter Kjellerstedt  <pkj at axis com>
5097
5098         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5099         Clear the addrinfo struct using memset. Fixes #514937.
5100
5101 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5102
5103         * gst/tcp/gstfdset.h:
5104         Remove unused field to same some memory.
5105
5106         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5107         Mark action signals as such.
5108
5109 2008-02-06  Michael Smith <msmith@fluendo.com>
5110
5111         * ext/theora/theoradec.c: (_theora_granule_frame),
5112         (_inc_granulepos):
5113           Increment granulepos for new-bitstream versions appropriately.
5114           Fixes #514623.
5115
5116 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5117
5118         * tests/examples/seek/seek.c: (do_seek),
5119         (rate_spinbutton_changed_cb), (update_streams), (main):
5120         Remove obsolete stream_time reset after flushing seek, core does that
5121         automatically now.
5122         Improve accuracy of speed spinbutton.
5123         Only do playbin2 stuff when we actually use it.
5124
5125 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5126
5127         * tests/check/Makefile.am:
5128           Revert previous change of the test environment's GST_PLUGIN_PATH.
5129           The problem is not with the plugins, but with element factories
5130           and only occurs if elements are split out from existing plugins
5131           or if plugins change name (see #512740).
5132
5133 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5134
5135         * tests/check/Makefile.am:
5136           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5137           with the core's plugins first and our local build directories last,
5138           since we might be building against an installed core, and that
5139           core's plugin directory may contain older or other versions of
5140           our own -base plugins, but we really do want to test our local
5141           ones (if there are multiple plugins or element factories with the
5142           same name, those inspected last will trump those read in earlier).
5143           Fixes #512740 for the most part.
5144
5145 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5146
5147         * configure.ac:
5148         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5149         Use gmtime_r if available as gmtime is not MT-safe.
5150         Fixes bug #511810.
5151
5152 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5153
5154         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5155         Cast glong to time_t as time_t might have a different type on
5156         other platforms, like FreeBSD, and we get a compiler warning
5157         otherwise. Fixes bug #511825.
5158
5159 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5160
5161         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5162         (get_group), (get_n_pads), (gst_play_bin_get_property),
5163         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5164         (autoplug_select_cb), (deactivate_group):
5165         Remove stream-info, we going for something easier.
5166         Refactor getting the current group.
5167         Implement getting the number of audio/video/text streams.
5168
5169         * gst/playback/gststreamselector.c:
5170         (gst_stream_selector_class_init), (gst_stream_selector_init),
5171         (gst_stream_selector_get_property),
5172         (gst_stream_selector_request_new_pad),
5173         (gst_stream_selector_release_pad):
5174         * gst/playback/gststreamselector.h:
5175         Add property for number of pads.
5176
5177         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5178         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5179         (text_toggle_cb), (update_streams), (msg_async_done),
5180         (msg_state_changed), (main):
5181         Block slider callback when updating the slider position.
5182         Add gui elements for controlling playbin2.
5183         Add callback for async_done that updates position/duration.
5184
5185 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5186
5187         * docs/plugins/Makefile.am:
5188         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5189         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5190         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5191         * docs/plugins/gst-plugins-base-plugins.interfaces:
5192         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5193           First round of plugin docs cleansups.
5194
5195         * docs/plugins/inspect/plugin-adder.xml:
5196         * docs/plugins/inspect/plugin-alsa.xml:
5197         * docs/plugins/inspect/plugin-audioconvert.xml:
5198         * docs/plugins/inspect/plugin-audiorate.xml:
5199         * docs/plugins/inspect/plugin-audioresample.xml:
5200         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5201         * docs/plugins/inspect/plugin-cdparanoia.xml:
5202         * docs/plugins/inspect/plugin-decodebin.xml:
5203         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5204         * docs/plugins/inspect/plugin-gdp.xml:
5205         * docs/plugins/inspect/plugin-gnomevfs.xml:
5206         * docs/plugins/inspect/plugin-libvisual.xml:
5207         * docs/plugins/inspect/plugin-ogg.xml:
5208         * docs/plugins/inspect/plugin-pango.xml:
5209         * docs/plugins/inspect/plugin-subparse.xml:
5210         * docs/plugins/inspect/plugin-tcp.xml:
5211         * docs/plugins/inspect/plugin-theora.xml:
5212         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5213         * docs/plugins/inspect/plugin-video4linux.xml:
5214         * docs/plugins/inspect/plugin-videorate.xml:
5215         * docs/plugins/inspect/plugin-videoscale.xml:
5216         * docs/plugins/inspect/plugin-videotestsrc.xml:
5217         * docs/plugins/inspect/plugin-volume.xml:
5218         * docs/plugins/inspect/plugin-vorbis.xml:
5219         * docs/plugins/inspect/plugin-ximagesink.xml:
5220         * docs/plugins/inspect/plugin-xvimagesink.xml:
5221           Regenerate.
5222
5223         * ext/ogg/Makefile.am:
5224         * ext/ogg/gstoggmux.c:
5225         * ext/ogg/gstoggmux.h:
5226           Add header for oggmux. the c-file needs a doc blob still.
5227
5228 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5229
5230         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5231
5232         * gst-libs/gst/rtp/gstrtpbuffer.c:
5233         (gst_rtp_buffer_set_extension_data):
5234         * gst-libs/gst/rtp/gstrtpbuffer.h:
5235         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5236         Add gst_rtp_buffer_set_extension_data() 
5237         Add a unit test for this addition. Fixes #511478.
5238         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5239
5240 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5241
5242         * configure.ac:
5243         Back to CVS
5244
5245 === release 0.10.17 ===
5246
5247 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5248
5249         * configure.ac:
5250           releasing 0.10.17, "Peanut Butter and Jelly"
5251
5252 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5253
5254         * gst-libs/gst/interfaces/mixeroptions.c:
5255         * gst-libs/gst/interfaces/mixertrack.c:
5256         Also remove the conditional registration of the signals
5257         that disappeared with the ABI change in 0.10.14
5258
5259 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5260
5261         * gst-libs/gst/rtsp/gstrtspconnection.c:
5262         Revert patch to gstrtspconnection.c for brown paper bag
5263         release of -base. Re-opens: #511825
5264
5265 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5266
5267         * gst-libs/gst/interfaces/mixeroptions.h:
5268         * gst-libs/gst/interfaces/mixertrack.h:
5269         Change the way these deprecated function pointers are removed
5270         so that the compiled ABI is unconditionally smaller. This 
5271         sets in stone an ABI break that actually occurred when the
5272         things were deprecated in 0.10.14, which seems to be the best
5273         fix as the only known users are oss-mixer and sunaudio-mixer in 
5274         gst-plugins-good.
5275         Fixes: #513018
5276
5277 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5278
5279         * win32/common/libgstpbutils.def:
5280           Export the two new _get_type() functions which are needed
5281           by the python bindings.
5282
5283 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5284
5285         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5286         Cast glong to time_t as time_t might have a different type on
5287         other platforms, like FreeBSD, and we get a compiler warning
5288         otherwise. Fixes bug #511825.
5289
5290 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5291
5292         * gst-libs/gst/audio/gstaudiofilter.c:
5293         (gst_audio_filter_class_init):
5294         Initialize the GstRingerBuffer class to get it's debug category
5295         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5296         category and otherwise we get some g_critical(). Fixes bug #512334.
5297
5298 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5299
5300         * configure.ac:
5301         Back to CVS
5302
5303 === release 0.10.16 ===
5304
5305 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5306
5307         * configure.ac:
5308           releasing 0.10.16, "Scheduled Interruption"
5309
5310 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5311
5312         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5313
5314         * gst-libs/gst/rtp/gstrtpbuffer.c:
5315         (gst_rtp_buffer_get_extension_data):
5316         Fix typos and wrong extension check. Fixes #511274.
5317
5318 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5319
5320         * po/sk.po:
5321         Oops - add new sk.po mentioned in the LINGUAS I just committed
5322
5323 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5324
5325         * po/LINGUAS:
5326         Add ca translation to the disted list.
5327
5328         * win32/vs6/libgstsdp.dsp:
5329         Convert line endings to CRLF
5330
5331 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5332
5333         * win32/MANIFEST:
5334         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5335
5336 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5337
5338         * win32/common/libgstsdp.def:
5339         * win32/common/libgstvideo.def:
5340         Add new API declarations
5341
5342 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5343
5344         * ext/theora/gsttheoradec.h:
5345         * ext/theora/gsttheoraparse.h:
5346         * ext/theora/theoradec.c:
5347         * ext/theora/theoraparse.c:
5348         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5349         and parser by inspecting the bitstream version of the incoming data.
5350
5351 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5352
5353         * configure.ac:
5354         * pkgconfig/Makefile.am:
5355         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5356         * pkgconfig/gstreamer-audio.pc.in:
5357         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5358         * pkgconfig/gstreamer-cdda.pc.in:
5359         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5360         * pkgconfig/gstreamer-fft.pc.in:
5361         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5362         * pkgconfig/gstreamer-floatcast.pc.in:
5363         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5364         * pkgconfig/gstreamer-interfaces.pc.in:
5365         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5366         * pkgconfig/gstreamer-netbuffer.pc.in:
5367         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5368         * pkgconfig/gstreamer-pbutils.pc.in:
5369         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5370         * pkgconfig/gstreamer-riff.pc.in:
5371         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5372         * pkgconfig/gstreamer-rtp.pc.in:
5373         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5374         * pkgconfig/gstreamer-rtsp.pc.in:
5375         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5376         * pkgconfig/gstreamer-sdp.pc.in:
5377         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5378         * pkgconfig/gstreamer-tag.pc.in:
5379         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5380         * pkgconfig/gstreamer-video.pc.in:
5381         Provide one pkg-config file for every gst-plugins-base library.
5382         This makes linking to those libraries much more intuitive and
5383         provides standard pkg-config behaviour for them. Fixes bug #499697.
5384
5385 2008-01-13  David Schleef  <ds@schleef.org>
5386
5387         * gst/videoscale/vs_4tap.c:
5388           Fix valgrind error on 4tap scaling method.
5389
5390 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5391
5392         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5393         Include Winsock2.h for VS6 and use a different way initialize
5394         hints structure so it can build with VS6.
5395         * win32/MANIFEST:
5396         * win32/vs6/libgstsdp.dsp:
5397         * win32/common/libgstsdp.def:
5398         Add new files for libgstsdp.
5399         * win32/vs6/grammar.dsp:
5400         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5401         * win32/vs6/gst_plugins_base.dsw:
5402         * win32/vs6/libgstdecodebin.dsp:
5403         * win32/vs6/libgstdecodebin2.dsp:
5404         * win32/vs6/libgstplaybin.dsp:
5405         * win32/vs6/libgstvolume.dsp:
5406         Add new dependencies to the link list.
5407
5408 2008-01-13  Julien Moutte  <julien@fluendo.com>
5409
5410         * win32/common/config.h:
5411         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5412         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5413         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5414         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5415         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5416         * win32/common/interfaces-enumtypes.c:
5417         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5418         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5419         (gst_mixer_track_flags_get_type),
5420         (gst_tuner_channel_flags_get_type):
5421         * win32/common/multichannel-enumtypes.c:
5422         (gst_audio_channel_position_get_type):
5423         * win32/common/pbutils-enumtypes.c:
5424         (gst_install_plugins_return_get_type):
5425         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5426         in the win32 build directory.
5427
5428 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5429
5430         * tests/check/Makefile.am:
5431         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5432
5433         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5434         * tests/check/elements/playbin.c:
5435         * tests/check/libs/mixer.c: (test_element_interface_supported),
5436         (gst_implements_interface_init):
5437         * tests/check/libs/rtp.c: (GST_START_TEST):
5438         Fix various assignment type mismatches.
5439
5440 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5441
5442         * configure.ac:
5443         * gst-libs/gst/rtsp/Makefile.am:
5444         Add test to see if hstrerror is available or if we need libresolv
5445         (Solaris) for it, then use it in libgstrtsp.
5446
5447 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5448
5449         * gst-libs/gst/tag/Makefile.am:
5450         Fix include path order
5451
5452 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5453
5454         * gst-libs/gst/pbutils/install-plugins.c:
5455         (gst_install_plugins_context_copy),
5456         (gst_install_plugins_context_get_type):
5457         * gst-libs/gst/pbutils/install-plugins.h:
5458         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5459         for bindings.
5460
5461 2008-01-11  Michael Smith <msmith@fluendo.com>
5462
5463         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5464         (_theora_granule_frame), (_theora_granule_start_time),
5465         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5466           Adapt for post-alpha meaning of granulepos, when we
5467           have a newer version of libtheora.
5468         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5469         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5470         (theora_enc_is_discontinuous), (theora_enc_chain):
5471           Likewise.
5472         * tests/check/Makefile.am:
5473           Link libtheora into theoraenc test so we can check which version of
5474           libtheora we're testing against.
5475         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5476         (check_buffer_granulepos),
5477         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5478         (theoraenc_suite):
5479           Adapt tests to check the values that are now defined for theora; make
5480           the tests backwards-adapt the passed values if we're running against an
5481           old libtheora.
5482           Fixes #497964
5483
5484 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5485
5486         * gst-libs/gst/audio/gstbaseaudiosink.c:
5487           (gst_base_audio_sink_class_init):
5488         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5489           (gst_base_audio_src_class_init):
5490           Ref audio clock class from a thread-safe context to make sure
5491           we're not bit by GObjects lack of thread-safety here (#349410),
5492            however unlikely that may be in practice.
5493
5494 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5495
5496         * autogen.sh:
5497           Add -Wno-portability to the automake parameters to stop warnings
5498           about GNU make extensions being used. We require GNU make in almost
5499           every Makefile anyway.
5500           
5501         * configure.ac:
5502           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5503           at the same time is required for per target flags.
5504
5505 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5506
5507         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5508           Post an error message if we can't pull as many bytes as we need
5509           for the tag. This makes sure the user gets to see a proper error
5510           message if a file with a partial ID3 tag is fed to decodebin, and
5511           not a 'no ID3 tag demuxer' error, which would be confusing
5512           (see #508138).
5513
5514 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5515
5516         * gst-libs/gst/pbutils/descriptions.c: (formats):
5517           Add description strings for ID3, APE, and ICY tags.
5518
5519 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5520
5521         * gst/playback/gstdecodebin.c: (try_to_link_1):
5522           Make sure we error out correctly if we can't activate one of
5523           the elements we've added.  Fixes #508138.
5524           
5525 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5526
5527         Patch by: Bastien Nocera <hadess at hadess net>
5528
5529         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5530           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5531           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5532           the volume is the same for all channels. This works around
5533           some problem in alsa that leaves us with inconsistent state
5534           for some reason (#486840).
5535
5536 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5537
5538         Patch by: Jerone Young <jerone at gmail com>
5539
5540         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5541           If there's no mixer track by the name of 'Master' or 'Front',
5542           check if there's one called 'PCM' before trying the generic
5543           fallback logic (fixes #506928, where we pick 'Mic' as master
5544           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5545
5546 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5547
5548         * gst/playback/gstplay-enum.c:
5549         (register_gst_autoplug_select_result),
5550         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5551         (gst_play_flags_get_type):
5552         * gst/playback/gstplay-enum.h:
5553         Add enums for configuration flags.
5554
5555         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5556         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5557         (gst_play_bin_get_property), (no_more_pads_cb),
5558         (autoplug_select_cb), (gst_play_bin_change_state):
5559         Merge mode with flags.
5560         Add more property getters/setters, defaults and docs.
5561         Add properties to get number of audio/video/text streams.
5562         Create sink object in _init so that we can always rely on it being
5563         there.
5564
5565         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5566         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5567         (activate_vis), (gst_play_sink_reconfigure),
5568         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5569         (gst_play_sink_change_state):
5570         * gst/playback/gstplaysink.h:
5571         Use flags to configure the sink pipelines.
5572         Add tee before audio pipeline so that we can use it for visualisations.
5573         Start working on integrating visualisations.
5574         Remove mode, we can do everything with the flags now.
5575         Add method to configue the sink pipeline.
5576
5577 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5578
5579         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5580           (check_buffer_timestamp), (check_buffer_duration):
5581           Turn these functions into macros so we can see right away
5582           where the failure occured.
5583
5584 2008-01-05  Julien Moutte  <julien@fluendo.com>
5585
5586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5587         debugging information to understand how X calculates the stride
5588         for XvImages.
5589
5590 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5591
5592         * gst/volume/Makefile.am:
5593         * gst/volume/gstvolume.c: (volume_choose_func),
5594         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5595         (volume_setup):
5596         * gst/volume/gstvolume.h:
5597         Use GstAudioFilter as base class for the volume element instead of
5598         plain GstBaseTransform.
5599
5600 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5601
5602         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5603         Don't set element details for the abstract GstAudioFilter class.
5604
5605 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5606
5607         * gst-libs/gst/audio/gstaudiofilter.c:
5608         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5609         Implement get_unit_size() vmethod of GstBaseTransform.
5610
5611 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5612
5613         * gst-libs/gst/pbutils/Makefile.am:
5614         * gst-libs/gst/pbutils/pbutils.h:
5615         Use glib-enum generator to have a proper enum GType for
5616         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5617
5618 2007-12-31  David Schleef  <ds@schleef.org>
5619
5620         * tests/check/Makefile.am:
5621         * tests/check/pipelines/theoraenc.c:
5622           Reenable theoraenc test, which fails on the buildbot but
5623           not locally.
5624
5625 2007-12-31  David Schleef  <ds@schleef.org>
5626
5627         * docs/libs/.cvsignore:
5628         * docs/plugins/.cvsignore:
5629           Add *-undeclared.txt to fix buildbot.
5630
5631 2007-12-31  David Schleef  <ds@schleef.org>
5632
5633         * tests/check/Makefile.am:
5634           Second attempt at disabling theoraenc test long enough to
5635           get buildbot to compile -base.
5636
5637 2007-12-31  David Schleef  <ds@schleef.org>
5638
5639         * tests/check/pipelines/theoraenc.c:
5640           Disable theoraenc test long enough to get the buildbot to
5641           compile a recent -base.
5642
5643 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5644
5645         * tests/examples/seek/seek.c: (stop_cb):
5646         Make sure we reset the slider value to 0.0 without racing against a
5647         possible g_idle that sets it to something else.
5648
5649 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5650
5651         * sys/ximage/ximagesink.c:
5652         fix typo
5653
5654 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5655
5656         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5657         * gst-libs/gst/rtsp/gstrtspdefs.h:
5658         Add Location header so that we can start implementing redirects.
5659         See #506025.
5660
5661 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5662
5663         * gst/subparse/gstssaparse.c:
5664         combine if's
5665
5666 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5667
5668         * gst/subparse/gstssaparse.c:
5669         remove duplicate log message
5670
5671 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5672
5673         * ext/libvisual/visual.c: (gst_visual_chain):
5674         Fix 'xyz may be used uninitialized' compiler warnings caused
5675         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5676         abort() in any case but properly report the error.
5677
5678 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5679
5680         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5681         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5682         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5683         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5684         (autoplug_select_cb), (activate_group), (deactivate_group),
5685         (setup_next_source), (save_current_group),
5686         (gst_play_bin_change_state):
5687         Code cleanups.
5688         Remove next-uri, we can use the uri property just fine.
5689         Fix some crasher.
5690         Unref uridecodebin when switching.
5691         Fix going to READY.
5692
5693         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5694         (gst_play_sink_init), (gst_play_sink_dispose),
5695         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5696         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5697         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5698         (gst_play_sink_set_property), (gst_play_sink_get_property),
5699         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5700         (gen_vis_element), (gst_play_sink_get_mode),
5701         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5702         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5703         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5704         (gst_play_sink_change_state):
5705         * gst/playback/gstplaysink.h:
5706         Add some locking to make things threadsafe.
5707
5708         * gst/playback/test7.c: (about_to_finish_cb):
5709         Fix test.
5710
5711 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5712
5713         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5714           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5715           (gst_video_scale_transform):
5716           Don't claim to be able to handle/transform caps that can't really
5717           be handled by the currently selected scaling method (here: RGB or
5718           packed YUV with 4-tap method). Also add locking to method property.
5719
5720         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5721           (test_basetransform_based):
5722           Some test pipelines for the above (not entirely valgrind clean yet
5723           apparently).
5724
5725 2007-12-21  David Schleef  <ds@schleef.org>
5726
5727         * gst-libs/gst/video/video.c:
5728         * gst-libs/gst/video/video.h:
5729           Add additional RGBA and RGB-24 video formats.
5730
5731 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5732
5733         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5734           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5735           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5736         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5737           (cddabasesrc_suite):
5738           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5739           deprecated in the future (see #498924).
5740
5741 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5742
5743         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5744           Don't leak event.
5745
5746 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5747
5748         * gst-libs/gst/riff/riff-read.c:
5749         Use GST_ROUND_UP_2 macro
5750
5751 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5752
5753         * gst/playback/.cvsignore:
5754           Ignore more.
5755
5756 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5757
5758         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5759         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5760           (set_active_source):
5761         * gst/playback/gstplaybasebin.h:
5762         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5763           (setup_sinks), (playbin_set_subtitles_visible):
5764           Make switching off of subtitles work. To avoid all kind of
5765           problems with unlinking of the subtitle input, we just keep
5766           the subtitle inputs linked as they are and tell textoverlay
5767           not to render them. Fixes #373011.
5768           Other subtitle switching issues (esp. when there are both
5769           external and in-stream subtitles) remain. They'll be solved
5770           in playbin2.
5771
5772 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5773
5774         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5775         Init the pad segment too.
5776
5777 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5778
5779         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5780         (gst_audioringbuffer_open_device),
5781         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5782         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5783         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5784         (gst_audio_sink_create_ringbuffer):
5785         Improve debug output.
5786
5787         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5788         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5789         Prevent some functions from doing things and failing when the
5790         ringbuffer is not yet acquired.
5791
5792 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5793
5794         * gst-libs/gst/interfaces/interfaces.h:
5795           Also remove interfaces.h from CVS as it is not needed anymore.
5796
5797 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5798
5799         * gst-libs/gst/interfaces/Makefile.am:
5800           interfaces.h is not used anymore so remove it from the build
5801           process.
5802
5803 2007-12-17  David Schleef  <ds@schleef.org>
5804
5805         * gst/videotestsrc/gstvideotestsrc.c:
5806         * gst/videotestsrc/gstvideotestsrc.h:
5807           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5808           for testing vertical refresh synchronization.
5809
5810 2007-12-17  David Schleef  <ds@schleef.org>
5811
5812         * docs/libs/gst-plugins-base-libs-sections.txt:
5813         * gst-libs/gst/video/video.c:
5814         * gst-libs/gst/video/video.h:
5815           Add new GstVideFormat enum and write a bunch of helper functions
5816           based around it.
5817
5818 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5819
5820         * Makefile.am:
5821           Use new common/win32.mak.
5822
5823 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5824
5825         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5826         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5827         Add debug info.
5828         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5829         the parent state change function, just like the audiosink, because the
5830         parent waits for the element to finish its processing before completing
5831         the state change. This makes going to PAUSED a lot snappier.
5832         When going from READY to PAUSED, don't allow the ringbuffer to start
5833         yet.
5834
5835 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5836
5837         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5838         Yet another fix for broken software that produce files with an empty
5839         blockalign field. Instead of completely failing, make a second attempt
5840         at guessing the width/depth by looking at strf->size.
5841
5842 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5843
5844         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5845           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5846         * gst-libs/gst/pbutils/install-plugins.c:
5847           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5848         * gst-libs/gst/pbutils/missing-plugins.c:
5849           (gst_missing_plugin_message_get_installer_detail),
5850           (gst_missing_encoder_installer_detail_new):
5851         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5852         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5853           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5854           avoid compiler warnings (#503930).
5855
5856 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5857
5858         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5859         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5860         for jpeg video streams.
5861         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5862         for the above modification.
5863
5864 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5865
5866         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5867           (gst_x_overlay_handle_events):
5868           More guards (we don't want klass to end up being NULL).
5869
5870 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5871
5872         * configure.ac:
5873         * gst/volume/gstvolume.c: (gst_volume_init):
5874           Use new gst_base_transform_set_gap_aware() function as volume
5875           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5876           for this.
5877
5878 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5879
5880         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5881         Don't go to READY on EOS as this avoids testing of seeking and
5882         restarting after EOS, use the stop button when you want to READY.
5883         Don't try to do a flushing seek in segment-done, it does not make
5884         sense to use this for gapless playback and is not needed.
5885
5886 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5887
5888         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5889         (reset_rate_timer), (update_in_rates), (update_out_rates),
5890         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5891         (gst_queue_chain), (gst_queue_loop):
5892         Use separate timers for input and output rates.
5893         Pause measuring the output rate when we block for more data.
5894         See #503262.
5895
5896 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5897
5898         * gst/playback/gstqueue2.c: (gst_queue_chain):
5899         Pause the timer to measure the input rate when we block because the
5900         queue is filled. See #503262.
5901
5902 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5903
5904         Patch by: Peter Kjellerstedt  <pkj at axis com>
5905
5906         * gst-libs/gst/rtsp/gstrtspconnection.c:
5907         (gst_rtsp_connection_free):
5908         Close control sockets. Fixes #503440.
5909
5910 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5911
5912         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5913         Expose the right pad in the right place with the right element.
5914
5915 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5916
5917         * gst-libs/gst/pbutils/descriptions.c: (formats):
5918           Add description for 'private' dts caps (who come up with that name?).
5919
5920 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5921
5922         * Makefile.am:
5923           Add check-exports target and run it with 'make check'.
5924
5925         * configure.ac:
5926           Be stricter about what we export in our libraries: change regexp so that
5927           we only export _gst_foo(), but not __gst_foo().
5928
5929         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5930         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5931           Change internal functions to __gst_foo so they dont' get exported.
5932
5933         * win32/common/libgstaudio.def:
5934           Add missing symbols.
5935
5936 2007-12-11  David Schleef  <ds@schleef.org>
5937
5938         * ChangeLog: remove conflict markers
5939
5940 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5941
5942         * ext/gnomevfs/Makefile.am:
5943         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5944           Use gst_tag_freeform_string_to_utf8() here, which also takes
5945           into account any character sets specified by the user via
5946           environment variables.
5947
5948 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5949
5950         * gst/audioconvert/Makefile.am:
5951         Also link to libm.
5952
5953 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5954
5955         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5956         No need for floating point operations here. avoids having to link
5957         against the math library too.
5958
5959 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5960
5961         * gst-libs/gst/pbutils/descriptions.c: (formats),
5962           (format_info_get_desc):
5963         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5964           (GST_START_TEST):
5965           Add one or two missing formats.  Generate ADPCM description
5966           dynamically depending on layout/format.
5967
5968 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5969
5970         * configure.ac:
5971           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5972
5973 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5974
5975         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5976
5977         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5978           Some .srt files start with chunk number 0 and not chunk number 1,
5979           recognise and accept those as well (fixes #502497).
5980
5981         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5982           (test_src):
5983           Add unit test for the above.
5984
5985 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5986
5987         * gst/playback/gstplay-enum.c:
5988         (register_gst_autoplug_select_result),
5989         (gst_autoplug_select_result_get_type):
5990         * gst/playback/gstplay-enum.h:
5991         Add missing files.
5992
5993 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5994
5995         * gst/playback/Makefile.am:
5996         Group decodebin2 and uridecodebin into the same plugin so that they
5997         can share the GEnumType.
5998
5999         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
6000         (_gst_select_accumulator), (gst_decode_bin_class_init),
6001         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
6002         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
6003         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
6004         Add signal to sort factories instead of the more awkward autoplug-select
6005         signal.
6006         Modify autoplug_select so that we can try, skip or expose the
6007         autopluggin of an element on a pad.
6008
6009         * gst/playback/gstfactorylists.c: (compare_ranks),
6010         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
6011         (element_filter), (gst_factory_list_get_elements),
6012         (gst_factory_list_debug), (gst_factory_list_filter):
6013         * gst/playback/gstfactorylists.h:
6014         Simplify the API, allow getting elements based on mask.
6015
6016         * gst/playback/gstplay-marshal.list:
6017         Add some more marshallers.
6018
6019         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
6020         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
6021         (autoplug_select_cb), (activate_group):
6022         Add support for managing non-raw sinks by providing a custom element and
6023         sink list to decodebin2.
6024         Try to plug non-raw sinks when decodebin2 using autoplug-select of
6025         decodebin2.
6026
6027         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
6028         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
6029         * gst/playback/gstplaysink.h:
6030         Add support for raw and non-raw sinks. 
6031         Add support to force sinks selected by playbin2.
6032         Don't plug raw converters for non-raw sinks.
6033
6034         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
6035         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
6036         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
6037         (plugin_init):
6038         Use right accumulators.
6039         Proxy new signal.
6040
6041 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6042
6043         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6044         Use runnning time as the base time instead of the timestamp.
6045         Spotted by Saur on IRC.
6046
6047 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
6048
6049         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6050         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
6051
6052 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6053
6054         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
6055         (gst_ogg_demux_read_chain):
6056         If we find a new serial number but it does not contain a BOS page, make
6057         sure we initialize the chain to NULL because else we will try to scan it
6058         and crash. Fixes #500763
6059
6060 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
6061
6062         * gst/playback/Makefile.am:
6063         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
6064         (get_feature_array), (decoders_filter), (sinks_filter),
6065         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
6066         (gst_factory_list_filter):
6067         * gst/playback/gstfactorylists.h:
6068         Refactor some common code to filter factories and check caps compat.
6069
6070         * gst/playback/gstdecodebin.c:
6071         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6072         (gst_decode_bin_init), (gst_decode_bin_dispose),
6073         (gst_decode_bin_autoplug_continue),
6074         (gst_decode_bin_autoplug_factories),
6075         (gst_decode_bin_autoplug_select), (analyze_new_pad),
6076         (find_compatibles):
6077         * gst/playback/gstplaybin.c:
6078         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6079         (gst_play_bin_init), (gst_play_bin_finalize),
6080         (autoplug_factories_cb), (activate_group):
6081         * gst/playback/gstqueue2.c:
6082         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6083         (proxy_autoplug_continue_signal),
6084         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6085         (proxy_drained_signal):
6086         Add some more debug info and use factor filtering code.
6087
6088 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6089
6090         * gst/audiotestsrc/gstaudiotestsrc.c:
6091         * gst/volume/gstvolume.c:
6092         * gst/volume/gstvolume.h:
6093           Add GAP-flag support.
6094
6095 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6096
6097         * tests/examples/seek/seek.c: (main): Increase the range of the
6098         rate selector as I would like to test QOS behavior at higher
6099         forward and reverse playback speed like say 64x.
6100
6101 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
6102
6103         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6104         (audioresample_query), (audioresample_query_type),
6105         (gst_audioresample_set_property):
6106         Implement latency query.
6107
6108 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6109
6110         * gst-libs/gst/audio/gstbaseaudiosink.c:
6111         (gst_base_audio_sink_drain):
6112         Our EOS time contains the base_time, _wait_eos() expects a running_time
6113         so we have to subtract the base_time again before calling the function.
6114         This fixes an EOS regression where the base_time was added twice and EOS
6115         took longer and longer in certain situations.
6116         Fixes #498767.
6117
6118 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6119
6120         * docs/libs/gst-plugins-base-libs-sections.txt:
6121         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6122         (gst_base_audio_sink_set_provide_clock),
6123         (gst_base_audio_sink_get_provide_clock),
6124         (gst_base_audio_sink_set_slave_method),
6125         (gst_base_audio_sink_get_slave_method),
6126         (gst_base_audio_sink_set_property),
6127         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6128         (gst_base_audio_sink_none_slaving),
6129         (gst_base_audio_sink_handle_slaving):
6130         * gst-libs/gst/audio/gstbaseaudiosink.h:
6131         Expose methods for some object properties so that subclasses can more
6132         easily configure them.
6133         Added slave method none, that completely disables slaving to the
6134         internal clock.
6135         API: gst_base_audio_sink_set_provide_clock()
6136         API: gst_base_audio_sink_get_provide_clock()
6137         API: gst_base_audio_sink_set_slave_method()
6138         API: gst_base_audio_sink_get_slave_method()
6139
6140         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6141         (gst_base_audio_src_set_provide_clock),
6142         (gst_base_audio_src_get_provide_clock),
6143         (gst_base_audio_src_set_property),
6144         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6145         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6146         Expose methods for some object properties so that subclasses can more
6147         easily configure them.
6148         API: gst_base_audio_src_set_provide_clock()
6149         API: gst_base_audio_src_get_provide_clock()
6150
6151 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6152
6153         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6154
6155         * gst-libs/gst/sdp/gstsdpmessage.c:
6156         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6157
6158 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6159
6160         * tests/check/libs/fft.c: (GST_START_TEST):
6161         Fix scaling to really have dB instead of something else.
6162
6163 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6164
6165         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6166         GTK version, use it.
6167
6168 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6169
6170         * tests/examples/seek/seek.c: (main): Try to support stable version
6171         of GTK.
6172
6173 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6174
6175         * gst/playback/README:
6176         * gst/playback/test7.c:
6177           Fix the build + little README update.
6178
6179 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6180
6181         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6182         Add playbin2 seek pipeline.
6183
6184 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6185
6186         * gst/playback/Makefile.am:
6187         * gst/playback/gstplayback.c: (plugin_init):
6188         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6189         (eos_cb), (about_to_finish_cb), (main):
6190         Add playbin2.
6191         Added gapless playback example.
6192
6193         * gst/playback/gstplaybasebin.c:
6194         * gst/playback/gstplaybasebin.h:
6195         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6196         * gst/playback/gstqueue2.c:
6197         * gst/playback/test.c:
6198         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6199         (pad_removed_cb):
6200         * gst/playback/gststreaminfo.h:
6201         Change email.
6202
6203         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6204         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6205         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6206         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6207         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6208         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6209         (drained_cb), (unlink_group), (activate_group),
6210         (setup_next_source), (gst_play_bin_change_state),
6211         (gst_play_bin2_plugin_init):
6212         Added raw first version of playbin2. Does chained oggs and gapless
6213         playback fine. No support for raw sinks yet. No visualisations or
6214         subtitles yet.
6215
6216         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6217         (gst_play_sink_class_init), (gst_play_sink_init),
6218         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6219         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6220         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6221         (gst_play_sink_set_property), (gst_play_sink_get_property),
6222         (post_missing_element_message), (free_chain), (add_chain),
6223         (activate_chain), (gen_video_chain), (gen_text_element),
6224         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6225         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6226         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6227         (gst_play_sink_send_event), (gst_play_sink_change_state):
6228         * gst/playback/gstplaysink.h:
6229         Added Element that abstracts the sinks and their pipelines for playbin2.
6230
6231 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6232
6233         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6234         (gst_selector_pad_class_init), (gst_selector_pad_init),
6235         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6236         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6237         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6238         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6239         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6240         (gst_stream_selector_init), (gst_stream_selector_set_property),
6241         (gst_stream_selector_get_linked_pad),
6242         (gst_stream_selector_getcaps),
6243         (gst_stream_selector_is_active_sinkpad),
6244         (gst_stream_selector_activate_sinkpad),
6245         (gst_stream_selector_get_linked_pads),
6246         (gst_stream_selector_request_new_pad),
6247         (gst_stream_selector_release_pad):
6248         * gst/playback/gststreamselector.h:
6249         Improve streamselector, make it select and unselect the current pad more
6250         intelligently. 
6251         Subclass GstPad for the sinkpads of the selector.
6252         Handle segments more correctly.
6253         Fix caps negotiation.
6254         Implement release_pad.
6255
6256 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6257
6258         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6259         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6260         (remove_fakesink):
6261         Add drained signal fired when decodebin finishes decoding the data.
6262         Remove deprecated STATE_DIRTY message.
6263
6264         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6265         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6266         (analyse_source), (proxy_drained_signal), (make_decoder),
6267         (source_new_pad), (value_list_append_structure_list),
6268         (handle_redirect_message), (handle_message):
6269         Proxy the new drained signal.
6270         Handle pad removed from decodebin.
6271         Handle redirect messages by sorting multiple redirections based on the
6272         connection speed.
6273
6274 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6275
6276         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6277
6278         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6279         Fix leaking headers. Fixes #496761.
6280
6281 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6282
6283         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6284
6285         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6286         (gst_ximagesink_change_state):
6287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6288         Don't leak the PAR on errors. Fixes #496731.
6289
6290 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6291
6292         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6293           (gst_tag_from_id3_user_tag):
6294           Add mapping for audio cd discid tags, so we can extract
6295           them from tags as well (see #347848). Also compare identifiers
6296           in ID3v2 TXXX frames in a case-insensitive way to increase
6297           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6298
6299 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6300
6301         * gst-plugins-base.doap:
6302         Oops, fix the release name.
6303
6304 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6305
6306         * gst-plugins-base.doap:
6307         Add 0.10.15 release
6308
6309 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6310
6311         * configure.ac:
6312         Back to CVS
6313
6314 === release 0.10.15 ===
6315
6316 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6317
6318         * configure.ac:
6319           releasing 0.10.15, "No need to argue"
6320
6321 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6322
6323         * win32/vs6/libgstfft.dsp:
6324         Convert line endings to DOS.
6325
6326 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6327
6328         * win32/vs6/gst_plugins_base.dsw:
6329         * win32/vs6/libgstfft.dsp:
6330         * win32/MANIFEST:
6331         Add a project file for fft plugin and remove socket
6332         based plugin which don't build from the workspace.
6333         * win32/vs6/libgstaudio.dsp:
6334         * win32/vs6/libgstrtp.dsp:
6335         * win32/vs6/libgsttag.dsp:
6336         Convert line endings back to DOS.
6337         Fixes #496724
6338
6339 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6340
6341         * win32/vs6/libgstinterfaces.dsp:
6342         * win32/vs6/libgstrtsp.dsp:
6343         Convert line endings back to DOS
6344
6345 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6346
6347         * gst-libs/gst/fft/kiss_fft_f32.h:
6348         * gst-libs/gst/fft/kiss_fft_f64.h:
6349         * gst-libs/gst/fft/kiss_fft_s16.h:
6350         * gst-libs/gst/fft/kiss_fft_s32.h:
6351         Don't include malloc.h which doesn't exist on Mac OSX.
6352         Instead, pull in glib.h and use g_malloc/g_free for 
6353         consistency. Fixes: #496548
6354
6355 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6356
6357         * gst/playback/gstdecodebin2.c:
6358           Dont leak ghostpad. Fixes #475451.
6359
6360 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6361
6362         * docs/design/design-decodebin.txt:
6363         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6364         Update some more docs and comments.
6365
6366 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6367
6368         Patch by: Sebastien Moutte  <sebastien moutte net>
6369
6370         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6371           (gst_rtcp_unix_to_ntp):
6372         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6373           Fix some C99-isms and and a missing function that some versions of
6374           MSVC don't like too much (#494346).
6375
6376         * win32/vs6/gst_plugins_base.dsw:
6377         * win32/vs6/libgstaudio.dsp:
6378         * win32/vs6/libgstrtp.dsp:
6379         * win32/vs6/libgsttag.dsp:
6380           Update vs6 projects files (#494346).
6381
6382 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6383
6384         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6385
6386         * win32/common/libgstaudio.def:
6387         * win32/common/libgstcdda.def:
6388         * win32/common/libgstinterfaces.def:
6389         * win32/common/libgstnetbuffer.def:
6390         * win32/common/libgstpbutils.def:
6391         * win32/common/libgstrtp.def:
6392         * win32/common/libgstrtsp.def:
6393         * win32/common/libgsttag.def:
6394         * win32/common/libgstvideo.def:
6395           More missing symbols to export (fixes #493986).
6396
6397 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6398
6399         * docs/libs/gst-plugins-base-libs-sections.txt:
6400         * gst-libs/gst/fft/gstfftf32.c:
6401         * gst-libs/gst/fft/gstfftf32.h:
6402         * gst-libs/gst/fft/gstfftf64.c:
6403         * gst-libs/gst/fft/gstfftf64.h:
6404         * gst-libs/gst/fft/gstffts16.c:
6405         * gst-libs/gst/fft/gstffts16.h:
6406         * gst-libs/gst/fft/gstffts32.c:
6407         * gst-libs/gst/fft/gstffts32.h:
6408         * tests/check/libs/fft.c: (GST_START_TEST):
6409         Remove the magnitude and phase calculation functions as these have
6410         very special use cases and can't even be used for the spectrum
6411         element. Also adjust the docs to mention some properties of the used
6412         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6413
6414 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6415
6416         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6417           (finish_source):
6418           Avoid crash when there are external subtitles (fixes #491722).
6419
6420 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6421
6422         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6423         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6424           'Could not open resource for writing' is not an acceptable
6425           error message when we can't open the audio device (see #492334),
6426           even less so when we're trying to open it to record something.
6427
6428 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6429
6430         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6431
6432         * win32/common/libgstrtp.def:
6433           Add some more missing symbols (#492813).
6434
6435 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6436
6437         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6438
6439         * tests/check/elements/audioconvert.c: (verify_convert):
6440           Add check to make sure that the out caps have a channel layout
6441           set on them where they should have one.
6442
6443 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6444
6445         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6446
6447         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6448         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6449           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6450           (#492306).
6451
6452         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6453           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6454           (it disappeared in GLib 2.14.0) (#492306).
6455
6456         * gst-libs/gst/sdp/Makefile.am:
6457         * gst-libs/gst/sdp/gstsdpmessage.c:
6458           Fix includes and LIBS for win32/Mingw (#492306).
6459
6460         * tests/examples/dynamic/addstream.c (pause_play_stream):
6461           Use more portable g_usleep() instead of sleep() (#492306).
6462
6463 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6464
6465         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6466
6467         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6468           (gst_ring_buffer_parse_caps):
6469           Return NULL instead of an enum that happens to be 0, fixes warning
6470           on MSVC (#492114).
6471
6472         * gst-libs/gst/audio/gstringbuffer.h:
6473           No trailing commas in enum list (for gcc-2.9x).
6474
6475         * gst/videotestsrc/videotestsrc.c: (random_char):
6476           Make information loss explicit instead of implicitly truncating to
6477           eight bits via the return value.  Fixes runtime error on MSVC when
6478           using the debug CRT (#492114).
6479
6480         * win32/common/config.h.in:
6481           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6482
6483         * win32/common/libgstinterfaces.def:
6484         * win32/common/libgstrtp.def:
6485           Export a few more symbols (#492114).
6486
6487 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6488
6489         * gst-libs/gst/audio/audio.c:
6490         * gst-libs/gst/audio/audio.h:
6491           Readd the deprecation guards, but preserve compilability.
6492
6493 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6494
6495         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6496           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6497           Preserve channel layout when fixating the number of channels in the
6498           output caps, or make sure there's a suitable channel position layout
6499           set on the caps if required. Fixes #430677.
6500
6501 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6502
6503         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6504           Make sure the pipeline really operates in push mode as it should
6505           in this case.
6506
6507 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6508
6509         * gst-libs/gst/audio/audio.h:
6510           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6511           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6512           (ie. normal cvs builds) will fail.
6513
6514 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6515
6516         * docs/libs/Makefile.am:
6517         * gst-libs/gst/audio/audio.c:
6518         * gst-libs/gst/audio/audio.h:
6519         * gst-libs/gst/interfaces/mixer.c:
6520           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6521
6522 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6523
6524         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6525           (test_channel_layout_value_intersect), (audio_suite):
6526           Add simple unit test to make sure GstValue intersection
6527           of channel layouts works the way I think it does.
6528
6529 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6530
6531         * docs/libs/gst-plugins-base-libs-sections.txt:
6532         * gst-libs/gst/audio/gstaudiofilter.h:
6533         * gst-libs/gst/interfaces/mixer.h:
6534         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6535         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6536         * gst-libs/gst/sdp/gstsdpmessage.c:
6537           Fix the docs according to what gtk-doc complained about.
6538
6539 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6540
6541         * tests/icles/stress-playbin.c:
6542           Fix the build.
6543
6544 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6545
6546         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6547         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6548           Post nice/more useful error message if we don't have a decoder for
6549           the primary type.
6550
6551 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6552
6553         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6554         Be a bit more useful, unblock the pads after we fired the no-more-pads
6555         signal so that we can use the signal to inspect and connect all pads
6556         without having to keep extra state outside of decodebin.
6557
6558 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6559
6560         * gst/playback/gsturidecodebin.c:
6561         (gst_uri_decode_bin_autoplug_continue),
6562         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6563         Implement default signal handler so that we return TRUE when nothing is
6564         connected.
6565
6566 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6567
6568         * gst-libs/gst/riff/riff-media.c:
6569         (gst_riff_wavext_add_channel_layout),
6570         (gst_riff_wave_add_default_channel_layout),
6571         (gst_riff_wavext_get_default_channel_mask),
6572         (gst_riff_create_audio_caps):
6573         Use the ALSA channel layout as default for wav files without channel
6574         layout information. This fixes playback of chan-id.wav on 5.1 systems
6575         for example. Also refactor the channel layout setting a bit and add
6576         more default channel orders. Fixes #489010.
6577
6578 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6579
6580         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6581           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6582           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6583           instead.
6584
6585 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6586
6587         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6588         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6589         (gst_decode_bin_set_subs_encoding),
6590         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6591         (gst_decode_bin_get_property), (analyze_new_pad):
6592         Move subtitle encoding property to decodebin2 so that it can set the
6593         property value on all elements that it autoplugs and that require it.
6594         Make caps refcounting more consistent in get/set.
6595
6596         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6597         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6598         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6599         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6600         (proxy_autoplug_continue_signal),
6601         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6602         (make_decoder):
6603         Proxy properties and relevant signals from the internal decodebin.
6604         Make properties MT safe.
6605
6606 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6607
6608         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6609         * gst-libs/gst/tag/tags.c:
6610           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6611           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6612
6613         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6614           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6615
6616         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6617           (gst_tag_to_vorbis_comments):
6618           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6619           just mapping everything I found in the wild) (#414539).
6620
6621 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6622
6623         Inspired by patch of: René Stadler <mail at renestadler dot de>
6624
6625         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6626         (gst_decode_bin_autoplug_continue),
6627         (gst_decode_bin_autoplug_factories),
6628         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6629         (find_compatibles):
6630         * gst/playback/gstplay-marshal.list:
6631         Remove the autoplug-sort signal and replace it with a binding friendly
6632         autoplug-select signal.
6633         Add an autoplug-factories signal that can be used to generate a list of
6634         factories to try to autoplug.
6635         Add the GstPad to the autoplugging signal args as it might be needed to
6636         make a good factory selection.
6637         Fix up the marshallers for this. Fixes #407282.
6638
6639 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6640
6641         * gst-libs/gst/tag/gsttagdemux.c:
6642           Don't abort with an assertion if we receive a seek event with
6643           a start type of NONE (see launchpad bug #155878).
6644
6645 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6646
6647         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6648         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6649         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6651         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6652         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6653         Make sure that before we clean up the X resources, we shutdown and join
6654         the event thread.
6655         Also make sure the event thread does not shut down immediatly after
6656         startup because the running variable is not yet correctly set.
6657         Fixes #378770. 
6658
6659 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6660
6661         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6662         Make the window for a race in typefind and shutting down smaller until
6663         we figure out the right locking here. Avoids #485753 usually.
6664
6665         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6666         Remove unneeded lock causing a race in typefind and shutting down.
6667         Fixes #485753.
6668
6669         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6670         Also remove sinks when going to NULL because we might not complete the
6671         state change to PAUSED, causing the PAUSED->READY state change not to
6672         happen.
6673
6674 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6675
6676         * gst-libs/gst/audio/gstbaseaudiosink.c:
6677         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6678         Also explicitly release the ringbuffer when going to NULL because it
6679         is required in the setcaps function, before the state change to PAUSED
6680         completes.
6681
6682 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6683
6684         * tests/icles/.cvsignore:
6685         * tests/icles/Makefile.am:
6686         * tests/icles/stress-playbin.c:
6687           Does what it says on the tin.
6688
6689 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6690
6691         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6692         Fix queue negotiation. See #486758.
6693
6694 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6695
6696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6697         (gst_xvimagesink_xwindow_new),
6698         (gst_xvimagesink_update_colorbalance),
6699         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6700
6701         Fix handling of some of the X atoms. If the last parameter is True,
6702         XInternAtom won't create the atom if it doesn't exist, and therefore
6703         might return None. This causes X errors on Xv implementations that
6704         don't provide the colour balance attributes.
6705
6706 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6707
6708         * gst-libs/gst/tag/gstvorbistag.c:
6709         * tests/check/libs/tag.c:
6710           Extract vorbis comment LICENSE tags correctly.
6711
6712 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6713
6714         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6715
6716         * gst-libs/gst/tag/gstid3tag.c:
6717         * tests/check/libs/tag.c:
6718           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6719
6720 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6721
6722         * gst-libs/gst/tag/gsttagdemux.c:
6723           Don't error out when a buggy downstream element doesn't
6724           handle the newsegment event we send properly (especially
6725           not without posting a meaningful error message on the
6726           bus). See bug #471370 and launchpad bug #136264.
6727
6728 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6729
6730         * gst-libs/gst/audio/gstbaseaudiosink.c:
6731         (gst_base_audio_sink_drain):
6732         Use new basesink method to make our EOS drain interruptable.
6733
6734 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6735
6736         * gst-libs/gst/rtp/gstrtppayloads.c:
6737         Fix silly search-replace oversight.
6738
6739 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6740
6741         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6742
6743         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6744         (gst_basertppayload_set_outcaps):
6745         Fix caps memleak. Fixes #484989.
6746
6747
6748 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6749
6750         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6751         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6752         Fix debug output.
6753
6754 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6755
6756         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6757         (gst_base_audio_src_create):
6758         Also handle the case where there is no clock set on the audio source,
6759         like in the unit tests.
6760
6761 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6762
6763         * gst-libs/gst/rtp/gstrtppayloads.c:
6764         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6765         to avoid compiler warnings
6766
6767 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6768
6769         * gst/playback/gstdecodebin.c: (type_found),
6770         (gst_decode_bin_change_state):
6771         * gst/playback/gstdecodebin2.c: (type_found),
6772         (gst_decode_bin_change_state):
6773         Don't disconnect the have_type signal because we never reconnect it
6774         later on. Instead keep a variable to see if we already detected a type.
6775
6776 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6777
6778         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6779         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6780         (type_found):
6781         Unlink the signal handler when we found the type, we're not going to do
6782         anything sensible with more type_found signals anyway.
6783
6784 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6785
6786         * gst-libs/gst/tag/gsttagdemux.c:
6787           Don't leak caps.
6788
6789 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6790
6791         * gst-libs/gst/tag/Makefile.am:
6792         * gst-libs/gst/tag/gsttagdemux.c:
6793         * gst-libs/gst/tag/gsttagdemux.h:
6794           API: add GstTagDemux base class for simple tag demuxers.
6795
6796         * docs/libs/gst-plugins-base-libs-docs.sgml:
6797         * docs/libs/gst-plugins-base-libs-sections.txt:
6798           Add GstTagDemux to docs.
6799
6800 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6801
6802         * gst-libs/gst/rtp/gstrtpbuffer.c:
6803         (gst_rtp_buffer_get_payload_subbuffer):
6804         Fix bug introduced with last commit which inverted the logic and
6805         caused all buffers to be dropped. Fixes #483620.
6806         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6807
6808 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6809
6810         * gst-libs/gst/rtp/gstrtpbuffer.c:
6811           Replace g_return_if_val (as it could be disabled), with regular return
6812           and warning.
6813
6814 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6815
6816         * tests/check/pipelines/simple-launch-lines.c:
6817           Print message name and not just number.
6818
6819 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6820
6821         * gst-libs/gst/audio/gstbaseaudiosink.c:
6822         (gst_base_audio_sink_async_play):
6823         When slaved to the clock, don't try to align a sample with the previous
6824         one when going to PLAYING again.
6825
6826 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6827
6828         * tests/examples/snapshot/snapshot.c:
6829           Fix the build.
6830
6831 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6832
6833         * gst-libs/gst/sdp/gstsdpmessage.h:
6834         Add RFC 3556 bandwidth modifiers.
6835
6836 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6837
6838         * docs/libs/gst-plugins-base-libs-docs.sgml:
6839         * docs/libs/gst-plugins-base-libs-sections.txt:
6840         * gst-libs/gst/rtp/gstrtppayloads.c:
6841         Update documentation.
6842
6843 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6844
6845         * gst-libs/gst/rtp/Makefile.am:
6846         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6847         (gst_rtp_payload_info_for_name):
6848         * gst-libs/gst/rtp/gstrtppayloads.h:
6849         Added new file and header to deal with payload info.
6850
6851         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6852         (gst_rtp_buffer_default_clock_rate):
6853         * gst-libs/gst/rtp/gstrtpbuffer.h:
6854         Payload specific stuff is move to new headers.
6855         Implement _default_clock rate using the new payload function.
6856
6857         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6858         (gst_sdp_parse_line):
6859         * gst-libs/gst/sdp/gstsdpmessage.h:
6860         Add some more comments.
6861
6862 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6863
6864         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6865         (sdp_check_header), (sdp_type_find), (plugin_init):
6866         Add typefind function for application/sdp.
6867         Remove some old dirac typefind code that was ifdeffed out.
6868
6869 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6870
6871         * win32/common/libgstaudio.def:
6872         Add new exported functions.
6873         * win32/vs6/grammar.dsp:
6874         Add autogeneration and copy of some autegenerated files from win32/common
6875         for rtsp library.
6876         * win32/vs6/libgstaudioconvert.dsp:
6877         Add gstaudioquantize.c to the build.
6878         * win32/vs6/libgstinterfaces.dsp:
6879         Add videoorientation.c to the build.
6880         * win32/vs6/libgstriff.dsp:
6881         Add libgsttag to the link libraries list.
6882         * win32/vs6/libgstvolume.dsp:
6883         Add liboil to the link.
6884         * win32/vs6/gst_plugins_base.dsw:
6885         * win32/vs6/libgstrtsp.dsp:
6886         * win32/common/libgstrtsp.def:
6887         Add files to build libgstrtsp library.
6888         
6889 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6890
6891         * tests/examples/snapshot/snapshot.c: (main):
6892         Print error when pipeline failed to construct.
6893
6894 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6895
6896         * configure.ac:
6897         * gst-libs/gst/tag/gstid3tag.c:
6898         * gst-libs/gst/tag/gstvorbistag.c:
6899           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6900           and ID3v2 tags.
6901
6902 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6903
6904         * gst-libs/gst/floatcast/floatcast.h:
6905           Don't include config.h in an installed public header, this
6906           might break compilation of applications that don't have such
6907           a header and doesn't necessarily do what it's supposed to do
6908           anyway (ie. check for the lrint/lrintf defines) (#442065).
6909           Add docs for the various macros and document how this header
6910           has to be used (link against libm, etc.); add a few FIXMEs;
6911           include math.h for non-c99 code path.  Based on patch by
6912           Jan Schmidt.
6913           
6914 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6915
6916         * configure.ac:
6917         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6918         of duplicating these macros in configure.ac.
6919
6920 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6921
6922         * po/hu.po:
6923         * po/sv.po:
6924         * po/uk.po:
6925           Updated translations to 0.10.14
6926
6927 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6928
6929         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6930
6931         * po/pl.po:
6932           Added Polish translation.
6933
6934 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6935
6936         translated by: Ilkka Tuohela <hile@iki.fi>
6937
6938         * po/fi.po:
6939           Added Finnish translation.
6940
6941 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6942
6943         translated by: Jorge González González <aloriel@gmail.com>
6944
6945         * po/es.po:
6946           Added Spanish translation.
6947
6948 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6949
6950         translated by: Mogens Jaeger <mogens@jaeger.tf>
6951
6952         * po/da.po:
6953           Added Danish translation.
6954
6955 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6956
6957         translated by: Funda Wang <fundawang@linux.net.cn>
6958
6959         * po/zh_CN.po:
6960           Added Chinese (simplified) translation.
6961
6962 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6963
6964         translated by: Alexander Shopov <ash@contact.bg>
6965
6966         * po/bg.po:
6967           Added Bulgarian translation.
6968
6969 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6970
6971         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6972         Fix compilation wrt printf arguments.
6973
6974 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6975
6976         * configure.ac:
6977         * tests/examples/Makefile.am:
6978         * tests/examples/snapshot/.cvsignore:
6979         * tests/examples/snapshot/Makefile.am:
6980         * tests/examples/snapshot/snapshot.c: (main):
6981         Add simple snapshot example program using appsink.
6982
6983 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6984
6985         * tests/check/generic/states.c:
6986           Improved state change unit test.
6987
6988 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6989
6990         * docs/plugins/.cvsignore:
6991         * tests/check/.cvsignore:
6992           Ignore registries in any format.
6993
6994 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6995
6996         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6997         (gst_base_rtp_depayload_chain),
6998         (gst_base_rtp_depayload_set_gst_timestamp):
6999         Only copy timestamp on outgoing packets if the depayloader did not set
7000         one.
7001         Also copy duration on outgoing packets.
7002
7003 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7004
7005         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
7006         (gst_basertppayload_set_outcaps):
7007         Fix compilation because of missing %d in printf.
7008         When fixating caps, fixate what we can and throw away all remaining
7009         unfixed caps, subclasses should do something smart if they need to.
7010
7011 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7012
7013         * ext/gnomevfs/gstgnomevfssrc.c:
7014           Improve debug logs a bit and be more verbose if things go wrong.
7015
7016 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7017
7018         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7019         (gst_text_overlay_set_property):
7020         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7021         * gst-libs/gst/audio/gstbaseaudiosink.c:
7022         (gst_base_audio_sink_render):
7023         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
7024         (gst_rtcp_unix_to_ntp):
7025         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
7026         * gst/playback/gstqueue2.c:
7027         * tests/examples/seek/seek.c: (set_scale):
7028         Fix a bunch of compile warnings shown with Forte.
7029
7030         * gst/audiorate/gstaudiorate.c:
7031         Always pull in config.h before including any system headers.
7032
7033 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
7034
7035         * gst/playback/gstqueue2.c: (update_buffering),
7036         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
7037         (gst_queue_handle_sink_event), (gst_queue_chain),
7038         (gst_queue_push_one), (gst_queue_sink_activate_push),
7039         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
7040         Also fix #476514 for queue2.
7041
7042 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7043
7044         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7045         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
7046         (gst_base_rtp_depayload_chain),
7047         (gst_base_rtp_depayload_handle_sink_event),
7048         (gst_base_rtp_depayload_push_full),
7049         (gst_base_rtp_depayload_set_gst_timestamp),
7050         (gst_base_rtp_depayload_change_state):
7051         Remove code to deal with RTP to GST time conversion, we now just copy
7052         the GST timestamp we receive to the outgoing buffers.
7053         Handle segment and flushes correctly.
7054
7055         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7056         When we have no valid input timestamp, use the previous rtp timestamp on
7057         the outgoing RTP packet instead of the RTP base time.
7058
7059 2007-09-15  David Schleef  <ds@schleef.org>
7060
7061         * ext/alsa/gstalsa.c:
7062         * ext/alsa/gstalsadeviceprobe.c:
7063         * ext/alsa/gstalsamixer.c:
7064         * ext/alsa/gstalsasink.c:
7065         * ext/alsa/gstalsasrc.c:
7066           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
7067
7068 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
7069
7070         * gst-libs/gst/rtp/gstbasertppayload.c:
7071         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
7072         Add some debug info when negotiating caps.
7073
7074 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7075
7076         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7077         A buffer with an empty payload is also a valid buffer.
7078
7079 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7080
7081         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7082         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7083         (gst_basertppayload_change_state):
7084         Make sure we start our RTP timestamp from the random base RTP
7085         timestamp even if the buffer timestamp starts from some random value.
7086
7087 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7088
7089         * configure.ac:
7090         * tests/examples/Makefile.am:
7091         * tests/examples/dynamic/.cvsignore:
7092         * tests/examples/dynamic/Makefile.am:
7093         * tests/examples/dynamic/addstream.c: (create_stream),
7094         (pause_play_stream), (message_received), (eos_message_received),
7095         (perform_step), (main):
7096         Add simple exmple app to demonstrate starting and pausing live and
7097         non-live bins in a PLAYING pipeline.
7098
7099 2007-09-14  Julien MOUTTE  <julien@moutte.net>
7100
7101         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7102         typefind for QCP files (RFC #3625)
7103
7104 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7105
7106         * gst-libs/gst/audio/gstbaseaudiosink.c:
7107         (gst_base_audio_sink_init):
7108         Disable pull mode scheduling, we're not ready for it yet and it subtly
7109         breaks a lot of things.
7110
7111 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7112
7113         * tests/check/elements/libvisual.c:
7114           Test all libvisual plugins, not just the first one; this reproduces
7115           bug #450336 quite easily.  Looks like a problem with the 'jess'
7116           visualisation.
7117
7118 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7119
7120         * tests/check/Makefile.am:
7121         * tests/check/elements/.cvsignore:
7122         * tests/check/elements/libvisual.c:
7123           Add basic libvisual test case in an attempt to reproduce bug #450336.
7124           Doesn't reproduce that bug, but some other crasher instead (invalid
7125           free), at least with make elements/libvisual.forever and the bumscope
7126           plugin on x86-64/gutsy. Leaving test disabled for now.
7127
7128 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7129
7130         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7131
7132         * gst-libs/gst/rtsp/gstrtspconnection.c:
7133         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7134         (read_body), (gst_rtsp_connection_receive):
7135         Make sure we can not cancel in the middle of receiving a message.
7136         Fixes #475731.
7137
7138 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
7139
7140         Patch by: Josep Torra Valles <josep@fluendo.com>
7141
7142         * gst/playback/gstplaybasebin.c:
7143           Increase upper limit for audio queue a bit; fixes preroll problem
7144           with playbin and decodebin2 when playing a quicktime trailer with
7145           multichannel audio via http (#464666).
7146
7147 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7148
7149         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7150         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7151         (gst_base_audio_src_provide_clock),
7152         (gst_base_audio_src_set_property),
7153         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7154         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7155         Allow othe clocks than the internal clock to be used for the pipeline.
7156         Add property to disable clock provide.
7157         API: GstBaseAudioSrc::provide-clock
7158
7159 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7160
7161         * gst/playback/gstdecodebin2.c:
7162           Don't leak request pads. Fixes #475395.
7163
7164 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7165
7166         Patch by: René Stadler <mail at renestadler dot de>
7167
7168         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7169         (gst_ximage_buffer_class_init):
7170         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7171         (gst_xvimage_buffer_class_init):
7172         Correctly chain up finalize with the parent class to prevent
7173         memory leaks. Fixes #474880.
7174
7175 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7176
7177         * gst/volume/gstvolume.c: (volume_choose_func):
7178         * tests/check/elements/volume.c: (GST_START_TEST):
7179         Revert the latest change: floating point samples are allowed to
7180         have any value, not only values in the range [-1,1]. Thanks to Andy
7181         Wingo for noticing.
7182         Also fix processing of int32 samples with volumes > 4 by making the
7183         unity value smaller which prevents overflows.
7184
7185 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7186
7187         * gst-libs/gst/rtp/gstrtpbuffer.c:
7188         * tests/check/libs/rtp.c:
7189           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7190
7191 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7192
7193         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7194
7195         * gst-libs/gst/rtp/gstrtpbuffer.c:
7196           Fix up GstRTPHeader helper struct so that compilers will not under
7197           any circumstances add padding in between our fields, as currently
7198           happens with MSVC on win32, because that would lead to us sending
7199           out RTP payloads with broken RTP headers (#471194).
7200           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7201           
7202         * tests/check/Makefile.am:
7203         * tests/check/libs/.cvsignore:
7204         * tests/check/libs/rtp.c:
7205           Add some simple unit tests for GstRTPBuffer. Some are disabled
7206           because the code tested still needs fixing (set_csrc() does not work).
7207
7208 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7209
7210         * win32/MANIFEST:
7211         * win32/common/gstrtsp-enumtypes.c:
7212         * win32/common/gstrtsp-enumtypes.h:
7213         * win32/common/interfaces-enumtypes.c:
7214         * win32/common/interfaces-enumtypes.h:
7215         * win32/common/multichannel-enumtypes.c:
7216           Add rtsp enumtypes (#474384) and update others.
7217
7218 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7219
7220         * configure.ac:
7221           Fix configure check for HAVE_LIBXML_HTML.
7222
7223 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7224
7225         * tests/check/libs/.cvsignore:
7226           Ignore more, in case the build bots work again one day.
7227
7228 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7229
7230         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7231
7232         * configure.ac:
7233         * gst-libs/gst/Makefile.am:
7234         * gst-libs/gst/fft/Makefile.am:
7235         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7236         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7237         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7238         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7239         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7240         * gst-libs/gst/fft/gstfft.h:
7241         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7242         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7243         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7244         * gst-libs/gst/fft/gstfftf32.h:
7245         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7246         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7247         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7248         * gst-libs/gst/fft/gstfftf64.h:
7249         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7250         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7251         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7252         * gst-libs/gst/fft/gstffts16.h:
7253         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7254         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7255         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7256         * gst-libs/gst/fft/gstffts32.h:
7257         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7258         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7259         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7260         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7261         * gst-libs/gst/fft/kiss_fft_f32.h:
7262         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7263         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7264         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7265         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7266         * gst-libs/gst/fft/kiss_fft_f64.h:
7267         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7268         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7269         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7270         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7271         * gst-libs/gst/fft/kiss_fft_s16.h:
7272         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7273         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7274         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7275         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7276         * gst-libs/gst/fft/kiss_fft_s32.h:
7277         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7278         (kiss_fftr_f32), (kiss_fftri_f32):
7279         * gst-libs/gst/fft/kiss_fftr_f32.h:
7280         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7281         (kiss_fftr_f64), (kiss_fftri_f64):
7282         * gst-libs/gst/fft/kiss_fftr_f64.h:
7283         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7284         (kiss_fftr_s16), (kiss_fftri_s16):
7285         * gst-libs/gst/fft/kiss_fftr_s16.h:
7286         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7287         (kiss_fftr_s32), (kiss_fftri_s32):
7288         * gst-libs/gst/fft/kiss_fftr_s32.h:
7289         * gst-libs/gst/fft/kiss_version:
7290         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7291         * pkgconfig/gstreamer-plugins-base.pc.in:
7292         Add libgstfft, a FFT library based on Kiss FFT which is
7293         BSD licensed. Supported sample formats are int16, int32,
7294         float and double. For those formats a real FFT and IFFT
7295         can be done, different windowing functions can be applied
7296         and functions for extracting the magnitude and phase exist.
7297         Fixes #468619.
7298
7299         * docs/libs/Makefile.am:
7300         * docs/libs/gst-plugins-base-libs-docs.sgml:
7301         * docs/libs/gst-plugins-base-libs-sections.txt:
7302         Integrate libgstfft into the docs.
7303
7304         * tests/check/Makefile.am:
7305         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7306         Add unit tests for libgstfft, currently only testing the FFT.
7307         Unit tests for IFFT will follow soon.
7308
7309 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7310
7311         Patch by: Peter Kjellerstedt  <pkj at axis com>
7312
7313         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7314         (gst_sdp_message_init), (gst_sdp_message_uninit),
7315         (is_multicast_address), (gst_sdp_message_as_text),
7316         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7317         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7318         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7319         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7320         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7321         (gst_sdp_media_init), (gst_sdp_media_uninit),
7322         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7323         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7324         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7325         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7326         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7327         * gst-libs/gst/sdp/gstsdpmessage.h:
7328         Separate INIT_ARRAY() and related macros into two versions, one for
7329         structures and one for pointers (e.g., INIT_ARRAY() and
7330         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7331         lists of emails and phone numbers.
7332         Add missing const as appropriate.
7333         Change all gint to guint since they all actually represent unsigned
7334         values.
7335         Do not use time as a variable name as it shadows the global time().
7336         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7337         Actually implement gst_sdp_message_add_time().
7338         Make gst_sdp_message_add_time() take repeat times as an argument.
7339         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7340         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7341         misspelled as badwidth).
7342         gst-indented and a little clean up. Fixes #471067.
7343
7344 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7345
7346         * gst/volume/gstvolume.c: (volume_choose_func),
7347         (volume_process_double), (volume_process_double_clamp),
7348         (volume_process_float_clamp):
7349         Correctly clamp float/double samples in the [-1.0,1.0] range to
7350         prevent weird effects.
7351         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7352         Add unit tests for all samples types that had none before.
7353
7354 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7355
7356         * gst-libs/gst/rtp/gstrtpbuffer.c:
7357           Need to include stdlib.h for abs() here too.
7358
7359 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7360
7361         * gst/playback/gststreaminfo.c:
7362           Fix build.
7363
7364 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7365
7366         * gst/playback/gststreaminfo.c:
7367           Clean up some half-disabled code and comment.
7368
7369 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7370
7371         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7372
7373         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7374         (gst_base_rtp_payload_audio_handle_event):
7375         Return FALSE from the event handler to let the parent class handle the
7376         event. Fixes #446766.
7377
7378         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7379         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7380         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7381
7382         * gst-libs/gst/rtp/gstbasertppayload.c:
7383         Bump the MTU to 1400.
7384
7385 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7386
7387         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7388         Add an audio/x-nsf typefind function for the nsfdec element.
7389
7390 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7391         * gst/playback/gstplaybasebin.c:
7392         Included "myth://" on stream_uris list for enable buffering to mythtv files
7393
7394 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7395
7396         * docs/libs/gst-plugins-base-libs-sections.txt:
7397         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7398         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7399         (gst_rtcp_unix_to_ntp):
7400         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7401         Fix parsing of RB blocks.
7402         Fix docs.
7403         Added helper functions to convert to/from UNIX and NTP time.
7404         API: gst_rtcp_ntp_to_unix()
7405         API: gst_rtcp_unix_to_ntp()
7406
7407         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7408         (gst_rtp_buffer_get_header_len),
7409         (gst_rtp_buffer_get_extension_data),
7410         (gst_rtp_buffer_get_payload_subbuffer),
7411         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7412         (gst_rtp_buffer_ext_timestamp):
7413         * gst-libs/gst/rtp/gstrtpbuffer.h:
7414         Fix some more docs.
7415         Implement handling of packets with extensions.
7416         Fix padding check in _validate().
7417         Added function to get extension data.
7418         API: gst_rtp_buffer_get_header_len()
7419         API: gst_rtp_buffer_get_extension_data()
7420
7421 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7422
7423         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7424         (gst_base_rtp_depayload_class_init),
7425         (gst_base_rtp_depayload_set_gst_timestamp):
7426         Add some more docs for the queue-delay property and fix a typo in a
7427         comment.
7428
7429         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7430         Fix typo.
7431
7432 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7433
7434         * gst-libs/gst/audio/gstbaseaudiosink.c:
7435         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7436         (gst_base_audio_sink_change_state):
7437         When skew slaving, try to hover around the middle of a segment so that
7438         we at most drift by half a segment.
7439         If we are aligning in the oposite direction of the clock skew, we don't
7440         have to resync.
7441
7442 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7443
7444         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7445         (gst_base_rtp_depayload_setcaps),
7446         (gst_base_rtp_depayload_set_gst_timestamp):
7447         Be less silly with the segment start, just apply the clock-base to the
7448         timestamp.
7449
7450 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7451
7452         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7453         (gst_base_rtp_depayload_class_init),
7454         (gst_base_rtp_depayload_finalize),
7455         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7456         (gst_base_rtp_depayload_handle_sink_event),
7457         (gst_base_rtp_depayload_set_gst_timestamp),
7458         (gst_base_rtp_depayload_change_state):
7459         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7460         Deprecate the queue handling thread thing and remove the code.
7461         Use new method to calculate the extended timestamp.
7462
7463 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7464
7465         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7466         (gst_rtcp_packet_sdes_copy_entry):
7467         Use g_strndup which does exactly what we want.
7468
7469         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7470         (gst_rtp_buffer_ext_timestamp):
7471         * gst-libs/gst/rtp/gstrtpbuffer.h:
7472         Add helper function to compare seqnums.
7473         Add helper function to calculate extended timestamps.
7474         API: gst_rtp_buffer_compare_seqnum()
7475         API: gst_rtp_buffer_ext_timestamp()
7476
7477 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7478
7479         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7480         (gst_rtcp_packet_sdes_get_entry),
7481         (gst_rtcp_packet_sdes_copy_entry):
7482         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7483         Fix and document SDES item data function.
7484         Add new function that makes a proper copy of SDES item data.
7485         API: gst_rtcp_packet_sdes_copy_entry()
7486
7487 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7488
7489         * configure.ac:
7490         * gst/Makefile.am:
7491           The tcp and subparse plugins are under gst, but not totaly free of
7492           dependencies. Handle selection inconfigure.ac, so that they show up
7493           on the final list of what is build and what is not. Maybe they should
7494           better be moved to ext.
7495
7496 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7497
7498         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7499
7500         * configure.ac:
7501         * gst/Makefile.am:
7502           Check if libxml provides HTML parser which subparse needs.
7503           Fixes #451970.
7504
7505 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7506
7507         * ext/alsa/gstalsa.c:
7508           Fix typo and compilation on big endian systems.
7509
7510 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7511
7512         * gst/subparse/gstssaparse.c:
7513           Convert SSA newline codes into actual newline characters (#470766).
7514
7515 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7516
7517         * docs/libs/gst-plugins-base-libs-sections.txt:
7518         * gst-libs/gst/pbutils/install-plugins.c:
7519         * gst-libs/gst/pbutils/install-plugins.h:
7520         * tests/check/libs/pbutils.c:
7521           API: also add gst_install_plugins_supported() while we're at it
7522           (see #470456).
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/missing-plugins.c:
7528         * gst-libs/gst/pbutils/missing-plugins.h:
7529         * tests/check/libs/pbutils.c:
7530           API: add gst_missing_*_installer_detail_new() convenience API so
7531           that applications that know exactly what they're missing can request
7532           installer detail strings for those items directly instead of having
7533           to first create a dummy missing-plugin message and then get the
7534           installer detail string from that.  Fixes #470456.
7535
7536 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7537
7538         * gst/playback/gstdecodebin.c: (close_pad_link):
7539         We need to set up delayed-linking whenever the caps are non-fixed,
7540         not just when there are multiple types - use gst_pad_is_fixed()
7541         to test.
7542
7543 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7544
7545         * gst-libs/gst/pbutils/missing-plugins.c:
7546           (gst_missing_plugin_message_get_installer_detail):
7547           Add missing separator in PID fallback case.
7548
7549 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7550
7551         * ext/alsa/Makefile.am:
7552         There is no GST_PLUGINS_BASE_LIBS defined.
7553         
7554         * ext/alsa/gstalsa.c:
7555         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7556         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7557         Add support for ALSA 24-bit formats.
7558         snd_pcm_delay can return an error code, especially
7559         during XRUNS. In that case, the best we can do is assume
7560         delay = 0.
7561
7562         * gst/audioconvert/Makefile.am:
7563         Add flags from -base before any more-remote dependencies.
7564
7565 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7566
7567         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7568
7569         * gst/volume/gstvolume.c: (volume_choose_func),
7570         (volume_update_real_volume), (gst_volume_set_volume),
7571         (gst_volume_init), (volume_process_int32),
7572         (volume_process_int32_clamp), (volume_process_int24),
7573         (volume_process_int24_clamp), (volume_process_int16),
7574         (volume_process_int16_clamp), (volume_process_int8),
7575         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7576         * gst/volume/gstvolume.h:
7577         Add support for int32, int24 and int8 to the volume element.
7578         Fixes #445529.
7579
7580 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7581
7582         * tests/examples/Makefile.am:
7583           Fix even more.
7584
7585 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7586
7587         * configure.ac:
7588         * docs/libs/Makefile.am:
7589         * docs/libs/gst-plugins-base-libs-docs.sgml:
7590         * docs/libs/gst-plugins-base-libs-sections.txt:
7591         * ext/gnomevfs/gstgnomevfssrc.c:
7592         * ext/gnomevfs/gstgnomevfssrc.h:
7593         * gst-libs/gst/Makefile.am:
7594         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7595         * pkgconfig/gstreamer-plugins-base.pc.in:
7596         * sys/v4l/v4lsrc_calls.c:
7597         * tests/examples/Makefile.am:
7598         * win32/common/config.h:
7599           Revert unwanted commit. many thanks to moap. I want a fix for 
7600           https://thomas.apestaart.org/moap/trac/ticket/239
7601
7602 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7603
7604         * gst/volume/gstvolume.c:
7605           Move passthrough below gst_object_sync_values(). Fixes #442654.
7606
7607 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7608
7609         * gst-libs/gst/audio/audio.c:
7610         Clarify the docs a little.
7611
7612 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7613
7614         * gst/volume/gstvolume.c:
7615           Enable liboil for float and add more details about problems with
7616           int16.
7617
7618 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7619
7620         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7621         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7622
7623 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7624
7625         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7626         When calculating the first timestamp of the buffers, don't go below 0
7627         and clip the samples because the offset was on the eos page.
7628         Fixes #466717.
7629
7630 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7631
7632         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7633         (gst_ogg_demux_collect_chain_info):
7634         Also submit the eos page when trying to find the first timestamp.
7635         See #466717.
7636
7637 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7638
7639         * gst-libs/gst/audio/audio.h:
7640         Use gst_util_uint64_scale() instead of doing the math
7641         with double for GST_FRAMES_TO_CLOCK_TIME() and
7642         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7643         prevents rounding errors. Fixes #467667.
7644
7645 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7646
7647         * gst-libs/gst/rtsp/gstrtspconnection.c:
7648         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7649         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7650         * gst-libs/gst/rtsp/gstrtspconnection.h:
7651         Small cleanups.
7652         On shutdown, don't read the control socket yet.
7653         Set timeout value correctly in all cases.
7654         Add function to check if the server accepts reads or writes.
7655         API: gst_rtsp_connection_poll()
7656
7657         * gst-libs/gst/rtsp/gstrtspdefs.h:
7658         Fix compilation with -pedantic.
7659         Add enum for _poll.
7660
7661 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7662
7663         Patch by: Olivier Crete  <tester at tester ca>
7664
7665         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7666         (gst_basertppayload_getcaps):
7667         * gst-libs/gst/rtp/gstbasertppayload.h:
7668         Add getcaps vfunc to basertppayload. See #465146.
7669
7670 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7671
7672         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7673         Only post buffering messages when we are a stream.
7674
7675 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7676
7677         * gst-libs/gst/pbutils/install-plugins.c:
7678         * gst-libs/gst/pbutils/missing-plugins.c:
7679           Small docs fix and addition.
7680
7681 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7682
7683         * tests/icles/.cvsignore:
7684         * tests/icles/Makefile.am:
7685         * tests/icles/test-textoverlay.c:
7686           Add a dumb little test for textoverlay alignments.
7687
7688 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7689
7690         Patch by: Dan Williams  <dcbw redhat com>
7691
7692         * ext/pango/gsttextoverlay.c:
7693         * ext/pango/gsttextoverlay.h:
7694           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7695           "silent" property so there's a Since tag in the API reference.
7696
7697 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7698
7699         * gst-libs/gst/rtp/gstbasertppayload.c:
7700         (gst_basertppayload_set_outcaps):
7701         * gst-libs/gst/rtp/gstbasertppayload.h:
7702         Improve caps negotiation so that downstream elements can confiure
7703         certain RTP properties by fixing them on the caps. See #465146.
7704         Add docs.
7705
7706 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7707
7708         * docs/libs/gst-plugins-base-libs-sections.txt:
7709         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7710         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7711           Mark as deprecated some macros which were presumably meant to be
7712           private API and accidentally exposed in the public header file.
7713           Also actually _init() lock (only works at the moment because the
7714           struct is zeroed out when created and the initial values in the
7715           mutex struct are zeroes too). (#459585)
7716
7717 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7718
7719         * docs/libs/Makefile.am:
7720           Remove cruft and do some cleanups.
7721
7722         * docs/libs/gst-plugins-base-libs-docs.sgml:
7723           Prepare for comming gtkdoc features (rebase against online docs).
7724
7725 2007-08-10  Michael Smith <msmith@fluendo.com>
7726
7727         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7728           Debug output fixes.
7729         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7730         (GST_START_TEST):
7731           Change the number of buffers used; 500 is too many and leads to
7732           timeouts.
7733
7734 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7735
7736         * gst/playback/gstqueue2.c:
7737         * gst/videorate/gstvideorate.c:
7738           Printf format fixes (#465028).
7739
7740 2007-08-09  Michael Smith <msmith@fluendo.com>
7741
7742         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7743           If we have a large (> 1 second) discontinuity, push a series of
7744           smaller buffers rather than a single very large buffer. Avoids
7745           unreasonably large single buffer allocations when encountering a
7746           large gap.
7747         * tests/check/elements/audiorate.c: (GST_START_TEST),
7748         (audiorate_suite):
7749           Add a test for this.
7750
7751 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7752
7753         * gst/playback/gstplaybasebin.c: (group_commit),
7754         (queue_remove_probe), (queue_threshold_reached):
7755
7756         Patch by: Josep Torra Valles <josep@fluendo.com>
7757         Fixes: #465015
7758         Make sure we remove the check_queues buffer probe from the 
7759         correct queue to avoid racily going back to "buffering 99%" when
7760         buffering is actually complete.
7761
7762         Also, fix the spelling of Josep's surname in the ChangeLog.
7763
7764 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7765
7766         * ext/ogg/gstoggmux.c:
7767           Do not leak oggmux instance.
7768         
7769         * ext/vorbis/vorbisenc.c:
7770           Also log values.
7771
7772 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7773
7774         * po/hu.po:
7775         * po/it.po:
7776         * po/nl.po:
7777         * po/uk.po:
7778         * po/vi.po:
7779           Updated translations.
7780
7781 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7782
7783         patch by: Yang Hong <hongyang@redflag-linux.com>
7784
7785         * ext/pango/gsttextoverlay.c:
7786         * ext/pango/gsttextoverlay.h:
7787           Add 'silent' property to GstTimeOverlay. Fixes #462979
7788
7789 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7790
7791         Patch by: Josep Torra Valles <josep@fluendo.com>
7792
7793         * docs/plugins/gst-plugins-base-plugins.args:
7794         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7795         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7796         (gst_uri_decode_bin_get_property), (gen_source_element):
7797         Add connection-speed property. Fixes #464690.
7798
7799 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7800
7801         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7802
7803         * configure.ac:
7804         * gst-libs/gst/rtsp/Makefile.am:
7805         * gst-libs/gst/rtsp/gstrtspconnection.c:
7806         (gst_rtsp_connection_connect):
7807         Fix compilation on windows. Fixes #464320.
7808
7809 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7810
7811         Patch by: Josep Torra Valles <josep@fluendo.com>
7812
7813         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7814         (gst_play_base_bin_init), (queue_threshold_reached),
7815         (gen_source_element), (setup_substreams),
7816         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7817         (gst_play_base_bin_get_streaminfo_value_array):
7818         * gst/playback/gstplaybasebin.h:
7819         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7820         (gst_play_bin_set_property), (gst_play_bin_get_property),
7821         (gst_play_bin_handle_redirect_message):
7822         Move connection-speed property from playbin to playbasebin so that we
7823         can also configure it in source elements that have the connection-speed
7824         property. Fixes #464028.
7825         Add some debug info here and there.
7826
7827 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7828
7829         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7830         Properly respond to conversion queries. Fixes #464079.
7831
7832 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7833
7834         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7835         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7836         (gst_audio_test_src_init_sine_table),
7837         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7838         * gst/audiotestsrc/gstaudiotestsrc.h:
7839         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7840         Also set the default volume to the default value specified in the
7841         GParamSpec.
7842
7843 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7844
7845         Patch by: Jens Granseuer <jensgr at gmx dot net>
7846
7847         * gst/audioconvert/gstaudioquantize.c:
7848         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7849
7850 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7851
7852         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7853         Add rdt manager for rdt transport.
7854         Fix parsing of RDT transport.
7855
7856 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7857
7858         * configure.ac:
7859         Back to CVS
7860
7861 === release 0.10.14 ===
7862
7863 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7864
7865         * configure.ac:
7866           releasing 0.10.14, "Light Years Ahead"
7867
7868 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7869
7870         * tests/check/libs/audio.c: (GST_START_TEST):
7871         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7872
7873 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7874
7875         * gst-libs/gst/audio/audio.c:
7876         When clipping a buffer with no timestamp, assume it is
7877         within the segment without warnings.
7878
7879         Fixes: #460978
7880
7881 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7882
7883         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7884         Fire the signal on the object, not the interface.
7885
7886 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7887
7888         * gst-libs/gst/rtsp/.cvsignore:
7889         Ber. Don't include the full path, idiot.
7890
7891 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7892
7893         * gst-libs/gst/rtsp/.cvsignore:
7894         Ignore generated files.
7895
7896 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7897
7898         * gst-libs/gst/interfaces/Makefile.am:
7899         * gst-libs/gst/interfaces/interfaces-marshal.list:
7900         * gst-libs/gst/interfaces/rtspextension.c:
7901         * gst-libs/gst/interfaces/rtspextension.h:
7902         * gst-libs/gst/rtsp/Makefile.am:
7903         * gst-libs/gst/rtsp/gstrtsp.h:
7904         * gst-libs/gst/rtsp/gstrtspextension.c:
7905         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7906         (gst_rtsp_extension_detect_server),
7907         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7908         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7909         (gst_rtsp_extension_configure_stream),
7910         (gst_rtsp_extension_get_transports),
7911         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7912         * gst-libs/gst/rtsp/gstrtspextension.h:
7913         * gst-libs/gst/rtsp/rtsp-marshal.list:
7914         Move the rtspextension.h interface into gstrtspextension.h
7915         as part of libgstrtsp instead of libgstinterfaces, because it's
7916         only for use within plugins, not applications. 
7917         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7918         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7919         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7920         is abstract.
7921
7922 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7923
7924         * gst-libs/gst/interfaces/Makefile.am:
7925         * gst-libs/gst/interfaces/interfaces-marshal.list:
7926         * gst-libs/gst/interfaces/rtspextension.c:
7927         (gst_rtsp_extension_iface_init),
7928         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7929         * gst-libs/gst/interfaces/rtspextension.h:
7930         Fix marshaller for the send signal.
7931         Add URL to stream selection interface method.
7932
7933 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7934
7935         * gst-libs/gst/riff/Makefile.am:
7936         Pull in our dependencies from -base before those from outside.
7937
7938 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7939
7940         * docs/libs/gst-plugins-base-libs-sections.txt:
7941         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7942         * gst-libs/gst/rtsp/gstrtspbase64.h:
7943         API: gst_rtsp_base64_decode_ip()
7944         Added function to decode Base64 in-place.
7945
7946 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7947
7948         * tests/check/libs/.cvsignore:
7949         Ignore the mixer test binary.
7950
7951 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7952
7953         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7954         Gratuitous comment change to trigger a rebuild on the buildbots.
7955
7956 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7957
7958         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7959         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7960         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7961         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7962         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7963         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7964         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7965         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7966         (gst_sdp_media_get_attribute_val):
7967         * gst-libs/gst/sdp/gstsdpmessage.h:
7968         Constify args where we can.
7969
7970 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7971
7972         * gst-libs/gst/interfaces/Makefile.am:
7973         * gst-libs/gst/interfaces/rtspextension.c:
7974         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7975         (gst_rtsp_extension_detect_server),
7976         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7977         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7978         (gst_rtsp_extension_configure_stream),
7979         (gst_rtsp_extension_get_transports),
7980         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7981         * gst-libs/gst/interfaces/rtspextension.h:
7982         Move interface for RTSP extensions from -good to here.
7983         Added helper methods to invoke interface methods.
7984
7985 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7986
7987         * docs/libs/gst-plugins-base-libs-sections.txt:
7988         * gst-libs/gst/rtsp/gstrtspdefs.h:
7989         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7990         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7991         (gst_rtsp_message_init_response),
7992         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7993         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7994         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7995         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7996         (gst_rtsp_message_get_body), (dump_key_value):
7997         * gst-libs/gst/rtsp/gstrtspmessage.h:
7998         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7999         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8000         (gst_rtsp_range_parse):
8001         * gst-libs/gst/rtsp/gstrtsprange.h:
8002         * gst-libs/gst/rtsp/gstrtsptransport.c:
8003         * gst-libs/gst/rtsp/gstrtspurl.c:
8004         Fix some more RTSP docs.
8005         Add some missing methods for dealing with messages.
8006
8007 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8008
8009         * docs/libs/gst-plugins-base-libs-docs.sgml:
8010         * docs/libs/gst-plugins-base-libs-sections.txt:
8011         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8012         * gst-libs/gst/rtsp/gstrtspbase64.h:
8013         * gst-libs/gst/rtsp/gstrtspconnection.c:
8014         (gst_rtsp_connection_connect), (add_auth_header),
8015         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
8016         (read_body), (gst_rtsp_connection_receive),
8017         (gst_rtsp_connection_next_timeout),
8018         (gst_rtsp_connection_reset_timeout),
8019         (gst_rtsp_connection_set_auth):
8020         * gst-libs/gst/rtsp/gstrtspconnection.h:
8021         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
8022         * gst-libs/gst/rtsp/gstrtspdefs.h:
8023         * gst-libs/gst/rtsp/gstrtspmessage.h:
8024         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8025         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8026         (gst_rtsp_range_parse):
8027         * gst-libs/gst/rtsp/gstrtspurl.h:
8028         Added beginnings of RTSP documentation.
8029
8030 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8031
8032         * docs/libs/Makefile.am:
8033         * docs/libs/gst-plugins-base-libs-docs.sgml:
8034         * docs/libs/gst-plugins-base-libs-sections.txt:
8035         * gst-libs/gst/sdp/gstsdp.h:
8036         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
8037         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
8038         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
8039         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
8040         (gst_sdp_message_get_attribute_val),
8041         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
8042         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
8043         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
8044         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8045         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
8046         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
8047         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
8048         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
8049         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8050         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
8051         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
8052         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
8053         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
8054         (gst_sdp_media_get_attribute_val_n),
8055         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
8056         (print_media), (gst_sdp_message_dump):
8057         * gst-libs/gst/sdp/gstsdpmessage.h:
8058         Document the SDP library.
8059         Add some of the missing SDPMedia methods.
8060
8061 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8062
8063         * configure.ac:
8064         * gst-libs/gst/Makefile.am:
8065         * gst-libs/gst/rtsp/Makefile.am:
8066         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8067         * gst-libs/gst/rtsp/gstrtspbase64.h:
8068         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
8069         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
8070         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
8071         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
8072         (parse_response_status), (parse_request_line), (parse_line),
8073         (gst_rtsp_connection_read), (read_body),
8074         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8075         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8076         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8077         (gst_rtsp_connection_set_auth):
8078         * gst-libs/gst/rtsp/gstrtspconnection.h:
8079         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8080         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8081         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8082         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8083         (gst_rtsp_find_method):
8084         * gst-libs/gst/rtsp/gstrtspdefs.h:
8085         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8086         (gst_rtsp_message_new), (gst_rtsp_message_init),
8087         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8088         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8089         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8090         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8091         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8092         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8093         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8094         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8095         (gst_rtsp_message_dump):
8096         * gst-libs/gst/rtsp/gstrtspmessage.h:
8097         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8098         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8099         (gst_rtsp_range_parse), (gst_rtsp_range_free):
8100         * gst-libs/gst/rtsp/gstrtsprange.h:
8101         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8102         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8103         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8104         (range_as_text), (rtsp_transport_mode_as_text),
8105         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8106         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8107         (gst_rtsp_transport_free):
8108         * gst-libs/gst/rtsp/gstrtsptransport.h:
8109         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8110         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8111         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8112         * gst-libs/gst/rtsp/gstrtspurl.h:
8113         * gst-libs/gst/sdp/Makefile.am:
8114         * gst-libs/gst/sdp/gstsdp.h:
8115         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8116         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8117         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8118         (gst_sdp_attribute_init), (gst_sdp_message_new),
8119         (gst_sdp_message_init), (gst_sdp_message_uninit),
8120         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8121         (gst_sdp_media_uninit), (gst_sdp_media_free),
8122         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8123         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8124         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8125         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8126         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8127         (gst_sdp_message_get_attribute_val),
8128         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8129         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8130         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8131         (gst_sdp_media_get_attribute_val_n),
8132         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8133         (read_string), (read_string_del), (gst_sdp_parse_line),
8134         (gst_sdp_message_parse_buffer), (print_media),
8135         (gst_sdp_message_dump):
8136         * gst-libs/gst/sdp/gstsdpmessage.h:
8137         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8138         Move SDP and RTSP from helper objects in -good to a reusable library.
8139         Use a proper gst_ namespace.
8140
8141 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8142
8143         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8144         (vorbis_dec_flush_decode):
8145         Use the new buffer clipping function from gstaudio here.
8146
8147 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8148
8149         * docs/libs/gst-plugins-base-libs-sections.txt:
8150         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8151         * gst-libs/gst/audio/audio.h:
8152         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8153         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8154         Also add deprecation guards for gst_audio_structure_set_int() to the
8155         header.
8156
8157 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8158
8159         * docs/libs/gst-plugins-base-libs-sections.txt:
8160           Cleanup the docs.
8161
8162 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8163
8164         Patch by: Dan Williams <dcbw at redhat dot com>
8165
8166         * gst/playback/gstplaybasebin.c:
8167         (gst_play_base_bin_get_streaminfo_value_array):
8168         Don't return NULL when querying the stream info value array but instead
8169         return an empty array. Fixes #459204.
8170
8171 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8172
8173         * gst/playback/gsturidecodebin.c:
8174           Init debug category before using it.
8175
8176 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8177
8178         * gst-libs/gst/interfaces/mixer.h:
8179         Add padding vars in place of the signal pointers
8180         when building with DISABLE_DEPRECATED so that the
8181         interface structure doesn't change size.
8182
8183 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8184
8185         * docs/libs/gst-plugins-base-libs-sections.txt:
8186         * ext/alsa/gstalsamixer.c:
8187         * ext/alsa/gstalsamixer.h:
8188         * ext/alsa/gstalsamixerelement.c:
8189         * ext/alsa/gstalsamixertrack.c:
8190         * gst-libs/gst/interfaces/mixer.c:
8191         * gst-libs/gst/interfaces/mixer.h:
8192         * gst-libs/gst/interfaces/mixeroptions.c:
8193         * gst-libs/gst/interfaces/mixeroptions.h:
8194         * gst-libs/gst/interfaces/mixertrack.c:
8195         * gst-libs/gst/interfaces/mixertrack.h:
8196         * tests/check/Makefile.am:
8197         * tests/check/libs/mixer.c:
8198
8199         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8200         Fixes: #152864 
8201
8202         Add support for notifying mixer changes on the message bus, and
8203         implement it in alsamixer.
8204
8205         API: gst_mixer_get_mixer_flags
8206         API: gst_mixer_message_parse_mute_toggled
8207         API: gst_mixer_message_parse_record_toggled
8208         API: gst_mixer_message_parse_volume_changed
8209         API: gst_mixer_message_parse_option_changed
8210         API: GstMixerMessageType
8211         API: GstMixerFlags
8212
8213 2007-07-20  Michael Smith <msmith@fluendo.com>
8214
8215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8216         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8217           xcontext->im_format is only for testing XShm support (as the header
8218           file comments document). Use xvimage->im_format for everything else.
8219           Avoids spurious warnings on buffer allocation before setcaps.
8220
8221 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8222
8223         * tests/examples/volume/Makefile.am:
8224         * tests/icles/Makefile.am:
8225           We should use $(LIBM).
8226
8227 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8228
8229         * tests/icles/Makefile.am:
8230           This needs -lm.
8231
8232 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8233
8234         * gst-libs/gst/rtp/gstbasertppayload.c:
8235         (gst_basertppayload_class_init), (gst_basertppayload_init),
8236         (gst_basertppayload_set_property),
8237         (gst_basertppayload_get_property):
8238         Don't break ABI, restore previous ranges. Keep the default random
8239         selection of timestamp and seqnum offset but as soon as the app sets a
8240         specific value, use that one.
8241
8242 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8243
8244         Patch by: Bastien Nocera <hadess at hadess dot net>
8245
8246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8247         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8248         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8249         * sys/xvimage/xvimagesink.h:
8250         Add option to turn off double-buffering for debugging purposes.
8251         Fixes #437169.
8252
8253 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8254
8255         Patch by: Jorn Baayen <jorn at openedhand dot com>
8256
8257         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8258         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8259         (gst_ximagesink_init), (gst_ximagesink_class_init):
8260         * sys/ximage/ximagesink.h:
8261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8262         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8263         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8264         * sys/xvimage/xvimagesink.h:
8265         add 'handle-expose' property. Useful for video widgets which may want to
8266         be in control of Expose behaviour. Fixes #380625
8267
8268 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8269
8270         * gst-libs/gst/rtp/gstbasertppayload.c:
8271         (gst_basertppayload_class_init), (gst_basertppayload_init),
8272         (gst_basertppayload_event), (gst_basertppayload_push),
8273         (gst_basertppayload_set_property),
8274         (gst_basertppayload_get_property),
8275         (gst_basertppayload_change_state):
8276         * gst-libs/gst/rtp/gstbasertppayload.h:
8277         Fix ranges of rtp payloader properties so that the full range can be
8278         used in addition to -1 (random).
8279         Fix wrong seqnum reporting in caps.
8280         Fixes #420326.
8281
8282 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8283
8284         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8285         (gst_video_rate_query):
8286         Use boilerplate.
8287         Add latency query, might not be perfect yet but already works a lot
8288         better. Fixes #442557.
8289
8290 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8291
8292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8293         (gst_xvimagesink_setcaps):
8294         * sys/xvimage/xvimagesink.h:
8295         After a caps change, redraw our borders to avoid garbage left there
8296         when the image format changes to a smaller size, like 16:9 -> 4:3
8297         Also, hold the flow_lock a bit longer in the set_caps while we're
8298         fiddling with the xcontext.
8299
8300 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8301
8302         * Makefile.am:
8303         * configure.ac:
8304         * tests/Makefile.am:
8305         Remove bogus check for libcheck, since we check for
8306         gstreamer-check and it pulls in the required info from there, and we
8307         weren't actually _using_ the information for libcheck ourselves
8308         anyway.
8309
8310 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8311
8312         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8313         (gst_ffmpeg_caps_to_pixfmt):
8314         Fix the r_mask test for RGBA32 on little-endian.
8315         Fix a stupid typo that would have obviously broken 
8316         compilation on big-endian, if anyone was testing.
8317
8318 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8319
8320         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8321         (paint_hline_str4):
8322         * gst/videotestsrc/videotestsrc.h:
8323         Add alpha to the color struct.
8324         Use a default alpha value of 255 instead of 128.
8325
8326 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8327
8328         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8329         (setup_source):
8330         Clear the dynamic pads counter when starting a new uri. This makes
8331         reusing playbin work again.
8332         Fixes #454264.
8333
8334 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8335
8336         * configure.ac:
8337           Use pkg-config to locate check.
8338
8339 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8340
8341         * configure.ac:
8342         * tests/check/elements/volume.c: (GST_START_TEST):
8343           Fix 'make check' build against core CVS.
8344
8345 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8346
8347         * gst-libs/gst/interfaces/propertyprobe.c:
8348         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8349         * gst-libs/gst/tag/gstvorbistag.c:
8350           Make gtk-doc happy.
8351
8352 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8353
8354         * gst-libs/gst/audio/gstbaseaudiosink.c:
8355         (gst_base_audio_sink_callback):
8356           Quick hack to make audiosinks stop at EOS when operating in
8357           pull-mode; needs to be fixed properly some day.
8358
8359 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8360
8361         * docs/libs/gst-plugins-base-libs-sections.txt:
8362           Fix location of includes in the docs.
8363
8364 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8365
8366         * gst/ffmpegcolorspace/avcodec.h:
8367         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8368         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8369         (gst_ffmpegcsp_avpicture_fill):
8370         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8371         (img_get_alpha_info):
8372         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8373         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8374         end of the word. Partially fixes #451908
8375
8376 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8377
8378         * docs/libs/Makefile.am:
8379         * docs/plugins/Makefile.am:
8380           Simplify --extra-dir as gtkdoc scans recursively.
8381
8382 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8383
8384         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8385         (gst_adder_request_new_pad):
8386         Make getcaps more robust by not using the proxycaps function. This makes
8387         sure that we don't end up recursively calling getcaps upstream.
8388         See #316248.
8389
8390 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8391
8392         * gst/audioconvert/audioconvert.c:
8393         Include math.h to fix compilation.
8394
8395 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8396
8397         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8398         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8399         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8400         format, as produced by some dc1394 cameras like the iSight.
8401         See http://www.fourcc.org/yuv.php#IYU1
8402
8403 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8404
8405         * gst/audioconvert/Makefile.am:
8406         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8407         (check_default), (audio_convert_prepare_context),
8408         (audio_convert_clean_context), (audio_convert_convert):
8409         * gst/audioconvert/audioconvert.h:
8410         * gst/audioconvert/gstaudioconvert.c:
8411         (gst_audio_convert_dithering_get_type),
8412         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8413         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8414         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8415         * gst/audioconvert/gstaudioconvert.h:
8416         * gst/audioconvert/gstaudioquantize.c:
8417         (gst_audio_quantize_setup_noise_shaping),
8418         (gst_audio_quantize_free_noise_shaping),
8419         (gst_audio_quantize_setup_dither),
8420         (gst_audio_quantize_free_dither),
8421         (gst_audio_quantize_setup_quantize_func),
8422         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8423         * gst/audioconvert/gstaudioquantize.h:
8424         Implement dithering and noise shaping in audioconvert. By default now
8425         TPDF dithering (and no noise shaping) will be used when converting
8426         from a higher bit depth to 20 bit depth or smaller, otherwise
8427         everything will be as it is now.
8428         For the last audioconvert in a pipeline it would make sense to
8429         use some kind of noise shaping, enabling it by default for all
8430         conversions would give undesired results though. Fixes #360246.
8431         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8432         (GST_START_TEST):
8433         Adjust unit test for the new audioconvert.
8434
8435 2007-06-28  Wim Taymans  <wim@fluendo.com>
8436
8437         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8438         Use other metrics as well when estimating the buffer level.
8439
8440 2007-06-28  Wim Taymans  <wim@fluendo.com>
8441
8442         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8443         Small debug improvement.
8444
8445         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8446         (plugin_init):
8447         Tweak the rate estimation period.
8448         When calculating the buffer filledness in rate estimation mode, don't
8449         mix it with other metrics.
8450
8451 2007-06-28  Wim Taymans  <wim@fluendo.com>
8452
8453         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8454         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8455         When creating the groups, allow for a 5 second, unlimited buffers
8456         preroll phase after which we expose the group.
8457         When the group is exposed, use a small number of buffers up to a 2
8458         second limit. Also disconnect the overrun signal from multiqueue when we
8459         exposed the group because it is not needed anymore.
8460
8461 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8462
8463         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8464           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8465           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8466           (#451707); also, output some debugging info when dealing with
8467           freeform strings.
8468
8469         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8470           Add unit test for the above.
8471
8472 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8473
8474         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8475           Add description for Windows Media RTP caps.
8476
8477         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8478           Remove RTP fields that don't define the format from caps.
8479
8480 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8481
8482         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8483           Skip empty buffers, but not empty header buffers. That way the original
8484           vorbisdec unit test still passes (#451145); also, take into account
8485           that those empty packets might carry a granulepos.
8486
8487         * tests/check/Makefile.am:
8488         * tests/check/elements/vorbisdec.c:
8489         (_create_codebook_header_buffer), (_create_audio_buffer),
8490         (GST_START_TEST), (vorbisdec_suite):
8491           Add unit test that sends an empty packet.
8492
8493 2007-06-27  Wim Taymans  <wim@fluendo.com>
8494
8495         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8496         Don't error out on 0-sized packets, just emit a warning because this is
8497         not a fatal error. Fixes #451145.
8498
8499 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8500
8501         * docs/plugins/gst-plugins-base-plugins.args:
8502         * docs/plugins/gst-plugins-base-plugins.signals:
8503         * docs/plugins/inspect/plugin-adder.xml:
8504         * docs/plugins/inspect/plugin-alsa.xml:
8505         * docs/plugins/inspect/plugin-audioconvert.xml:
8506         * docs/plugins/inspect/plugin-audiorate.xml:
8507         * docs/plugins/inspect/plugin-audioresample.xml:
8508         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8509         * docs/plugins/inspect/plugin-cdparanoia.xml:
8510         * docs/plugins/inspect/plugin-decodebin.xml:
8511         * docs/plugins/inspect/plugin-decodebin2.xml:
8512         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8513         * docs/plugins/inspect/plugin-gdp.xml:
8514         * docs/plugins/inspect/plugin-gnomevfs.xml:
8515         * docs/plugins/inspect/plugin-libvisual.xml:
8516         * docs/plugins/inspect/plugin-ogg.xml:
8517         * docs/plugins/inspect/plugin-pango.xml:
8518         * docs/plugins/inspect/plugin-playbin.xml:
8519         * docs/plugins/inspect/plugin-subparse.xml:
8520         * docs/plugins/inspect/plugin-tcp.xml:
8521         * docs/plugins/inspect/plugin-theora.xml:
8522         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8523         * docs/plugins/inspect/plugin-video4linux.xml:
8524         * docs/plugins/inspect/plugin-videorate.xml:
8525         * docs/plugins/inspect/plugin-videoscale.xml:
8526         * docs/plugins/inspect/plugin-videotestsrc.xml:
8527         * docs/plugins/inspect/plugin-volume.xml:
8528         * docs/plugins/inspect/plugin-vorbis.xml:
8529         * docs/plugins/inspect/plugin-ximagesink.xml:
8530         * docs/plugins/inspect/plugin-xvimagesink.xml:
8531           Update docs with caps info.
8532
8533 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8534
8535         * po/POTFILES.in:
8536           Add more files with translatable strings (#450875).
8537
8538 2007-06-23  Edward Hervey  <edward@fluendo.com>
8539
8540         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8541         The chain should be freed if we error out here, else it will leak.
8542         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8543         (cleanup_decodebin):
8544         Don't forget to *properly* remove the signals, else it will leak.
8545
8546 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8547
8548         * MAINTAINERS:
8549         Updating all the maintainers files
8550
8551 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8552
8553         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8554         (main):
8555           Destroy and recreate parse-launch based pipeline after stop to be able
8556           to play again. Reorder some code and add more comments.
8557
8558 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8559
8560         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8561         When handling a delayed-caps notification case, mark
8562         the group as dynamic so that the nbdynamic count is
8563         incremented and decremented correctly. Fixes: #449156
8564         Patch by: Wim Taymans <wim@fluendo.com>
8565
8566 2007-06-19  Andy Wingo  <wingo@pobox.com>
8567
8568         * gst-libs/gst/audio/gstbaseaudiosink.c
8569         (gst_base_audio_sink_init): Enable pull-mode operation.
8570
8571 2007-06-19  Michael Smith <msmith@fluendo.com>
8572
8573         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8574           Change minimum rate back to 1000 to allow low-sample-rate wav files
8575           to play back.
8576
8577 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8578
8579         * po/vi.po:
8580           Update translations.
8581
8582 2007-06-15  David Schleef  <ds@schleef.org>
8583
8584         * gst/playback/gstqueue2.c:
8585           Fix compile error from ignored return value.
8586
8587 2007-06-15  Michael Smith <msmith@fluendo.com>
8588
8589         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8590           Update tmpbuf for all neccesary rows, not just one, as is required
8591           when downscaling.
8592           Fixes #402076.
8593
8594 2007-06-15  Michael Smith <msmith@fluendo.com>
8595
8596         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8597         (eos_buffer_probe):
8598           Add a test that ensures we set DELTA_UNIT on all non-header,
8599           non-video buffers, if we have a video stream.
8600         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8601         (gst_ogg_mux_process_best_pad):
8602           Move setting delta_pad to earlier, where we inspect all pads, so
8603           that leading audio pages don't get DELTA_UNIT unset if they come
8604           before the first DELTA_UNIT from video pages. Fixes the newly-added
8605           test. Fixes #385527.
8606
8607 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8608
8609         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8610           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8611           fails on the p5-ppc64 build bot and the failure looks like it is due
8612           to the same issue as #348114, ie. a compiler bug.
8613
8614 2007-06-13  Edward Hervey  <edward@fluendo.com>
8615
8616         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8617         Fix build on MacOSX.
8618
8619 2007-06-13  Wim Taymans  <wim@fluendo.com>
8620
8621         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8622         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8623         Fix compilation on mingw. Fixes #446972.
8624
8625 2007-06-12  Wim Taymans  <wim@fluendo.com>
8626
8627         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8628
8629         * gst/playback/gstqueue2.c: (update_buffering),
8630         (gst_queue_locked_enqueue):
8631         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8632         also update the buffering status when receiving events. Fixes #446551.
8633
8634 2007-06-11  Wim Taymans  <wim@fluendo.com>
8635
8636         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8637
8638         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8639         (gst_queue_handle_src_query):
8640         Wait for preroll before attempting to forward a duration query upstream.
8641         Fixes #445505.
8642
8643 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8644
8645         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8646         (gst_base_rtp_depayload_set_gst_timestamp):
8647         Use G_GINT64_CONSTANT macro for int64 constant.
8648         * win32/common/libgstinterfaces.def:
8649         * win32/common/libgsttag.def:
8650         Add new exported functions.
8651
8652 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8653
8654         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8655           The BOS page of the first Dirac video stream needs to come before
8656           the BOS page of any Vorbis streams or other audio streams, just like
8657           it is with Theora.
8658
8659 2007-06-07  Wim Taymans  <wim@fluendo.com>
8660
8661         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8662         Fix compilation.
8663
8664 2007-06-06  Wim Taymans  <wim@fluendo.com>
8665
8666         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8667
8668         * gst/playback/gstqueue2.c: (gst_queue_init),
8669         (gst_queue_handle_sink_event), (gst_queue_chain),
8670         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8671         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8672         (gst_queue_src_activate_pull):
8673         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8674         Does not yet completely work because duration queries upstream won't
8675         block yet.
8676
8677 2007-06-06  Wim Taymans  <wim@fluendo.com>
8678
8679         * configure.ac:
8680         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8681         Some more fseeko checks.
8682
8683 2007-06-06  Wim Taymans  <wim@fluendo.com>
8684
8685         * configure.ac:
8686         check for large file support.
8687
8688 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8689
8690         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8691
8692         * gst/subparse/gstsubparse.c: (parse_subrip),
8693         (subviewer_unescape_newlines), (parse_subviewer),
8694         (gst_sub_parse_data_format_autodetect),
8695         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8696         * gst/subparse/gstsubparse.h:
8697         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8698         * tests/check/elements/subparse.c: (GST_START_TEST),
8699         (subparse_suite):
8700         Add a unit test for both SubViewer formats.
8701
8702 2007-06-01  Michael Smith <msmith@fluendo.com>
8703
8704         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8705           Don't overflow intermediate values when seeking to large time values
8706           in audiotestsrc.
8707
8708 2007-06-05  Wim Taymans  <wim@fluendo.com>
8709
8710         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8711         (gst_queue_create_read), (gst_queue_read_item_from_file),
8712         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8713         Include stdio to define fseeko.
8714
8715 2007-06-05  Wim Taymans  <wim@fluendo.com>
8716
8717         Patch by: Edward Hervey  <edward@fluendo.com>
8718
8719         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8720         (gst_v4lsrc_query):
8721         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8722
8723 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8724
8725         * gst-libs/gst/riff/Makefile.am:
8726         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8727           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8728           our own implementation.
8729
8730 2007-06-05  Wim Taymans  <wim@fluendo.com>
8731
8732         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8733         (gst_base_rtp_depayload_setcaps),
8734         (gst_base_rtp_depayload_set_gst_timestamp),
8735         (gst_base_rtp_depayload_change_state):
8736         Handle timestamp wraparound.
8737
8738 2007-06-05  Wim Taymans  <wim@fluendo.com>
8739
8740         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8741         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8742         (gst_uri_decode_bin_change_state):
8743         Make sure we name srcpads uniquely even when using different internal
8744         decodebins.
8745         Signal no-more-pads when no more dynamic elements exist.
8746         Remove pads on cleanup.
8747
8748 2007-06-05  Wim Taymans  <wim@fluendo.com>
8749
8750         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8751
8752         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8753         (gst_queue_init), (gst_queue_finalize),
8754         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8755         (gst_queue_create_read), (gst_queue_read_item_from_file),
8756         (gst_queue_open_temp_location_file),
8757         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8758         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8759         (gst_queue_is_empty), (gst_queue_is_filled),
8760         (gst_queue_change_state), (gst_queue_set_temp_location),
8761         (gst_queue_set_property):
8762         Add support for filebased buffering. Fixes #441264.
8763
8764 2007-06-05  Wim Taymans  <wim@fluendo.com>
8765
8766         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8767         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8768         (caps_notify_group_cb), (gst_decode_group_new),
8769         (gst_decode_group_free):
8770         Add support for delayed caps fixation when autoplugging.
8771         Optimize cases where a multiqueue is not needed/wanted, like right after
8772         anything that is not a demuxer.
8773
8774 2007-06-05  Wim Taymans  <wim@fluendo.com>
8775
8776         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8777         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8778         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8779         consideratly speedup ogg chain detection by not trying to find a base
8780         timestamp for skeleton streams. 
8781
8782 2007-06-05  Wim Taymans  <wim@fluendo.com>
8783
8784         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8785         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8786         (gst_multi_fd_sink_remove_flush),
8787         (gst_multi_fd_sink_remove_client_link),
8788         (gst_multi_fd_sink_handle_client_write),
8789         (gst_multi_fd_sink_handle_clients):
8790         * gst/tcp/gstmultifdsink.h:
8791         Add support for remove_flush.
8792
8793 2007-06-05  Wim Taymans  <wim@fluendo.com>
8794
8795         * docs/design/draft-keyframe-force.txt:
8796         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8797         (theora_enc_chain):
8798         Add draft design for forcing keyframes in encoders and implement in
8799         theoraenc.
8800
8801 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8802
8803         * configure.ac:
8804           Back to CVS
8805
8806 === release 0.10.13 ===
8807
8808 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8809
8810         * configure.ac:
8811           releasing 0.10.13, "What's Going on?"
8812
8813 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8814
8815         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8816         In riff, the depth is stored in the size field but it just means that
8817         the least significant bits are cleared. We can therefore just play
8818         the sample as if it had a depth == width. Fixes: #440997
8819
8820         Patch by: Wim Taymans <wim@fluendo.com> 
8821         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8822
8823 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8824
8825         * gst-libs/gst/floatcast/floatcast.h:
8826         Define inline when needed on win32 builds. Fixes: #441295
8827         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8828
8829 2007-05-29  Wim Taymans  <wim@fluendo.com>
8830
8831         * gst/playback/gstplaybasebin.c: (queue_overrun),
8832         (no_more_pads_full):
8833         Stop buffering when the group is commited because the queues filled up.
8834         Fixes #442024.
8835
8836 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8837
8838         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8839         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8840         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8841         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8842         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8843         * ext/alsa/gstalsamixer.h:
8844         * ext/alsa/gstalsamixerelement.c:
8845         (gst_alsa_mixer_element_interface_supported),
8846         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8847         (gst_alsa_mixer_element_set_property),
8848         (gst_alsa_mixer_element_get_property),
8849         (gst_alsa_mixer_element_change_state):
8850         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8851         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8852         (gst_mixer_option_changed):
8853         * gst-libs/gst/interfaces/mixer.h:
8854         Revert commits towards #152864 made so far. We'll pick it up again
8855         after the 0.10.13 release.
8856
8857 2007-05-24  Wim Taymans  <wim@fluendo.com>
8858
8859         * gst-libs/gst/audio/gstbaseaudiosink.c:
8860         (gst_base_audio_sink_render):
8861         After an interrupt (PAUSED/flush) assume that the next sample should not
8862         be aligned to the previous sample. Fixes #417992.
8863
8864 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8865
8866         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8867           Don't add channels and rate fields to the template caps for
8868           audio/x-dts, as wavparse might not always be able to set them,
8869           which would then lead to 'caps are not a real subset of the
8870           template caps' warnings.
8871
8872 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8873
8874         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8875         Handle unknown or invalid pads without crashing, as might occur if
8876         a media file like an mp3 is specified as a subtitle file.
8877         Fixes: #410039
8878
8879 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8880
8881         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8882         (setup_sinks):
8883         Block the subtitle bin output queue before ghosting it and linking,
8884         then unblock after. This avoids spurious not-linked errors caused 
8885         by the queue starting up (because it gets linked when it is ghosted). 
8886         Fixes: #350299
8887
8888 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8889
8890         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8891         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8892         file. Avoids flukes where the input gets typefound to some valid but
8893         useless type.
8894
8895 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8896
8897         * tests/check/Makefile.am:
8898         * tests/check/elements/.cvsignore:
8899         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8900         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8901           Add unit test for gnomevfssink seeking and position reporting for
8902           file:// URIs.
8903
8904 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8905
8906         Patch by: Mark Nauwelaerts <manauw at skynet be>
8907
8908         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8909         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8910         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8911         * ext/gnomevfs/gstgnomevfssink.h:
8912           Fix position reporting, especially after a seek (from upstream),
8913           see #412648.
8914
8915 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8916
8917         * ext/cdparanoia/gstcdparanoiasrc.c:
8918           Repair umlaut.
8919
8920 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8921
8922         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8923         Specify the full valid range for MP3 samplerates. Fixes a regression
8924         caused by extra header checks since the last release.
8925
8926 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8927
8928         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8930         Fix a locking-order bug I introduced with my changes the other day.
8931         Patch by Mike Smith.
8932
8933 2007-05-21  Michael Smith <msmith@fluendo.com>
8934
8935         * ext/theora/theoradec.c: (theora_handle_data_packet):
8936           Don't look inside 0-length packets (which indicate duplicated
8937           frames)
8938
8939 2007-05-21  Wim Taymans  <wim@fluendo.com>
8940
8941         * ext/cdparanoia/gstcdparanoiasrc.c:
8942         (gst_cd_paranoia_src_read_sector):
8943         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8944         (gst_base_audio_src_create):
8945         Small cleanups.
8946
8947         * ext/theora/theoradec.c: (theora_dec_sink_event):
8948         Fix typo.
8949
8950         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8951         (gst_base_rtp_depayload_set_gst_timestamp):
8952         Add some FIXME
8953
8954         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8955         And some debug info when a FIXME path is hit.
8956
8957 2007-05-21  Wim Taymans  <wim@fluendo.com>
8958
8959         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8960         (gst_base_rtp_audio_payload_class_init),
8961         (gst_base_rtp_audio_payload_init),
8962         (gst_base_rtp_audio_payload_finalize),
8963         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8964         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8965         (gst_base_rtp_payload_audio_handle_event):
8966         Some cleanups, remove minptime property as it is now in the parent
8967         class.
8968         Override parent class event function.
8969
8970         * gst-libs/gst/rtp/gstbasertppayload.c:
8971         (gst_basertppayload_class_init), (gst_basertppayload_init),
8972         (gst_basertppayload_event), (gst_basertppayload_set_property),
8973         (gst_basertppayload_get_property):
8974         * gst-libs/gst/rtp/gstbasertppayload.h:
8975         Add min-ptime property.
8976         Add handle-event vmethod. Fixes #415001.
8977
8978 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8979
8980         * gst-libs/gst/audio/gstbaseaudiosink.c
8981           (gst_base_audio_sink_change_state):
8982           Fix typo in comment.
8983
8984         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8985           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8986           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8987           close_link):
8988         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8989           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8990           Remove trailing whitespaces in comments.
8991
8992         * gst/volume/Makefile.am:
8993           Fix tabs.
8994
8995 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8996
8997         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8998
8999         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
9000           set_option, get_option, _gst_reserved):
9001           Revert reordering functions (keep ABI).
9002
9003 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
9004
9005         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9006         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
9007         (gst_ximagesink_show_frame):
9008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9009         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
9010         (gst_xvimagesink_show_frame):
9011         When we create our own window, indicate that we handle the 
9012         WM_DELETE client message from the window manager, so that it won't 
9013         kill our window (and our app) along with it. Handle ClientMessage,
9014         post an error on the bus, and close the window. Further buffers
9015         arriving will result in a FlowError because the window has been
9016         destroyed.
9017
9018         Fixes: #393975
9019
9020         Clean up the X event handling loop and make them the same for
9021         both xvimagesink and ximagesink while I'm at it.
9022
9023 2007-05-17  Wim Taymans  <wim@fluendo.com>
9024
9025         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
9026         Make decodebin2 autoplug depayloaders too.
9027
9028         * gst/playback/gsturidecodebin.c: (source_new_pad):
9029         Set the newly created decoder in a usable state when autoplugging a
9030         dynamic source such as RTSP.
9031
9032 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9033
9034         * gst/playback/gststreaminfo.c: (cb_probe):
9035           Ignore video-codec tag for audio streams and ignore audio-codec tags
9036           for video streams. Should make codec name collection a bit more
9037           robust against sloppy demuxers that send tag events containing both
9038           tags down each pad.
9039
9040 2007-05-17  Wim Taymans  <wim@fluendo.com>
9041
9042         * gst/playback/gstqueue2.c: (update_rates):
9043         Tweak the buffering thresholds a little.
9044         Update the buffer size with the previously calculate rate instead of
9045         only when we calculate a new rate so that we get smoother buffering
9046         updates.
9047
9048         * gst/playback/Makefile.am:
9049         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
9050         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
9051         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
9052         (gst_uri_decode_bin_get_property), (unknown_type),
9053         (add_element_stream), (no_more_pads_full), (no_more_pads),
9054         (source_no_more_pads), (new_decoded_pad), (array_has_value),
9055         (gen_source_element), (has_all_raw_caps), (analyse_source),
9056         (remove_decoders), (make_decoder), (remove_source),
9057         (source_new_pad), (setup_source), (decoder_query_init),
9058         (decoder_query_duration_fold), (decoder_query_duration_done),
9059         (decoder_query_position_fold), (decoder_query_position_done),
9060         (decoder_query_latency_fold), (decoder_query_latency_done),
9061         (decoder_query_seeking_fold), (decoder_query_seeking_done),
9062         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
9063         (gst_uri_decode_bin_change_state), (plugin_init):
9064         New element that intergrates a source, optional buffering element and
9065         decodebin.
9066
9067 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9068
9069         * configure.ac:
9070           Bump libtheora requirement to 1.0alpha5 for the pixformat check
9071           (also has a .pc file, so we don't need the fallback check any
9072           longer). Fixes #438840.
9073
9074 2007-05-17  Wim Taymans  <wim@fluendo.com>
9075
9076         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9077         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9078         (apply_segment), (apply_buffer), (update_buffering),
9079         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9080         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9081         (gst_queue_handle_sink_event), (gst_queue_is_filled),
9082         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9083         (plugin_init):
9084         fix build.
9085
9086 2007-05-17  Wim Taymans  <wim@fluendo.com>
9087
9088         * gst/playback/Makefile.am:
9089         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9090         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9091         (gst_queue_getcaps), (gst_queue_bufferalloc),
9092         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9093         (apply_buffer), (update_buffering), (reset_rate_timer),
9094         (update_rates), (gst_queue_locked_flush),
9095         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9096         (gst_queue_handle_sink_event), (gst_queue_is_empty),
9097         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9098         (gst_queue_loop), (gst_queue_handle_src_event),
9099         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9100         (gst_queue_src_activate_push), (gst_queue_change_state),
9101         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9102         On our way to playbin2 this is the new network queue that does buffering
9103         all by itself using high and low watermarks. It can also measure up and
9104         downstream bandwidth to optimally size the queue.
9105
9106 2007-05-17  Michael Smith <msmith@fluendo.com>
9107
9108         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9109         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9110           Use the segment->last_stop value to calculate the next timestamp to
9111           generate after a seek; not the segment->start value.
9112
9113 2007-05-15  David Schleef  <ds@schleef.org>
9114
9115         * docs/Makefile.am: Install docs even when --disable-gtk-doc
9116           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
9117
9118 2007-05-15  Wim Taymans  <wim@fluendo.com>
9119
9120         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9121         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9122         Some more chained streaming ogg timestamp fixes.
9123
9124 2007-05-15  Wim Taymans  <wim@fluendo.com>
9125
9126         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9127         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9128         (gst_ogg_demux_handle_page):
9129         Add some FIXMEs.
9130         Fix chain start/stop segment handling based on patch by
9131         <ahalda at cs dot mcgill dot ca> see #320984.
9132
9133 2007-05-15  Michael Smith <msmith@fluendo.com>
9134
9135         * configure.ac:
9136           We don't require a C++ compiler. So don't require one.
9137
9138 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9139
9140         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9141           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9142           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9143           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9144           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9145           gst_alsa_mixer_update_track):
9146           Apply some of the cleanup Tim suggested in #152864 afterwards.
9147
9148 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9149
9150         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9151
9152         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9153           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9154           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9155           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9156           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9157           gst_alsa_mixer_handle_source_callback,
9158           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9159           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9160           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9161           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9162           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9163           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9164         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9165         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9166           gst_alsa_mixer_element_interface_supported,
9167           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9168           gst_alsa_mixer_element_set_property,
9169           gst_alsa_mixer_element_get_property,
9170           gst_alsa_mixer_element_change_state):
9171         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9172         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9173           gst_mixer_option_changed):
9174         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9175           volume_changed, option_changed, _gst_reserved):
9176           Implement notification for alsamixer. Fixes #152864
9177
9178 2007-05-14  David Schleef  <ds@schleef.org>
9179
9180         * gst/videotestsrc/videotestsrc.c:
9181         * gst/videotestsrc/videotestsrc.h:
9182           Add support for video/x-raw-bayer.
9183
9184 2007-05-12  David Schleef  <ds@schleef.org>
9185
9186         * sys/xvimage/xvimagesink.c:
9187           Add some sanity checking for the XVImage size returned by X.
9188           Related to #377400.
9189
9190 2007-05-12  Wim Taymans  <wim@fluendo.com>
9191
9192         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9193         (gst_base_rtp_depayload_setcaps),
9194         (gst_base_rtp_depayload_set_gst_timestamp):
9195         Parse and use additional caps fields as described in updated
9196         application/x-rtp caps spec.
9197
9198 2007-05-12  Wim Taymans  <wim@fluendo.com>
9199
9200         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9201         (gst_ogg_demux_collect_chain_info):
9202         If there is a stream in a chain without any data packets, ignore the
9203         stream in the total length calculations. Might be related to #436820.
9204
9205 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9206
9207         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9208         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9209         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9210         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9211         (plugin_init):
9212
9213         Consolidate and re-work our mpeg system stream detection to probe
9214         more packets and produce a higher confidence result. Fixes a
9215         regression caused by lowering the typefind probability last year
9216         - related to bug #397810. Remove the redundant MPEG-1 specific 
9217         typefind function, as the new one detects both MPEG-1 & MPEG-2
9218         happily.
9219
9220         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9221         little. 
9222
9223         Tested against my media test directory, with some improvements and
9224         no regressions.
9225
9226 2007-05-10  Wim Taymans  <wim@fluendo.com>
9227
9228         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9229         (queue_out_of_data):
9230         Connect to the new queue "pushing" signal instead of the broken
9231         "running" one.
9232
9233 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9234
9235         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9236         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9237         Move variable declaration before the first instruction.
9238         * gst/videotestsrc/videotestsrc.c:
9239         Define M_PI if it's not defined yet.
9240         * win32/common/libgstrtp.def:
9241         Add new exported functions.
9242
9243 2007-05-09  Michael Smith <msmith@fluendo.com>
9244
9245         * ext/theora/theoradec.c: (theora_handle_type_packet):
9246           gst_pad_push_event() does not return a GstFlowReturn!
9247
9248 2007-05-09  Wim Taymans  <wim@fluendo.com>
9249
9250         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9251         * tests/examples/seek/seek.c: (do_seek):
9252         Some small cosmetic changes.
9253
9254 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9255
9256         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9257           gst_adder_change_state):
9258         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9259           segment_pending, segment_position, segment_rate):
9260           Handle playback-rate on adder.
9261
9262 2007-05-07  Michael Smith <msmith@fluendo.com>
9263
9264         * ext/theora/gsttheoradec.h:
9265         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9266         (theora_dec_sink_event), (theora_handle_comment_packet),
9267         (theora_handle_type_packet), (theora_dec_change_state):
9268           Don't push events (newsegment, tags) before initialising the
9269           decoder.
9270           This is neccesary for seeking to work correctly in gnonlin.
9271
9272 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9273
9274         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9275         * gst/adder/gstadder.c:
9276         * gst/audiotestsrc/gstaudiotestsrc.c
9277           (gst_audio_test_src_create_white_noise):
9278         * gst/videotestsrc/gstvideotestsrc.c:
9279         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9280           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9281           volume_sink_template, volume_src_template, gst_volume_init,
9282           volume_process_double, volume_process_int16,
9283           volume_process_int16_clamp):
9284           Doc fixes and formatting.
9285
9286 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9287
9288         * tests/check/Makefile.am:
9289         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9290           Minimal check for volume's GstController usability; also another
9291           test for #422295.
9292
9293 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9294
9295         * gst-libs/gst/cdda/gstcddabasesrc.c:
9296         (gst_cdda_base_src_add_track):
9297           Fix it so that it (a) makes sense and (b) doesn't break
9298           everything cdda-related including the unit test.
9299
9300 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9301
9302         * gst-libs/gst/cdda/gstcddabasesrc.c:
9303         (gst_cdda_base_src_add_track):
9304           Fix build when disabling asserts.
9305
9306 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9307
9308         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9309           When XShm is not available, we might get row strides that are not
9310           rounded up to multiples of four; this is bad, because virtually
9311           every RGB-processing element in GStreamer assumes rowstrides are
9312           rounded up to multiples of four, so let's allocate at least enough
9313           memory to avoid crashes in this case. The image will still be
9314           displayed distorted though if this happens, so that still needs
9315           fixing (maybe by allocating a bigger image with an 'even' width
9316           and then clipping it appropriately when rendering - something for
9317           Xlib aficionados in any case).
9318
9319 2007-05-03  Michael Smith <msmith@fluendo.com>
9320
9321         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9322           If a buffer doesn't have a timestamp, assume it's contiguous with
9323           the previous buffer, and synthesise timestamps appropriately.
9324
9325 2007-05-03  Edward Hervey  <edward@fluendo.com>
9326
9327         * tests/check/elements/videorate.c: (GST_START_TEST):
9328         Set buffer timestamp to a valid value in order to test the buffer
9329         really does stay in videorate.
9330
9331 2007-05-03  Edward Hervey  <edward@fluendo.com>
9332
9333         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9334         There is no sensible way to handle incoming buffers which don't have a
9335         valid timestamp. We therefore discard them and wait for the next one.
9336
9337 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9338
9339         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9340         * gst/playback/gstdecodebin2.c: (plugin_init):
9341           Better error message for text files.
9342
9343 2007-04-29  Wim Taymans  <wim@fluendo.com>
9344
9345         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9346         Fix offset bug in generation RR packets.
9347
9348 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9349
9350         * ext/theora/theoradec.c: (_theora_granule_time),
9351         (theora_dec_push_forward), (theora_handle_data_packet),
9352         (theora_dec_decode_buffer): Calculate buffer duration correctly
9353         to generate a perfect stream (#433888).
9354         * gst/audioresample/gstaudioresample.c:
9355         (audioresample_check_discont): Glib provides ABS.
9356
9357 2007-04-27  Wim Taymans  <wim@fluendo.com>
9358
9359         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9360         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9361         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9362         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9363         (gst_rtcp_packet_bye_set_reason):
9364         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9365         Fix RB block parsing and writing.
9366         Add support for constructing BYE packets.
9367
9368 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9369
9370         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9371         (gst_base_audio_src_create):
9372         * po/POTFILES.in:
9373           When posting a warning message because samples were dropped, post
9374           something more intelligible than he default error message for clock
9375           errors which is just confusing in this context (#432984).
9376
9377 2007-04-25  Wim Taymans  <wim@fluendo.com>
9378
9379         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9380         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9381         (read_packet_header), (gst_rtcp_packet_move_to_next),
9382         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9383         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9384         (gst_rtcp_packet_sdes_get_item_count),
9385         (gst_rtcp_packet_sdes_first_item),
9386         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9387         (gst_rtcp_packet_sdes_first_entry),
9388         (gst_rtcp_packet_sdes_next_entry),
9389         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9390         (gst_rtcp_packet_sdes_add_entry):
9391         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9392         Implement code to write SR, RR and SDES packets.
9393
9394 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9395
9396         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9397
9398         * sys/ximage/ximagesink.c:
9399           Fix build if XShm is not available (#432362).
9400
9401 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9402
9403         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9404         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9405         pointers to random memory which are passed to g_free() when
9406         audio_convert_prepare_context() is called the first time.
9407
9408 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9409
9410         Patch by: Dan Williams <dcbw redhat com>
9411
9412         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9413           Don't leak incoming buffer if gst_pad_push() returns a
9414           non-OK flow. Fixes #432755.
9415          
9416         * tests/check/elements/videorate.c: (GST_START_TEST),
9417         (videorate_suite):
9418           Unit test for the above by Yours Truly.
9419
9420 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9421
9422         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9423         (gst_adder_sink_event), (gst_adder_collected):
9424           Fix non-flushing segmented seeks, Fixes #340060 for me
9425
9426 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9427
9428         Patch by: Olivier Crete  <tester at tester ca>
9429
9430         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9431         (gst_base_rtp_audio_payload_class_init),
9432         (gst_base_rtp_audio_payload_init),
9433         (gst_base_rtp_audio_payload_dispose):
9434           Chain up to parent class in dispose function; get rid of
9435           unnecessary 'diposed' flag in private structure (#415001).
9436
9437 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9438
9439         * docs/libs/gst-plugins-base-libs.types:
9440         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9441         (gst_base_rtp_audio_payload_class_init):
9442         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9443         * gst-libs/gst/rtp/gstbasertppayload.c:
9444           Some minor docs fixes and additions; also add missing 'Since' bits.
9445
9446 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9447
9448         Patch by: Zeeshan Ali  <zeenix gmail com>
9449
9450         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9451         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9452         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9453         (gst_base_rtp_audio_payload_push):
9454         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9455           The recently-added gst_base_rtp_audio_payload_push() should take an
9456           object of type GstBaseRTPAudioPayload as first argument (#431672).
9457
9458 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9459
9460         * gst/audioresample/gstaudioresample.c:
9461           Make more functions static, just because we can.
9462
9463 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9464
9465         * tests/check/elements/audioresample.c:
9466           Add unit test for audioresample shutdown crasher (#420106).
9467
9468 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9469
9470         * gst/subparse/gstsubparse.c:
9471         * gst/subparse/samiparse.c:
9472           Use GST_DISABLE_XML here
9473
9474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9475         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9476         (gst_xvimagesink_buffer_alloc),
9477         (gst_xvimagesink_navigation_send_event):
9478         * sys/xvimage/xvimagesink.h:
9479           Include stdlib.h when using atoi.
9480           
9481         * tests/check/elements/playbin.c: (playbin_suite):
9482           Use GST_DISABLE_REGISTRY here
9483
9484 2007-04-19  Michael Smith  <msmith@fluendo.com>
9485
9486         * ext/theora/gsttheoraenc.h:
9487         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9488         (theora_enc_sink_event), (theora_enc_change_state):
9489           Track initialisation state; don't try to use encoder state if we're
9490           not initialised (it'll segfault).
9491
9492 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9493
9494         * tests/check/pipelines/.cvsignore:
9495         Fix build.
9496
9497 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9498
9499         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9500         Allow random depths between 1 and 32 instead of only multiplies of 8.
9501
9502 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9503
9504         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9505         Set the maximum number of channels for PCM and float in the correct
9506         place to have it also used when creating the template caps.
9507
9508 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9509
9510         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9511         Correctly support 4, 6 and 8 channels with normal PCM and float
9512         wav files.
9513
9514         Fix the depth and signedness calculation in extensible wav files and
9515         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9516         mask is found.
9517
9518         Add support for float, alaw and mulaw in extensible wav files.
9519
9520         This allows correct playback of all but 5 files from
9521         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9522         
9523         (gst_riff_create_audio_template_caps):
9524         Add voxware and float formats to the template caps.     
9525
9526 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9527
9528         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9529
9530         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9531         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9532
9533         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9534         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9535         Use the correct format strings for integer formats.
9536
9537 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9538
9539         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9540           Don't use pad_alloc_buffer_and_set_caps to create a small header
9541           packet, or, worse, to create a big temporary video buffer using the
9542           src pad.
9543
9544 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9545
9546         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9547         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9548           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9549           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9550
9551 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9552
9553         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9554           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9555           streamheader_suite):
9556           Add another test set up for failure
9557
9558 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9559
9560         * tests/check/Makefile.am:
9561         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9562           GST_START_TEST, streamheader_suite, main):
9563           Add a test for the streamheader bug Wim fixed.
9564
9565 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9566
9567         * ext/theora/theoradec.c: (theora_dec_sink_event):
9568         Fix misleading comment.
9569
9570 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9571
9572         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9573           More sanity checks for the header fields.
9574
9575 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9576
9577         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9578           Try encodings from all environment variables, not just those in the
9579           first environment variable that is set.
9580
9581 2007-04-12  Wim Taymans  <wim@fluendo.com>
9582
9583         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9584         (gst_video_rate_chain):
9585         Add some debug.
9586
9587         * tests/check/elements/videorate.c: (GST_START_TEST),
9588         (videorate_suite):
9589         Added check for videorate changing caps handling. Closes #421834.
9590
9591 2007-04-12  Michael Smith  <msmith@fluendo.com>
9592
9593         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9594           Use scale functions to avoid overflow when calculating duration of 
9595           vorbis buffers.
9596
9597 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9598
9599         * docs/libs/gst-plugins-base-libs-sections.txt:
9600         * gst-libs/gst/tag/tag.h:
9601         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9602           API: add gst_tag_freeform_string_to_utf8() (#405072).
9603
9604         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9605           Use gst_tag_freeform_string_to_utf8() here.
9606
9607 2007-04-12  Wim Taymans  <wim@fluendo.com>
9608
9609         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9610         (gst_gdp_pay_sink_event):
9611         Make sure we set the IN_CAPS flag correctly.
9612
9613         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9614         Get the IN_CAPS flag before we call functions that mess with the flags.
9615
9616 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9617
9618         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9619           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9620           Only stamp buffers with offset/offset_end right before they get
9621           pushed.  This ensures offset continuity, which was not the case
9622           before as shown by
9623           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9624
9625 2007-04-06  Wim Taymans  <wim@fluendo.com>
9626
9627         * gst/playback/gstplaybin.c: (add_sink),
9628         (gst_play_bin_change_state):
9629         Activate sync in playbin, we are ready to handle it for live streams.
9630
9631 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9632
9633         * tests/check/elements/playbin.c:
9634         (test_sink_usage_video_only_stream), (playbin_suite):
9635           Add small test for stream-info-value-array code paths.
9636
9637 2007-04-05  Wim Taymans  <wim@fluendo.com>
9638
9639         * gst-libs/gst/audio/gstbaseaudiosink.c:
9640         (gst_base_audio_sink_skew_slaving):
9641         Don't try to create invalid calibration parameters by making the
9642         internal time go backwards, instead make external time go forward.
9643
9644 2007-04-05  Wim Taymans  <wim@fluendo.com>
9645
9646         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9647
9648         * gst/playback/gstplaybasebin.c: (add_stream):
9649         Fix leak in add_stream(), when g_value_set_object() increases the
9650         refcount of streaminfo object. Fixes #426250.
9651
9652 2007-04-03  David Schleef  <ds@schleef.org>
9653
9654         * gst/videotestsrc/gstvideotestsrc.c:
9655         * gst/videotestsrc/gstvideotestsrc.h:
9656         * gst/videotestsrc/videotestsrc.c:
9657         * gst/videotestsrc/videotestsrc.h:
9658           Add a test pattern called "circular", which has concentric
9659           rings with varying radial frequency.  The main purpose of this
9660           pattern is to test fidelity loss in a filter or scaler element.
9661           Notably, this pattern is scale invariant, and is optimally viewed
9662           with a width (and height) of 400.
9663
9664 2007-04-03  Wim Taymans  <wim@fluendo.com>
9665
9666         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9667
9668         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9669         (deactivate_free_recursive):
9670         Decodebin2 doesn't unref pads it obtains in some occasions:
9671         - multiqueue src pads, when either connecting further or exposing
9672         - sink pads of new autoplugged elements
9673         - peer pads when recursively freeing elements
9674         Fixes #425455.
9675
9676 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9677
9678         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9679         Add audio/x-raw-float support, now that audioconvert support
9680         non-native endianness floats.
9681
9682 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9683
9684         * docs/libs/gst-plugins-base-libs-docs.sgml:
9685           gstreamer-plugins-base.pc doesn't exist, it's
9686           gstreamer-plugins-base-0.10.pc.
9687
9688 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9689
9690         Patch by: René Stadler <mail at renestadler dot de>
9691         with some minor changes
9692
9693         * gst-libs/gst/floatcast/floatcast.h:
9694         Use more efficient float endianness conversion functions that don't
9695         involve 2 function calls per value.
9696         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9697         (check_default), (audio_convert_prepare_context):
9698         * gst/audioconvert/gstaudioconvert.c:
9699         (gst_audio_convert_parse_caps), (make_lossless_changes):
9700         Support non-native endianness floats as input and output.
9701         Fixes #339838.
9702         * tests/check/elements/audioconvert.c: (verify_convert),
9703         (GST_START_TEST):
9704         Add unit tests for the non-native endianness float conversions.
9705
9706 2007-03-29  Wim Taymans  <wim@fluendo.com>
9707
9708         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9709         (gst_base_rtp_depayload_base_init),
9710         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9711         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9712         (gst_base_rtp_depayload_set_gst_timestamp),
9713         (gst_base_rtp_depayload_change_state),
9714         (gst_base_rtp_depayload_set_property),
9715         (gst_base_rtp_depayload_get_property):
9716         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9717         Add Private structure.
9718         Bring element code to 2007.
9719         Parse clock-base caps param and use it when generating the
9720         newsegment.
9721         Reset variables before going to PAUSED.
9722         Fix some docs.
9723
9724 2007-03-29  Wim Taymans  <wim@fluendo.com>
9725
9726         * docs/libs/gst-plugins-base-libs-docs.sgml:
9727         * docs/libs/gst-plugins-base-libs-sections.txt:
9728         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9729         (gst_base_rtp_audio_payload_get_adapter):
9730         Add RTCP docs.
9731         Fix some more docs.
9732
9733         * gst-libs/gst/rtp/Makefile.am:
9734         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9735         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9736         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9737         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9738         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9739         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9740         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9741         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9742         (gst_rtcp_packet_sr_get_sender_info),
9743         (gst_rtcp_packet_sr_set_sender_info),
9744         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9745         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9746         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9747         (gst_rtcp_packet_sdes_get_chunk_count),
9748         (gst_rtcp_packet_sdes_first_chunk),
9749         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9750         (gst_rtcp_packet_sdes_first_item),
9751         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9752         (gst_rtcp_packet_bye_get_ssrc_count),
9753         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9754         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9755         (gst_rtcp_packet_bye_get_reason_len),
9756         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9757         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9758         Add new helper object for parsing and creating RTCP messages.
9759
9760 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9761
9762         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9763         PCM samples with width=8 must be always unsigned, no matter what
9764         depth they have.
9765
9766 2007-03-29  Andy Wingo  <wingo@pobox.com>
9767
9768         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9769         perfect offsets also, not just timestamps.
9770
9771         * tests/check/elements/videorate.c (test_more): Test that given
9772         any incoming offsets, that videorate produces perfect offsets.
9773
9774 2007-03-29  Wim Taymans  <wim@fluendo.com>
9775
9776         * gst-libs/gst/riff/riff-ids.h:
9777         Add some more RIFF formats.
9778
9779 2007-03-29  Wim Taymans  <wim@fluendo.com>
9780
9781         * gst-libs/gst/rtp/gstrtpbuffer.c:
9782         (gst_rtp_buffer_default_clock_rate):
9783         * gst-libs/gst/rtp/gstrtpbuffer.h:
9784         Fix fixed payload names and docs.
9785         Added method to get the default clock rates of fixed payload types.
9786         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9787
9788 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9789
9790         * tests/check/pipelines/.cvsignore:
9791         Add new vorbisdec test to cvsignore.
9792
9793 2007-03-28  Wim Taymans  <wim@fluendo.com>
9794
9795         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9796         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9797         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9798         (gst_base_audio_sink_set_property),
9799         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9800         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9801         (gst_base_audio_sink_skew_slaving),
9802         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9803         (gst_base_audio_sink_async_play):
9804         * gst-libs/gst/audio/gstbaseaudiosink.h:
9805         Store private stuff in GstBaseAudioSinkPrivate.
9806         Add configurable clock slaving modes property.
9807         API:: GstBaseAudioSink::slave-method property
9808         Some more latency reporting tweaks.
9809         Added skew based clock slaving correction and make it the default until
9810         the resampling method is more robust.
9811
9812 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9813
9814         * gst/audioconvert/audioconvert.c:
9815         Add docs to the integer pack functions and implement proper
9816         rounding. Before we had rounding towards negative infinity, i.e.
9817         always the smaller number was taken. Now we use natural rounding,
9818         i.e. rounding to the nearest integer and to the one with the largest
9819         absolute value for X.5. The old rounding introduced some minor
9820         distortions. Fixes #420079
9821         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9822         Fix one unit test that assumed the old rounding and added unit tests
9823         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9824         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9825         rounding from signed int32 to signed/unsigned int16.
9826
9827 2007-03-27  Michael Smith  <msmith@fluendo.com>
9828
9829         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9830         (gst_audio_convert_transform_caps):
9831           Fix typo in debug line introduced recently, as pointed out on irc.
9832
9833 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9834
9835         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9836         * tests/check/libs/tag.c: (GST_START_TEST):
9837           Make sure we parse floating-point numbers in vorbis comments
9838           correctly with either '.' or ',' as separator, no matter what
9839           the current locale is. Add unit test for this too.
9840
9841 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9842
9843         Patch by: René Stadler  <mail at renestadler de>
9844
9845         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9846           When writing out floating-point numbers to vorbis comment tags, always
9847           use the same character as separator no matter what the current locale is
9848           (fixes #423051).
9849
9850         * tests/check/libs/tag.c: (GST_START_TEST):
9851           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9852
9853 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9854
9855         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9856           vorbis_handle_data_packet):
9857           Correctly set DURATION to generate a timestamp-continuous stream.
9858           One bug left at the end; see
9859           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9860         * tests/check/Makefile.am:
9861         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9862           Add a test to check this.  Without the above patch this test fails.
9863
9864 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9865
9866         * gst-libs/gst/rtp/Makefile.am:
9867         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9868
9869 2007-03-23  Michael Smith  <msmith@fluendo.com>
9870
9871         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9872         (gst_video_rate_reset), (gst_video_rate_chain):
9873           If videorate changes caps, we can no longer use the old buffer
9874           (which may have a different size, incompatible with our caps).
9875           So don't do that; just duplicate the new frame more times.
9876
9877 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9878
9879         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9880         Remove playbin's override of the set_clock vmethod. It's irrelevant
9881         after Wim's commit on the 19th.
9882
9883 2007-03-22  Wim Taymans  <wim@fluendo.com>
9884
9885         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9886         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9887         * ext/gnomevfs/gstgnomevfssrc.h:
9888         Don't cache file sizes. Fixes #341078.
9889
9890 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9891
9892         * gst/playback/gstplaybin.c: (add_sink):
9893           Use GST_PTR_FORMAT to log caps. 
9894
9895 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9896
9897         Patch by: Young-Ho Cha <ganadist at chollian net>
9898
9899         * gst/subparse/samiparse.c: (handle_start_font):
9900           Special-case some more colour names that pango doesn't handle by
9901           default. Fixes #420578.
9902
9903 2007-03-20  Michael Smith  <msmith@fluendo.com>
9904
9905         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9906           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9907           that marks EOS internally. After that, libvorbis will buffer all
9908           input data, and encode none of it, eventually leading to memory
9909           exhaustion.
9910
9911 2007-03-19  Wim Taymans  <wim@fluendo.com>
9912
9913         * gst/playback/gstdecodebin.c: (remove_fakesink):
9914         Don't post STATE_DIRTY anymore.
9915
9916         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9917         (gst_play_bin_change_state):
9918         Remove stream_time reset in seek handling, core does that now.
9919         Disable clocking for live pipelines by forcing a NULL clock to the
9920         complete pipeline, core is too smart now for our previous hack.
9921         We can always autoplug in PAUSED now.
9922
9923 2007-03-17  David Schleef  <ds@schleef.org>
9924
9925         * REQUIREMENTS:  Update this file, change the formatting to make
9926         it more consistent, plus more machine readable.
9927
9928 2007-03-16  Michael Smith  <msmith@fluendo.com>
9929
9930         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9931         (strip_width_64), (append_with_other_format):
9932           Previous fix was too simplistic, and broke the tests. Use a better
9933           approach; only strip 64 from widths for integer audio.
9934
9935 2007-03-16  Michael Smith  <msmith@fluendo.com>
9936
9937         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9938         (gst_audio_convert_transform_caps):
9939           We don't support 64 bit integer audio, so don't try to claim we can.
9940           Stops us producing caps don't match our template caps.
9941           Update comments.
9942
9943 2007-03-15  Michael Smith  <msmith@fluendo.com>
9944
9945         * gst/audioresample/gstaudioresample.c:
9946         (audioresample_check_discont), (audioresample_transform):
9947           Don't trigger discontinuities for very small imperfections; a filter
9948           flush will sound bad, and many plugins have rounding errors leading
9949           to these.
9950
9951 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9952
9953         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9954
9955         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9956         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9957         API: add "min-ptime" property to RTP base audio payloader.
9958         API: add gst_base_rtp_audio_payload_push().
9959         API: add gst_base_rtp_audio_payload_get_adapter().
9960         Fixes #415001
9961         Indentation/whitespace/documentation fixes.
9962
9963 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9964
9965         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9966         (audioresample_transform_size), (audioresample_do_output),
9967         (audioresample_transform), (audioresample_pushthrough): Handle
9968         discontinuous streams.
9969         * gst/audioresample/gstaudioresample.h:
9970         * tests/check/elements/audioresample.c:
9971         (test_discont_stream_instance), (GST_START_TEST),
9972         (audioresample_suite): Add a test for discontinuous streams.
9973         * win32/common/config.h: Updated.
9974
9975 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9976
9977         * po/af.po:
9978         * po/az.po:
9979         * po/cs.po:
9980         * po/en_GB.po:
9981         * po/it.po:
9982         * po/nb.po:
9983         * po/nl.po:
9984         * po/or.po:
9985         * po/sq.po:
9986         * po/sr.po:
9987         * po/sv.po:
9988         * po/uk.po:
9989         * po/vi.po:
9990           Update translations from translation project.
9991
9992 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9993
9994         * gst/audioresample/debug.h:
9995         * gst/audioresample/resample.c: (resample_init):
9996           Since I really am not interested in a debug line for each sample
9997           being processed, move the library's debugging to its own category,
9998           libaudioresample
9999
10000 2007-03-13  Michael Smith  <msmith@fluendo.com>
10001
10002         * ext/theora/theoradec.c: (theora_handle_type_packet):
10003           Since the plugin doesn't support anything other than 4:2:0 right
10004           now, post an error and fail if we get something else. Won't matter
10005           until libtheora supports the other pixel formats, but hopefully
10006           that'll be soon...
10007
10008 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10009
10010         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
10011         Use gst_guint64_to_gdouble for conversion.
10012         * win32/MANIFEST:
10013         Add new files to the win32 MANIFEST.
10014         * win32/common/libgstaudio.def:
10015         * win32/common/libgstpbutils.def:
10016         Add new exported functions.
10017         * win32/vs6/gst_plugins_base.dsw:
10018         * win32/vs6/libgstdecodebin.dsp:
10019         * win32/vs6/libgstplaybin.dsp:
10020         Change the link to libgstpbutils.lib.
10021         * win32/vs6/libgstdecodebin2.dsp:
10022         Add a new project for decodebin2.
10023         * win32/vs6/libgstpbutils.dsp:
10024         Add a new project for pbutils.
10025
10026 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10027
10028         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10029           Also accept partial dates with only year and month,
10030           like 1999-12-00 (fixes #410396 even more).
10031
10032         * tests/check/libs/tag.c: (GST_START_TEST):
10033           Add unit test for the above.
10034
10035 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10036
10037         * tests/check/elements/subparse.c: (GST_START_TEST),
10038         (subparse_suite):
10039           Add unit test for MPL2 subtitle format (#413799).
10040
10041 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10042
10043         Patch by: Kamil Pawlowski  <kamilpe gmail com>
10044
10045         * gst/subparse/Makefile.am:
10046         * gst/subparse/gstsubparse.c:
10047         (gst_sub_parse_data_format_autodetect),
10048         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
10049         (gst_subparse_type_find):
10050         * gst/subparse/gstsubparse.h:
10051         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
10052         * gst/subparse/mpl2parse.h:
10053           Add support for MPL2 subtitle format (#413799).
10054
10055 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10056
10057         * configure.ac:
10058           We require core CVS for the new buffer metadata copy functions.
10059
10060 2007-03-09  Wim Taymans  <wim@fluendo.com>
10061
10062         * gst-libs/gst/tag/gstid3tag.c:
10063         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10064         Fixes #414496.
10065
10066         Patch by: Alex Lancaster <alexl at users sourceforge net>
10067
10068 2007-03-09  Wim Taymans  <wim@fluendo.com>
10069
10070         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10071         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
10072         Improve adapter usage and comments.
10073
10074 2007-03-09  Wim Taymans  <wim@fluendo.com>
10075
10076         * ext/pango/gsttextrender.c: (gst_text_render_chain):
10077         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10078         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10079         Use new metadata copy function.
10080
10081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10082         (gst_ffmpegcsp_transform):
10083         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10084         Basetransform copied the metadata for us.
10085
10086 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10087
10088         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10089         (gst_text_overlay_video_event):
10090           Some more logging. Only accept newsegment events in TIME format and
10091           send a WARNING message if they are not in TIME format.
10092
10093         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10094         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10095         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10096         * gst/subparse/gstsubparse.h:
10097           No need to allocate GstSegment structure dynamically, just put it
10098           into the instance structure; ignore newsegment events in BYTE
10099           format and in particular don't let it overwrite our saved TIME
10100           segment from the last seek.
10101
10102 2007-03-09  Michael Smith  <msmith@fluendo.com>
10103
10104         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10105           Replace AC3 typefinder with one that isn't terrible, and actually
10106           works usefully.
10107
10108 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10109
10110         * gst/audioconvert/gstaudioconvert.c:
10111         (gst_audio_convert_transform):
10112           fix error category and translatable string
10113           
10114
10115 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10116
10117         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10118         * pkgconfig/gstreamer-plugins-base.pc.in:
10119           Fix up utils => pbutils here too.
10120
10121 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10122
10123         * gst/subparse/gstsubparse.c: (handle_buffer):
10124           Break out of loop in chain function as soon as possible if we get
10125           a non-OK flow return.
10126
10127 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10128
10129         * tests/check/elements/alsa.c: (GST_START_TEST):
10130         Unref the mixer if the state change fails too (if the
10131         alsa devices are inaccessible, for example)
10132
10133 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10134
10135         * tests/check/Makefile.am:
10136         Don't test libvisual elements in the states check, because libvisual
10137         seems to leak internally.
10138
10139         Re-enable the alsa and states tests now that there's new suppressions
10140         in gst.supp.
10141
10142         * tests/check/elements/alsa.c: (GST_START_TEST):
10143         Don't leak the alsamixer we instantiated.
10144
10145 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10146
10147         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10148         (gst_ximagesink_change_state), (gst_ximagesink_reset),
10149         (gst_ximagesink_finalize):
10150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10151         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10152         Move some cleanup stuff from the state change handler into a _reset()
10153         function that can be called from _finalize(). This ensures that things
10154         get freed even if (for some reason) the NULL->READY state transition
10155         fails in the parent class.
10156         Even if a parent state change fails, process our downward state change
10157         logic instead of bailing out early.
10158         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10159
10160 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10161
10162         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10163         Extra log line.
10164
10165         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10166         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10167         Use pango_font_description_set_family_static instead of 
10168         pango_font_description_set_family to save a string copy (it was
10169         leaking due to the strdup anyway)
10170
10171         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10172         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10173         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10174         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10175         Chain up in finalize.
10176
10177 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10178
10179         * gst-libs/gst/interfaces/mixertrack.c:
10180         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10181         (gst_mixer_track_set_property):
10182           API: add "untranslated-label" property which should be set by
10183           implementations at construct time (#414645).
10184
10185         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10186         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10187           Set "untranslated-label" when constructing mixer track objects.
10188
10189         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10190           Unit test to check the above.
10191
10192 2007-03-07  Wim Taymans  <wim@fluendo.com>
10193
10194         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10195         Fix confusing debug message.
10196
10197 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10198
10199         * gst-plugins-base.doap:
10200         update doap file with new version
10201
10202 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10203
10204         * configure.ac:
10205         Back to CVS
10206
10207 === release 0.10.12 ===
10208
10209 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10210
10211         * configure.ac:
10212           releasing 0.10.12, "Zombie Horde"
10213
10214 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10215
10216         * configure.ac:
10217         Bump version to 0.10.11.4 pre-release
10218
10219 2007-03-06  Wim Taymans  <wim@fluendo.com>
10220
10221         * gst-libs/gst/audio/gstbaseaudiosink.c:
10222         (gst_base_audio_sink_async_play):
10223         Fix regression that made GStreamer skip the first samples of audio.
10224         Fixes #414684.
10225
10226 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10227
10228         * configure.ac:
10229         Bump version to 0.10.11.3 pre-release
10230
10231 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10232
10233         * po/POTFILES.in:
10234           Update paths for the rename from utils to pbutils to fix the build.
10235
10236 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10237
10238         * gst-libs/gst/pbutils/Makefile.am:
10239           Change directory to install headers in from gst/utils to gst/pbutils
10240           as well.
10241
10242 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10243
10244         * configure.ac:
10245         * docs/libs/gst-plugins-base-libs-docs.sgml:
10246         * docs/libs/gst-plugins-base-libs-sections.txt:
10247         * gst-libs/gst/Makefile.am:
10248         * gst-libs/gst/interfaces/mixer.c:
10249         * gst-libs/gst/pbutils/Makefile.am:
10250         * gst-libs/gst/pbutils/descriptions.c:
10251         (gst_pb_utils_get_source_description),
10252         (gst_pb_utils_get_sink_description),
10253         (gst_pb_utils_get_decoder_description),
10254         (gst_pb_utils_get_encoder_description),
10255         (gst_pb_utils_get_element_description),
10256         (gst_pb_utils_add_codec_description_to_tag_list),
10257         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10258         * gst-libs/gst/pbutils/descriptions.h:
10259         * gst-libs/gst/pbutils/install-plugins.c:
10260         * gst-libs/gst/pbutils/install-plugins.h:
10261         * gst-libs/gst/pbutils/missing-plugins.c:
10262         (gst_missing_uri_source_message_new),
10263         (gst_missing_uri_sink_message_new),
10264         (gst_missing_element_message_new),
10265         (gst_missing_decoder_message_new),
10266         (gst_missing_encoder_message_new),
10267         (gst_missing_plugin_message_get_description):
10268         * gst-libs/gst/pbutils/missing-plugins.h:
10269         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10270         * gst-libs/gst/pbutils/pbutils.h:
10271         * gst-libs/gst/utils/Makefile.am:
10272         * gst-libs/gst/utils/base-utils.c:
10273         * gst-libs/gst/utils/base-utils.h:
10274         * gst-libs/gst/utils/descriptions.c:
10275         * gst-libs/gst/utils/descriptions.h:
10276         * gst-libs/gst/utils/install-plugins.c:
10277         * gst-libs/gst/utils/install-plugins.h:
10278         * gst-libs/gst/utils/missing-plugins.c:
10279         * gst-libs/gst/utils/missing-plugins.h:
10280         * gst-plugins-base.spec.in:
10281         * gst/playback/Makefile.am:
10282         * gst/playback/gstdecodebin.c:
10283         * gst/playback/gstdecodebin2.c:
10284         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10285         (gen_source_element):
10286         * gst/playback/gstplaybin.c: (plugin_init):
10287         * tests/check/Makefile.am:
10288         * tests/check/libs/pbutils.c: (GST_START_TEST),
10289         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10290         * tests/check/libs/utils.c:
10291           rename utils to pbutils
10292
10293 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10294
10295         * docs/plugins/Makefile.am:
10296         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10297         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10298         * docs/plugins/inspect/plugin-decodebin2.xml:
10299         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10300         Add documentation for decodebin2 that indicates that the API
10301         is still unstable.
10302
10303 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10304
10305         * configure.ac:
10306         Update to 0.10.11.2 (0.10.12 pre-release)
10307
10308 2007-03-01  Wim Taymans  <wim@fluendo.com>
10309
10310         * gst-libs/gst/audio/gstbaseaudiosink.c:
10311         (gst_base_audio_sink_async_play):
10312         base time is irrelevant here.
10313
10314 2007-03-01  Wim Taymans  <wim@fluendo.com>
10315
10316         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10317         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10318         Improve debugging.
10319
10320         * gst-libs/gst/audio/gstbaseaudiosink.c:
10321         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10322         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10323         Improve latency and clock slaving calculations.
10324         Improve slave clock calibration.
10325
10326         * gst-libs/gst/audio/gstringbuffer.c:
10327         (gst_ring_buffer_commit_full):
10328         When we are asked to render N sample to 0 bytes, return N.
10329
10330 2007-03-01  Wim Taymans  <wim@fluendo.com>
10331
10332         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10333         (gst_alsasink_write), (gst_alsasink_reset):
10334         * ext/alsa/gstalsasink.h:
10335         Remove unused dispose function.
10336         Rename lock to not interfere with alsasrc lock.
10337
10338         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10339         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10340         (gst_alsasrc_read), (gst_alsasrc_reset):
10341         * ext/alsa/gstalsasrc.h:
10342         Implement finalize function.
10343         Use lock to protect alsa access.
10344         Implement _reset.
10345         Fine tune sw params.
10346
10347 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10348
10349         * configure.ac:
10350           Convert to new AG_GST style.
10351
10352 2007-02-28  Wim Taymans  <wim@fluendo.com>
10353
10354         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10355
10356         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10357         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10358         Fix race condition when rapidly switching visualisations in playbin.
10359         Fixes #401029.
10360
10361 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10362
10363         * tests/check/Makefile.am:
10364         Include local stuff before system installed things in LDFLAGS and
10365         CFLAGS.
10366
10367 2007-02-28  Wim Taymans  <wim@fluendo.com>
10368
10369         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10370         Improve debugging.
10371
10372 2007-02-28  Wim Taymans  <wim@fluendo.com>
10373
10374         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10375         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10376         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10377         Fix duration and timestamping, taking latency into account.
10378         Implement latency query.
10379
10380 2007-02-28  Wim Taymans  <wim@fluendo.com>
10381
10382         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10383         (gst_audio_clock_new):
10384         Fix clock name.
10385
10386         * gst-libs/gst/audio/gstbaseaudiosink.c:
10387         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10388         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10389         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10390         (gst_base_audio_src_create):
10391         Improve latency query code.
10392         Use proper clock names.
10393
10394 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10395
10396         * tests/check/generic/states.c: (GST_START_TEST):
10397           Copy the states.c test from core again
10398         * tests/check/Makefile.am:
10399           ignore cdio and cdparanoiasrc
10400
10401 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10402
10403         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10404         (double_hq), (audio_convert_get_func_index), (check_default),
10405         (audio_convert_prepare_context), (audio_convert_convert):
10406           Also make valgrind happy and avoid copying data in some cases.
10407
10408 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10409
10410         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10411         (double_hq), (audio_convert_get_func_index),
10412         (audio_convert_prepare_context), (audio_convert_convert):
10413         * gst/audioconvert/gstaudioconvert.c:
10414         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10415         (gst_audio_convert_transform_caps):
10416         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10417         (audioconvert_suite):
10418           Don't run inplace if that overwrites source data as we go. Add more
10419           tests. Fixes #339837 even more.
10420
10421 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10422
10423         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10424         (msg_segment_done): Fix various seeking bugs (Slider was not
10425         updating when doing a non flushing seek, Reverse playback 
10426         on segment seek was wrong).
10427
10428 2007-02-26  Wim Taymans  <wim@fluendo.com>
10429
10430         * tests/examples/seek/seek.c: (stop_seek):
10431         When we stop scrubbing, don't leave the pipeline PLAYING when we
10432         requested a PAUSED state.
10433
10434 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10435
10436         Patch by: René Stadler <mail at renestadler de>
10437
10438         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10439           Parse date strings in vorbis comments that have an invalid (zero)
10440           month or day (#410396).
10441
10442         * tests/check/libs/tag.c: (GST_START_TEST):
10443           Test case for the above.
10444
10445 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10446
10447         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10448
10449         * configure.ac:
10450         * ext/alsa/Makefile.am:
10451         * gst/audiotestsrc/Makefile.am:
10452           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10453
10454 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10455
10456         * gst/playback/gstplaybin.c:
10457           Improve docs: point out that the application needs to assist playbin
10458           with buffering.
10459
10460 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10461
10462         * gst-libs/gst/utils/install-plugins.c:
10463         * gst-libs/gst/utils/missing-plugins.c:
10464         * tests/check/libs/utils.c: (missing_msg_check_getters):
10465           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10466           to just 'gstreamer'. Document the caps string component of the
10467           decoder/encoder detail a bit better, since not everyone will be
10468           familiar with the GStreamer media type/caps system (but they better
10469           enjoy nested itemized lists).
10470
10471 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10472
10473         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10474         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10475           Fix copying of GstNetBuffer (would crash before, or at least lead to
10476           invalid memory access, #410772), for now by copying the GstBuffer copy
10477           code from the core over here so we can copy the GstBuffer fields on a
10478           provided buffer instance (of type GstNetBuffer in this case). Would be
10479           better to fix this with some support by the core though (and in the long
10480           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10481
10482         * tests/check/Makefile.am:
10483           Enable unit test for GstNetBuffer.
10484
10485 2007-02-22  Andy Wingo  <wingo@pobox.com>
10486
10487         * gst-libs/gst/audio/gstbaseaudiosink.c
10488         (gst_base_audio_sink_init): Disable pull-mode activation until we
10489         figure out how to make audio sinks go to PLAYING.
10490
10491 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10492
10493         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10494         (double_hq), (audio_convert_get_func_index),
10495         (audio_convert_prepare_context), (audio_convert_convert):
10496         * gst/audioconvert/audioconvert.h:
10497         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10498         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10499         * gst/audioconvert/gstchannelmix.h:
10500         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10501           Add float as an intermediate format, as well as float mixing. Enable
10502           test that was failing before. Fixes #339837
10503
10504 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10505
10506         * tests/examples/seek/seek.c: (do_seek):
10507         Undo the previous commit: -1 as a stop time implies that the stop
10508         time is the end of file, clearing any previously configured segment.
10509
10510 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10511
10512         * tests/examples/seek/seek.c: (do_seek):
10513         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10514
10515 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10516
10517         * gst/volume/gstvolume.c: (volume_process_int16),
10518         (volume_process_int16_clamp), (volume_set_caps):
10519           Unbreak volume, value remains gint.
10520
10521 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10522
10523         * gst/volume/gstvolume.c: (volume_choose_func),
10524         (volume_update_real_volume), (gst_volume_set_volume),
10525         (gst_volume_init), (volume_process_double), (volume_process_float),
10526         (volume_process_int16), (volume_process_int16_clamp),
10527         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10528         * gst/volume/gstvolume.h:
10529           Extend float audio support (double) and some int->uint cleanups.
10530
10531 2007-02-20  Edward Hervey  <edward@fluendo.com>
10532
10533         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10534         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10535         (sort_end_pads), (gst_decode_group_expose),
10536         (gst_decode_group_hide):
10537         Don't free groups from the streaming threads. Just put them aside and
10538         free them in dispose.
10539
10540 2007-02-20  Edward Hervey  <edward@fluendo.com>
10541
10542         * gst/playback/gstdecodebin2.c: (connect_element),
10543         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10544         (sort_end_pads), (gst_decode_group_expose):
10545         Handle dynamic pads within groups.
10546         Sort pads before exposing them in order to make playbin happy.
10547         There still is a race with the multiqueue filling up. This should be
10548         solved separately.
10549         Fixes #398721
10550
10551 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10552
10553         * gst-libs/gst/utils/base-utils.c:
10554         * gst-libs/gst/utils/descriptions.c:
10555         * gst-libs/gst/utils/install-plugins.c:
10556         * gst-libs/gst/utils/missing-plugins.c:
10557           Some more docs (and descriptions for two subtitle formats).
10558
10559 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10560
10561         * gst-libs/gst/audio/audio.c:
10562           Fix documentation.
10563
10564 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10565
10566         Patch by: Yves Lefebvre  <ivanohe abacom com>
10567
10568         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10569           Don't leak caps. Fixes #408278.
10570
10571 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10572
10573         * ext/cdparanoia/gstcdparanoiasrc.h:
10574         * ext/ogg/gstoggdemux.h:
10575         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10576         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10577         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10578         * gst-libs/gst/audio/audio.h:
10579         * gst-libs/gst/audio/gstaudiofilter.h:
10580         * gst-libs/gst/interfaces/videoorientation.h:
10581         * gst/adder/gstadder.h:
10582           More docs coverage and some ChangeLog surgery (add missing names)
10583
10584 2007-02-15  Wim Taymans  <wim@fluendo.com>
10585
10586         * sys/ximage/ximagesink.c:
10587         (gst_ximagesink_calculate_pixel_aspect_ratio):
10588         * sys/xvimage/xvimagesink.c:
10589         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10590         Small constifications.
10591
10592 2007-02-15  Wim Taymans  <wim@fluendo.com>
10593
10594         * gst-libs/gst/audio/gstbaseaudiosink.c:
10595         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10596         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10597         (gst_base_audio_sink_async_play),
10598         (gst_base_audio_sink_change_state):
10599         Answer latency query.
10600         Use configured latency when syncing.
10601         Fix clock slaving.
10602
10603         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10604         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10605         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10606         Fix possible memleak.
10607         Implement latency query.
10608         Small cleanups.
10609
10610 2007-02-15  Wim Taymans  <wim@fluendo.com>
10611
10612         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10613         Ignore errors in reset, these are not fatal. They also grab the element
10614         lock which is already taking when this function is called. Fixes
10615         #405451.
10616
10617 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10618
10619         * configure.ac:
10620           Remove 'tests/examples/xerror/Makefile' from output files again.
10621
10622 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10623
10624         * configure.ac:
10625         * docs/plugins/Makefile.am:
10626           Also crossref against gst-plugins-base-libs.
10627
10628 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10629
10630         * configure.ac:
10631         * docs/libs/Makefile.am:
10632         * docs/plugins/Makefile.am:
10633           Add crossreferences to glib/gobject/gstream docs.
10634
10635         * gst-libs/gst/audio/audio.h:
10636           Source formatting.
10637
10638         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10639           Add own debug category.
10640
10641 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10642
10643         Patch by: René Stadler <mail at renestadler de>
10644
10645         * gst-libs/gst/tag/gstvorbistag.c:
10646           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10647           (#403597).
10648
10649 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10650
10651         * gst/playback/gstplaybasebin.c: (setup_source):
10652           When we have external subtitles and wait for the subtitle decodebin
10653           to get up and running, we set up a (sync) bus handler for the
10654           subtitle decodebin, so we can stop waiting when it posts an error
10655           message. However, we should do that before we set the subtitle
10656           decodebin's state to playing, otherwise things are racy and we might
10657           miss error messages posted before we had a chance to set up the bus.
10658           This should finally fix totem hanging on .txt pseudo-subtitle files.
10659           
10660 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10661
10662         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10663           Use gst_gdouble_to_guint64 for conversions.
10664         * win32/common/config.h.in:
10665           Add a define for GST_INSTALL_PLUGINS_HELPER
10666         * win32/common/libgstaudio.def:
10667         * win32/common/libgstcdda.def:
10668         * win32/common/libgstnetbuffer.def:
10669         * win32/common/libgstrtp.def:
10670         * win32/common/libgutils.def:
10671           Add new exported functions.
10672         * win32/vs6/gst_plugins_base.dsw:
10673         * win32/vs6/libgstdecodebin.dsp:
10674         * win32/vs6/libgstnetbuffer.dsp:
10675         * win32/vs6/libgstplaybin.dsp:
10676         * win32/vs6/libgstrtp.dsp:
10677         * win32/vs6/libgstvorbis.dsp:
10678         * win32/vs6/libgstcdda.dsp:
10679         * win32/vs6/libgstgdp.dsp:
10680         * win32/vs6/libgstutils.dsp:
10681           Update and add new project files.
10682
10683 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10684
10685         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10686         (subrip_remove_unhandled_tags), (parse_subrip):
10687           For SubRip (.srt) subtitles, ignore all markup tags we don't
10688           handle (like font tags, for example).
10689
10690         * tests/check/elements/subparse.c:
10691           Add test for this.
10692
10693 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10694
10695         * gst/playback/gstdecodebin.c: (add_fakesink),
10696         (gst_decode_bin_change_state):
10697         * gst/playback/gstdecodebin2.c: (add_fakesink),
10698         (gst_decode_bin_change_state):
10699           Don't error out if there is no fakesink in the NULL to READY state
10700           change, since when decodebin is re-used, we're only adding the
10701           fakesink element in READY to PAUSED.
10702
10703         * tests/check/elements/decodebin.c:
10704         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10705         (decodebin_suite):
10706           Minimal unit test to make sure we can use the same decodebin
10707           instance twice (at least with audiotestsrc input).
10708
10709 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10710
10711         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10712           Try to get devic-name from device string first, and from handle only
10713           as fallback (seems to yield better results and is more robust
10714           against buggy probing code on the application side).
10715
10716 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10717
10718         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10719
10720         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10721         (gst_alsa_find_device_name):
10722         * ext/alsa/gstalsa.h:
10723         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10724         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10725           Improve device-name detection a bit, especially in the case where
10726           the device is not actually open (#405020, #405024). Move common code
10727           into gstalsa.c instead of duplicating it.
10728
10729 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10730
10731         * gst/audioconvert/gstaudioconvert.c:
10732           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10733
10734 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10735
10736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10737         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10738         (gst_xvimagesink_interface_supported),
10739         (gst_xvimagesink_probe_get_properties),
10740         (gst_xvimagesink_probe_probe_property),
10741         (gst_xvimagesink_probe_needs_probe),
10742         (gst_xvimagesink_probe_get_values),
10743         (gst_xvimagesink_property_probe_interface_init),
10744         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10745         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10746         (gst_xvimagesink_get_type):
10747         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10748         for XVAdaptors so that one can choose the adaptor to use with 
10749         gstreamer-properties.
10750
10751 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10752
10753         * gst/audioconvert/gstaudioconvert.c:
10754           Also mention that a conversion from double to float is suboptimal still.
10755
10756 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10757
10758         * gst-libs/gst/audio/gstaudiofilter.c:
10759         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10760           Clear our formats structure and free the caps contained in it when
10761           shutting down.
10762
10763 2007-02-05  Andy Wingo  <wingo@pobox.com>
10764
10765         * gst-libs/gst/audio/gstbaseaudiosink.c
10766         (gst_base_audio_sink_callback): Update basesink->offset so that we
10767         pull monotonically increasing offsets instead of, um, seeking back
10768         to 0 each time. Fixes alsasrc ! alsasink!
10769
10770 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10771
10772         * gst/videoscale/gstvideoscale.c:
10773           A width and height of 1 makes us crash, so increase minimum size to
10774           2x2 pixels until someone feels like fixing this (#404512).
10775
10776 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10777
10778         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10779           Add small test to make sure request pads are cleaned up properly
10780           even if oggmux never changes state out of NULL.
10781
10782 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10783
10784         * tests/check/libs/utils.c: (GST_START_TEST):
10785           Fix unit test. Turns out things work much better when you
10786           NULL-terminate string arrays. Should make p5 build bot happy again.
10787
10788 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10789
10790         * gst-libs/gst/audio/Makefile.am:
10791         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10792         (gst_audio_filter_template_base_init),
10793         (gst_audio_filter_template_class_init),
10794         (gst_audio_filter_template_init),
10795         (gst_audio_filter_template_set_property),
10796         (gst_audio_filter_template_get_property),
10797         (gst_audio_filter_template_setup),
10798         (gst_audio_filter_template_filter),
10799         (gst_audio_filter_template_filter_inplace), (plugin_init):
10800           Oops, forgot to commit fixed-up example.
10801
10802 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10803
10804         * docs/libs/gst-plugins-base-libs-sections.txt:
10805         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10806         (gst_audio_filter_class_init), (gst_audio_filter_init),
10807         (gst_audio_filter_set_caps),
10808         (gst_audio_filter_class_add_pad_templates):
10809         * gst-libs/gst/audio/gstaudiofilter.h:
10810           Port GstAudioFilter to 0.10. This change technically breaks
10811           API and ABI (and thus also every library developer's heart),
10812           but seems justifiable on the grounds that the base class was
10813           completely unusable before (ie. would crash immediately when
10814           actually used). Fixes #403963 (and eventually also #403572).
10815           Also document all of this a bit.
10816
10817 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10818
10819         * gst-libs/gst/utils/install-plugins.c:
10820         (gst_install_plugins_spawn_child):
10821         * tests/check/libs/utils.c:
10822         (test_base_utils_install_plugins_do_callout):
10823           Lowering log level to see why things fail on the p5 build bot;
10824           fix some typos in unit test messages.
10825
10826 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10827
10828         * tests/check/libs/utils.c:
10829         (test_base_utils_install_plugins_do_callout):
10830           Don't hard-code temp directory for test helper; use GLib functions
10831           to write out file and do error checking etc.
10832
10833 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10834
10835         * gst-libs/gst/utils/Makefile.am:
10836         * gst-libs/gst/utils/base-utils.h:
10837         * gst-libs/gst/utils/install-plugins.c:
10838         (gst_install_plugins_context_set_xid),
10839         (gst_install_plugins_context_new),
10840         (gst_install_plugins_context_free),
10841         (gst_install_plugins_get_helper),
10842         (gst_install_plugins_spawn_child),
10843         (gst_install_plugins_return_from_status),
10844         (gst_install_plugins_installer_exited),
10845         (gst_install_plugins_async), (gst_install_plugins_sync),
10846         (gst_install_plugins_return_get_name),
10847         (gst_install_plugins_installation_in_progress):
10848         * gst-libs/gst/utils/install-plugins.h:
10849           API: add API for applications to initiate installation of missing
10850           plugins, ie. gst_install_plugins_async() primarily.
10851           Based on libgimme-codec by Ryan Lortie.
10852
10853         * configure.ac:
10854           Add --with-install-plugins-helper configure option so distros can specify
10855           the path of the helper script or program to call when plugin installation
10856           is requested (distros: please do any argument munging in this helper
10857           script instead of patching GStreamer to pass arguments differently
10858           to another program directly).
10859
10860         * docs/libs/gst-plugins-base-libs-docs.sgml:
10861         * docs/libs/gst-plugins-base-libs-sections.txt:
10862           Build and document new API.
10863
10864         * tests/check/libs/utils.c: (result_cb),
10865         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10866         (libgstbaseutils_suite):
10867           Some simple checks for the new API.
10868
10869 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10870
10871         * tests/check/elements/audioconvert.c: (test_float_conversion):
10872           Add small test for 32bit float <=> 64bit float conversion (works
10873           only one way so far, 32=>64 produces structured noise).
10874
10875 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10876
10877         * gst/audioconvert/gstaudioconvert.c:
10878         (set_structure_widths_32_and_64), (make_lossless_changes):
10879           We don't support floats with a width of 40, 48 or 56 bits.
10880
10881 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10882
10883         * gst/audioconvert/audioconvert.c: (float), (double),
10884         (audio_convert_get_func_index):
10885         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10886         (make_lossless_changes):
10887           Support for 64-bit float audio in audioconvert (#339837)
10888
10889 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10890
10891         Patch by: Holger Wansing  <linux wansing-online de>
10892
10893         * po/LINGUAS:
10894         * po/de.po:
10895           Add German translation (#352069).
10896
10897 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10898
10899         reviewed by: Wim Taymans <wim@fluendo.com>
10900
10901         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10902         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10903         Use newly added GstCollectPads API to free the allocated resources in
10904         the GstOggPad structures (#402393).
10905
10906 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10907
10908         * gst/playback/gstplaybin.c: (gen_vis_element):
10909           Add audioresample+audioconvert in front of the visualisation
10910           element, so that elements like libvisual 0.4 that don't support all
10911           samplerates can work.
10912
10913           Fixes: #402505
10914
10915 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10916
10917         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10918         (gst_play_base_bin_get_streaminfo_value_array):
10919           Take some locks and make a copy of the streaminfo value array we
10920           maintain while holding the lock, so that the application can
10921           retrieve the stream-info as a value array in a thread-safe way.
10922
10923 2007-01-30  Wim Taymans  <wim@fluendo.com>
10924
10925         * gst/audioconvert/gstaudioconvert.c:
10926         Don't fail on 0 sized buffers. Fixes #396835.
10927
10928 2007-01-29  David Schleef  <ds@schleef.org>
10929
10930         * gst/typefind/gsttypefindfunctions.c:
10931           Detect BBCD as video/x-dirac, so we can play raw dirac
10932           streams.
10933
10934 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10935
10936         * ext/theora/theoraenc.c: (theora_enc_chain):
10937           Check return value of theora_encode_header(), or we might try to
10938           allocate a random number of bytes. theora_encode_header() can fail
10939           if libtheora has been compiled with encoding support disabled.
10940           Fixes #398110.
10941
10942 2007-01-29  Wim Taymans  <wim@fluendo.com>
10943
10944         * tests/check/gst/.cvsignore:
10945         Do as buildbot says.
10946
10947 2007-01-29  Wim Taymans  <wim@fluendo.com>
10948
10949         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10950         Fix strides in libvisual. Gst uses X strides.
10951         Inspired by: <ed at catmur dot co dot uk> and 
10952         <tim at centricular dot net>
10953         Fixes #401118.
10954
10955 2007-01-27  Wim Taymans  <wim@fluendo.com>
10956
10957         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10958         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10959         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10960         (gst_ogg_demux_perform_seek),
10961         (gst_ogg_demux_bisect_forward_serialno),
10962         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10963         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10964         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10965         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10966         * ext/ogg/gstoggdemux.h:
10967         Properly propagate streaming errors when we are scanning the file for
10968         chains so that we don't crash when shut down. Might fix some crashers
10969         when quickly switching oggs in RB such as #332503 and #378436.
10970
10971 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10972
10973         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10974           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10975           error code as well.
10976
10977 2007-01-25  Wim Taymans  <wim@fluendo.com>
10978
10979         * gst/playback/gstplaybasebin.c: (remove_source):
10980         Don't try to disconnect a signal from a finalized object.
10981
10982 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10983
10984         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10985           Cast lock macro parameters to make sure we're actually accessing the
10986           lock member at the right class level. Free list itself in _dispose()
10987           as well and NULL it in case dispose gets called multiple times.
10988
10989 2007-01-25  Edward Hervey  <edward@fluendo.com>
10990
10991         * gst/playback/gstdecodebin2.c:
10992         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10993         Free GstDecodeGroups no longer used.
10994         (gst_decode_group_expose):
10995         Don't unlock too many times !
10996         (deactivate_free_recursive):
10997         Free iterator once we're done with it.
10998         Fix for recursively deactivating elements (stop at ghostpads).
10999
11000 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11001
11002         * gst/playback/gstplaybin.c: (handoff):
11003           Fix up caps on the frame buffer before we save it and potentially
11004           make it accessible to other threads via g_object_get; also use
11005           gst_buffer_replace() instead of gst_mini_object_replace().
11006
11007 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11008
11009         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11010           Make getting the current frame thread-safe.
11011
11012 2007-01-25  Edward Hervey  <edward@fluendo.com>
11013
11014         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
11015         (gst_decode_group_new), (gst_decode_group_free):
11016         Set queues to bigger sizes to cope with HD contents.
11017         Fix some mutex freeing and add comment about MT safe methods.
11018
11019 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11020
11021         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11022         (gst_text_overlay_text_event):
11023           Don't unnecessarily ref (and then leak) upstream events if the text
11024           pad is not linked. Fixes #399948.
11025
11026         * tests/check/gst-plugins-base.supp:
11027           Add suppression for pango on edgy/x86 for textoverlay test.
11028
11029 2007-01-24  Wim Taymans  <wim@fluendo.com>
11030
11031         * gst-libs/gst/rtp/gstrtpbuffer.h:
11032         Add some more fixed payloads.
11033
11034 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11035
11036         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
11037           Error out properly if we get an error from libogg while reading the
11038           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
11039
11040 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11041
11042         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
11043           Don't leak mutex.
11044
11045         * tests/check/elements/playbin.c:
11046         (test_sink_usage_video_only_stream),
11047         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
11048         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
11049         (test_missing_suburisource_handler),
11050         (test_missing_primary_decoder), (playbin_suite):
11051           Run all tests once with decodebin and once with decodebin2.
11052           One test does not pass yet with decodebin2.
11053
11054 2007-01-23  Edward Hervey  <edward@fluendo.com>
11055
11056         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
11057         Fix the cases where oggmux doesn't properly figure out that all
11058         sinkpads have gone EOS, and therefore doesn't push out the remaining
11059         buffers and the final EOS event.
11060         Fixes #363379
11061
11062 2007-01-23  Julien MOUTTE  <julien@moutte.net>
11063
11064         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11066         Don't lock on navigation event push, just on keysym to string.
11067         Fixes #397673 again.
11068
11069 2007-01-22  Edward Hervey  <edward@fluendo.com>
11070
11071         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
11072         (get_current_group), (group_demuxer_event_probe),
11073         (gst_decode_group_expose), (deactivate_free_recursive),
11074         (gst_decode_group_free):
11075         Cleanups.
11076         Don't forget to emit 'no-more-pads' once a group is exposed.
11077         Cleanup elements from a DecodeGroup once we remove it.
11078         Protect call to gst_decode_group_expose() with the decodebin lock.
11079
11080 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11081
11082         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11084         Looking at Xorg code i can't figure out if that XKeysymToString
11085         function is thread sensible or not. Lock it just in case as
11086         recommended by Radek Doulik <rodo at ximian dot com>.
11087
11088 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11089
11090         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11092         Lock that X Call as well. Fixes #397673.
11093
11094 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11095
11096         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11097           Don't go into an endless loop if the file starts with 00 00 01 2X,
11098           like quicktime redirect files might. Fixes #396042.
11099
11100         * tests/check/Makefile.am:
11101         * tests/check/gst/.cvsignore:
11102         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11103         (typefindfunctions_suite):
11104           Add unit test for the above.
11105
11106 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11107
11108         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11109           On second thought, use "depth" field rather than "bpp" field.
11110
11111 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11112
11113         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11114           Camtasia caps apparently need a bpp field (#398875).
11115
11116 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11117
11118         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11119         (gen_source_element), (gst_play_base_bin_change_state):
11120           Attempt at a better error message in case we don't have the required
11121           URI handler installed; post missing-plugin message also when we're
11122           missing an URI handler for the subtitle URI; clean up properly also
11123           when an error occurs and we never made it to PAUSED state.
11124
11125         * tests/check/elements/playbin.c: (GST_START_TEST),
11126         (playbin_suite):
11127           Check that we're also getting a missing-plugin messsage for a
11128           missing subtitle URI handler (and clean up properly).
11129
11130 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11131
11132         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11133           Plug a few reference leaks.
11134
11135 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11136
11137         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11138           Lower probability a bit if the marker isn't right at the start,
11139           to decrease the chance of false positives.
11140
11141 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11142
11143         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11144           Small mpeg2 system stream typefinding improvement: make typefinder
11145           probe a bit into the stream instead of just looking for a marker
11146           at the beginning. Fixes #397810.
11147
11148 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11149
11150         * gst/audioconvert/gstchannelmix.c:
11151           Remove compatibility cruft for prehistoric GLib versions.
11152
11153 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11154
11155         * gst/playback/Makefile.am:
11156         * gst/playback/gstdecodebin.c: (close_pad_link):
11157         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11158         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11159         (gst_play_base_bin_handle_message_func), (unknown_type):
11160           Let decodebin be the element to post missing-plugin messages for
11161           missing decoders (rather than playbin); make playbin implement
11162           GstBin::handle_message so we can suppress missing-plugin messages
11163           for types we're not handling on purpose (don't want to bring up an
11164           installer in those cases).
11165
11166 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11167
11168         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11169         * gst-libs/gst/tag/gstvorbistag.c:
11170         (gst_tag_list_to_vorbiscomment_buffer):
11171         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11172           Fix potentially unaligned access (#397207).
11173
11174 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11175
11176         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11177         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11178         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11179         (main):
11180           Allow to toggle looping while it plays. Fix callback prototype. Clean
11181           up code a bit more. Add copyright header.
11182
11183 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11184
11185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11186           Red and blue mask was swapped (spotted by Dan Williams).
11187
11188 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11189
11190         * gst-libs/gst/tag/gstid3tag.c:
11191         * gst-libs/gst/tag/gstvorbistag.c:
11192           Use new beats-per-minute tag from core.
11193
11194 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11195
11196         * po/POTFILES.in:
11197           Add new files with translatable strings, so they actually make it
11198           into the template file one day.
11199
11200 2007-01-12  Andy Wingo  <wingo@pobox.com>
11201
11202         * gst-libs/gst/audio/gstbaseaudiosink.c
11203         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11204         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11205         stuff, as the base class handles this now. Actually tell the ring
11206         buffer to start.
11207         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11208         How did this work before? Maybe I'm not as awesome a programmer as
11209         I think.
11210
11211         * gst-libs/gst/audio/gstbaseaudiosrc.c
11212         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11213         of a pad function.
11214
11215 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11216
11217         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11218           Remove more fields so that the application can better blacklist
11219           formats that have been tried before.
11220
11221 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11222
11223         * gst-libs/gst/audio/mixerutils.h:
11224           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11225           used when compiling with c++ compilers as well.
11226
11227 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11228
11229         * gst/typefind/gsttypefindfunctions.c:
11230           Fix comment.
11231
11232 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11233
11234         * gst/playback/gstplaybin.c: (post_missing_element_message),
11235         (gen_video_element), (gen_text_element), (gen_audio_element),
11236         (gen_vis_element):
11237           Post missing-plugin messages also when we error out because
11238           converters, textoverlay or auto*sinks are missing (#161922).
11239
11240 2007-01-10  Wim Taymans  <wim@fluendo.com>
11241
11242         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11243         (is_demuxer_element), (new_caps):
11244         * gst/playback/gstplaybasebin.c: (source_new_pad):
11245         Fix the case where we try to ref a NULL element when we delay a link
11246         because of unfixed caps.
11247         Set the state of autoplugged decodebins to PAUSED.
11248         RTSP now works in playbin, we can remove it from the blacklist.
11249
11250 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11251
11252         * gst/playback/Makefile.am:
11253         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11254         (unknown_type), (setup_subtitle), (gen_source_element):
11255         * gst/playback/gstplaybin.c: (plugin_init):
11256           Post missing-plugin messages on the bus for missing sources and
11257           missing decoders/demuxers/depayloaders; fix error code used when
11258           we're missing an URI handler source; for media types that we are not
11259           handling on purpose at the moment, don't print "don't know how to
11260           handle xyz" messages to the terminal or post missing-plugin
11261           messages on the bus.
11262
11263         * tests/check/elements/playbin.c: (create_playbin),
11264         (GST_START_TEST), (gst_codec_src_uri_get_type),
11265         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11266         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11267         (gst_codec_src_init_type), (gst_codec_src_base_init),
11268         (gst_codec_src_create), (gst_codec_src_class_init),
11269         (gst_codec_src_init), (plugin_init), (playbin_suite):
11270           Add some tests for the missing-plugin stuff.
11271
11272 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11273
11274         * configure.ac:
11275         * gst-libs/gst/Makefile.am:
11276         * gst-libs/gst/utils/Makefile.am:
11277         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11278         * gst-libs/gst/utils/base-utils.h:
11279         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11280         (find_format_info), (caps_are_rtp_caps),
11281         (gst_base_utils_get_source_description),
11282         (gst_base_utils_get_sink_description),
11283         (gst_base_utils_get_decoder_description),
11284         (gst_base_utils_get_encoder_description),
11285         (gst_base_utils_get_element_description),
11286         (gst_base_utils_add_codec_description_to_tag_list),
11287         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11288         * gst-libs/gst/utils/descriptions.h:
11289         * gst-libs/gst/utils/missing-plugins.c:
11290         (missing_structure_get_type), (copy_and_clean_caps),
11291         (gst_missing_uri_source_message_new),
11292         (gst_missing_uri_sink_message_new),
11293         (gst_missing_element_message_new),
11294         (gst_missing_decoder_message_new),
11295         (gst_missing_encoder_message_new),
11296         (missing_structure_get_string_detail),
11297         (missing_structure_get_caps_detail),
11298         (gst_missing_plugin_message_get_installer_detail),
11299         (gst_missing_plugin_message_get_description),
11300         (gst_is_missing_plugin_message):
11301         * gst-libs/gst/utils/missing-plugins.h:
11302           API: add new libgstbaseutils library with functions
11303           - to create and parse missing-plugins messages
11304           - that provide (translated) descriptions for caps/decoders/sources/etc.
11305           Closes #392393.
11306
11307         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11308         * pkgconfig/gstreamer-plugins-base.pc.in:
11309           Add new lib.
11310
11311         * docs/libs/gst-plugins-base-libs-docs.sgml:
11312         * docs/libs/gst-plugins-base-libs-sections.txt:
11313           Generate docs for new lib and API.
11314
11315         * tests/check/Makefile.am:
11316         * tests/check/libs/.cvsignore:
11317         * tests/check/libs/utils.c: (missing_msg_check_getters),
11318         (GST_START_TEST), (libgstbaseutils_suite):
11319           Add some basic unit tests.
11320
11321 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11322
11323         * ext/ogg/Makefile.am:
11324           Dist gstoggdemux.h to fix 'make distcheck'.
11325
11326         * sys/v4l/Makefile.am:
11327           Fix 'make distcheck' even more.
11328
11329 2007-01-09  Wim Taymans  <wim@fluendo.com>
11330
11331         * docs/plugins/Makefile.am:
11332         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11333         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11334         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11335         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11336         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11337         (gst_ogg_demux_perform_seek):
11338         * ext/ogg/gstoggdemux.h:
11339         Added docs.
11340         Add some more comments.
11341         Small cleanups.
11342
11343 2007-01-09  Wim Taymans  <wim@fluendo.com>
11344
11345         * ext/theora/theoradec.c:
11346         * ext/vorbis/vorbisdec.c:
11347         * gst-libs/gst/audio/gstringbuffer.c:
11348         (gst_ring_buffer_commit_full):
11349         * gst-libs/gst/audio/gstringbuffer.h:
11350         * gst-libs/gst/rtp/gstrtpbuffer.c:
11351         * gst-libs/gst/tag/gstvorbistag.c:
11352         Small documentation updates/fixes
11353
11354 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11355
11356         * configure.ac:
11357           Require core CVS HEAD for Andy's basesrc/sink API additions.
11358
11359 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11360
11361         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11362
11363         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11364         (plugin_init):
11365           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11366           on flac.sf.net (there appear to be other versions of the first
11367           ogg page in the wild) (#391365).
11368
11369 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11370
11371         * configure.ac:
11372           Check if localtime_r() is available.
11373
11374         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11375           If localtime_r() is not available, fall back to localtime(). Should
11376           fix build on MingW (#393310).
11377
11378 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11379
11380         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11381         * gst/subparse/gstsubparse.h:
11382           Remove spurious 1000 subtrahend when calculating the timestamp from
11383           the frame number and the frame rate . Also, use the frames/second
11384           value specified in the first line of the file, if one is specified
11385           there. Should fix #357503.
11386
11387         * tests/check/elements/subparse.c: (do_test),
11388         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11389         (subparse_suite):
11390           Add some basic unit tests for the microdvd subtitle format.
11391
11392 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11393
11394         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11395
11396         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11397         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11398         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11399         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11400         (gst_xvimagesink_set_xwindow_id),
11401         (gst_xvimagesink_set_event_handling),
11402         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11403         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11404         Fixes: #390076.
11405         Add an adaptor property to select a specific XV adaptor.
11406         * sys/xvimage/xvimagesink.h:
11407
11408 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11409
11410         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11411         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11412         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11413         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11414         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11415         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11416         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11417         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11418         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11419         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11420         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11421         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11422         Use flow_lock much more to protect every access to xwindow.
11423         Try to catch erros while creating images in case some drivers are
11424         just generating an XError when the requested image is too big.
11425         Should fix : #354698, #384008, #384060.
11426         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11427         Implement some stress testing of setting window xid.
11428
11429 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11430
11431         * win32/common/libgsaudio.def:
11432           Add new exported function.
11433         * win32/common/libgstogg.dsp:
11434           Add gstoggaviparse.c to the build.
11435         * win32/common/libgstvideoscale.dsp:
11436           Add vs_4tap.c to the build.
11437         * win32/common/libgstvorbis.dsp:
11438           Add vorbistag.c to the build.
11439         
11440 2007-01-06  Andy Wingo  <wingo@pobox.com>
11441
11442         * gst-libs/gst/audio/gstbaseaudiosink.c
11443         (gst_base_audio_sink_class_init)
11444         (gst_base_audio_sink_init): 
11445         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11446         to baseaudiosink, and tell basesink that we can work in pull mode.
11447         This way the ring buffer thread drives the pipeline directly, if
11448         pull mode is possible. There is some lingering nastiness regarding
11449         capsnego, however.
11450         (gst_base_audio_sink_callback): Implement the callback to pull
11451         data. This interface is a bit light, though -- it should get a
11452         GstFlowReturn return value at least.
11453
11454 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11455
11456         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11457         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11458         * gst/playback/gstdecodebin2.c:
11459         (gst_decode_group_check_if_blocked):
11460           Printf format and missing argument fixes.
11461
11462 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11463
11464         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11465         (gst_ogm_parse_change_state):
11466         Activate pads before adding them to the element.
11467
11468 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11469
11470         * tests/examples/seek/scrubby.c: (main):
11471         * tests/examples/seek/seek.c: (main):
11472           Call g_thread_init() first thing in main() (see #391278).
11473
11474 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11475
11476         * tests/check/Makefile.am:
11477         * tests/check/libs/.cvsignore:
11478         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11479         (netbuffer_suite):
11480           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11481           for the time being, since it's broken, see #393099.
11482
11483 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11484
11485         * tests/check/Makefile.am:
11486           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11487
11488 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11489
11490         * configure.ac:
11491           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11492           so that GST_BASE_CFLAGS can go inbetween them, making sure
11493           we use uninstalled gst-libs headers
11494         * docs/libs/Makefile.am:
11495         * ext/alsa/Makefile.am:
11496         * ext/cdparanoia/Makefile.am:
11497         * ext/gnomevfs/Makefile.am:
11498         * ext/libvisual/Makefile.am:
11499         * ext/ogg/Makefile.am:
11500         * ext/theora/Makefile.am:
11501         * ext/vorbis/Makefile.am:
11502         * gst-libs/gst/audio/Makefile.am:
11503         * gst-libs/gst/cdda/Makefile.am:
11504         * gst-libs/gst/interfaces/Makefile.am:
11505         * gst-libs/gst/riff/Makefile.am:
11506         * gst-libs/gst/rtp/Makefile.am:
11507         * gst-libs/gst/tag/Makefile.am:
11508         * gst/adder/Makefile.am:
11509         * gst/audioconvert/Makefile.am:
11510         * gst/audiorate/Makefile.am:
11511         * gst/audioresample/Makefile.am:
11512         * gst/playback/Makefile.am:
11513         * gst/tcp/Makefile.am:
11514         * gst/videoscale/Makefile.am:
11515         * gst/volume/Makefile.am:
11516         * sys/ximage/Makefile.am:
11517         * sys/xvimage/Makefile.am:
11518         * tests/icles/Makefile.am:
11519           adapt
11520
11521 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11522
11523         * gst-libs/gst/interfaces/xoverlay.c:
11524         (gst_x_overlay_handle_events):
11525         * gst-libs/gst/interfaces/xoverlay.h:
11526         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11527         (gst_ximagesink_set_xwindow_id),
11528         (gst_ximagesink_set_event_handling),
11529         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11530         (gst_ximagesink_get_property), (gst_ximagesink_init),
11531         (gst_ximagesink_class_init):
11532         * sys/ximage/ximagesink.h:
11533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11534         (gst_xvimagesink_set_xwindow_id),
11535         (gst_xvimagesink_set_event_handling),
11536         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11537         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11538         (gst_xvimagesink_class_init):
11539         * sys/xvimage/xvimagesink.h:
11540         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11541         Add a method to the XOverlay interface to allow disabling of 
11542         event handling in x[v]imagesink elements. This will let X events
11543         propagate to parent windows which can be usefull in some cases.
11544         Be carefull that the application is then responsible of pushing
11545         navigation events and expose events to the video sink.
11546         Fixes: #387138.
11547
11548 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11549
11550         * gst-libs/gst/tag/gstvorbistag.c:
11551         * tests/check/libs/tag.c: (GST_START_TEST):
11552           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11553           (fixes #392070).
11554
11555 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         * configure.ac:
11558         * docs/Makefile.am:
11559         * docs/design/Makefile.am:
11560           Dist design docs.
11561
11562 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11563
11564         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11565         typo. Fixes: #390063.
11566
11567 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11568
11569         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11571         caps leak.
11572         * win32/common/config.h: Updated.
11573
11574 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11575
11576         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11577         (setup_gdpdepay_streamheader):
11578         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11579         (setup_gdppay_streamheader):
11580           Fix the dp tests, but activating the pads for the streamheader tests
11581           too and cleaning up conditionaly
11582
11583 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11584
11585         * gst/ffmpegcolorspace/avcodec.h:
11586         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11587         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11588         (gst_ffmpegcsp_avpicture_fill):
11589         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11590         (img_get_alpha_info):
11591         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11592         other end of the word. Fixes: #387073.
11593
11594         Add some inconsequential branch hints in a couple of places.
11595
11596 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11597
11598         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11599         (gst_ffmpeg_caps_to_smpfmt):
11600           The "signed" field in raw audio caps is of boolean type, trying to
11601           extract the value with _get_int() will fail (fix to keep in sync with
11602           the copy in gst-ffmpeg)
11603
11604 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11605
11606         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11607         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11608         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11609         (cleanup_gdpdepay):
11610         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11611         * tests/check/elements/subparse.c: (teardown_subparse):
11612         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11613         * tests/check/elements/videorate.c: (cleanup_videorate):
11614         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11615         * tests/check/elements/volume.c: (cleanup_volume):
11616         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11617         (cleanup_vorbisdec):
11618         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11619         (cleanup_vorbistag):
11620           consistent pad (de)activation
11621
11622 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11623
11624         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11625           Forgot to register the extensions.
11626
11627 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11628
11629         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11630         (plugin_init):
11631           Add typefinder for VIVO files (my christmas present to the 90s).
11632
11633 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11634
11635         * gst/playback/gstdecodebin.c: (type_found):
11636           Special-case the text/plain media type: we only want to recognise it
11637           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11638           parser, but not if the entire stream is of text/plain type. If the
11639           entire stream is text/plain, we should just error out.
11640
11641           This fixes playback of audio files with lyrics in totem. Totem can't
11642           distinguish between text files and subtitle files and passes any
11643           .txt file with the same basename as the main file to playbin as
11644           suburi, and playbin will then throw a 'subtitle found, but no video
11645           stream' error, which isn't entirely helpful. See #380342.
11646
11647           Also, with this change we'll show a slightly more correct error
11648           message in case totem passes a playlist file to us (although a
11649           custom error message wording instead of the default text would
11650           probably not be a bad idea either).
11651
11652           Same problem also needs to be fixed for playbin+decodebin2.
11653
11654         * tests/check/Makefile.am:
11655         * tests/check/elements/decodebin.c: (src_handoff_cb),
11656         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11657         (decodebin_suite):
11658           Add simple unit test for decodebin for the above.
11659
11660 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11661
11662         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11663         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11664           Refuse to change state to READY when we failed to create any of the
11665           required elements in our instance init function.
11666
11667 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11668
11669         * docs/libs/gst-plugins-base-libs-sections.txt:
11670           Small docs fixes/updates.
11671
11672         * gst-libs/gst/video/gstvideosink.h:
11673           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11674           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11675           removed from the base sink API between 0.9.6 and 0.9.7).
11676           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11677           accessor macros, so we don't do a runtime GObject type check every
11678           time we use them.
11679
11680 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11681
11682         * Makefile.am:
11683         * gst-plugins-base.doap:
11684         * gst-plugins-base.spec.in:
11685           add doap file
11686
11687 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11688
11689         Patch by: Jens Granseuer <jensgr at gmx net>
11690
11691         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11692         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11693         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11694         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11695         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11696           Declare variables at the beginning of a block. Fixes #383195.
11697
11698 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11699
11700         * configure.ac:
11701         Bump version nano - back to CVS.
11702
11703
11704 === release 0.10.11 ===
11705
11706 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11707
11708         * configure.ac:
11709           releasing 0.10.11, "Dumb things"
11710
11711 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11712
11713         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11714         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11715         Handle the case where an element has multiple pads with 
11716         unfixed caps as well as still possibly producing more dynamic 
11717         pads by storing each case as a distinct entry in the dynamic list.
11718         Fixes #38223 again.
11719
11720 2006-12-04  Wim Taymans  <wim@fluendo.com>
11721
11722         * gst/playback/gstdecodebin.c: (close_pad_link):
11723         Fix #382223, add more dynamic caps handling.
11724
11725 2006-12-04  Wim Taymans  <wim@fluendo.com>
11726
11727         * gst-libs/gst/audio/gstringbuffer.h:
11728         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11729         (gst_netaddress_set_ip4_interface),
11730         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11731         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11732         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11733         (gst_netaddress_get_ttl):
11734         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11735         * gst/playback/gstdecodebin.c: (close_pad_link):
11736         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11737         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11738         * win32/common/config.h:
11739
11740 2006-12-01  Michael Smith  <msmith@fluendo.com>
11741
11742         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11743           Delete bad debug code.
11744           Fixes #381219
11745
11746 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11747
11748         * gst/videoscale/vs_4tap.c:
11749         * win32/MANIFEST:
11750         * win32/common/config.h:
11751         * win32/vs8/libgstvideoscale.vcproj:
11752         Fix compilation on win32 under VS8
11753         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11754         Partially fixes #381175
11755
11756 2006-11-30  Michael Smith  <msmith@fluendo.com>
11757
11758         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11759         (GST_START_TEST):
11760           It would be very bad if, after a discont buffer, we thought every
11761           single following buffer was also discont. So, add to the test to
11762           ensure that this isn't the case.
11763           
11764         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11765           ... it was the case. So fix it.
11766
11767 2006-11-28  Wim Taymans  <wim@fluendo.com>
11768
11769         * gst/playback/gstplaybasebin.c: (check_queue_event):
11770         Improve debug.
11771
11772         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11773         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11774         padtemplate caps. Refixes #357577.
11775
11776 2006-11-28  Wim Taymans  <wim@fluendo.com>
11777
11778         * gst/playback/gstplaybasebin.c: (check_queue_event),
11779         (queue_threshold_reached), (queue_out_of_data),
11780         (gen_preroll_element):
11781         Add event probe to see when EOS is in a queue and we can disable the
11782         underrun signals. Fixes #357577.
11783
11784 2006-11-28  Edward Hervey  <edward@fluendo.com>
11785
11786         * gst/playback/Makefile.am:
11787         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11788         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11789         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11790         (gst_decode_bin_init), (gst_decode_bin_dispose),
11791         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11792         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11793         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11794         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11795         (connect_element), (expose_pad), (type_found),
11796         (pad_added_group_cb), (pad_removed_group_cb),
11797         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11798         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11799         (are_raw_caps), (multi_queue_overrun_cb),
11800         (multi_queue_underrun_cb), (gst_decode_group_new),
11801         (get_current_group), (group_demuxer_event_probe),
11802         (gst_decode_group_control_demuxer_pad),
11803         (gst_decode_group_control_source_pad),
11804         (gst_decode_group_check_if_blocked),
11805         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11806         (gst_decode_group_hide), (gst_decode_group_free),
11807         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11808         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11809         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11810         (plugin_init):
11811         New decodebin2 element.
11812         Closes #370092
11813         * gst/playback/gstplay-marshal.list:
11814         Added marshallers for new signals in decodebin2
11815         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11816         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11817         is set.
11818
11819 2006-11-28  Wim Taymans  <wim@fluendo.com>
11820
11821         * gst/playback/gstplaybasebin.c: (setup_source),
11822         (gst_play_base_bin_change_state):
11823         Disable rtsp:// uris for the release, it's not good enough yet.
11824         Remove unused var.
11825
11826 2006-11-26  Wim Taymans  <wim@fluendo.com>
11827
11828         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11829         (theora_dec_push_forward), (theora_dec_push_reverse),
11830         (theora_handle_data_packet), (theora_dec_decode_buffer),
11831         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11832         (theora_dec_chain_forward), (theora_dec_chain):
11833         Implement reverse playback.
11834
11835         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11836         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11837         (vorbis_dec_chain_forward):
11838         Clear buffers used for reverse playback in _reset.
11839         No need to set the eos flag, we clip samples using the segment.
11840
11841 2006-11-24  Wim Taymans  <wim@fluendo.com>
11842
11843         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11844         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11845         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11846         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11847         Some cleanups.
11848         Handle continued pages in reverse mode.
11849
11850 2006-11-24  Wim Taymans  <wim@fluendo.com>
11851
11852         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11853         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11854         (vorbis_dec_flush_decode):
11855         Small cleanups.
11856         Don't try to add invalid timestamps.
11857         Clipping will unref the buffer.
11858
11859 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11860
11861         * gst/adder/gstadder.h:
11862         * gst/audiotestsrc/gstaudiotestsrc.h:
11863           remove obsolete _factory_init protos
11864
11865 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11866
11867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11868           Fix spacing in debug message.
11869
11870 2006-11-23  Wim Taymans  <wim@fluendo.com>
11871
11872         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11873         (gst_ogg_demux_chain):
11874         Don't just ignore return values from _pad_push().
11875         Small debug improvements.
11876
11877 2006-11-23  Michael Smith  <msmith@fluendo.com>
11878
11879         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11880           If our incoming buffer is marked as DISCONT, then increment the page
11881           number (so that the discontinuity is marked in the final ogg
11882           bitstream) and flush the previous page.
11883
11884 2006-11-22  Michael Smith  <msmith@fluendo.com>
11885
11886         * ext/theora/gsttheoraenc.h:
11887         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11888         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11889         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11890         (theora_enc_chain), (theora_enc_change_state):
11891           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11892
11893         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11894         (GST_START_TEST), (theoraenc_suite):
11895           Enable discontinuity test, fix it.
11896
11897 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11898
11899         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11900         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11901         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11902         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11903         (gst_text_overlay_change_state):
11904         * ext/pango/gsttextoverlay.h:
11905           Some textoverlay fixes: for one, in the video chain function,
11906           actually wait for a text buffer to come in if there is none at the
11907           moment and there should be one; also, deal more gracefully with
11908           incoming buffers that do not have a timestamp or duration; discard
11909           text buffer when not needed any longer. Fixes #341681.
11910
11911         * tests/check/Makefile.am:
11912         * tests/check/elements/.cvsignore:
11913         * tests/check/elements/textoverlay.c:
11914         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11915         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11916         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11917         (test_video_waits_for_text_send_text_newsegment_thread),
11918         (test_video_waits_for_text_shutdown_element),
11919         (test_render_continuity_push_video_buffers_thread),
11920         (textoverlay_suite):
11921           Add some unit tests for textoverlay.
11922
11923 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11924
11925         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11926           Avoid integer underflow when the found probability for mp3 is
11927           smaller than the 'penalty' we subtract if there's not a clean
11928           mp3 header sync at offset 0.
11929
11930 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11931
11932         * docs/libs/gst-plugins-base-libs-sections.txt:
11933           Add some new symbols to the docs
11934
11935 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11936
11937         * tests/check/Makefile.am:
11938         * tests/check/elements/ffmpegcolorspace.c:
11939         (ffmpegcolorspace_suite):
11940           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11941           (for now not for valgrinding though, since it takes too long).
11942
11943 2006-11-20  Wim Taymans  <wim@fluendo.com>
11944
11945         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11946         (gst_ffmpeg_pixfmt_to_caps):
11947         Fix RGBA32 caps. Fixes #357038.
11948
11949 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11950
11951         * gst-libs/gst/interfaces/mixertrack.h:
11952           Add FIXME so we can add some padding here in 0.11
11953
11954 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11955
11956         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11957           Fix GstBaseRTPAudioPayload structure so the whole GObject
11958           inheritance business actually works (parent class instance structure
11959           must always come first in the derived class instance structure).
11960
11961 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11962
11963         * gst/videotestsrc/Makefile.am:
11964         * tests/check/Makefile.am:
11965           Make sure our checks and the videotestsrc plugin link against the
11966           local uninstalled gst libs and not any installed gst libs that
11967           might happen to exist as well.
11968
11969         * tests/check/elements/adder.c: (message_received),
11970         (test_event_message_received), (test_play_twice_message_received):
11971         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11972           Fix compiler warnings when compiling against core with disabled
11973           debugging system.
11974
11975 2006-11-16  Michael Smith  <msmith@fluendo.com>
11976
11977         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11978         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11979           Fix audiorate, so that it accurately sets offsets and timestamps.
11980           Doesn't change the fundamental algorithmic decisions; so should be
11981           safe.
11982
11983         * tests/check/Makefile.am:
11984           Enable audiorate test now that it passes.
11985
11986 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11987
11988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11989           clear xv when going to NULL, remove // commented non-existant proto
11990
11991         * tests/examples/seek/seek.c: (main):
11992           add missing tooltip description for scrub and play_scrub
11993
11994 2006-11-14  David Schleef  <ds@schleef.org>
11995
11996         * configure.ac:
11997           Bump liboil requirement to 0.3.8.
11998         * gst-libs/gst/riff/riff-media.c:
11999           Add Dirac fourcc.
12000         * gst/videoscale/vs_image.h:
12001         * gst/videoscale/vs_scanline.h:
12002           Use liboil's stdint.h.
12003         * gst/videotestsrc/videotestsrc.c:
12004           Remove liboil related ifdef's, since they aren't needed now, and
12005           won't work with future versions.
12006
12007 2006-11-14  David Schleef  <ds@schleef.org>
12008
12009         * gst/videoscale/Makefile.am:
12010         * gst/videoscale/gstvideoscale.c:
12011         * gst/videoscale/gstvideoscale.h:
12012         * gst/videoscale/vs_4tap.c:
12013         * gst/videoscale/vs_4tap.h:
12014         * gst/videoscale/vs_image.c:
12015         * gst/videoscale/vs_image.h:
12016         * gst/videoscale/vs_scanline.c:
12017         * gst/videoscale/vs_scanline.h:
12018           Add a 4-tap image scaler.  Theoretically looks much prettier.
12019           The tap calculation could use some improvement.
12020
12021 2006-11-14  Wim Taymans  <wim@fluendo.com>
12022
12023         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
12024
12025         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
12026         (gst_riff_parse_strf_iavs):
12027         * gst/subparse/gstsubparse.c: (convert_encoding):
12028         * gst/tcp/gstmultifdsink.c:
12029         (gst_multi_fd_sink_handle_client_write):
12030         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12031         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
12032         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
12033         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
12034         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12035         (gst_ximagesink_ximage_new):
12036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12037         Various gsize and gssize printf fixes. Fixes #372507.
12038
12039 2006-11-13  Wim Taymans  <wim@fluendo.com>
12040
12041         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12042         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
12043         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12044         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
12045         (vorbis_dec_chain_forward), (vorbis_dec_chain):
12046         * ext/vorbis/vorbisdec.h:
12047         First stab at vorbis reverse playback.
12048
12049 2006-11-13  Wim Taymans  <wim@fluendo.com>
12050
12051         * gst-libs/gst/audio/gstbaseaudiosink.c:
12052         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12053         * gst-libs/gst/audio/gstbaseaudiosink.h:
12054         Make the clock sync code more accurate wrt resampling and playback
12055         at different rates.
12056         
12057         * gst-libs/gst/audio/gstringbuffer.c:
12058         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
12059         * gst-libs/gst/audio/gstringbuffer.h:
12060         Use better algorithm to interpolate sample rates. 
12061
12062 2006-11-13  Michael Smith  <msmith@fluendo.com>
12063
12064         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
12065           Improve a debug line slightly.
12066
12067         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
12068           Call gst_riff_init() in plugin_init, to avoid getting errors from
12069           the debug system (unrelated changes to another plugin made this turn
12070           up; not sure why).
12071
12072 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12073
12074         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
12075
12076         * win32/common/libgsttag.def:
12077           Add missing symbol (#366492).
12078
12079 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
12080
12081         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12082           Don't unref a NULL pad.
12083
12084 2006-11-09  Wim Taymans  <wim@fluendo.com>
12085
12086         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12087         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12088         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12089         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12090         (gst_ogg_demux_loop):
12091         Implement first stab at reverse playback.
12092
12093 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
12094
12095         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12096         (gst_riff_create_video_template_caps):
12097           add h263/h264 variants to the caps, Fixes #363118
12098
12099 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
12100
12101         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12102         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12103           Use g_strerror instead of strerror so we get UTF-8.
12104
12105 2006-11-03  David Schleef  <ds@schleef.org>
12106
12107         * ext/ogg/gstoggdemux.c:
12108         * ext/ogg/gstoggmux.c:
12109           Add/remove KW-DIRAC header here, since it is ogg-specific.
12110
12111 2006-11-03  Michael Smith  <msmith@fluendo.com>
12112
12113         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12114           Recognise more mpeg4 elementary video streams.
12115
12116 2006-11-02  Edward Hervey  <edward@fluendo.com>
12117
12118         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12119         Lower the probability of mp3 typefinding functions if we don't find a
12120         valid mp3 header at the start of the file.
12121         Closes #369482
12122
12123 2006-11-02  Wim Taymans  <wim@fluendo.com>
12124
12125         * ext/theora/gsttheoradec.h:
12126         * ext/theora/theoradec.c: (gst_theora_dec_init),
12127         (theora_dec_sink_event), (theora_dec_chain_forward),
12128         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12129         (theora_dec_chain):
12130         Document and partially implement an algorithm for doing reverse playback
12131         of theora video.
12132
12133 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12134
12135         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12136
12137         * win32/common/config.h:
12138         * win32/common/interfaces-enumtypes.c:
12139         * win32/common/libgsttag.def:
12140         * win32/vs8/gst-plugins-base.sln:
12141         * win32/vs8/libgstaudioresample.vcproj:
12142         * win32/vs8/libgstinterfaces.vcproj:
12143         * win32/vs8/libgstogg.vcproj:
12144         * win32/vs8/libgstriff.vcproj:
12145         * win32/vs8/libgsttag.vcproj:
12146         * win32/vs8/libgsttheora.vcproj:
12147         * win32/vs8/libgstvideoscale.vcproj:
12148         * win32/vs8/libgstvorbis.vcproj:
12149           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12150           to libgsttag.def; add missing dependencies for some vs8 projects;
12151           re-arrange placement of .def files in vs8 projects (#366334).
12152
12153 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12154
12155         * ext/ogg/gstogg.c:
12156           Remove unused variable.
12157
12158         * ext/ogg/gstoggdemux.c:
12159           Fix Wim's surname in plugin description.
12160
12161 2006-10-31  Wim Taymans  <wim@fluendo.com>
12162
12163         * gst-plugins-base.spec.in:
12164         spec new .h file. Fixes #368310.
12165
12166 2006-10-31  Michael Smith  <msmith@fluendo.com>
12167
12168         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12169         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12170         (gst_multi_fd_sink_get_stats),
12171         (gst_multi_fd_sink_remove_client_link),
12172         (gst_multi_fd_sink_queue_buffer),
12173         (gst_multi_fd_sink_handle_clients):
12174         * gst/tcp/gstmultifdsink.h:
12175           Make using the remove or clear signals threadsafe.
12176           Make calling get-stats with an invalid fd not segfault.
12177           Fixes 368273.
12178
12179 2006-10-31  Wim Taymans  <wim@fluendo.com>
12180
12181         * gst-libs/gst/rtp/Makefile.am:
12182         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12183         (gst_base_rtp_audio_payload_init):
12184         Fix and activate base audio payloader.
12185
12186 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12187
12188         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12189         (plugin_init):
12190           Add typefinder for QuickTime Image Files (see #366156).
12191
12192 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12193
12194         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12195           Another typo fix (#366212).
12196
12197 2006-10-27  Wim Taymans  <wim@fluendo.com>
12198
12199         * gst/volume/gstvolume.c: (volume_transform_ip):
12200         Use stream time to synchronize volume property instead of rather random
12201         timestamps. This is needed when gnonlin does its time shifting.
12202
12203 2006-10-27  Wim Taymans  <wim@fluendo.com>
12204
12205         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12206
12207         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12208         Remove the pad from the element in release_pad. Fixes #364812.
12209
12210 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12211
12212         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12214           Explicitly create our custom buffer classes at a thread-safe
12215           location as well, since g_type_class_ref() doesn't seem to be
12216           entirely thread-safe either (#365501; also see #349410).
12217
12218 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12219
12220         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12221         (gst_riff_parse_info):
12222           If strings in INFO chunk are not UTF-8, do something similar to
12223           what we do for ID3v1 tags: check a number of environment variables
12224           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12225           character sets to try, otherwise try the current locale and/or fall
12226           back on ISO-8859-1. Fixes #360552.
12227
12228 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12229
12230         * gst/videotestsrc/gstvideotestsrc.c:
12231         (gst_video_test_src_pattern_get_type),
12232         (gst_video_test_src_set_pattern):
12233         * gst/videotestsrc/gstvideotestsrc.h:
12234         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12235         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12236         (gst_video_test_src_checkers8):
12237         * gst/videotestsrc/videotestsrc.h:
12238           Add a bunch of exciting new checkers patterns.
12239
12240 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12241
12242         * gst/subparse/Makefile.am:
12243         * gst/subparse/gstsubparse.c:
12244         (gst_sub_parse_data_format_autodetect),
12245         (gst_sub_parse_format_autodetect), (handle_buffer),
12246         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12247         * gst/subparse/gstsubparse.h:
12248         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12249         (parse_tmplayer):
12250         * gst/subparse/tmplayerparse.h:
12251           Add support for TMPlayer-type subtitles (#362845).
12252
12253         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12254         (GST_START_TEST), (subparse_suite):
12255           Add some basic unit tests for the above.
12256
12257 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12258
12259         * tests/check/elements/audiorate.c: (test_injector_base_init),
12260         (test_injector_class_init), (test_injector_chain),
12261         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12262         (GST_START_TEST), (audiorate_suite):
12263           More tests for audiorate: inject buffers to check behaviour when
12264           buffers overlap.
12265
12266 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12267
12268         * tests/check/Makefile.am:
12269         * tests/check/elements/.cvsignore:
12270         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12271         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12272           Add some basic unit tests for audiorate. Disabled at the moment
12273           since it doesn't pass yet (see bug #363119).
12274
12275 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12276
12277         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12278         (parse_subrip), (handle_buffer):
12279           Add missing closing tags for markup and fix broken markup,
12280           otherwise pango won't render anything (fixes #357531). Also,
12281           make sure the text we send out is always NUL-terminated
12282           (better safe than sorry etc.).
12283
12284         * tests/check/elements/subparse.c: (test_srt_do_test),
12285         (test_srt):
12286           Some more tests for .srt incl. tests for the above stuff.
12287
12288 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12289
12290         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12292         Patch by: Stefan Kost  <ensonic@users.sf.net>
12293         Try to redraw borders only when needed. Apparently this consumes
12294         resources on small devices... :-O (#363607)
12295
12296 2006-10-20  Michael Smith  <msmith@fluendo.com>
12297
12298         * gst/tcp/gstmultifdsink.c:
12299         (gst_multi_fd_sink_client_queue_buffer):
12300           If caps change, then update the client's idea of the caps so that we
12301           don't end up re-sending streamheaders for every single buffer after
12302           the caps change.
12303
12304 2006-10-20  Michael Smith  <msmith@fluendo.com>
12305
12306         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12307         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12308           Set caps on pushed buffers; fix up refcounting of caps objects.
12309
12310 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12311
12312         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12313         (plugin_init):
12314           Typefind mmsh header data packet to application/x-mmsh (#362625).
12315
12316 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12317
12318         * tests/check/Makefile.am:
12319         * tests/check/elements/.cvsignore:
12320         * tests/check/elements/subparse.c: (buffer_from_static_string),
12321         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12322         (GST_START_TEST), (subparse_suite):
12323           Add very simple unit test for subparse.
12324
12325 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12326
12327         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12328         (parse_subrip):
12329           Strip trailing newlines from subtitle text output.
12330
12331 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12332
12333         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12334         (gst_sub_parse_change_state):
12335           Fix memleak; clear subparse->textbuf n state change function.
12336
12337 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12338
12339         * gst/subparse/gstsubparse.c:
12340         (gst_sub_parse_data_format_autodetect):
12341           Don't require subrip (.srt) files to start with a chunk number of 1.
12342
12343 2006-10-18  Wim Taymans  <wim@fluendo.com>
12344
12345         * gst-libs/gst/audio/gstbaseaudiosink.c:
12346         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12347         * gst-libs/gst/audio/gstbaseaudiosink.h:
12348         Extract rate from the NEWSEGMENT event.
12349         Use commit_full to also take rate adjustment into account when writing
12350         samples to the ringbuffer.
12351         
12352         * gst-libs/gst/audio/gstringbuffer.c:
12353         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12354         (gst_ring_buffer_read):
12355         * gst-libs/gst/audio/gstringbuffer.h:
12356         Added _commit_full() to also take rate into account.
12357         Use simple interpolation algorithm to resample audio.
12358         API: gst_ring_buffer_commit_full()
12359
12360         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12361         * tests/examples/seek/seek.c: (segment_done):
12362         Don't try to seek with 0.0 rate, just pause instead.
12363         Remove bogus debug line.
12364
12365 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12366
12367         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12368         (setup_source):
12369           Catch async errors when starting up the subtitle bin, so we can
12370           stop waiting and continue with the main film instead of hanging
12371           forever. Fixes #339366.
12372
12373         * tests/check/elements/playbin.c: (playbin_suite):
12374           Enable unit test for the above.
12375
12376 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12377
12378         * tests/check/Makefile.am:
12379         * tests/check/elements/.cvsignore:
12380         * tests/check/elements/playbin.c: (GST_START_TEST),
12381         (gst_red_video_src_uri_get_type),
12382         (gst_red_video_src_uri_get_protocols),
12383         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12384         (gst_red_video_src_uri_handler_init),
12385         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12386         (gst_red_video_src_create), (gst_red_video_src_class_init),
12387         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12388           Some small and basic unit tests for playbin; not very useful yet,
12389           but at least a start.
12390
12391 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12392
12393         * gst/playback/gstplaybin.c: (setup_sinks):
12394           The old pad activation spiel.
12395
12396 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12397
12398         * gst/playback/gstplaybasebin.c: (setup_source):
12399           Don't hang forever if the subbin already fails to start up in 
12400           the state change to PAUSED (#339366).
12401
12402 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12403
12404         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12405         (gst_tuner_set_channel), (gst_tuner_get_channel),
12406         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12407         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12408         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12409         (gst_tuner_find_channel_by_name):
12410           Fix some function guards, add some more function guards.
12411
12412 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12413
12414         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12415         (remove_element_chain):
12416         Don't return a pad from get_our_ghost_pad unless it is actually the
12417         one we want.
12418         Change a cast in remove_element_chain slightly.
12419
12420 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12421
12422         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12423         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12424         Segment seeking needs to use the rate and set stop to -1.
12425
12426 2006-10-13  Wim Taymans  <wim@fluendo.com>
12427
12428         * gst-libs/gst/audio/gstbaseaudiosink.c:
12429         (gst_base_audio_sink_setcaps):
12430         Don't crash when ringbuffer is not yet created.
12431         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12432         Fixes #361634.
12433
12434         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12435         * gst/playback/gststreamselector.c:
12436         (gst_stream_selector_request_new_pad):
12437         Activate pads befre adding them to running elements.
12438
12439 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12440
12441         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12442         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12443         updater when we start grabing the slider. Don't wait for the
12444         pipeline to be PAUSED.
12445
12446 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12447
12448         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12449         (gst_mixer_set_volume), (gst_mixer_get_volume),
12450         (gst_mixer_set_mute), (gst_mixer_set_option),
12451         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12452         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12453         (gst_mixer_option_changed):
12454           Guard mixer interface functions against bogus arguments.
12455
12456 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12457
12458         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12459         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12460         (msg_state_changed), (main): Use state-changed messages to trigger
12461         start/stop of scale update timer. Indeed the scale slider was
12462         jumping here and there because the update timer was activated 
12463         before seek completed. This fixes instant applying of rate changes
12464         by pressing the spinbutton like a crazy man !
12465
12466 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12467
12468         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12469
12470         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12471         (gst_basertppayload_finalize):
12472           Fix two small memory leaks (#361456).
12473
12474 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12475
12476         * tests/examples/seek/seek.c: (do_seek),
12477         (rate_spinbutton_changed_cb): When changing spinbutton we try
12478         to change the rate on the fly.
12479
12480 2006-10-10  Wim Taymans  <wim@fluendo.com>
12481
12482         * gst-libs/gst/riff/riff-ids.h:
12483         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12484         (gst_riff_create_audio_template_caps):
12485         Add WMS caps.
12486
12487 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12488
12489         Patch by: Josep Torra Valles <josep@fluendo.com>
12490
12491         * ext/gnomevfs/gstgnomevfssink.c:
12492         * ext/gnomevfs/gstgnomevfssrc.c:
12493         Fix URI interface implementation return type.
12494         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12495         Fix what looks like a copy/paste issue when assigning values.
12496         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12497         (gst_audio_filter_template_get_type):
12498         Cast to prevent Forte warnings.
12499         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12500         Fix URI interface implementation return type.
12501         gst_pad_query_position requires a signed integer pointer as
12502         3rd parameter, GstClockTime is unsigned.
12503         * gst/audioconvert/audioconvert.c:
12504         Fix integer overflow when treated as signed.
12505         * gst/audioresample/resample.c: (resample_add_input_data):
12506         Cast to prevent warnings on Forte.
12507         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12508         Fix integer overflow when treated as signed.
12509         * gst/ffmpegcolorspace/imgconvert_template.h:
12510         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12511         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12512         (cleanup_decodebin):
12513         Who initialises a guint to -1!
12514         Cast function pointers to prevent warnings on Forte.
12515         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12516         (queue_threshold_reached):
12517         Cast function pointers correctly to prevent warnings on Forte.
12518         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12519         Cast function pointers correctly to prevent warnings on Forte.
12520         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12521         Obvious change to unsigned, 0xEF > max signed char.
12522         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12523         GstClockTime is unsigned, initialise correctly.
12524         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12525         Cast so pointer arithemetic doesn't cause warnings on Forte.
12526         * gst/videorate/gstvideorate.c:
12527         Use correct return value.
12528         * tests/examples/seek/scrubby.c:
12529         GstClockTime is unsigned, initialise correctly.
12530
12531 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12532
12533         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12534
12535         * gst/typefind/gsttypefindfunctions.c:
12536           Recognise XML files and XML-like files shorter than 256 bytes as
12537           well (fixes #359237).
12538
12539 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12540
12541         Patch by: Renato Filho <renato.filho@indt.org.br>
12542         
12543         * gst/typefind/gsttypefindfunctions.c:
12544         Added typefind functions to video/x-nuv media.
12545         
12546 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12547
12548         * gst-libs/gst/interfaces/xoverlay.c:
12549         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12550           Some more guards against invalid input.
12551
12552 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12553
12554         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12555         Useless goto.
12556         * tests/examples/seek/seek.c: (do_seek),
12557         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12558         seek example to experiment with rates != 1.0 (reverse playback !)
12559
12560 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12561
12562         * gst-libs/gst/interfaces/xoverlay.c:
12563           Unref message in doc-example (spotted by Robert McQueen)
12564
12565 2006-10-06  Wim Taymans  <wim@fluendo.com>
12566
12567         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12568         (mpeg1_parse_header), (mpeg1_sys_type_find):
12569         printf fix.
12570
12571 2006-10-06  Wim Taymans  <wim@fluendo.com>
12572
12573         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12574         (close_pad_link):
12575         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12576         Activate dynamic pads before adding them to the element.
12577
12578 2006-10-06  Michael Smith  <msmith@fluendo.com>
12579
12580         * gst-libs/gst/floatcast/floatcast.h:
12581           Fix obviously-bogus macros; use the correct types.
12582
12583 2006-10-06  Wim Taymans  <wim@fluendo.com>
12584
12585         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12586         (gst_base_rtp_depayload_change_state):
12587         Also call parent state change function to activate pads.
12588
12589         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12590         (mpeg1_parse_header), (mpeg1_sys_type_find):
12591         Add some more debug info in mpeg typefinding.
12592
12593 2006-10-06  Michael Smith  <msmith@fluendo.com>
12594
12595         * ext/theora/theoradec.c: (theora_dec_chain):
12596           Zero byte theora packets are valid and well-defined; don't warn on
12597           them.
12598
12599 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12600
12601         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12602         (gst_multi_fd_sink_get_stats), (find_limits),
12603         (gst_multi_fd_sink_queue_buffer):
12604           API: add dropped_buffers to the get-stats GValueArray
12605
12606 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12607
12608         * ext/alsa/gstalsadeviceprobe.c:
12609         (gst_alsa_device_property_probe_get_values):
12610         * ext/alsa/gstalsasink.c: (set_hwparams):
12611         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12612         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12613         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12614         (gst_ogg_mux_process_best_pad):
12615         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12616         (gst_ogg_parse_chain):
12617         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12618         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12619         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12620         (gst_vorbis_enc_buffer_check_discontinuous):
12621         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12622         * gst-libs/gst/audio/gstbaseaudiosink.c:
12623         (gst_base_audio_sink_render):
12624         * gst-libs/gst/cdda/gstcddabasesrc.c:
12625         (gst_cdda_base_src_handle_track_seek):
12626         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12627         (gst_base_rtp_depayload_push_full):
12628         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12629         * gst/audioresample/resample.c: (resample_input_pushthrough):
12630         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12631         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12632         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12633         (wavpack_type_find):
12634         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12635         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12636         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12637         * tests/check/elements/volume.c: (GST_START_TEST):
12638           Printf format fixes.
12639
12640 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12641
12642         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12643           Fix a simple mistake (see the docs)
12644           Fixes #359580
12645
12646 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12647
12648         * docs/plugins/Makefile.am:
12649         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12650         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12651         * docs/plugins/gst-plugins-base-plugins.args:
12652         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12653         * docs/plugins/inspect/plugin-adder.xml:
12654         * docs/plugins/inspect/plugin-alsa.xml:
12655         * docs/plugins/inspect/plugin-audioconvert.xml:
12656         * docs/plugins/inspect/plugin-audiorate.xml:
12657         * docs/plugins/inspect/plugin-audioresample.xml:
12658         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12659         * docs/plugins/inspect/plugin-cdparanoia.xml:
12660         * docs/plugins/inspect/plugin-decodebin.xml:
12661         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12662         * docs/plugins/inspect/plugin-gdp.xml:
12663         * docs/plugins/inspect/plugin-gnomevfs.xml:
12664         * docs/plugins/inspect/plugin-libvisual.xml:
12665         * docs/plugins/inspect/plugin-ogg.xml:
12666         * docs/plugins/inspect/plugin-pango.xml:
12667         * docs/plugins/inspect/plugin-playbin.xml:
12668         * docs/plugins/inspect/plugin-subparse.xml:
12669         * docs/plugins/inspect/plugin-tcp.xml:
12670         * docs/plugins/inspect/plugin-theora.xml:
12671         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12672         * docs/plugins/inspect/plugin-video4linux.xml:
12673         * docs/plugins/inspect/plugin-videorate.xml:
12674         * docs/plugins/inspect/plugin-videoscale.xml:
12675         * docs/plugins/inspect/plugin-videotestsrc.xml:
12676         * docs/plugins/inspect/plugin-volume.xml:
12677         * docs/plugins/inspect/plugin-vorbis.xml:
12678         * docs/plugins/inspect/plugin-ximagesink.xml:
12679         * docs/plugins/inspect/plugin-xvimagesink.xml:
12680           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12681
12682 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12683
12684         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12685
12686         * ext/vorbis/Makefile.am:
12687         * ext/vorbis/vorbis.c: (plugin_init):
12688         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12689         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12690         * ext/vorbis/vorbisparse.h:
12691         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12692         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12693         (gst_vorbis_tag_parse_packet):
12694         * ext/vorbis/vorbistag.h:
12695           Add new vorbistag element which derives from vorbisparse
12696           and is essentially the same as well, only that it implements
12697           the GstTagSetter interface and can modify the stream's
12698           vorbiscomment on the fly (#335635).
12699
12700         * tests/check/Makefile.am:
12701         * tests/check/elements/.cvsignore:
12702         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12703         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12704         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12705         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12706           Add unit test for new vorbistag element.
12707
12708 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12709
12710         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12711         (vorbis_parse_push_headers), (vorbis_parse_chain):
12712           Set BOS flag in packet structure to fix 'jump depends
12713           on unitialized value' errors in valgrind; various minor
12714           clean-ups.
12715
12716 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12717
12718         * gst/playback/gstdecodebin.c: (close_pad_link):
12719         Fix typo in a debug statement.
12720
12721         * gst/playback/gstplaybasebin.c: (probe_triggered),
12722         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12723         (gen_source_element), (source_new_pad), (analyse_source),
12724         (setup_source):
12725         When handling no_more_pads in new_decoded_pad, make sure to treat
12726         subtitle pads correctly. Fixes playback with subtitle files.
12727
12728         Move a recurring message to LOG level.
12729
12730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12731         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12732         which ends up as -1 when cast to an int. Make the logic handle the
12733         max value as an unsigned mask and only change the colorkey when it's
12734         a value we recognise.
12735
12736 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12737
12738         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12739         Removed empty * between paragraphs
12740
12741 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12742
12743         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12744         * gst-libs/gst/rtp/README:
12745         Moved some documentation into .c file
12746
12747 2006-09-29  Wim Taymans  <wim@fluendo.com>
12748
12749         * gst/playback/gstdecodebin.c: (no_more_pads):
12750         Fix compilation.
12751
12752 2006-09-29  Wim Taymans  <wim@fluendo.com>
12753
12754         * gst/playback/gstdecodebin.c: (new_caps):
12755         Remove g_print
12756
12757         * gst/playback/gstplaybin.c:
12758         Add some docs.
12759
12760 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12761
12762         * tests/check/Makefile.am:
12763           Re-enable cddabasesrc test to see if it works again
12764           now.
12765
12766 2006-09-29  Wim Taymans  <wim@fluendo.com>
12767
12768         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12769         (gen_source_element):
12770         Handle invalid URIs a bit more gracefully.
12771
12772 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12773
12774         * tests/check/pipelines/oggmux.c:
12775           Remove obsolete comment.
12776
12777 2006-09-29  Michael Smith  <msmith@fluendo.com>
12778
12779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12780         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12781         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12782         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12783         (gst_ogg_mux_collected):
12784           Commit patch from James "Doc" Livingston, adds proper EOS handling
12785           in oggmux. GStreamer can, for the first time ever, create a valid
12786           Ogg file! Yay!
12787
12788         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12789         (oggmux_suite):
12790           Reenable tests now that they pass.
12791
12792 2006-09-29  Wim Taymans  <wim@fluendo.com>
12793
12794         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12795         Stop reading commands when EOF (we read 0) as well.
12796
12797 2006-09-28  Wim Taymans  <wim@fluendo.com>
12798
12799         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12800         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12801         (find_dynamic), (unlinked), (close_link):
12802         Implement delayed caps linking needed for element with a lot of
12803         different caps on the src pads that get fixed at runtime.
12804         Improve management of dynamic elements.
12805
12806         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12807         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12808         (gen_preroll_element), (remove_groups), (unknown_type),
12809         (add_element_stream), (no_more_pads_full), (no_more_pads),
12810         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12811         (new_decoded_pad), (setup_subtitle), (array_has_value),
12812         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12813         (analyse_source), (remove_decoders), (make_decoder),
12814         (remove_source), (setup_source), (finish_source), (prepare_output),
12815         (gst_play_base_bin_change_state):
12816         * gst/playback/gstplaybasebin.h:
12817         Use more _CAST instead of full type checking casts.
12818         Small cleanups, plug some leaks.
12819         Handle dynamic sources.
12820         Add some helper functions to create lists of strings used for
12821         blacklisting and other stuff.
12822         Refactor some code dealing with analysing the source.
12823         Re-enable sources without pads (like cd:// or other selfcontained
12824         elements).
12825
12826 2006-09-28  Wim Taymans  <wim@fluendo.com>
12827
12828         * gst-libs/gst/audio/gstbaseaudiosink.c:
12829         (gst_base_audio_sink_render):
12830         When we have a timestamp, we can still perform clipping.
12831         When we have no clock, we must play the sample ASAP.
12832
12833 2006-09-28  Wim Taymans  <wim@fluendo.com>
12834
12835         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12836         Set caps on outgoing buffers.
12837
12838         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12839         (gst_video_rate_event), (gst_video_rate_chain):
12840         * gst/videorate/gstvideorate.h:
12841         Fix videorate some more. Fixes #357977
12842
12843 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12844
12845         * tests/check/elements/adder.c: (adder_suite):
12846           Don't set timeout to 6 seconds when we're running
12847           in valgrind ... (and how is 6 seconds longer than
12848           the default anyway?)
12849
12850 2006-09-28  Wim Taymans  <wim@fluendo.com>
12851
12852         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12853         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12854         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12855         Keep sink and src segment to keep track of time and support more
12856         input formats.
12857         Fix bogus next_offset and run_time calculation, don't understand how
12858         this could have worked before. Fixes #357976.
12859         Remove some unneeded vars.
12860
12861 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12862
12863         * gst/playback/gstplaybin.c: (remove_sinks):
12864           Only remove visualisation from visbin if there is a visbin (or:
12865           don't throw warnings when closing totem without playing a file).
12866
12867 2006-09-27  Wim Taymans  <wim@fluendo.com>
12868
12869         * gst-libs/gst/audio/gstbaseaudiosink.c:
12870         (gst_base_audio_sink_render):
12871         Add some more info in a WARNING.
12872
12873         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12874         (gst_base_audio_src_create):
12875         Handle PAUSE in create function, use new -core addition to
12876         wait for playing. Fixes pausing and resuming capture from an
12877         audiosrc.
12878
12879         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12880         (gst_ring_buffer_read):
12881         Constify some more.
12882         Caller supports interrupted reads now.
12883
12884 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12885
12886         * tests/check/Makefile.am:
12887           Another attempt to make the gen64 buildbot happy.
12888
12889 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12890
12891         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12892
12893         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12894         (gst_visual_chain), (gst_visual_change_state):
12895           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12896           correctly. Fixes #357800
12897
12898 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12899
12900         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12901           Add timeout to _get_state() so we see which pipeline it is
12902           that causes trouble on the gen64 build bot.
12903
12904 2006-09-27  Wim Taymans  <wim@fluendo.com>
12905
12906         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12907         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12908         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12909         (gst_base_rtp_depayload_set_gst_timestamp):
12910         the source pad always uses fixed caps.
12911
12912 2006-09-27  Wim Taymans  <wim@fluendo.com>
12913
12914         * docs/libs/gst-plugins-base-libs-docs.sgml:
12915         * docs/libs/gst-plugins-base-libs-sections.txt:
12916         * gst-libs/gst/audio/gstaudioclock.c:
12917         * gst-libs/gst/audio/gstaudioclock.h:
12918         * gst-libs/gst/audio/gstaudiosink.c:
12919         * gst-libs/gst/audio/gstaudiosink.h:
12920         * gst-libs/gst/audio/gstaudiosrc.c:
12921         * gst-libs/gst/audio/gstbaseaudiosink.c:
12922         (gst_base_audio_sink_render):
12923         * gst-libs/gst/audio/gstbaseaudiosink.h:
12924         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12925         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12926         * gst-libs/gst/audio/gstringbuffer.h:
12927         Added docs for the audio libs.
12928
12929 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12930
12931         * tests/check/Makefile.am:
12932           Temporarily disable test that fails on the bots for unknown reasons.
12933
12934 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12935
12936         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12937         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12938         Moved AudioCodecType into priv
12939         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12940
12941 2006-09-25  Wim Taymans  <wim@fluendo.com>
12942
12943         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12944         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12945         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12946         (new_pad):
12947         Cleanups and small leak fixes.
12948         Added Depayloaders to valid list of autopluggable elements.
12949
12950 2006-09-25  Wim Taymans  <wim@fluendo.com>
12951
12952         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12953         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12954         (gen_video_element), (gen_text_element), (gen_audio_element),
12955         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12956         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12957         Detect NO_PREROLL state change returns and disable clock distribution to
12958         the sinks so that sync is disabled.
12959         Avoid some type checking and do simple casts instead.
12960         Small cleanups, fix some FIXMEs.
12961         Be more robust when linking user specified elements, catch an report
12962         errors. Fixes #357404.
12963         Fix some leaks in the error paths.
12964
12965 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12966
12967         * ChangeLog:
12968           ChangeLog surgery for missing bug-number
12969
12970 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12971
12972         Patch by: Peter Kjellerstedt  <pkj at axis com>
12973
12974         * gst/playback/test.c:
12975           Fix compilation with uClibc and -Werror (#357591).
12976
12977 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12978
12979         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12980           Parse dates that are followed by a time as well (#357532).
12981
12982         * tests/check/libs/tag.c: (test_vorbis_tags):
12983           Add unit test for this.
12984
12985 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12986
12987         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12988         (gst_audio_convert_transform_caps):
12989         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12990         * gst/videotestsrc/videotestsrc.h:
12991           A few array const-ifications.
12992
12993 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12994
12995         * tests/check/Makefile.am:
12996           See if this makes the build bots happy.
12997
12998         * tests/check/libs/cddabasesrc.c:
12999           UTF8-ise my name.
13000
13001 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13002
13003         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13004
13005         * gst/subparse/samiparse.c: (handle_start_font),
13006         (fix_invalid_entities):
13007           More case-insensitivity for certain tags; recognise entities with
13008           decimal codes as special entities as well (#357330).
13009
13010 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13011
13012         * gst-libs/gst/Makefile.am:
13013           Need to build tag directory before cdda.
13014
13015 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13016
13017         * docs/libs/gst-plugins-base-libs-sections.txt:
13018         * gst-libs/gst/cdda/Makefile.am:
13019         * gst-libs/gst/cdda/gstcddabasesrc.c:
13020         (gst_cdda_base_src_base_init):
13021         * gst-libs/gst/cdda/gstcddabasesrc.h:
13022         * gst-libs/gst/tag/tag.h:
13023         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
13024         (gst_tag_register_musicbrainz_tags):
13025           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
13026           depend on libgsttag. This is required so we can extract/read tags like
13027           DISCID without depending on libgstcddabasesrc (which used to register
13028           them).
13029
13030         * gst-libs/gst/tag/gstvorbistag.c:
13031           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
13032           tags (also see #347848).
13033
13034         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
13035           Log vorbis comments we are actually writing. Const-ify array.
13036
13037 2006-09-23  Wim Taymans  <wim@fluendo.com>
13038
13039         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13040         Improve buffering a bit by avoiding a deadlock because we cannot assume
13041         the underrun is always called.
13042
13043 2006-09-23  Wim Taymans  <wim@fluendo.com>
13044
13045         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13046
13047         * gst-libs/gst/riff/riff-ids.h:
13048         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13049         (gst_riff_create_audio_template_caps):
13050         Added MPEG-4 AAC and id and caps. Fixes #357289
13051         Added WMA9 Lossless id.
13052
13053 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13054
13055         * ext/gnomevfs/gstgnomevfssrc.c:
13056           Fix misleading docs addition.
13057
13058         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13059           Get rid of compiler warning the right way.
13060
13061 2006-09-22  Wim Taymans  <wim@fluendo.com>
13062
13063         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13064         (gst_base_rtp_depayload_finalize),
13065         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
13066         (gst_base_rtp_depayload_push_full),
13067         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
13068         (gst_base_rtp_depayload_process),
13069         (gst_base_rtp_depayload_set_gst_timestamp),
13070         (gst_base_rtp_depayload_queue_release):
13071         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13072         Small cleanups.
13073         Fix some leaks.
13074         Refactored the process method and added methods to push from the process
13075         vmethod.
13076         Use _scale functions.
13077         API: gst_base_rtp_depayload_push_ts
13078         API: gst_base_rtp_depayload_push
13079
13080         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13081         timestamps are uint.
13082
13083 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
13084
13085         * gst-libs/gst/interfaces/xoverlay.c:
13086           Remove unused statement from doc example.
13087
13088 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
13089
13090         * gst-libs/gst/interfaces/videoorientation.c:
13091         (gst_video_orientation_iface_init),
13092         (gst_video_orientation_get_hflip),
13093         (gst_video_orientation_get_vflip),
13094         (gst_video_orientation_get_hcenter),
13095         (gst_video_orientation_get_vcenter),
13096         (gst_video_orientation_set_hflip),
13097         (gst_video_orientation_set_vflip),
13098         (gst_video_orientation_set_hcenter),
13099         (gst_video_orientation_set_vcenter):
13100           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13101           in ChangeLog)
13102
13103 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
13104
13105         * tests/check/Makefile.am:
13106         * tests/check/elements/.cvsignore:
13107         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13108         (create_rgb_conversions), (rgb_conversion_free),
13109         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13110         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13111           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13112           but disable for now since it doesn't pass (something wrong with
13113           RGBA somewhere).
13114
13115 2006-09-21  Wim Taymans  <wim@fluendo.com>
13116
13117         * gst/playback/gstplaybasebin.c: (group_commit),
13118         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13119         (queue_out_of_data), (gen_preroll_element),
13120         (preroll_remove_overrun), (probe_triggered):
13121         Refactor handling of overrun detection.
13122         Separate handling of group completion and deadlock detection when doing
13123         network buffering. This should fix some deadlocks that were not detected
13124         because the group was completed.
13125         Add more comments, improve debugging.
13126
13127 2006-09-21  Wim Taymans  <wim@fluendo.com>
13128
13129         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13130         * tests/check/libs/audio.c:
13131         Some more compilation fixes.
13132
13133 2006-09-21  Wim Taymans  <wim@fluendo.com>
13134
13135         * gst-libs/gst/audio/gstringbuffer.c:
13136         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13137         (gst_ring_buffer_read):
13138         Early morning compilation fix.
13139
13140 2006-09-20  Wim Taymans  <wim@fluendo.com>
13141
13142         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13143         * tests/check/elements/multifdsink.c: (GST_START_TEST):
13144         * tests/check/elements/videorate.c: (GST_START_TEST):
13145         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13146         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13147         Fix some warnings.
13148
13149 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13150
13151         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13152         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13153         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13154           Handcrafted merge to help CVS understanding what I changed and what
13155           not.
13156
13157 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13158
13159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13160         (gst_xvimagesink_get_times):
13161           change colorkey behaviour back according to #354773 comment 6/7
13162
13163 2006-09-19  Michael Smith  <msmith@fluendo.com>
13164
13165         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13166         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13167         (gst_multi_fd_sink_recover_client),
13168         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13169         (gst_multi_fd_sink_get_property):
13170         * gst/tcp/gstmultifdsink.h:
13171           Implement stubbed out properties unit-type, units-soft-max,
13172           units-max, to allow specifying maximum sizes in units other than
13173           buffers.
13174           Fixes #355935
13175
13176 2006-09-19  Wim Taymans  <wim@fluendo.com>
13177
13178         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13179         (gst_riff_create_audio_template_caps):
13180         Reorder the audio formats a bit for clarity.
13181         Detect and create caps for MSGSM and MSN (WAV49).
13182         Fixes #356596.
13183
13184         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13185         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13186         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13187         Small cleanups, move error handling out of normal flow for clarity.
13188
13189 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13190
13191         * docs/libs/gst-plugins-base-libs-docs.sgml:
13192         * docs/libs/gst-plugins-base-libs.types:
13193         * gst-libs/gst/interfaces/Makefile.am:
13194         * gst-libs/gst/interfaces/videoorientation.c:
13195         (gst_video_orientation_get_type),
13196         (gst_video_orientation_iface_init),
13197         (gst_video_orientation_get_hflip),
13198         (gst_video_orientation_get_vflip),
13199         (gst_video_orientation_get_hcenter),
13200         (gst_video_orientation_get_vcenter),
13201         (gst_video_orientation_set_hflip),
13202         (gst_video_orientation_set_vflip),
13203         (gst_video_orientation_set_hcenter),
13204         (gst_video_orientation_set_vcenter):
13205         * gst-libs/gst/interfaces/videoorientation.h:
13206           API: Add new interface to control video orientation (fixes #354908)
13207
13208 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13209
13210         * gst/videotestsrc/gstvideotestsrc.c:
13211           Use G_UNLIKELY in _create and log one more detail.
13212           
13213         (gst_video_test_src_get_times), (gst_video_test_src_create):
13214         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13215           Use gst_util_uint64_scale_int in _get_times().
13216
13217 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13218
13219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13220           Give better warning message (add object and detail).
13221
13222 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13223
13224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13225         (gst_xvimagesink_get_times):
13226           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13227           #354773), use gst_util_uint64_scale_int in _get_times()
13228
13229 2006-09-18  Michael Smith  <msmith@fluendo.com>
13230
13231         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13232           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13233           always true, leading to dropping all timestamps.
13234
13235 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13236
13237         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13238         (gst_visual_chain), (gst_visual_change_state):
13239           update to work also with libvisual 0.4 API, fix double unref (#355914)
13240           
13241         * tools/gst-launch-ext.1.in:
13242         * tools/gst-visualise.1.in:
13243           remove references to old man-pages
13244
13245         * tests/examples/seek/seek.c: (main):
13246           add real meadi-buttons, add tool-tips for the seek-options, arrange
13247           seek options in a table
13248
13249 2006-09-18  Michael Smith  <msmith@fluendo.com>
13250
13251         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13252         (gst_ogg_mux_push_buffer):
13253           Don't generate out-of-order timestamps from oggmux, instead clamp
13254           output timestamps to be >= the previously output ts.
13255           Fixes #355595
13256
13257 2006-09-18  Michael Smith  <msmith@fluendo.com>
13258
13259         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13260         (gst_multi_fd_sink_class_init):
13261           Updates, fixes, and typo corrections for multifdsink. No functional
13262           changes.
13263
13264 2006-09-17  Michael Smith  <msmith@fluendo.com>
13265
13266         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13267           Don't crash on truncated files - check that we got an 8 byte buffer
13268           before trying to memcmp it.
13269
13270 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13271
13272         * gst/playback/gstplaybasebin.c: (get_active_source):
13273           Make stream-switching appear instant to the application
13274           (ie. make sure that a g_object_get on 'current-foo' returns
13275           the stream previously set with g_object_set(). Totem needs
13276           this to update stream-related meta-info (like audio-codec)
13277           correctly when switching streams.
13278
13279 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13280
13281         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13282         (gst_alsa_mixer_ensure_track_list):
13283           Try harder to guess which mixer track is the master mixer
13284           track (instead of just taking the first one that has a pvolume).
13285           Fixes #342228.
13286
13287 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13288
13289         reviewed by: <delete if not using a buddy>
13290
13291         * gst-libs/gst/audio/audio.h:
13292         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13293
13294 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13295
13296         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13297         (gst_audio_convert_transform_caps):
13298           Get structure-name just once.
13299
13300 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13301
13302         * tests/check/elements/audioresample.c: (GST_START_TEST):
13303         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13304         * tests/check/elements/volume.c: (GST_START_TEST):
13305         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13306         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13307         (test_pipeline), (GST_START_TEST):
13308         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13309         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13310           Fix big batch of compiler warnings.
13311
13312 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13313
13314         * ext/gnomevfs/gstgnomevfssrc.c:
13315           Add docs about icydemux usage in connection with gnomevfssrc
13316
13317         * ext/libvisual/visual.c:
13318         * ext/ogg/gstoggaviparse.c:
13319         * ext/ogg/gstoggdemux.c:
13320         * ext/ogg/gstoggmux.c:
13321         * ext/ogg/gstoggparse.c:
13322         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13323         * gst-libs/gst/audio/gstaudiosink.c:
13324         * gst-libs/gst/audio/gstaudiosrc.c:
13325         * gst/audiorate/gstaudiorate.c:
13326           More G_OBJECT macro fixing.
13327
13328         * gst/audiotestsrc/gstaudiotestsrc.h:
13329           Fix wrong info in header due to copy & paste
13330
13331 2006-09-15  Wim Taymans  <wim@fluendo.com>
13332
13333         * gst-libs/gst/audio/gstbaseaudiosink.c:
13334         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13335         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13336         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13337         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13338         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13339         Do the delay calculation in the source/sink base classes as this is
13340         specific for the capture/playback mode.
13341         Try to fixate a bit better, like round depth up to a multiple of 8
13342         bigger than width.
13343         Handle underruns correctly by marking DISCONT on buffers and adjusting
13344         timestamps to handle the gap.
13345         Set offset/offset_end correctly on buffers.
13346
13347         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13348         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13349         (gst_ring_buffer_read):
13350         Remove resync and underrun recovery from the ringbuffer.
13351         Fix ringbuffer read code on under/overrun.
13352
13353 2006-09-15  Wim Taymans  <wim@fluendo.com>
13354
13355         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13356         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13357         (queue_threshold_reached), (gst_play_base_bin_set_property),
13358         (gst_play_base_bin_get_property):
13359         * gst/playback/gstplaybasebin.h:
13360         Don't use a 0 low watermark when buffering, it is catching starvation
13361         way too late. Instead, use a 3 second queue with 30 and 95
13362         percent low/high watermarks. 
13363         Added queue-min-threshold property to configure low watermark.
13364         Use new _buffering message API.
13365         Make queue_threshold variable big enough to store a uint64 time value.
13366         API: playbin::queue-min-threshold property.
13367
13368 2006-09-15  Wim Taymans  <wim@fluendo.com>
13369
13370         * configure.ac:
13371         We require 0.10.10.1 now because of _wait_preroll().
13372
13373         * gst-libs/gst/audio/gstbaseaudiosink.c:
13374         (gst_base_audio_sink_render):
13375         Use gst_base_sink_wait_preroll().
13376
13377 2006-09-15  Wim Taymans  <wim@fluendo.com>
13378
13379         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13380         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13381         Use DEBUG_OBJECT more.
13382
13383 === release 0.10.10 ===
13384
13385 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13386
13387         patch by: Michael Smith <msmith at fluendo dot com>
13388
13389         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13390         (gst_multi_fd_sink_client_queue_buffer),
13391         (gst_multi_fd_sink_new_client):
13392         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13393         (multifdsink_suite):
13394           Fix implementation of sync-method 'next-keyframe'
13395           Closes #354594
13396
13397 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13398
13399         patch by: Wim Taymans <wim at fluendo dot com>
13400
13401         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13402         This patch removes the RANDOM flag that was incorrectly introduced with
13403         revision 1.91.  Fixes #354590
13404
13405 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13406
13407         * tests/check/Makefile.am:
13408           Random variation in Makefile line to see if it makes the
13409           gen64-base-full bot any happier.
13410
13411 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13412
13413         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13414           Disable test that fails at the moment (killed after timeout).
13415
13416 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13417
13418         Patch by: James Livingston  <doclivingston at gmail.com>
13419
13420         * tests/check/Makefile.am:
13421         * tests/check/pipelines/.cvsignore:
13422         * tests/check/pipelines/oggmux.c: (get_page_codec),
13423         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13424         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13425         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13426         (test_theora_vorbis), (oggmux_suite):
13427           Add simple unit test for oggmux from #337026 with checking for the
13428           EOS flags disabled for the time being.
13429
13430 2006-09-04  Wim Taymans  <wim@fluendo.com>
13431
13432         patch by: Alessandro Dessina <alessandro nnva org>
13433
13434         * ext/ogg/gstoggmux.c:
13435         Add cmml caps to oggmux. Fixes #353912
13436
13437 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13438
13439         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13440           Returning a return value often helps. In this case, we
13441           don't need the return value anyway, so just get rid of it.
13442           Should make build bots much happier.
13443
13444 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13445
13446         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13447         (paint_get_structure), (gst_video_test_src_get_size),
13448         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13449         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13450         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13451         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13452         * gst/videotestsrc/videotestsrc.h:
13453           Add support for AYUV and the various RGBA formats. Initialise
13454           fields of paintinfo structs allocated on the stack.
13455
13456         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13457         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13458         (check_rgb_buf), (videotestsrc_suite):
13459           Add unit tests for videotestsrc's RGB output.
13460
13461 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13462
13463         * gst/videotestsrc/gstvideotestsrc.c:
13464         (gst_video_test_src_pattern_get_type),
13465         (gst_video_test_src_set_pattern):
13466         * gst/videotestsrc/gstvideotestsrc.h:
13467         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13468         (gst_video_test_src_black), (gst_video_test_src_white),
13469         (gst_video_test_src_red), (gst_video_test_src_green),
13470         (gst_video_test_src_blue):
13471         * gst/videotestsrc/videotestsrc.h:
13472           Add more uni-colour patterns ("white", "red", "green", and "blue").
13473
13474 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13475
13476         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13477           Fix stride for YVYU, should be word-aligned (#353658).
13478
13479 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13480
13481         * gst/adder/gstadder.c: (gst_adder_src_event):
13482           Fix build.
13483
13484 2006-08-31  Edward Hervey  <edward@fluendo.com>
13485
13486         * gst/adder/gstadder.c: (forward_event_func),
13487         (gst_adder_src_event), (gst_adder_collected),
13488         (gst_adder_change_state):
13489         * gst/adder/gstadder.h:
13490         Remember the start position asked in the incoming seeks, so we can
13491         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13492         of assuming it will always be 0).
13493
13494 2006-08-31  Edward Hervey  <edward@fluendo.com>
13495
13496         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13497         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13498         (gst_ogg_demux_loop):
13499         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13500
13501 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13502
13503         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13504         (gst_ffmpegcsp_get_unit_size):
13505           Return FALSE instead of returning a random false unit
13506           size when the format isn't known/supported (even if
13507           this shouldn't happen under normal circumstances).
13508
13509 2006-08-29  Wim Taymans  <wim@fluendo.com>
13510
13511         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13512
13513         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13514         (gst_gnome_vfs_src_start):
13515         Try harder to get the size from a uri by using _info_uri() when
13516         _info_from_handle() does not give us enough info. 
13517         Also follow symlinks when getting the size.
13518         Partially Fixes #332864.
13519
13520 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13521
13522         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13523
13524         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13525         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13526         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13527         (gst_alsa_mixer_set_record):
13528         * ext/alsa/gstalsamixertrack.c:
13529         (gst_alsa_mixer_track_update_alsa_capabilities),
13530         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13531         (gst_alsa_mixer_track_update):
13532         * ext/alsa/gstalsamixertrack.h:
13533           Improve and fix mixer track handling, in particular better handling
13534           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13535           separate track objects for tracks that have both capture and playback
13536           volume (and label them differently as well so they're not mistakenly
13537           assumed to be duplicates); classify mixer tracks that only affect
13538           the audible volume of something (rather than the capture volume)
13539           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13540           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13541           (following the meaning documented in the mixer interface header
13542           file); add support for alsa's exclusive cswitch groups; update/sync
13543           state/flags better if mixer settings are changed by another
13544           application. Fixes #336075.
13545
13546 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13547
13548         * gst/playback/gstplaybin.c:
13549           Improve docs: add section about BUFFERING messages sent by playbin.
13550
13551 2006-08-29  Michael Smith  <msmith@fluendo.com>
13552
13553         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13554         (gst_vorbis_enc_buffer_check_discontinuous),
13555         (gst_vorbis_enc_chain):
13556           Ignore explicit DISCONT marked on buffers (which is often spurious,
13557           particularly when using multiple segments), in favour of solely
13558           using the timestamps/durations.
13559
13560 2006-08-29  Edward Hervey  <edward@fluendo.com>
13561
13562         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13563         Don't rely on incoming buffers offset anymore, since it is completely
13564         broken when using multiple segments.
13565         Instead convert the incoming buffers timestamp to running time, and
13566         then convert that value to the offsets.
13567         Also inform GstSegment of the last outputted stop position, which is
13568         needed if we received several segments with an unknown stop value.
13569
13570 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13571
13572         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13573           fix buffer unreffing on a header push failure
13574
13575 2006-08-28  Wim Taymans  <wim@fluendo.com>
13576
13577         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13578         (gst_audio_rate_chain):
13579         Make the metadata of the buffer writable before changing its
13580         flags.
13581
13582 2006-08-28  Wim Taymans  <wim@fluendo.com>
13583
13584         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13585         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13586         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13587         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13588         Fix audiorate some more.
13589         Reset and resync counters on flush and READY.
13590         Handle the DISCONT flag correctly.
13591         Use GstSegment to track position.
13592         Fail when not negotiated.
13593         Fixes #353234.
13594
13595 2006-08-25  Michael Smith  <msmith@fluendo.com>
13596
13597         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13598           Fix spelling.
13599           Remove accidently included debug line.
13600
13601 2006-08-25  Wim Taymans  <wim@fluendo.com>
13602
13603         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13604         Small cleanups.
13605         If a buffer is received with no caps, make the buffer metadata
13606         writable and set the caps, making sure that we don't screw up the
13607         refcounts.
13608
13609 2006-08-25  Michael Smith  <msmith@fluendo.com>
13610
13611         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13612         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13613           Fix memory leaks and misleading debug messages, add a couple of
13614           comments.
13615
13616         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13617         (gst_multi_fd_sink_render):
13618           Do not use gst_buffer_make_writable() in a basesink render method,
13619           as it may incorrectly unref the buffer. Instead, use convoluted
13620           dance to avoid copying the buffer except when we need to.
13621
13622 2006-08-25  Michael Smith  <msmith@fluendo.com>
13623
13624         * ext/vorbis/vorbisenc.c:
13625         (gst_vorbis_enc_buffer_check_discontinuous):
13626           Allow very small discontinuities in the timestamps. These we can't
13627           do anything useful with anyway (because vorbis's timestamps have
13628           only sample granularity), and are commonly produced by elements with
13629           minor bugs. Allow up to 1/2 a sample out.
13630           Fixes #351742.
13631
13632 2006-08-24  Wim Taymans  <wim@fluendo.com>
13633
13634         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13635         (play_scrub_toggle_cb), (main):
13636         Add a checkbox to enable play scrubbing. Makes it possible to disable
13637         normal scrubbing.
13638
13639 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13640
13641         * tests/check/elements/.cvsignore:
13642           make buildbot happy
13643
13644 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13645
13646         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13647         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13648         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13649         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13650         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13651         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13652         (gst_ogm_text_parse_strip_trailing_zeroes),
13653         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13654         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13655           Refactor ogm parse, do better input checking, misc. clean-ups.
13656           Cache incoming events and push them once the source pad has
13657           been created. Don't pass unterminated strings to sscanf().
13658           Strip trailing zeroes from subtitle text output, since they
13659           are not valid UTF-8. Don't push vorbiscomment packets on
13660           the subtitle text pad. Output perfect streams if possible.
13661
13662 2006-08-23  Wim Taymans  <wim@fluendo.com>
13663
13664         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13665         Waits for tasks to settle down so that we clean up correctly for 
13666         valgrind.
13667
13668 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13669
13670         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13671           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13672           actually return return value in taglists_are_equal.
13673
13674 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13675
13676         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13677           Fix crash due to broken bitstream parsing on x86-64: can't make
13678           any assumptions about sizeof(struct) due to alignment/packing
13679           differences on different architectures. Fixes #351790.
13680
13681 2006-08-22  Wim Taymans  <wim@fluendo.com>
13682
13683         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13684         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13685         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13686         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13687         (gst_riff_parse_info):
13688         Protect public functions against bad input.
13689         Do some cleanups.
13690         Fix documentation.
13691
13692 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13693
13694         * gst-libs/gst/riff/riff-ids.h:
13695         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13696           Add voxware audio IDs (even if we can't play it) (#351795).
13697
13698 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13699
13700         * gst-libs/gst/riff/riff-media.c:
13701         (gst_riff_create_video_template_caps),
13702         (gst_riff_create_audio_template_caps),
13703         (gst_riff_create_iavs_template_caps):
13704           Const-ify some arrays and use G_N_ELEMENTS instead
13705           of wasting oodles of RAM on terminator bits.
13706
13707 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13708
13709         * gst-libs/gst/tag/gstvorbistag.c:
13710         (gst_tag_list_to_vorbiscomment_buffer):
13711         * tests/check/libs/tag.c: (GST_START_TEST):
13712           And the same for _to_vorbiscomment_buffer(): allow
13713           id_data_len == 0 for speex.
13714
13715 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13716
13717         * configure.ac:
13718         * docs/plugins/Makefile.am:
13719         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13720         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13721         * docs/plugins/inspect/plugin-gdp.xml:
13722         * gst/gdp/Makefile.am:
13723         * tests/check/Makefile.am:
13724           Move GDP plugin to -base from -bad.  Closes #347783.
13725
13726 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13727
13728         * gst-libs/gst/tag/gstvorbistag.c:
13729         (gst_tag_list_from_vorbiscomment_buffer):
13730           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13731           Also add some checks to make sure we don't memcmp() beyond the end of
13732           vorbiscomment buffer if the ID to check for is larger than the buffer.
13733
13734         * tests/check/libs/tag.c: (GST_START_TEST):
13735           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13736
13737 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13738
13739         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13740         (gst_vorbis_enc_set_metadata):
13741           Use vorbis comment utility functions from libgsttag
13742           instead of re-inventing the wheel (partially fixes #347091).
13743
13744 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13745
13746         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13747         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13748         as some that won't.
13749
13750 2006-08-21  Wim Taymans  <wim@fluendo.com>
13751
13752         * docs/libs/Makefile.am:
13753         * docs/libs/gst-plugins-base-libs-sections.txt:
13754         * docs/libs/gst-plugins-base-libs.types:
13755         Don't try to GObject scan the netbuffer as it's not a GObject.
13756         Fixes #351308.
13757
13758         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13759         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13760         Document GstNetBuffer.
13761
13762 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13763
13764         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13765         (audioconvert_suite):
13766           Add testcase for caps-size-explosion
13767
13768 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13769
13770         * gst/audioconvert/gstaudioconvert.c:
13771         (gst_audio_convert_get_unit_size), (set_structure_widths):
13772           Lower debug, use g_assert in _get_unit_size
13773
13774         * gst/audioresample/gstaudioresample.c:
13775         (audioresample_get_unit_size):
13776         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13777         (gst_ffmpegcsp_get_unit_size):
13778         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13779           use g_assert in _get_unit_size
13780
13781 2006-08-18  Wim Taymans  <wim@fluendo.com>
13782
13783         * docs/libs/gst-plugins-base-libs-sections.txt:
13784         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13785         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13786         (gst_rtp_buffer_get_payload_buffer):
13787         * gst-libs/gst/rtp/gstrtpbuffer.h:
13788         Document GstRTPBuffer.
13789         Added function to efficiently strip payload headers.
13790         API: gst_rtp_buffer_get_payload_subbuffer()
13791
13792 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13793
13794         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13795         (gst_tag_to_vorbis_comments):
13796           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13797           tags and deserialise them properly as well (#347091).
13798           Add some more gtk-doc blurbs and also some g_return_if_fail().
13799
13800         * tests/check/libs/tag.c: (GST_START_TEST),
13801         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13802           More tests.
13803
13804 2006-08-17  Wim Taymans  <wim@fluendo.com>
13805
13806         * ext/ogg/Makefile.am:
13807         * ext/ogg/gstogg.c: (plugin_init):
13808         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13809         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13810         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13811         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13812         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13813         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13814         Added ogg-in-avi parser element. Fixes #140139.
13815
13816         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13817         Fixed a bug in oggdemux debug code.
13818
13819         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13820         (gst_riff_create_audio_template_caps):
13821         Recognise Ogg in the AVI extensible wave format.
13822
13823 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13824
13825         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13826           Make buffer durations add up (duration should be next_ts-ts for
13827           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13828           from CVS.
13829
13830         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13831         (test_buffer_timestamps), (cddabasesrc_suite):
13832           Add unit test for the above.
13833
13834         * tests/check/Makefile.am:
13835           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13836           to see what happens.
13837
13838 2006-08-16  Wim Taymans  <wim@fluendo.com>
13839
13840         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13841         (gst_alsasink_open):
13842         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13843         (gst_alsasrc_open):
13844         Avoid setting and using a NULL device name.
13845         Print more info when we fail to open a device.
13846
13847 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13848
13849         * docs/libs/gst-plugins-base-libs-sections.txt:
13850         * gst-libs/gst/tag/tag.h:
13851         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13852           API: add gst_tag_parse_extended_comment() (#351426).
13853
13854         * tests/check/Makefile.am:
13855         * tests/check/libs/.cvsignore:
13856         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13857           Add unit test for gst_tag_parse_extended_comment().
13858
13859 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13860
13861         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13863           Fix leak (#351502).
13864
13865 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13866
13867         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13868         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13869         * docs/plugins/gst-plugins-base-plugins.args:
13870         * gst/playback/gstplaybin.c:
13871           Document playbin.
13872           
13873         * docs/plugins/inspect/plugin-adder.xml:
13874         * docs/plugins/inspect/plugin-alsa.xml:
13875         * docs/plugins/inspect/plugin-audioconvert.xml:
13876         * docs/plugins/inspect/plugin-audiorate.xml:
13877         * docs/plugins/inspect/plugin-audioresample.xml:
13878         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13879         * docs/plugins/inspect/plugin-cdparanoia.xml:
13880         * docs/plugins/inspect/plugin-decodebin.xml:
13881         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13882         * docs/plugins/inspect/plugin-gnomevfs.xml:
13883         * docs/plugins/inspect/plugin-ogg.xml:
13884         * docs/plugins/inspect/plugin-pango.xml:
13885         * docs/plugins/inspect/plugin-playbin.xml:
13886         * docs/plugins/inspect/plugin-subparse.xml:
13887         * docs/plugins/inspect/plugin-tcp.xml:
13888         * docs/plugins/inspect/plugin-theora.xml:
13889         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13890         * docs/plugins/inspect/plugin-video4linux.xml:
13891         * docs/plugins/inspect/plugin-videorate.xml:
13892         * docs/plugins/inspect/plugin-videoscale.xml:
13893         * docs/plugins/inspect/plugin-videotestsrc.xml:
13894         * docs/plugins/inspect/plugin-volume.xml:
13895         * docs/plugins/inspect/plugin-vorbis.xml:
13896         * docs/plugins/inspect/plugin-ximagesink.xml:
13897         * docs/plugins/inspect/plugin-xvimagesink.xml:
13898           Update to CVS version.
13899
13900 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13901
13902         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13903         (gst_play_bin_set_property), (gst_play_bin_get_property),
13904         (value_list_append_structure_list),
13905         (gst_play_bin_handle_redirect_message),
13906         (gst_play_bin_handle_message):
13907           API: GstPlayBin::connection-speed
13908           Add "connection-speed" property; re-order redirect messages with
13909           multiple redirect locations depending on the minimum bitrate if
13910           that information is available and a connection speed is set
13911           (#350399).
13912
13913 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13914
13915         * gst/playback/gstplaybin.c:
13916           Update max volume to the same value that the volume element uses.
13917
13918 2006-08-14  Wim Taymans  <wim@fluendo.com>
13919
13920         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13921         Less uglyness..
13922
13923 2006-08-14  Wim Taymans  <wim@fluendo.com>
13924
13925         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13926         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13927         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13928         Add some more debug info.
13929         Don't crash when a seek failed.
13930         Actually return the result of the seek instead of TRUE.
13931         Ignore multiple BOS pages with the same serial so that we don't create
13932         the same stream multiple times.
13933         Post an error when we fail to do the initial seek.
13934
13935 2006-08-13  Wim Taymans  <wim@fluendo.com>
13936
13937         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13938         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13939         Small code cleanup.
13940
13941         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13942         (gst_alsa_mixer_new):
13943         Remove hack that always set the device to hw:0*.
13944         Properly find the card name for whatever device was configured.
13945         Do some better debugging.
13946         Fixes #350784.
13947
13948         * ext/alsa/gstalsamixerelement.c:
13949         (gst_alsa_mixer_element_set_property),
13950         (gst_alsa_mixer_element_change_state):
13951         Cleanups.
13952         Handle setting of a NULL device name better.
13953
13954 2006-08-11  Wim Taymans  <wim@fluendo.com>
13955
13956         * gst/adder/gstadder.c:
13957         Don't clip float values. Fixes #350900.
13958
13959 2006-08-11  Andy Wingo  <wingo@pobox.com>
13960
13961         * gst/tcp/gsttcp.c: Really fix the build?
13962
13963         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13964         fixes the build.
13965
13966 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13967
13968         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13969           Float caps shouldn't have a "signed" field.
13970
13971 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13972
13973         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13974           Implement SEEKING query in its most basic form, so that we can
13975           at least check if we're seekable or not (#350655).
13976
13977 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13978
13979         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13980           The checks here are not even close to anything that would
13981           justify MAXIMUM probability, lowering to POSSIBLE until someone
13982           fixes the checks (case at hand: quicktime redirection files
13983           might start with 00 00 01 XX and pass the checks here just
13984           fine, see #350399).
13985
13986 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13987
13988         Patch by: Sjoerd Simons  <sjoerd at luon net>
13989
13990         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13991           Better detection for multipart/x-mixed-replace: accept leading
13992           whitespaces before the boundary marker as well (as our very own
13993           multipartmux used to produce) (#349068).
13994
13995 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13996
13997         Patch by: Young-Ho Cha  <ganadist at chollian net>
13998
13999         * gst-libs/gst/riff/riff-ids.h:
14000         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14001         (gst_riff_create_audio_template_caps):
14002           Detect DTS audio streams (#350157).
14003
14004 2006-08-05  Andy Wingo  <wingo@pobox.com>
14005
14006         * ext/theora/gsttheoraparse.h:
14007         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
14008         (theora_parse_dispose, theora_parse_set_property)
14009         (theora_parse_get_property, theora_parse_munge_granulepos)
14010         (theora_parse_push_buffer, theora_parse_change_state):
14011         API: GstTheoraParse::synchronization-points
14012         Add a property 'synchronization-points' to fix badly synchronized oggs.
14013
14014 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14015
14016         * tests/check/Makefile.am:
14017         * tests/check/libs/.cvsignore:
14018         * tests/check/libs/audio.c: (structure_contains_channel_positions),
14019         (fixed_caps_have_channel_positions), (GST_START_TEST),
14020         (audio_suite), (main):
14021           Add a few tests for the channel position stuff in libgstaudio.
14022
14023 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14024
14025         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
14026         (gst_alsa_detect_channels):
14027         * ext/alsa/gstalsasink.c:
14028           Add support for cards that (only) do more than 8 channels,
14029           like the Delta 44 (#345188).
14030
14031         * gst-libs/gst/audio/multichannel.c:
14032         (gst_audio_check_channel_positions):
14033         * gst-libs/gst/audio/multichannel.h:
14034           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
14035           unspecified channel position and cannot be combined with any
14036           of the other audio channel positions; adjust position layout
14037           checks accordingly (#345188).
14038
14039 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14040
14041         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14042           Recognise ancient RealAudio files (see #349779).
14043
14044 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14045
14046         Patch by: Jens Granseuer  <jensgr at gmx net>
14047
14048         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14049           Add typefinder for Interplay's MVE format (#348973).
14050
14051 2006-08-02  Wim Taymans  <wim@fluendo.com>
14052
14053         Patch by: Marcel Moreaux <marcelm at luon dot net>
14054
14055         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14056         (gst_base_rtp_depayload_add_to_queue):
14057         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14058         Handle RTP sequence number rollover.
14059         Disable jitterbuffer by default.
14060
14061 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14062
14063         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
14064         (audioresample_set_caps):
14065         Don't leak references to the incoming caps. Clean them up when
14066         stopping.
14067
14068         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14069         (gst_video_scale_finalize):
14070         Don't leak our temporary pixel buffer.
14071
14072         * tests/check/Makefile.am:
14073         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14074         (GST_START_TEST), (simple_launch_lines_suite):
14075
14076         Fix leaks and re-enable the test for valgrind checking.
14077
14078 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14079
14080         Patch by: Sjoerd Simons  <sjoerd at luon net>
14081
14082         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14083         (plugin_init):
14084           Add typefind function for multipart/x-mixed-replace (#348916).
14085
14086 2006-07-28  Wim Taymans  <wim@fluendo.com>
14087
14088         * gst/adder/gstadder.c: (gst_adder_setcaps),
14089         (gst_adder_query_duration):
14090         Fix leak in duration query.
14091         Reflow some docs and notes.
14092
14093 2006-07-28  Michael Smith  <msmith@fluendo.com>
14094
14095         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14096         (vorbisenc_suite):
14097           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14098           aspect of it.
14099
14100 2006-07-28  Michael Smith  <msmith@fluendo.com>
14101
14102         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14103         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14104         (gst_vorbis_enc_push_buffer),
14105         (gst_vorbis_enc_buffer_check_discontinuous),
14106         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14107         * ext/vorbis/vorbisenc.h:
14108           Handle discontinuities in the input vorbis stream correctly,
14109           so that the output is properly timestamped (and has good granulepos
14110           values). Needs some oggmux fixes too.
14111
14112 2006-07-27  Wim Taymans  <wim@fluendo.com>
14113
14114         patch by: Kai Vehmanen <kv2004 eca cx>
14115
14116         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14117         (gst_base_rtp_depayload_chain),
14118         (gst_base_rtp_depayload_handle_sink_event),
14119         (gst_base_rtp_depayload_change_state):
14120         Don't send multiple newsegments with different formats.
14121         Fixes #348677.
14122
14123 2006-07-26  Wim Taymans  <wim@fluendo.com>
14124
14125         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14126         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14127         Make seeking in ogg more accurate again by doing the more correct
14128         granuletime to stream time conversion.
14129
14130 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14131
14132         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14133         (gst_multi_fd_sink_new_client):
14134           debug a little more understandably
14135           do not use goto as a substitute for break, especially if
14136           break is also being used
14137
14138 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14139
14140         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14141         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14142           Remove GLib-2.6 compatibility cruft.
14143
14144 2006-07-24  Wim Taymans  <wim@fluendo.com>
14145
14146         * gst-libs/gst/audio/gstbaseaudiosink.c:
14147         (gst_base_audio_sink_render):
14148         Don't try to align a sample to an unknown value.
14149
14150 2006-07-24  Wim Taymans  <wim@fluendo.com>
14151
14152         * gst-libs/gst/audio/gstbaseaudiosink.c:
14153         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14154         When the audio clock is slaved to another clock, never try to align
14155         samples but trust the rate interpolation algorithm.
14156
14157 2006-07-24  Wim Taymans  <wim@fluendo.com>
14158
14159         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14160         Don't try to calculate silence samples, base class does this much
14161         better now.
14162
14163         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14164         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14165         (gst_ring_buffer_acquire):
14166         Calculate silence samples correctly.
14167
14168         * gst-libs/gst/audio/gstringbuffer.h:
14169         Add _CAST macro.
14170
14171 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14172
14173         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14174           Limit search for the first markup tag to the first few kB of
14175           the file. If we don't find one there, it's highly unlikely that
14176           this is an XML(-ish) file.
14177
14178 2006-07-21  Andy Wingo  <wingo@pobox.com>
14179
14180         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14181         test to the one in vorbisenc. Also commented out.
14182
14183         * tests/check/pipelines/vorbisenc.c: 
14184         (test_discontinuity): New test, commented out until Mike lands
14185         some elite vorbisenc patches.
14186
14187         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14188         Bufferstraw was actually factored out of these tests. Now we share
14189         code yay.
14190
14191         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14192         for bufferstraw addition to gstcheck.
14193
14194 2006-07-21  Wim Taymans  <wim@fluendo.com>
14195
14196         * ext/theora/theoradec.c: (clip_buffer):
14197         Better clipping.
14198
14199 2006-07-21  Wim Taymans  <wim@fluendo.com>
14200
14201         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14202         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14203         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14204         Fix leak.
14205         Avoid type casting when we can.
14206
14207         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14208         Fix mem leak.
14209
14210 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14211
14212         * ext/alsa/gstalsamixerelement.c:
14213         (gst_alsa_mixer_element_change_state):
14214           Make state change fail if the specified device can't be opened
14215           for some reason.
14216
14217 2006-07-20  Wim Taymans  <wim@fluendo.com>
14218
14219         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14220         (cb_newpad), (main):
14221         Example of a small audio/video player using decodebin.
14222
14223 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14224
14225         * gst-libs/gst/riff/riff-ids.h:
14226           Add 'fact' chunk id
14227
14228 2006-07-19  Wim Taymans  <wim@fluendo.com>
14229
14230         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14231         (gst_base_rtp_depayload_chain),
14232         (gst_base_rtp_depayload_change_state):
14233         Don't assert when not negotiated but post a meaningfull 
14234         error message. Fixes #347918.
14235
14236         * gst-libs/gst/rtp/gstbasertppayload.c:
14237         Add comment about better default MTU size.
14238
14239         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14240         Small cleanups, start docs.
14241
14242 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14243
14244         Patch by: Martin Szulecki
14245
14246         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14247           If "device-name" is requested and the device is not
14248           open, try to temporarily open it to obtain this
14249           information (#342494).
14250
14251 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14252
14253         * gst-libs/gst/tag/gstid3tag.c:
14254           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14255
14256         * gst-libs/gst/tag/gsttageditingprivate.h:
14257         * gst-libs/gst/tag/gstvorbistag.c:
14258           Some more random const-ifications.
14259
14260 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14261
14262         * gst-libs/gst/riff/riff-ids.h:
14263         * gst-libs/gst/riff/riff-media.c:
14264         (gst_riff_create_video_template_caps):
14265           Add more FOURCCs (sort list to make stuff easier to find),
14266           add comment what those 16 bytes in struct _gst_riff_strh according to
14267           one avi-dumper are
14268
14269 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14270
14271         * gst-libs/gst/audio/multichannel.c:
14272         (gst_audio_check_channel_positions),
14273         (gst_audio_fixate_channel_positions):
14274           Const-ify two arrays.
14275
14276 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14277
14278         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14279           Fix typo, so that alsasink also advertises 8 channels
14280           if that's supported (tags: can, worms, open, alsa, ph34r).
14281
14282 2006-07-17  Wim Taymans  <wim@fluendo.com>
14283
14284         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14285         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14286         *sigh*, when is the compiler going to warn when the comments
14287         are out-of-sync with the code.. Refix case of busted theora
14288         headers with 0 granule pos.
14289
14290 2006-07-14  Wim Taymans  <wim@fluendo.com>
14291
14292         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14293         (gst_base_rtp_depayload_wait),
14294         (gst_base_rtp_depayload_change_state),
14295         (gst_base_rtp_depayload_set_property),
14296         (gst_base_rtp_depayload_get_property):
14297         Fix 99% cpu load by waiting for absolute times on the
14298         clock. Fixes #347300.
14299
14300 2006-07-14  Andy Wingo  <wingo@pobox.com>
14301
14302         * ext/theora/gsttheoraparse.h: 
14303         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14304         (theora_parse_push_headers, theora_parse_clear_queue)
14305         (theora_parse_drain_queue_prematurely, )
14306         (theora_parse_sink_event, theora_parse_change_state): Queue events
14307         until we initialized our state, like in vorbisparse.
14308
14309         * ext/vorbis/vorbisparse.h: 
14310         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14311         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14312         (vorbis_parse_drain_queue_prematurely, )
14313         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14314         until we have initialized our state. Fixes seeking after an
14315         initial pad block.
14316
14317 2006-07-14  Andy Wingo  <wingo@pobox.com>
14318
14319         Patch by: Iain Holmes <iaingnome@gmail.com>
14320         
14321         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14322
14323 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14324
14325         * configure.ac:
14326         Bump nano back to CVS
14327
14328 === release 0.10.9 ===
14329
14330 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14331
14332         * configure.ac:
14333           releasing 0.10.9, "I walk the line"
14334
14335 2006-07-14  Michael Smith  <msmith@fluendo.com>
14336
14337         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14338           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14339           (commonly happens when running this test under valgrind) when trying
14340           to remove the buffer probe.
14341
14342 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14343
14344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14345         Fix missing g_unlock from the previous commit
14346
14347 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14348
14349         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14350         (gst_ximagesink_change_state):
14351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14352         (gst_xvimagesink_change_state):
14353         Implement a locking order to ensure we always take the object lock
14354         before the x_lock and never vice-versa.
14355
14356 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14357
14358         * gst/playback/gstdecodebin.c: (find_compatibles):
14359         Fix a caps leak when linking (#347304)
14360
14361         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14362         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14363         (gst_ximagesink_change_state):
14364         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14365         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14366         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14367         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14368         Don't leak shared memory resources. Use the object lock to protect
14369         against the xcontext disappearing while returning a buffer from the
14370         pipeline. (#347304)
14371
14372 2006-07-12  Edward Hervey  <edward@fluendo.com>
14373
14374         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14375         (vorbis_handle_comment_packet):
14376         gst_tag_list_merge() returns a new object. Take that into account when
14377         using it. This avoids memleak.
14378         Revert previous commit which is not needed.
14379
14380 2006-07-12  Edward Hervey  <edward@fluendo.com>
14381
14382         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14383         Reset the decoder in finalize so that all fields get cleared.
14384
14385 2006-07-12  Wim Taymans  <wim@fluendo.com>
14386
14387         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14388         (gst_base_audio_src_set_clock),
14389         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14390         Don't try to post an error message when setting the clock fails
14391         as this can happen when adding an element to a bin which will then
14392         deadlock. Fixes #347296.
14393
14394 2006-07-12  Edward Hervey  <edward@fluendo.com>
14395
14396         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14397         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14398         (vorbis_handle_type_packet):
14399         Post tag messages on the bus even if we're not initialized.
14400         If we're not initialized, we still postpone the event pushing of tags.
14401
14402 2006-07-12  Wim Taymans  <wim@fluendo.com>
14403
14404         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14405         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14406         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14407         Revert last two changes that broke the freeze.
14408
14409 2006-07-12  Wim Taymans  <wim@fluendo.com>
14410
14411         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14412         basesink calculates silence sample correctly for us.
14413
14414 2006-07-12  Wim Taymans  <wim@fluendo.com>
14415
14416         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14417         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14418         Calculate correct silence samples so we don't fill our ringbuffer
14419         with noise.
14420
14421 2006-07-12  Edward Hervey  <edward@fluendo.com>
14422
14423         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14424         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14425         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14426         * ext/vorbis/vorbisdec.h:
14427         Delay sending events (newsegment, tags) until the decoder is properly
14428         initialized.
14429         Fixes #347295
14430
14431 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14432
14433         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14434         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14435           Patch from #347221 adding a test for audioconvert
14436           channel remappings.
14437
14438 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14439
14440         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14441         (gst_ssa_parse_parse_line):
14442           Don't include the terminating NUL in the buffer size,
14443           it's only there for extra paranoia (would add random
14444           '*' characters at the end of each subtitle since the
14445           terminator itself is not valid UTF-8 technically).
14446           Also fix indenting after boilerplate macro.
14447
14448 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14449
14450         * gst/playback/gstdecodebin.c: (close_pad_link):
14451           Also emit 'unknown-type' signal (which should really be
14452           called unhandled-type) if we found potential decoders/demuxers
14453           in the registry but none of them worked in the end (as in the
14454           case where the plugins don't exist any longer but are still
14455           listed in the registry). Fixes #329798.
14456
14457 2006-07-08  Andy Wingo  <wingo@pobox.com>
14458
14459         * theoraparse.c (theora_parse_push_buffer)
14460         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14461         Add some more debugging. Fix granulepos reconstruction in the face
14462         of discontinuities.
14463
14464 2006-07-06  Wim Taymans  <wim@fluendo.com>
14465
14466         * gst-libs/gst/audio/gstbaseaudiosink.c:
14467         (gst_base_audio_sink_class_init),
14468         (gst_base_audio_sink_provide_clock):
14469         Use gobject_class instead of G_OBJECT_CLASS (klass)
14470
14471         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14472         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14473         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14474         (gst_base_audio_src_get_time),
14475         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14476         (gst_base_audio_src_create_ringbuffer):
14477         Fix latency and buffer-time constants and properties ala basesink.
14478         Implement pull based scheduling. Fixes #346527.
14479         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14480         one segment.
14481         Refuse slaving to another clock instead of silently not working.
14482         Only provide a clock when we are actually able to do so.
14483         Various small cleanups and compiler hints.
14484
14485 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14486
14487         Patch by: Lutz Mueller <lutz at topfrose de>
14488
14489         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14490         (plugin_init):
14491           Add typefinding for text/html (#346581).
14492
14493 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14494
14495         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14496         (xml_check_first_element), (xml_type_find), (smil_type_find):
14497           Fix SMIL typefinding, make xml_check_first_element() more
14498           useful.
14499
14500 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14501
14502         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14503         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14504         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14505         * gst/playback/gstplaybasebin.h:
14506           Protect list of elements with a subtitle-encoding property and
14507           the subtitle encoding member itself with a lock of their own
14508           instead of using the object lock. This prevents a dead-lock in
14509           the element-remove callback in some circumstances when shutting
14510           down playbin.
14511
14512 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14513
14514         * win32/common/libgsttag.def:
14515         Export some new functions.
14516         * win32/vs6/libgstogg.dsp:
14517         Add a link to libgsttag-0.10.lib.
14518
14519 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14520
14521         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14522           Some const-ification.
14523
14524 2006-07-04  Wim Taymans  <wim@fluendo.com>
14525
14526         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14527         Improve checking if we are dealing with a stream. Added some
14528         more uris that need buffering.
14529
14530 2006-07-03  Edward Hervey  <edward@fluendo.com>
14531
14532         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14533         Remove unused variable.
14534
14535 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14536
14537         * Makefile.am:
14538           include lcov.mak
14539         * configure.ac:
14540           add GCOV_LIBS to GST_LIBS
14541
14542 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14543
14544         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14545
14546         * ext/alsa/gstalsasrc.c:
14547           Add 32 bps to template caps and increase channels range
14548           from [1,2] to [1,MAX]. See #346326.
14549
14550 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14551
14552         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14553           Recognise 'WMVA' video codec fourcc (#345879).
14554           
14555 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14556          
14557         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14558           Fixed nasty memory leak
14559
14560 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14561
14562         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14563         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14564           fix logging
14565
14566 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14567
14568         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14569         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14570         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14571         Protect remove_fakesink using a mutex, so that we don't try and
14572         remove the fakesink simultaneously from multiple threads.
14573
14574         When going from READY to PAUSED, restore the fakesink, so that
14575         it is there when decodebin gets reused.
14576
14577 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14578
14579         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14580         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14581         * gst-libs/gst/rtp/gstbasertppayload.c:
14582         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14583         * gst/tcp/gstmultifdsink.c:
14584         * gst/tcp/gsttcpclientsink.c:
14585         * gst/tcp/gsttcpclientsrc.c:
14586         * gst/tcp/gsttcpserversink.c:
14587         * gst/tcp/gsttcpserversrc.c:
14588         * gst/videorate/gstvideorate.c:
14589         * gst/videotestsrc/gstvideotestsrc.c:
14590         * sys/v4l/gstv4ljpegsrc.c:
14591         * sys/v4l/gstv4lmjpegsink.c:
14592         * sys/v4l/gstv4lsrc.c:
14593         * tests/examples/seek/scrubby.c:
14594         * tests/examples/seek/seek.c:
14595           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14596
14597 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14598
14599         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14600           Second field in GEnumValue shouldn't be a description,
14601           but a stringified version of the enum value.
14602
14603 2006-06-22  Wim Taymans  <wim@fluendo.com>
14604
14605         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14606         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14607         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14608         Avoid type checking in buffer casts.
14609         Avoid caps copy in buffer_alloc when we can.
14610         Use pad_peer_accept.
14611
14612 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14613
14614         * gst-libs/gst/tag/tag.h:
14615           Oops, make that 'Since: 0.10.9'.
14616
14617 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14618
14619         * docs/libs/gst-plugins-base-libs-sections.txt:
14620         * gst-libs/gst/tag/tag.h:
14621         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14622         (gst_tag_image_type_get_type):
14623           API: add GstTagImageType enum to describe images contained
14624           in image tags (#345641).
14625
14626 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14627
14628         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14629           Fix warnings with gst-inspect: "buffers-min" property
14630           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14631           typo in property description.
14632
14633 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14634
14635         Patch by: Cody Russell <bratsche at gnome org>
14636
14637         * gst/audioresample/gstaudioresample.c:
14638         (gst_audioresample_class_init):
14639         * gst/playback/gststreamselector.c:
14640         (gst_stream_selector_class_init):
14641         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14642         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14643         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14644         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14645         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14646         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14647         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14648         * gst/videotestsrc/gstvideotestsrc.c:
14649         (gst_video_test_src_class_init):
14650         * gst/volume/gstvolume.c: (gst_volume_class_init):
14651           Avoid unnecessary class cast check in class_init
14652           functions (#337747).
14653
14654 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14655
14656         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14657         (gst_text_overlay_video_chain):
14658           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14659           and doesn't validate its input either (and neither did
14660           textoverlay it seems). Let's do that then and fix #345206.
14661
14662 2006-06-19  Wim Taymans  <wim@fluendo.com>
14663
14664         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14665         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14666         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14667         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14668         (find_syncframe), (find_limits), (assign_value),
14669         (count_burst_unit), (gst_multi_fd_sink_new_client),
14670         (gst_multi_fd_sink_handle_client_write),
14671         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14672         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14673         (gst_multi_fd_sink_change_state):
14674         * gst/tcp/gstmultifdsink.h:
14675         Added shiny new burst-on-connect methods.
14676         Add properties to control the minimal amount of data queued.
14677         Small cleanups.
14678         API: bytes-min property
14679         API: time-min property
14680         API: buffers-min property
14681         API: burst-unit property
14682         API: burst-value property
14683         API: add-full signal
14684
14685         * gst/tcp/gsttcp-marshal.list:
14686         Added new marshaller code for the new signal.
14687
14688         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14689         (multifdsink_suite):
14690         Added testcases for new burst methods.
14691
14692 2006-06-19  Edward Hervey  <edward@fluendo.com>
14693
14694         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14695         Implement clipping for accurate seeking.
14696         Closes #345225
14697
14698 2006-06-19  Wim Taymans  <wim@fluendo.com>
14699
14700         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14701
14702         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14703         (gst_video_scale_transform):
14704         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14705
14706 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14707
14708         * configure.ac:
14709           Fix --disable-external (can't set conditionals conditionally,
14710           #343602).
14711
14712 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14713
14714         * tests/check/elements/audioresample.c: (test_reuse),
14715         (audioresample_suite):
14716           Add test case for bug #342789 fixed below.
14717
14718 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14719
14720         * gst/audioresample/gstaudioresample.c:
14721         (gst_audioresample_class_init), (gst_audioresample_init),
14722         (audioresample_start), (audioresample_stop),
14723         (gst_audioresample_set_property), (gst_audioresample_get_property):
14724           Implement GstBaseTransform::start and ::stop so that audioresample
14725           can clear its internal state properly and be reused instead of
14726           causing non-negotiated errors with playbin under some circumstances
14727           (#342789).
14728
14729         * tests/check/elements/audioresample.c: (setup_audioresample),
14730         (cleanup_audioresample):
14731           Need to set element state here so that ::start and ::stop are
14732           called.
14733
14734 2006-06-16  Wim Taymans  <wim@fluendo.com>
14735
14736         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14737
14738         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14739         Parse extra data better, apparently it's right behind
14740         the normal strf header size. Fixes #343500.
14741
14742 2006-06-16  Wim Taymans  <wim@fluendo.com>
14743
14744         * ext/alsa/gstalsasink.c: (set_hwparams):
14745         If we fail to set the buffer_time and period_time alsa
14746         parameters, post a warning and leave alsa select a 
14747         default instead of failing. Fixes #342085
14748
14749 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14750
14751         * docs/libs/gst-plugins-base-libs-sections.txt:
14752         * gst-libs/gst/cdda/gstcddabasesrc.h:
14753           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14754           out in the header file and shouldn't be listed in the docs.
14755
14756         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14757           Must dereference pointer to fourcc in the debug statement.
14758
14759 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14760
14761         * docs/libs/Makefile.am:
14762         * docs/libs/gst-plugins-base-libs-docs.sgml:
14763         * docs/libs/gst-plugins-base-libs-sections.txt:
14764         * docs/libs/gst-plugins-base-libs.types:
14765         add remaining symbols into correct setions
14766         
14767         * gst-libs/gst/audio/gstringbuffer.c:
14768         fix incomplete docs
14769         
14770         * gst-libs/gst/audio/gstringbuffer.h:
14771         comment out not yet implemented function
14772         
14773         
14774         * gst-libs/gst/floatcast/floatcast.h:
14775         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14776         add short descriptions
14777         
14778         
14779         * gst-libs/gst/interfaces/propertyprobe.c:
14780         fix return value docs   
14781         
14782         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14783         simplify debug logging
14784         
14785         * gst-libs/gst/riff/riff-read.h:
14786         sync function prototype and docs
14787         
14788         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14789         remove left over symbol
14790
14791 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14792
14793         * autogen.sh:
14794         * configure.ac:
14795         * docs/Makefile.am:
14796           Use GST_PLUGIN_DOCS macro in configure.ac, add
14797           --enable-plugin-docs default to autogen.sh and use
14798           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14799
14800 2006-06-15  Wim Taymans  <wim@fluendo.com>
14801
14802         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14803         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14804         (gst_ogg_demux_loop):
14805         Combine GstFlowReturn from the source pads to give a
14806         meaningfull result to the upstream peer or to stop the
14807         processing task in case of errors.
14808
14809 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14810
14811         * gst/playback/gststreaminfo.c: (cb_probe):
14812           Try GST_TAG_CODEC as fallback when extracting the
14813           codec name; more debug info.
14814
14815 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14816
14817         * ext/ogg/Makefile.am:
14818         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14819           Extract language tags from ogm subtitle streams, so that
14820           the subtitle menu choices are labelled correctly in
14821           Totem (fixes #344708).
14822
14823 2006-06-14  Wim Taymans  <wim@fluendo.com>
14824
14825         Patch by: Alessandro Decina <alessandro at nnva dot org>
14826
14827         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14828         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14829         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14830         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14831         Fix various leaks. Fixes #343699.
14832         Add x-smoke mime type.
14833
14834 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14835
14836         * gst-libs/gst/riff/riff-ids.h:
14837           Add IDs for 'bext' chunks (see #343837).
14838
14839 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14840
14841         Patch by: Young-Ho Cha  <ganadist at chollian net>
14842
14843         * gst/subparse/samiparse.c: (sami_context_pop_state),
14844         (handle_start_font), (end_sami_element):
14845           Honour font face tags in SAMI subtitles (#344503).
14846
14847 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14848
14849         * po/POTFILES.in:
14850           add missing files containing translatable strings
14851
14852 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14853
14854         * docs/libs/tmpl/.cvsignore:
14855           we don't want those *.sgml files in CVS either
14856
14857 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14858
14859         * docs/libs/.cvsignore:
14860         * tests/check/elements/.cvsignore:
14861         * tests/check/libs/.cvsignore:
14862           ignore more
14863
14864 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14865
14866         * docs/libs/Makefile.am:
14867           also commiting the changed Makefile.am (added more libs to the
14868           doc-build)
14869
14870 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14871
14872         * docs/libs/gst-plugins-base-libs-docs.sgml:
14873         * docs/libs/gst-plugins-base-libs-sections.txt:
14874         * docs/libs/gst-plugins-base-libs.types:
14875           first batch of reordering things, add index & hierarchy
14876
14877 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14878
14879         * configure.ac:
14880           use GST_PKG_CHECK_MODULES, cleans up output
14881
14882 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14883
14884         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14885           Add support for burn:// URIs (#343385); const-ify things a bit,
14886           use G_N_ELEMENTS instead of hard-coded array size.
14887
14888 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14889
14890         Patch by: Young-Ho Cha  <ganadist at chollian net>
14891
14892         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14893           Fix up broken entities before passing them to libxml *sigh*.
14894           (#343303).
14895           
14896 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14897
14898         * configure.ac:
14899           back to TRUNK
14900
14901 === release 0.10.8 ===
14902
14903 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14904
14905         * configure.ac:
14906           releasing 0.10.8, "Moar gij ziet mij nie"
14907
14908 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14909
14910         * configure.ac:
14911         * po/af.po:
14912         * po/az.po:
14913         * po/cs.po:
14914         * po/en_GB.po:
14915         * po/hu.po:
14916         * po/it.po:
14917         * po/nb.po:
14918         * po/nl.po:
14919         * po/or.po:
14920         * po/sq.po:
14921         * po/sr.po:
14922         * po/sv.po:
14923         * po/uk.po:
14924         * po/vi.po:
14925         * win32/common/config.h:
14926           0.10.7.2 prerelease
14927
14928 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14929
14930         * docs/libs/tmpl/gstaudio.sgml:
14931         * docs/libs/tmpl/gstcolorbalance.sgml:
14932         * docs/libs/tmpl/gstmixer.sgml:
14933         * docs/libs/tmpl/gstringbuffer.sgml:
14934         * docs/libs/tmpl/gsttuner.sgml:
14935         * docs/libs/tmpl/gstxoverlay.sgml:
14936         * gst-libs/gst/audio/audio.c:
14937         * gst-libs/gst/audio/gstringbuffer.c:
14938         * gst-libs/gst/interfaces/colorbalance.c:
14939         * gst-libs/gst/interfaces/mixer.c:
14940         * gst-libs/gst/interfaces/tuner.c:
14941         * gst-libs/gst/interfaces/xoverlay.c:
14942           move last template doc snippets to source code and delete them
14943
14944 2006-06-06  Michael Smith  <msmith@fluendo.com>
14945
14946         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14947         (theora_parse_drain_queue):
14948           Mark DELTA_UNIT on non-keyframes.
14949
14950 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14951
14952         * gst-libs/gst/audio/gstbaseaudiosink.c:
14953         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14954         * gst-libs/gst/audio/gstbaseaudiosink.h:
14955         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14956         (gst_ring_buffer_samples_done):
14957         * gst-libs/gst/audio/gstringbuffer.h:
14958         Document better the fact that latency_time and buffer_time are values
14959         stored in microseconds, and not the usual GStreamer nanoseconds.
14960         Change the variables (compatibly) that store them from GstClockTime 
14961         to guint64 to make it more clear that they're not storing clock times.
14962         Also, remove the bogus property description that says the user can
14963         specify -1 to get the default value, since that's never been the case.
14964
14965         When computing the default segment size for the ring buffer, make it
14966         an integer number of samples.
14967
14968         When the sub-class indicates a delay greater than the number of
14969         samples we've written return 0 from the audio sink get_time method.
14970
14971 2006-06-02  Michael Smith  <msmith@fluendo.com>
14972
14973         * tests/check/elements/audioconvert.c: (set_channel_positions),
14974         (get_float_mc_caps), (get_int_mc_caps):
14975         * tests/check/elements/audioresample.c:
14976         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14977         * tests/check/elements/videorate.c:
14978         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14979         * tests/check/elements/volume.c:
14980         * tests/check/elements/vorbisdec.c:
14981         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14982           Don't busy-wait in tests; this was causing test timeouts very
14983           frequently when running under valgrind.
14984
14985 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14986
14987         * gst/tcp/README:
14988         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14989         (gst_multi_fd_sink_remove_client_link),
14990         (gst_multi_fd_sink_client_queue_caps),
14991         (gst_multi_fd_sink_client_queue_buffer),
14992         (gst_multi_fd_sink_handle_client_write),
14993         (gst_multi_fd_sink_render):
14994         * gst/tcp/gstmultifdsink.h:
14995           make multifdsink properly deal with streamheader:
14996           - streamheader is taken from caps
14997           - buffers marked with IN_CAPS are not sent
14998           - streamheaders are sent, on connection, from the caps of the
14999             buffer where the client gets positioned to
15000           - further streamheader changes are done every time the client
15001             will receive a buffer with different caps
15002         * tests/check/elements/multifdsink.c: (GST_START_TEST),
15003         (gst_multifdsink_create_streamheader):
15004           add tests for this
15005
15006 2006-06-02  Michael Smith  <msmith@fluendo.com>
15007
15008         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15009           Reinstate limit on channel count. Vorbis does not define the meaning
15010           of > 6 channels, so they're just independent channels. Gstreamer
15011           currently has no mechanism to represent N independent channels.
15012
15013 2006-06-02  Michael Smith  <msmith@fluendo.com>
15014
15015         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15016           Don't arbitrarily restrict channel counts and rate in vorbis.
15017           In terms of effects likely on real-world files, this fixes 96kHz
15018           playback of vorbis.
15019
15020 2006-06-02  Michael Smith  <msmith@fluendo.com>
15021
15022         * gst/audioconvert/audioconvert.c: (float):
15023           More correct float->int conversion.
15024
15025 2006-06-02  Michael Smith  <msmith@fluendo.com>
15026
15027         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
15028           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
15029           value. Fixes g-critical on trying to play back ogg containing
15030           unknown codec.
15031
15032 2006-06-02  Wim Taymans  <wim@fluendo.com>
15033
15034         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
15035         (setup_source):
15036         * gst/playback/gstplaybasebin.h:
15037         Make the subtitle detection work from any thread so we don't
15038         deadlock. Fixes #343397.
15039
15040 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15041
15042         * gst/volume/Makefile.am:
15043           Seriously, it's not *that* hard to get compilation right.  Even
15044           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
15045
15046 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15047
15048         * gst/volume/gstvolume.c: (volume_choose_func),
15049         (volume_update_real_volume), (gst_volume_class_init),
15050         (gst_volume_init), (volume_process_float), (volume_process_int16),
15051         (volume_process_int16_clamp), (volume_set_caps),
15052         (volume_transform_ip), (plugin_init):
15053         * gst/volume/gstvolume.h:
15054         rewrite the passthrough check, split _int16 and _int16_clamp, fix
15055         another property desc., remove unused param from process function
15056         
15057         * tests/check/elements/volume.c: (volume_suite):
15058         reactivate the passthrough test
15059
15060 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15061
15062         * ext/alsa/gstalsamixerelement.h:
15063         * ext/alsa/gstalsamixeroptions.h:
15064         * ext/alsa/gstalsamixertrack.h:
15065         * ext/gnomevfs/gstgnomevfssink.h:
15066         * ext/gnomevfs/gstgnomevfssrc.h:
15067         * ext/theora/gsttheoradec.h:
15068         * ext/theora/gsttheoraenc.h:
15069         * ext/theora/gsttheoraparse.h:
15070         * ext/vorbis/vorbisparse.h:
15071         * gst-libs/gst/audio/gstaudioclock.h:
15072         * gst-libs/gst/audio/gstaudiofilter.h:
15073         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15074         * gst/audioconvert/gstaudioconvert.h:
15075         * gst/audioresample/gstaudioresample.h:
15076         * gst/audiotestsrc/gstaudiotestsrc.h:
15077         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15078         * gst/playback/gststreamselector.h:
15079         * gst/tcp/gstmultifdsink.h:
15080         * gst/tcp/gsttcpclientsink.h:
15081         * gst/tcp/gsttcpclientsrc.h:
15082         * gst/tcp/gsttcpserversink.h:
15083         * gst/tcp/gsttcpserversrc.h:
15084         * gst/videorate/gstvideorate.h:
15085         * gst/videoscale/gstvideoscale.h:
15086         * gst/videotestsrc/gstvideotestsrc.h:
15087         * gst/volume/gstvolume.h:
15088         * sys/v4l/gstv4ljpegsrc.h:
15089         * sys/v4l/gstv4lmjpegsink.h:
15090         * sys/v4l/gstv4lmjpegsrc.h:
15091         * sys/v4l/gstv4lsrc.h:
15092         * sys/ximage/ximagesink.h:
15093         * sys/xvimage/xvimagesink.h:
15094         * tests/old/testsuite/alsa/sinesrc.h:
15095         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15096
15097 2006-05-31  Wim Taymans  <wim@fluendo.com>
15098
15099         * ext/libvisual/visual.c: (gst_visual_reset),
15100         (gst_visual_sink_setcaps), (gst_visual_sink_event),
15101         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15102         Handle DISCONT.
15103         Use running time before doing QoS.
15104         Handle mono too.
15105
15106 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15107
15108         * docs/libs/Makefile.am:
15109           set a magic variable to indicate we know the docs are incomplete
15110
15111 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15112
15113         * win32/common/libgstvideo.def:
15114           export gst_video_calculate_display_ratio
15115         * win32/vs6/libgstvideoscale.dsp:
15116           add link to libgstvideo-0.10.lib
15117
15118 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15119
15120         * gst/playback/gstplaybasebin.c: (gen_source_element):
15121           Throw a more comprehensible error for rtsp:// URIs (rather
15122           than erroring out with a negotiation error later on) until
15123           we fix playbin to handle rtspsrc etc.
15124
15125 2006-05-30  Wim Taymans  <wim@fluendo.com>
15126
15127         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15128         (gst_text_overlay_text_event):
15129         Added some FIXMEs.
15130
15131 2006-05-30  Wim Taymans  <wim@fluendo.com>
15132
15133         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15134         (gst_adder_request_new_pad), (gst_adder_release_pad):
15135         * gst/adder/gstadder.h:
15136         Implement release_request_pad.
15137         Make padcounter atomic.
15138
15139         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15140         Added check for release_pad in adder.
15141
15142 2006-05-30  Wim Taymans  <wim@fluendo.com>
15143
15144         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15145         Fix build again.
15146
15147 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15148
15149         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15150         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15151         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15152         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15153         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15154         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15155         (gst_ogg_demux_bisect_forward_serialno),
15156         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15157         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15158           add more debugging
15159           clean up printf formats for granulepos and serialno
15160
15161 2006-05-30  Michael Smith  <msmith@fluendo.com>
15162
15163         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15164         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15165         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15166         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15167         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15168         * ext/vorbis/vorbisenc.h:
15169           Multi-channel caps negotiation, so we can do proper multichannel
15170           vorbis encoding, negotiated through audioconvert.
15171
15172 2006-05-30  Wim Taymans  <wim@fluendo.com>
15173
15174         * tests/check/elements/adder.c: (test_event_message_received),
15175         (test_play_twice_message_received), (GST_START_TEST),
15176         (adder_suite):
15177         Added check to show that #339935 is fixed with ongoing
15178         adder and collectpads fixes.
15179
15180 2006-05-29  Wim Taymans  <wim@fluendo.com>
15181
15182         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15183         Don't leak pad name.
15184
15185 2006-05-29  Wim Taymans  <wim@fluendo.com>
15186
15187         * gst/adder/gstadder.c: (gst_adder_query_duration),
15188         (forward_event_func), (forward_event), (gst_adder_src_event):
15189         Fix adder seeking.
15190         Make query/seeking code threadsafe.
15191
15192         * tests/check/Makefile.am:
15193         * tests/check/elements/adder.c: (test_event_message_received),
15194         (GST_START_TEST), (test_play_twice_message_received):
15195         Fix adder test case.
15196
15197 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15198
15199         Patch by: Young-Ho Cha  <ganadist at chollian net>
15200
15201         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15202         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15203         (set_encoding_element), (decodebin_element_added_cb),
15204         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15205         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15206         * gst/playback/gstplaybasebin.h:
15207           Add 'subtitle-encoding' property to playbin, so applications can
15208           force a subtitle encoding for non-UTF8 subtitles (#342268).
15209
15210         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15211         (gst_sub_parse_set_property):
15212           Rename recently-added 'encoding' property to 'subtitle-encoding'
15213           (so it can be proxied by playbin/decodebin in a generic way
15214           with less danger of false positives).
15215
15216 2006-05-29  Michael Smith  <msmith@fluendo.com>
15217
15218         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15219         (append_with_other_format), (set_structure_widths),
15220         (gst_audio_convert_transform_caps):
15221           Patch from #341562: give more specific audio caps in get_caps, so
15222           that basetransform  can make better decisions on what caps to
15223           negotiate.
15224
15225 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15226
15227         * tests/check/elements/volume.c:
15228         make it compile again
15229
15230 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15231
15232         * tests/check/elements/volume.c: (volume_suite):
15233         disable test until #343196 gets resolved
15234
15235 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15236
15237         * gst/adder/gstadder.c: (gst_adder_get_type):
15238         Make it easier to copy&paste
15239         
15240         * gst/volume/Makefile.am:
15241         * gst/volume/gstvolume.c: (volume_update_real_volume),
15242         (gst_volume_set_volume), (gst_volume_set_mute),
15243         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15244         (volume_transform_ip), (volume_update_mute),
15245         (volume_update_volume):
15246         * gst/volume/gstvolume.h:
15247         Add own debug category, move duplicate code to helper function, fix
15248         property texts, add more comments and prepare ffor liboil-goodness
15249         
15250         * tests/check/Makefile.am:
15251         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15252         add test for mute and passtrough case, be a bit more verbose to track
15253         failure
15254         
15255         * tests/check/generic/states.c: (GST_START_TEST):
15256         catch elements that fail to instantiate
15257
15258 2006-05-28  Edward Hervey  <edward@fluendo.com>
15259
15260         * tests/check/pipelines/simple-launch-lines.c:
15261         * tests/check/pipelines/theoraenc.c:
15262         * tests/check/pipelines/vorbisenc.c:
15263         Comment out tests using parse_launch() if core was built without
15264         parsing capabilities.
15265
15266 2006-05-27  Edward Hervey  <edward@fluendo.com>
15267
15268         * tests/check/Makefile.am:
15269         Extra bonus points for whoever explains to ensonic that you are meant
15270         to test unit tests thoroughly before commiting them, especially if
15271         you know it's going to break.
15272         De-activated element/adder tests.
15273
15274 2006-05-27  Edward Hervey  <edward@fluendo.com>
15275
15276         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15277         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15278         Marking caps conversion issues as GST_WARNING is way too verbose,
15279         Moving them to GST_LOG.
15280
15281 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15282
15283         * README:
15284           Replace current README (containing the release notes from
15285           some 0.9.x version) with a proper README taken from the core.
15286
15287 2006-05-26  Wim Taymans  <wim@fluendo.com>
15288
15289         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15290         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15291         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15292         (vorbis_dec_change_state):
15293         Small cleanups.
15294         Add some FIXMEs
15295         Clip output samples to segment boundaries.
15296
15297 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15298
15299         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15300         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15301         Improve the errors produced on bad output, including some human
15302         readable description strings.
15303         Handle the (theoretical for ximagesink) case where the XServer 
15304         has a different idea about the size required for a particular 
15305         frame and gives us too small a memory allocation.
15306
15307 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15308
15309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15310         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15311         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15312         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15313         Improve the errors produced on bad output, including some human 
15314         readable description strings.
15315         Handle RGB Xv formats properly by transforming them into our 
15316         big-endian caps description.
15317         Use gst_caps_truncate to ensure that we never try and choose a
15318         non-fixed caps in buffer_alloc.
15319         Handle the case where the XServer has a different idea about the size
15320         required for a particular frame and gives us too small a memory
15321         allocation.
15322         Use -1 to indicate 'no image format', because 0 is a valid XServer
15323         image format number.
15324         Put RGB Xv formats at the end of the caps, so that we always prefer
15325         YUV format frames.
15326         Iterate the available Xv Encodings to determine the maximum width and
15327         height, and then return that in our caps.
15328         (Closes #315312, #337544)
15329
15330 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15331
15332         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15333         When there is only one unfinished pad and it receives an event that
15334         doesn't match our requirements, we need to set alldone=FALSE so that
15335         the fakesink is not removed yet.
15336
15337 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15338
15339         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15340           Use gst_type_find_helper_for_buffer() to find the type
15341           of stream from the first packet.
15342
15343         * configure.ac:
15344           Bump requirements to core CVS (needed for vorbis
15345           typefinding to work).
15346
15347 2006-05-24  Edward Hervey  <edward@fluendo.com>
15348
15349         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15350         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15351         contain.  Else they play perfectly fine with qtdemux.
15352
15353 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15354
15355         * ext/theora/theoradec.c:
15356         * ext/theora/theoraenc.c:
15357         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15358         * gst/audiorate/gstaudiorate.c:
15359           make more debug catagories static
15360         
15361         * tests/check/Makefile.am:
15362         * tests/check/elements/adder.c: (message_received),
15363         (test_event_message_received), (GST_START_TEST),
15364         (test_play_twice_message_received), (adder_suite):
15365           added test case for using element twice, extra bonus points for anyone
15366           who can make these test run reliably
15367
15368 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15369
15370         * ext/theora/theoradec.c: (theora_dec_chain):
15371           Make work with time-stamped input buffers that do not
15372           have a granulepos in BUFFER_OFFSET_END (like theora
15373           buffers coming from matroskademux). Fixes #342448.
15374
15375 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15376
15377         Patch by: Peter Kjellerstedt  <pkj at axis com>
15378
15379         * gst/tcp/Makefile.am:
15380           fdstresstest doesn't need Gtk+, fix compilation if 
15381           gtk is not available (#342566).
15382
15383 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15384          
15385         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15386           80 line columns
15387           Removed redundant floor()
15388
15389 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15390
15391         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15392           On second thought, just skip JUNK chunks automatically, so
15393           the caller doesn't have to handle this. Fixes #342345.
15394           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15395           not GST_FLOW_ERROR.
15396
15397 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15398
15399         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15400           Don't bail out on JUNK chunks with a size of 0 (would try to
15401           pull_range 0 bytes before, which sources don't like too much).
15402           See #342345.
15403
15404 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15405
15406         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15408         Use the gstutil scaling function to preserve 64 bits while calculating
15409         output width and height from the display-aspect-ratio. (A continuation
15410         of #341542)
15411
15412 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15413
15414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15415         (gst_xvimagesink_buffer_alloc):
15416         * sys/xvimage/xvimagesink.h:
15417         When performing buffer allocations, remember the caps and image format
15418         we return so that if the same caps are asked for next time we can
15419         return them immediately without doing any caps intersections.
15420
15421 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15422          
15423         * gst-libs/gst/rtp/README:
15424           Some new documentation
15425         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15426           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15427         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15428         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15429           New RTP audio base payloader class. Supports frame or sample based
15430           codecs.  Not enabled in Makefile.am until approved.
15431
15432 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15433
15434         * tests/check/elements/alsa.c: (test_device_property_probe):
15435           Fix test case: don't try to free NULL GValueArray when there
15436           are no devices.
15437
15438 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15439
15440         * tests/check/Makefile.am:
15441         * tests/check/elements/alsa.c: (test_device_property_probe),
15442         (alsa_suite), (main):
15443           Add simple test that runs a device property probe on alsasrc,
15444           alsasink and alsamixer. Disable valgrind check for now (too
15445           many leaks in libasound, and valgrind ignored my suppressions
15446           additions).
15447
15448 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15449
15450         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15451         (gst_alsa_device_property_probe_probe_property),
15452         (gst_alsa_device_property_probe_needs_probe),
15453         (gst_alsa_device_property_probe_get_values),
15454         (gst_alsa_type_add_device_property_probe_interface):
15455         * ext/alsa/gstalsadeviceprobe.h:
15456         * ext/alsa/gstalsamixerelement.c:
15457         (gst_alsa_mixer_element_init_interfaces):
15458         * ext/alsa/gstalsamixerelement.h:
15459           Clean up and simplify alsa device probing. Make it actually work
15460           for multiple classes. Don't cache results any longer.
15461
15462         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15463         (gst_alsasink_init):
15464         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15465         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15466         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15467           Make alsasink and alsasrc implement the GstPropertyProbe interface
15468           for device probing (#342181).
15469           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15470
15471 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15472
15473         * gst/subparse/samiparse.c: (handle_start_font):
15474           Don't ignore return value of strtol (++compiler_happiness).
15475
15476 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15477
15478         Patch by: Young-Ho Cha  <ganadist chollian net>
15479
15480         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15481         (gst_sub_parse_class_init), (gst_sub_parse_init),
15482         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15483         (convert_encoding):
15484         * gst/subparse/gstsubparse.h:
15485           Add 'encoding' property (#341681).
15486
15487         * gst/subparse/samiparse.c: (characters_sami):
15488           Output is pango markup, so we need to escape text
15489           between tags (#342143).
15490
15491 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15492
15493         * gst-libs/gst/audio/multichannel.c:
15494         (gst_audio_check_channel_positions):
15495           It's okay to have caps with channels=1 and a channel position
15496           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15497           (deinterleavers might want to keep the position in the caps,
15498           so that they can be re-interleaved again properly later).
15499           Leave check for unexpected 2-channel layouts intact for now.
15500
15501 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15502
15503         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15504         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15505         basesrc can do its job correctly.
15506
15507 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15508
15509         * ext/alsa/Makefile.am:
15510         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15511         (gst_alsa_detect_formats), (get_channel_free_structure),
15512         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15513         (gst_alsa_probe_supported_formats):
15514         * ext/alsa/gstalsa.h:
15515         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15516           Refactor and improve caps probing code: probe signedness
15517           when we probe the supported formats/widths; set endianness
15518           to the one we actually probed for (ie. cpu endianness).
15519           
15520         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15521         (gst_alsasrc_close):
15522         * ext/alsa/gstalsasrc.h:
15523           Implement caps probing for alsasrc.
15524
15525 2006-05-15  Wim Taymans  <wim@fluendo.com>
15526
15527         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15528         (theora_dec_src_query), (theora_dec_src_event),
15529         (theora_dec_sink_event), (theora_handle_comment_packet),
15530         (theora_handle_data_packet), (theora_dec_change_state):
15531         Cleanups, add some G_LIKELY.
15532         Use segment helpers instead of our own wrong code.
15533         Clear queued buffers on seek and READY.
15534
15535         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15536         (vorbis_dec_convert), (vorbis_dec_src_query),
15537         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15538         (vorbis_handle_comment_packet), (vorbis_dec_push),
15539         (vorbis_handle_data_packet), (vorbis_dec_chain),
15540         (vorbis_dec_change_state):
15541         * ext/vorbis/vorbisdec.h:
15542         Remove old useless packetno variable.
15543         Do position query properly.
15544         Add some G_LIKELY.
15545         Do cleanup of queued buffers in new helper function
15546         and use it.
15547
15548 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15549
15550         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15551           Query supported sample rates. Fixes #341732.
15552
15553 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15554
15555         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15556         (gst_decode_bin_change_state): Make decodebin reusable
15557         when going from PAUSE_TO_READY and then back to PAUSED.
15558         Fixes #331678.
15559
15560 2006-05-15  Wim Taymans  <wim@fluendo.com>
15561
15562         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15563         (vorbis_dec_convert), (vorbis_dec_src_query),
15564         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15565         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15566         (vorbis_dec_clean_queued), (vorbis_dec_push),
15567         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15568         Cleanups. Use refcounting and DEBUG_OBJECT.
15569         Reset segment on flush, use code methods instead of our
15570         own wrong version.
15571         Fix potential memleak.
15572
15573 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15574
15575         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15576         (gst_alsasink_init):
15577         * ext/alsa/gstalsasink.h:
15578           Don't leak allocated snd_output_t structure if there's
15579           more than one alsasink instance at a time (#341873).
15580           Also fix GObject macros in header file.
15581           
15582 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15583
15584         * gst/subparse/gstsubparse.c:
15585         (gst_sub_parse_data_format_autodetect):
15586           Don't use libxml functions in the typefinding code.
15587
15588 2006-05-15  Wim Taymans  <wim@fluendo.com>
15589
15590         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15591         Fix seeking performance in the case where a non-header 
15592         packet has a 0 granulepos (busted theora case). 
15593         Fixes #341719
15594         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15595          the first place, you limelight stealer you)
15596
15597 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15598
15599         * gst/subparse/gstsubparse.c:
15600         (gst_sub_parse_data_format_autodetect):
15601           Improve SAMI typefinding: handle case where there are
15602           whitespaces or newlines in front of the first <SAMI>
15603           tag (#169936).
15604
15605 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15606
15607         * configure.ac:
15608           Build video4linux plugin even if there's no XVIDEO, just
15609           without implementing the GstXOverlay interface (#334002).
15610          
15611 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15612
15613         * configure.ac:
15614         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15615         (plugin_init):
15616           Add tentative support for libvisual-0.4 (#336881).
15617
15618 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15619
15620         Patch by: Young-Ho Cha <ganadist at chollian net>
15621
15622         * gst/subparse/samiparse.c: (handle_start_font):
15623           Need to map "silver" colour explicitly (#169936).
15624
15625 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15626
15627         Patch by: Young-Ho Cha  <ganadist at chollian net>
15628
15629         * gst/subparse/Makefile.am:
15630         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15631         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15632         (gst_sub_parse_format_autodetect), (feed_textbuf),
15633         (gst_subparse_type_find), (plugin_init):
15634         * gst/subparse/gstsubparse.h:
15635         * gst/subparse/samiparse.c:
15636         * gst/subparse/samiparse.h:
15637           Add support for SAMI subtitles (#169936).
15638
15639 2006-05-14  Michael Smith  <msmith@fluendo.com>
15640
15641         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15642           Fix #341696: crash when mixing L+R+C to mono or stereo.
15643         * tests/check/Makefile.am:
15644         * tests/check/elements/audioconvert.c: (set_channel_positions),
15645         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15646         (audioconvert_suite):
15647           Add test for the above, including some generic framework bits for
15648           testing multichannel things.
15649
15650 === release 0.10.7 ===
15651
15652 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15653
15654         * configure.ac:
15655           releasing 0.10.7, "Leave the gun"
15656
15657 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15658
15659         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15661         Fix the build.
15662
15663 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15664
15665         * docs/libs/gst-plugins-base-libs-docs.sgml:
15666         * docs/libs/gst-plugins-base-libs-sections.txt:
15667         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15668         * gst-libs/gst/video/video.h:
15669         * gst/videoscale/Makefile.am:
15670         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15672         * tests/check/Makefile.am:
15673         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15674         (main):
15675           Fix integer overflow problem with pixel-aspect-ratio calculations
15676           in videoscale and xvimagesink (#341542)
15677
15678 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15679
15680         * gst-libs/gst/tag/gstid3tag.c:
15681           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15682
15683 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15684
15685         * win32/MANIFEST:
15686           update win32 files listing
15687
15688 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15689
15690         patch by: Sjoerd Simons (sjoerd@luon.net)
15691
15692         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15693         (group_create), (group_destroy), (add_stream),
15694         (gst_play_base_bin_get_property),
15695         (gst_play_base_bin_get_streaminfo_value_array):
15696         * gst/playback/gstplaybasebin.h:
15697           API: GstPlayBaseBin::stream-info-value-array property
15698           use a more bindings-friendly way of exposing streaminfo
15699           using a GValueArray.  Tested in ipython.
15700           Closes #341114
15701
15702 2006-05-11  Wim Taymans  <wim@fluendo.com>
15703
15704         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15705         (queue_underrun_cb), (queue_filled_cb):
15706         Also catch queue underruns but don't do anything yet.
15707         Refactor and comment queue enlarging code a bit.
15708
15709         * gst/playback/gstplaybasebin.c: (queue_overrun),
15710         (queue_threshold_reached), (queue_out_of_data),
15711         (gen_preroll_element):
15712         If a queue over/underruns check that we don't create nasty
15713         deadlocks when the min-threshold is not reached but the
15714         max-bytes is. In those cases disable max-bytes when we
15715         know that the queue is fed timed data.
15716         Add more comments.
15717
15718 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15719
15720         * gst/playback/gstplaybin.c: (gen_audio_element):
15721           Make playbin automatically plug an 'audioresample'
15722           element before the audio sink as well. This solves
15723           problems with sinks that only accept a very specific
15724           sample rate, like esdsink (e.g. #340379).
15725
15726 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15727
15728         * gst/playback/gstplaybasebin.c: (gen_source_element):
15729           Make http sources send special headers so that we receive
15730           icecast metadata if the http stream is an icecast stream
15731           (otherwise the server will just ignore them). This also
15732           means that from now on users will need the 'icydemux'
15733           element from gst-plugins-good installed if they want to
15734           listen to icecast radio streams. (#341432, #333657).
15735
15736 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15737
15738         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15739         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15740           remove stupid example from docs - it should come with a simple
15741           C program instead.
15742           Clean up/fix docs
15743         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15744         (fail_if_can_read), (GST_START_TEST),
15745         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15746           add a test for changing streamheader which exposes a bug in
15747           multifdsink
15748
15749 2006-05-11  Michael Smith  <msmith@fluendo.com>
15750
15751         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15752         (gst_gnome_vfs_src_received_headers_callback):
15753         * ext/gnomevfs/gstgnomevfssrc.h:
15754           Don't set icy-caps unless we have a sane interval value. Move
15755           interval to a local variable; we never use it outside this function.
15756
15757 2006-05-11  Wim Taymans  <wim@fluendo.com>
15758
15759         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15761         Register special buffer types along with the objects so
15762         that they are not registered at runtime from N different
15763         streaming threads since they are not threadsafe.
15764
15765 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15766
15767         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15768         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15769           add two more tests, one doing streamheader
15770
15771 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15772
15773         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15774           clean up the bufqueue when shutting down
15775         * tests/check/Makefile.am:
15776         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15777         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15778         (main):
15779           add a test for the leak that was just fixed
15780
15781 2006-05-10  Wim Taymans  <wim@fluendo.com>
15782
15783         * gst/adder/gstadder.c: (gst_adder_setcaps),
15784         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15785         (gst_adder_src_event), (gst_adder_sink_event),
15786         (gst_adder_class_init), (gst_adder_finalize),
15787         (gst_adder_request_new_pad), (gst_adder_collected):
15788         * gst/adder/gstadder.h:
15789         Updated some docs. Added comments and FIXMEs all over the place.
15790         Improve debugging info.
15791         Fix leak on finalize by not calling the parent.
15792         Implement duration query.
15793         Make event forwarding threadsafe.
15794         Correctly send NEWSEGMENT at start and after flush.
15795         Handle EOS correctly.
15796         Post error when not negotiated.
15797
15798         * tests/check/elements/adder.c: (GST_START_TEST):
15799         Added FIXME in the test.
15800
15801 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15802
15803         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15804         (gst_text_overlay_halign_get_type),
15805         (gst_text_overlay_wrap_mode_get_type):
15806         * ext/theora/theoradec.c: (theora_handle_type_packet),
15807         (theora_handle_data_packet):
15808         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15809         (theora_enc_sink_setcaps), (theora_enc_chain):
15810         * gst-libs/gst/cdda/gstcddabasesrc.c:
15811         (gst_cdda_base_src_mode_get_type):
15812         * gst/audiotestsrc/gstaudiotestsrc.c:
15813         (gst_audiostestsrc_wave_get_type):
15814         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15815         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15816         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15817         (gst_sync_method_get_type), (gst_unit_type_get_type),
15818         (gst_client_status_get_type):
15819         * gst/videoscale/gstvideoscale.c:
15820         (gst_video_scale_method_get_type):
15821         * gst/videotestsrc/gstvideotestsrc.c:
15822         (gst_video_test_src_pattern_get_type):
15823         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15824         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15825         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15826         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15827         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15828         (paint_setup_RGB565), (paint_setup_xRGB1555):
15829           Const-ify GEnumValue and GFlagsValue arrays. Use
15830           GST_ROUND_UP_* macros instead of home-made ones.
15831
15832 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15833
15834         * configure.ac:
15835           Require core CVS for the new newsegment stuff.
15836
15837 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15838
15839         Patch by: Sjoerd Simons  <sjoerd at luon net>
15840
15841         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15842           Register nick for enum value (#341160).
15843
15844 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15845
15846         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15847         (plugin_init):
15848          backout typefind patch #340375
15849          
15850         * tests/check/elements/adder.c: (message_received),
15851         (GST_START_TEST), (adder_suite):
15852           redo, signal-handling of test
15853
15854 2006-05-09  Wim Taymans  <wim@fluendo.com>
15855
15856         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15857         (gst_adder_collected):
15858         * gst/adder/gstadder.h:
15859         Remove bogus segment merging and forwarding, we don't
15860         care about timestamps anyway and we just produce a
15861         continuous stream. 
15862         Also create a nice NEWSEGMENT event when we start.
15863         Use _scale_int some more.
15864
15865 2006-05-09  Edward Hervey  <edward@fluendo.com>
15866
15867         * tests/icles/stress-xoverlay.c:
15868         Fix if core was built without parsing support.
15869
15870 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15871
15872         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15873           Add SEDG (Samsung MPEG-4) fourcc.
15874
15875 2006-05-09  Edward Hervey  <edward@fluendo.com>
15876
15877         * tests/icles/stress-xoverlay.c:
15878         * tests/examples/volume/volume.c:
15879         Fix if core was built without parsing support.
15880
15881         * tests/examples/seek/seek.c:
15882         Disable the parse_launch example if core was built without parsing
15883         support.
15884
15885 2006-05-08  Edward Hervey  <edward@fluendo.com>
15886
15887         * autogen.sh: (CONFIGURE_DEF_OPT): 
15888         libtoolize on Darwin/MacOSX is called glibtoolize
15889
15890 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15891
15892         * tests/check/Makefile.am:
15893         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15894           Disable the adder test, until the build-slaves posses the kindness to 
15895           either like it or to give valid reason for not doing so 
15896
15897 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15898
15899         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15900         (adder_suite):
15901           Shuffle NULL state change around and raise timeout more
15902
15903 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15904
15905         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15906         (mp4_type_find), (plugin_init):
15907           Add typefind to distinguish between "audio/x-m4a" and new type
15908           "video/mp4". Fixes #340375
15909
15910         * tests/check/elements/adder.c: (adder_suite):
15911           Raise timeout to make buildbot happy
15912
15913 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15914
15915         * gst/adder/gstadder.c: (gst_adder_sink_event),
15916         (gst_adder_request_new_pad), (gst_adder_change_state):
15917         * gst/adder/gstadder.h:
15918         * tests/check/Makefile.am:
15919         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15920         (adder_suite), (main):
15921           Add sink-event handling to adder. It tries to merge incomming
15922           newsegment-events. Added test to check if segment_done is comming
15923           through. Fixes #340060
15924
15925 2006-05-05  Andy Wingo  <wingo@pobox.com>
15926
15927         * ext/theora/theoraparse.c (gst_theora_parse_init)
15928         (theora_parse_src_convert, theora_parse_src_query):
15929         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15930         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15931         query functions on the source pads of the theora and vorbis parse
15932         elements. Fixes position querying when doing a remux.
15933
15934 2006-05-05  Michael Smith  <msmith@fluendo.com>
15935
15936         * ext/theora/theoraparse.c: (parse_granulepos),
15937         (theora_parse_drain_queue_prematurely),
15938         (theora_parse_queue_buffer), (theora_parse_sink_event):
15939           Fix flushing.
15940           Fix invalid granulepos outputs when starting with a non-keyframe.
15941
15942 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15943
15944         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15945         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15946         Rearrange MPEG system stream detection, fixing some memleaks in the
15947         process.
15948         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15949         they clean up their data correctly.
15950         Remove unused ogganx caps and move the 'is_annodex' check to inside
15951         the 'is_ogg' if statement.
15952
15953 2006-05-05  Wim Taymans  <wim@fluendo.com>
15954
15955         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15956         Properly remove ghostpads. Fixes #340392
15957
15958 2006-05-04  David Schleef  <ds@schleef.org>
15959
15960         * gst/typefind/gsttypefindfunctions.c:
15961
15962 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15963
15964         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15965         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15966
15967         When typefinding an MP3 in push-based mode, don't penalise the
15968         probability down to 74% when we found 5 valid frames just because we
15969         can't peek the end of the file.
15970
15971         Make the probability for detecting MPEG Transport Streams based on the
15972         number of sequential headers we successfully detected.
15973
15974 2006-05-03  Wim Taymans  <wim@fluendo.com>
15975
15976         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15977         (vorbis_dec_push), (vorbis_dec_chain):
15978         Still produce an error when we receive an empty packet.
15979
15980 2006-05-03  Wim Taymans  <wim@fluendo.com>
15981
15982         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15983         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15984         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15985         Mark buffers with DISCONT after seek and after activating new
15986         chains.
15987
15988         * ext/theora/gsttheoradec.h:
15989         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15990         (theora_get_query_types), (theora_dec_sink_event),
15991         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15992         (theora_dec_change_state):
15993         Fix frame counter.
15994         Detect and mark DISCONT buffers.
15995
15996         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15997         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15998         (vorbis_dec_change_state):
15999         * ext/vorbis/vorbisdec.h:
16000         Use GstSegment.
16001         Detect and mark DISCONT buffers.
16002         Don't crash on 0 sized buffers.
16003
16004 2006-05-03  Wim Taymans  <wim@fluendo.com>
16005
16006         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
16007         (volume_transform_ip):
16008         Increase "volume" property to 10.0. Fixes #340369.
16009         Set the process function to NULL when capsnego fails so that
16010         we properly error out.
16011
16012 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16013
16014         * gst/playback/gstplaybin.c: (add_sink):
16015         * gst/playback/test.c: (main):
16016         * gst/playback/test5.c: (dump_element_stats):
16017         * gst/playback/test6.c: (main):
16018           free caps using gst_caps_unref, don't leak caps-strings
16019
16020 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
16021
16022         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
16023         (plugin_init):
16024           Refine musepack typefinding a bit. Return MAXIMUM
16025           probability when we detect stream version 7 to make
16026           sure the mpeg audio typefinder doesn't trump us.
16027
16028 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16029
16030         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16031           Protect against unexpected NULL strf_data buffer.
16032
16033 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16034
16035         * tests/check/elements/audioconvert.c: (verify_convert),
16036         (GST_START_TEST):
16037           interpret the out[] buffer in the order the bytes are actually
16038           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
16039           Other tests should use BYTE_ORDER since the array is filled in
16040           with actual values
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           when a test fails, give an indication of which it is
16047
16048 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16049
16050         * gst-libs/gst/cdda/gstcddabasesrc.c:
16051           compile fix; strtol() needs <stdlib.h>
16052
16053 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16054
16055         * ext/alsa/gstalsamixerelement.c:
16056         * ext/alsa/gstalsasrc.c:
16057         * ext/cdparanoia/gstcdparanoiasrc.c:
16058         * ext/gnomevfs/gstgnomevfssink.c:
16059         * ext/gnomevfs/gstgnomevfssrc.c:
16060         * ext/ogg/gstoggdemux.c:
16061         * ext/ogg/gstoggmux.c:
16062         * ext/ogg/gstoggparse.c:
16063         * ext/ogg/gstogmparse.c:
16064         * ext/pango/gstclockoverlay.c:
16065         * ext/pango/gsttextoverlay.c:
16066         * ext/pango/gsttextrender.c:
16067         * ext/pango/gsttimeoverlay.c:
16068         * ext/theora/theoradec.c:
16069         * ext/theora/theoraenc.c:
16070         * ext/vorbis/vorbisdec.c:
16071         * ext/vorbis/vorbisenc.c:
16072         * gst-libs/gst/audio/gstaudiofilter.c:
16073         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16074         * gst/audioconvert/gstaudioconvert.c:
16075         * gst/audiorate/gstaudiorate.c:
16076         * gst/audioresample/gstaudioresample.c:
16077         * gst/audiotestsrc/gstaudiotestsrc.c:
16078         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16079         * gst/playback/gstdecodebin.c:
16080         * gst/playback/gstplaybin.c:
16081         * gst/playback/gststreamselector.c:
16082         * gst/subparse/gstsubparse.c:
16083         * gst/tcp/gstmultifdsink.c:
16084         * gst/tcp/gsttcpclientsink.c:
16085         * gst/tcp/gsttcpclientsrc.c:
16086         * gst/tcp/gsttcpserversink.c:
16087         * gst/tcp/gsttcpserversrc.c:
16088         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16089         * gst/videorate/gstvideorate.c:
16090         * gst/videoscale/gstvideoscale.c:
16091         * gst/videotestsrc/gstvideotestsrc.c:
16092         * gst/volume/gstvolume.c:
16093         * sys/v4l/gstv4ljpegsrc.c:
16094         * sys/v4l/gstv4lmjpegsink.c:
16095         * sys/v4l/gstv4lmjpegsrc.c:
16096         * sys/v4l/gstv4lsrc.c:
16097         * sys/ximage/ximagesink.c:
16098         * sys/xvimage/xvimagesink.c:
16099         * tests/check/libs/cddabasesrc.c:
16100           make GstElementDetails const
16101
16102 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16103
16104         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16105         (gst_adder_init):
16106           send events from src-pad to all sink-pads fixes #338657
16107
16108 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16109
16110         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16111         (alsasink_parse_spec):
16112           query width capabilities from alsa, fixes #338919
16113
16114 2006-04-28  Wim Taymans  <wim@fluendo.com>
16115
16116         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16117         (gst_multi_fd_sink_remove_client_link):
16118         * gst/tcp/gstmultifdsink.h:
16119         Fix race condition in multifdsink that can lead to spurious 
16120         duplicate clients. this patch adds a new signal that is fired when
16121         multifdsink has removed all references to the fd.
16122         Fixes #339574.
16123         Updated documentation.
16124         API: client-fd-removed signal added
16125
16126 2006-04-28  Michael Smith  <msmith@fluendo.com>
16127
16128         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16129           When asking g_value_array_new to prealloc elements, we may as well
16130           ask for the right number of elements.
16131
16132 2006-04-28  Wim Taymans  <wim@fluendo.com>
16133
16134         * gst-libs/gst/audio/gstbaseaudiosink.c:
16135         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16136         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16137         patch to make timestamp checking more tollerant to rounding 
16138         errors given that real discontinuities are to be marked on
16139         buffers. Fixes some asf files and #338778.
16140         Also avoid some crashers when we receive an event in the 
16141         NULL state.
16142
16143 2006-04-28  Michael Smith  <msmith@fluendo.com>
16144
16145         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16146         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16147         (gst_gnome_vfs_src_get_property),
16148         (gst_gnome_vfs_src_send_additional_headers_callback),
16149         (gst_gnome_vfs_src_received_headers_callback),
16150         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16151         (gst_gnome_vfs_src_stop):
16152         * ext/gnomevfs/gstgnomevfssrc.h:
16153           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16154           proper shared support within icydemux.
16155
16156 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16157
16158         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16159         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16160           fix up docs
16161           fix a leak when no caps negotiated
16162           fix counting of input frames
16163         * tests/check/elements/.cvsignore:
16164         * tests/check/elements/videorate.c: (assert_videorate_stats),
16165         (GST_START_TEST), (videorate_suite):
16166           add tests for these
16167
16168 2006-04-28  Wim Taymans  <wim@fluendo.com>
16169
16170         * gst-libs/gst/audio/gstringbuffer.c:
16171         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16172         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16173         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16174         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16175         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16176         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16177         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16178         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16179         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16180         Check arguments passed to public functions instead of
16181         crashing.
16182
16183 2006-04-28  Wim Taymans  <wim@fluendo.com>
16184
16185         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16186         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16187         GstBaseAudioSrc must be live or it does not work.
16188
16189         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16190         Don't set live to TRUE as this is the default in the parentclass.
16191
16192 2006-04-28  Wim Taymans  <wim@fluendo.com>
16193
16194         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16195         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16196         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16197         fixation cases better. Fixes #338991
16198
16199 2006-04-28  Wim Taymans  <wim@fluendo.com>
16200
16201         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16202         Handle 0/1 framerate correctly Fixes #331901.
16203
16204 2006-04-28  Wim Taymans  <wim@fluendo.com>
16205
16206         * tests/check/elements/audioconvert.c: (get_float_caps),
16207         (GST_START_TEST), (audioconvert_suite):
16208         Added check for correct clipping when doing float samples
16209         in audioconvert.
16210
16211 2006-04-28  Wim Taymans  <wim@fluendo.com>
16212
16213         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16214         (gst_video_rate_chain):
16215         Print more debugging info.
16216
16217 2006-04-28  Wim Taymans  <wim@fluendo.com>
16218
16219         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16220         (resample_set_state_from_caps):
16221         Add support for other formats audioresample can handle such as
16222         32 bits in and float and 64 bits float. Fixes #301759
16223
16224 2006-04-28  Wim Taymans  <wim@fluendo.com>
16225
16226         * gst/audioconvert/audioconvert.c: (float):
16227         correctly clip float samples > 1.0. Fixes #338718
16228
16229 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16230
16231         Patch by: Young-Ho Cha  <ganadist at chollian net>
16232
16233         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16234         (gst_text_overlay_render_text):
16235           Don't strip newlines from the text. Also, center lines
16236           within multi-line paragraphs (#339405).
16237
16238 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16239
16240         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16241           Fix wavpack typefinding to work in more cases (don't peek
16242           for chunks of multiple hundred kBs at once, but process
16243           things step-by-step in smaller units). Fixes #339786.
16244
16245 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16246
16247         * configure.ac:
16248           back to HEAD
16249
16250 === release 0.10.6 ===
16251
16252 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16253
16254         * configure.ac:
16255           releasing 0.10.6, "Chao"
16256
16257 2006-04-26  David Schleef  <ds@schleef.org>
16258
16259         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16260           Fixes #338897.
16261
16262 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16263
16264         * configure.ac:
16265         * win32/common/config.h:
16266           new prerelease
16267
16268 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16269
16270         patch by: Wim Taymans
16271
16272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16273         (gst_ogg_demux_perform_seek):
16274           make sure correct newsegments are sent, so that the decoder
16275           and the demuxer agree on timestamps.  Fixes playback of a lot
16276           of Ogg files that do not start from 0.  Fixes #339833.
16277
16278 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16279
16280         Patch by: Edward Hervey  <edward@fluendo.com>
16281
16282         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16283         * tests/check/Makefile.am:
16284         * tests/check/elements/videorate.c: (assert_videorate_stats),
16285         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16286         (videorate_suite), (main):
16287           Fix an infinite loop if frames are passed in with wrongly ordered
16288           timestamps.  Fixes #339013.
16289
16290 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16291
16292         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16293
16294         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16295           fix typefinding on some ISO files.  Fixes #339212.
16296
16297 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16298
16299         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16300
16301         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16302           add another H264 fourcc.  Fixes #339047.
16303
16304 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16305
16306         Patch by: Jan Schmidt
16307
16308         * gst/playback/gststreamselector.c:
16309         (gst_stream_selector_bufferalloc):
16310           Restore old StreamSelector behaviour.
16311           Fixes #338419.
16312
16313 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16314
16315         * configure.ac:
16316         * win32/common/config.h:
16317           prerelease
16318
16319 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16320
16321         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16322
16323         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16324         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16325           Fix some memory leaks: on finalize, free buffers left in the queue
16326           before destroying the queue; in _push(), unref rtp_buf even if
16327           the process vfunc returned a NULL buffer as output buffer (#337548);
16328           demote some recuring debug messages to LOG level.
16329
16330 2006-04-11  Wim Taymans  <wim@fluendo.com>
16331
16332         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16333         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16334         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16335         (gst_ogg_demux_loop):
16336         More cleanups.
16337         Respect segment stop when emiting EOS or SEGMENT_DONE.
16338         Fixes (#337945).
16339
16340 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16341
16342         * gst/playback/gststreamselector.c:
16343         (gst_stream_selector_get_property):
16344           Don't leak pad name.
16345
16346 2006-04-10  Michael Smith  <msmith@fluendo.com>
16347
16348         * tests/check/Makefile.am:
16349         * tests/check/gst-plugins-base.supp:
16350           Suppress an old libtheora bug (fixed in more recent versions), so 
16351           that FC4 buildslaves can pass.
16352
16353 2006-04-10  Wim Taymans  <wim@fluendo.com>
16354
16355         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16356         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16357         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16358         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16359         (gst_ogg_demux_loop):
16360         Don't leak events.
16361         Remember what error we got when finding chains, if we
16362         were shutdown, that would not be an error.
16363
16364 2006-04-10  Wim Taymans  <wim@fluendo.com>
16365
16366         * gst-libs/gst/audio/gstbaseaudiosink.c:
16367         (gst_base_audio_sink_event):
16368         Starting the ringbuffer when we did not acquire it can cause
16369         a deadlock, is pointless and causes nasty things for
16370         subclasses. 
16371         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16372
16373 2006-04-10  Wim Taymans  <wim@fluendo.com>
16374
16375         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16376         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16377         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16378         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16379         (gst_ogg_demux_deactivate_current_chain),
16380         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16381         (gst_ogg_demux_bisect_forward_serialno),
16382         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16383         Add some more debugging.
16384
16385 2006-04-10  Wim Taymans  <wim@fluendo.com>
16386
16387         * ext/theora/theoradec.c: (theora_dec_src_event),
16388         (theora_handle_data_packet):
16389         Some more debug info.
16390
16391         * tests/examples/seek/seek.c: (start_seek), (main):
16392         Print element messages too.
16393
16394 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16395
16396         * gst/audioresample/debug.h:
16397           replace debug macros with variable number of parameters
16398           by a simple alias to gstreamer standard debug macros 
16399          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16400           supported by MSVC 6.0 and 7.1)
16401         * gst/audioresample/resample.h:
16402           define M_PI and rint for WIN32
16403         * win32/common/libgstaudio.def:
16404         * win32/common/libgstriff.def:
16405         * win32/common/libgsttag.def:
16406         * win32/common/libgstvideo.def:
16407           add new exported functions
16408         * win32/vs6:
16409           update project files
16410
16411 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16412
16413         * ext/alsa/gstalsamixeroptions.c:
16414         (gst_alsa_mixer_options_class_init):
16415         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16416         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16417         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16418         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16419         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16420         * gst-libs/gst/audio/gstaudiofilter.c:
16421         (gst_audio_filter_class_init):
16422         * gst-libs/gst/audio/gstaudiosink.c:
16423         (gst_audioringbuffer_class_init):
16424         * gst-libs/gst/audio/gstaudiosrc.c:
16425         (gst_audioringbuffer_class_init):
16426         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16427         * gst-libs/gst/interfaces/colorbalancechannel.c:
16428         (gst_color_balance_channel_class_init):
16429         * gst-libs/gst/interfaces/mixeroptions.c:
16430         (gst_mixer_options_class_init):
16431         * gst-libs/gst/interfaces/mixertrack.c:
16432         (gst_mixer_track_class_init):
16433         * gst-libs/gst/interfaces/tunerchannel.c:
16434         (gst_tuner_channel_class_init):
16435         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16436         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16437         (gst_netbuffer_class_init):
16438         * gst-libs/gst/rtp/gstbasertppayload.c:
16439         (gst_basertppayload_class_init):
16440         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16441         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16442         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16443         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16444         * gst/playback/gststreamselector.c:
16445         (gst_stream_selector_class_init):
16446         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16447         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16448         * sys/v4l/gstv4lcolorbalance.c:
16449         (gst_v4l_color_balance_channel_class_init):
16450         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16451         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16452         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16453         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16454         (gst_v4l_tuner_norm_class_init):
16455         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16457         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16458         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16459
16460 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16461
16462         * ext/pango/gsttextrender.h:
16463         * gst-libs/gst/audio/gstaudiosink.h:
16464         * gst-libs/gst/audio/gstaudiosrc.h:
16465         * gst-libs/gst/audio/gstbaseaudiosink.h:
16466         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16467         * gst-libs/gst/audio/gstringbuffer.h:
16468         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16469         * gst-libs/gst/rtp/gstbasertppayload.h:
16470         * gst-libs/gst/video/gstvideofilter.h:
16471         * gst-libs/gst/video/gstvideosink.h:
16472         * gst/playback/gstplaybasebin.h:
16473         * gst/tcp/gstmultifdsink.h:
16474         * sys/v4l/gstv4lelement.h:
16475         Fix broken GObject macros
16476
16477 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16478
16479         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16480         More debug to trace why my USB headset is not working with gst
16481
16482 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16483
16484         * gst/playback/gstplaybasebin.c: (group_destroy):
16485         Clean up our group elements properly in the case where it never 
16486         got committed - it still got added unconditionally to the bin.
16487
16488 2006-04-07  Wim Taymans  <wim@fluendo.com>
16489
16490         * ext/theora/theoradec.c: (theora_dec_sink_event),
16491         (theora_handle_data_packet), (theora_dec_chain):
16492         Unref unhandled events.
16493         Protect against empty buffers.
16494         Perform QoS on running time.
16495
16496 2006-04-07  Michael Smith  <msmith@fluendo.com>
16497
16498         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16499         (gst_vorbis_enc_chain):
16500           Remove leaks from vorbisenc.
16501           Mostly minor changes, the only significant one is that now the
16502           buffers we set as 'streamheader' on the caps are copies of the
16503           original buffers, to avoid circular refcounting problems.
16504
16505 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16506
16507         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16508           Don't remove our mute-probe if someone else already did so.
16509           Don't set a 2nd one if there is already one pending on the pad.
16510
16511         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16512         (do_playbin_seek):
16513           When a seek fails, ensure that playbin is still set back to playing.
16514           
16515         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16516         (mpeg_ts_type_find), (plugin_init):
16517           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16518
16519 2006-04-06  Andy Wingo  <wingo@pobox.com>
16520
16521         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16522         (gst_video_rate_init): Caps-related parameters should not be reset
16523         by a flush -- move their inits to the instance init function.
16524         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16525         is not OK, just return the result.
16526
16527         * gst/audiotestsrc/gstaudiotestsrc.c
16528         (gst_audio_test_src_class_init)
16529         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16530         broken by Stefan's commit on 24 March.
16531
16532         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16533         buffers being pushed out. Fixes oggmux ! multifdsink.
16534
16535 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16536
16537         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16538         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16539         * ext/vorbis/vorbisdec.h:
16540         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16541         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16542         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16543         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16544         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16545         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16546         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16547         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16548         (gst_vorbis_enc_buffer_from_packet),
16549         (gst_vorbis_enc_buffer_from_header_packet),
16550         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16551         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16552         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16553         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16554         (gst_vorbis_enc_change_state):
16555         * ext/vorbis/vorbisenc.h:
16556           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16557           vorbisenc adhere to the official nomenclature; use boilerplate
16558           macro.
16559
16560 2006-04-04  Andy Wingo  <wingo@pobox.com>
16561
16562         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16563         Whoops, fix bug introduced. Bad hacker!
16564         
16565         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16566         Properly handle the case where you get EOS before any buffers are
16567         received. Use gst_buffer_make_metadata_writable where appropriate.
16568
16569         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16570         is often negative -- make it signed so as not to wrap around.
16571         Fixes segfaults introduced on 9 March.
16572
16573 2006-04-03  Wim Taymans  <wim@fluendo.com>
16574
16575         * ext/theora/gsttheoradec.h:
16576         * ext/theora/theoradec.c: (theora_dec_src_event):
16577         Don't try to store a gdouble in a gboolean.
16578         Small cleanups.
16579
16580 2006-04-03  Michael Smith  <msmith@fluendo.com>
16581
16582         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16583           Oggmux sucks.
16584           Make it suck slightly less by writing out the final page.
16585           Still can't encode a vorbis-in-ogg file correctly, though.
16586
16587 2006-04-03  Andy Wingo  <wingo@pobox.com>
16588
16589         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16590         a g_print.
16591
16592         * ext/theora/theora.c (plugin_init): Register theoraparse.
16593
16594         * ext/theora/gsttheoraparse.h: 
16595         * ext/theora/theoraparse.c: New files implementing a theora
16596         parser. Now we can properly remux ogg/theora+vorbis, yay.
16597
16598         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16599
16600 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16601
16602         * gst/audiotestsrc/gstaudiotestsrc.c:
16603           Fixed the sample pipeline (see #323798)
16604
16605 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16606
16607         * configure.ac:
16608         * win32/common/config.h:
16609         * win32/common/config.h.in:
16610           use AS_VERSION and AS_NANO
16611           more cleanups
16612
16613 2006-03-31  Andy Wingo  <wingo@pobox.com>
16614
16615         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16616         uninitialized variable return that would happen.
16617         
16618         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16619         uninitialized variable return that would never happen.
16620
16621         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16622         (vorbis_parse_sink_event): Add an event function to flush our
16623         state on a seek, and to drain buffers on a premature EOS.
16624         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16625         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16626         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16627         (vorbis_parse_drain_queue): Queue up buffers until we can set
16628         their timestamps and granulepos values.
16629
16630         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16631         and keep track of data needed for deriving granulepos and
16632         timestamps for buffers.
16633
16634 2006-03-29  Wim Taymans  <wim@fluendo.com>
16635
16636         Patch by: j^ <j at bootlab dot org>
16637
16638         * ext/alsa/gstalsamixerelement.c:
16639         (gst_alsa_mixer_element_class_init):
16640         * ext/alsa/gstalsasink.c:
16641         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16642         * ext/ogg/gstoggdemux.c:
16643         * ext/ogg/gstoggmux.c:
16644         * ext/ogg/gstoggparse.c:
16645         * ext/pango/gstclockoverlay.c:
16646         * ext/pango/gsttextoverlay.c:
16647         * ext/pango/gsttextrender.c:
16648         * ext/pango/gsttimeoverlay.c:
16649         * ext/theora/theoradec.c:
16650         * ext/theora/theoraenc.c:
16651         * ext/vorbis/vorbisdec.c:
16652         * ext/vorbis/vorbisenc.c:
16653         * gst/audioconvert/gstaudioconvert.c:
16654         * gst/subparse/gstsubparse.c:
16655         * gst/tcp/gstmultifdsink.c:
16656         * gst/tcp/gsttcpclientsink.c:
16657         * gst/tcp/gsttcpclientsrc.c:
16658         * gst/tcp/gsttcpserversink.c:
16659         * gst/tcp/gsttcpserversrc.c:
16660           better/unified long descriptions
16661           Fixes #336477
16662
16663 2006-03-29  Wim Taymans  <wim@fluendo.com>
16664
16665         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16666         (stop_seek):
16667         Don't let double and triple clicks mess up our state.
16668
16669 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16670
16671         * gst/playback/gstplaybin.c: (gen_video_element),
16672         (gen_text_element), (gen_audio_element), (gen_vis_element):
16673           Error out gracefully when we can't create any of the usual
16674           conversion elements for some reason. Also, don't try to
16675           create an audioscale (sic) element that's not used anyway.
16676
16677 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16678
16679         * gst/playback/gstplaybasebin.c: (setup_source):
16680           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16681           element for a particular protocol, that's confusing for users.
16682           Instead, post a RESOURCE_FAILED error, so that our own error
16683           message is actually shown in totem etc. (#336303).
16684
16685 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16686
16687         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16688
16689         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16690         (gst_gnome_vfs_src_get_icy_metadata):
16691           Fix some minor memory leaks (#336194).
16692
16693 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16694
16695         * ext/gnomevfs/gstgnomevfs.c:
16696         (gst_gnome_vfs_location_to_uri_string):
16697         * ext/gnomevfs/gstgnomevfs.h:
16698         * ext/gnomevfs/gstgnomevfssink.c:
16699         (gst_gnome_vfs_sink_set_property):
16700         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16701           Make gnomevfssink accept filenames as well as URIs for the
16702           "location" property, just like gnomevfssrc does (and
16703           filesrc/filesink do) (#336190).
16704
16705 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16706
16707         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16708           set to NULL before unreffing, fixes a valgrind leak.
16709           Why was this not triggering the error that an object needs to
16710           be NULL before unreffing ?
16711         * win32/common/config.h:
16712           update
16713
16714 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16715
16716         * gst/subparse/gstsubparse.c: (convert_encoding),
16717         (gst_sub_parse_change_state):
16718         * gst/subparse/gstsubparse.h:
16719           Text subtitle files may or may not be UTF-8. If it's not, we
16720           don't really want to see '?' characters in place of non-ASCII
16721           characters like accented characters. So let's assume the input
16722           is UTF-8 until we come across text that is clearly not. If it's
16723           not UTF-8, we don't really know what it is, so try the following:
16724           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16725           is set; if not, check (b) if the current locale encoding is
16726           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16727           the current locale encoding is UTF-8 and the environment variable
16728           was not set to any particular encoding. Not perfect, but better
16729           than nothing (and better than before, I think) (fixes #172848).
16730
16731 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16732
16733         * configure.ac:
16734           update core requirement to 0.10.4.1 because of async_playback
16735           vmethod on GstBaseSink
16736
16737 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16738
16739         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16740         * gst/adder/gstadder.c: (gst_adder_init):
16741         use DEBUG_FUNCPTR for collectpads
16742
16743 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16744
16745         * docs/plugins/Makefile.am:
16746         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16747         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16748         * ext/cdparanoia/gstcdparanoiasrc.c:
16749         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16750         (gst_gnome_vfs_sink_class_init):
16751         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16752         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16753         * ext/ogg/gstoggmux.c:
16754         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16755         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16756         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16757         * ext/pango/gsttextoverlay.c:
16758         * ext/pango/gsttextrender.c:
16759         * ext/theora/theoradec.c:
16760         * ext/theora/theoraenc.c:
16761         * ext/vorbis/vorbisdec.c:
16762         * ext/vorbis/vorbisenc.c:
16763         * gst-libs/gst/audio/gstaudiofilter.c:
16764         (gst_audio_filter_base_init):
16765         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16766         (gst_audio_filter_template_base_init):
16767         * gst/adder/gstadder.c: (gst_adder_get_type):
16768         * gst/adder/gstadder.h:
16769         * gst/audioconvert/gstaudioconvert.c:
16770         * gst/audiotestsrc/gstaudiotestsrc.c:
16771         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16772         (gst_audio_test_src_create):
16773         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16774         * gst/playback/gstdecodebin.c:
16775         * gst/playback/gstplaybin.c:
16776         * gst/playback/gststreamselector.c:
16777         (gst_stream_selector_base_init):
16778         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16779         * gst/volume/gstvolume.c:
16780         * sys/v4l/gstv4lmjpegsink.c:
16781         * sys/v4l/gstv4lmjpegsrc.c:
16782         * tests/check/libs/cddabasesrc.c:
16783         * tests/old/examples/gob/gst-identity2.gob:
16784           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16785           define GstElementDetails at the top
16786
16787 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16788
16789         * win32/common/libgstinterfaces.def:
16790         Add a lot of export functions for gst-python
16791         * win32/vs6/libgstinterfaces.dsp:
16792         Add a missing include folder in the project configuration
16793         
16794 2006-03-23  Wim Taymans  <wim@fluendo.com>
16795
16796         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16797         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16798         (gst_base_audio_src_change_state):
16799         Fix audio sources, forgot to make the ringbuffer
16800         startable...
16801
16802 2006-03-23  Wim Taymans  <wim@fluendo.com>
16803
16804         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16805         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16806         (gst_base_audio_src_change_state):
16807         unparent instead of unref the ringbuffer.
16808
16809 2006-03-23  Wim Taymans  <wim@fluendo.com>
16810
16811         * gst-libs/gst/audio/gstbaseaudiosink.c:
16812         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16813         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16814         Implement new async_play vmethod to start slaving and allow
16815         playback start in case of async PLAY state changes. 
16816
16817         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16818         Enable QoS with new method in base class.
16819
16820 2006-03-23  Wim Taymans  <wim@fluendo.com>
16821
16822         Patch by: Julien MOUTTE <julien at moutte dot net>
16823
16824         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16825         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16826         Partially handle 0 framerate, only EOS after the first frame
16827         is missing.
16828
16829 2006-03-23  Wim Taymans  <wim@fluendo.com>
16830
16831         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16832
16833         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16834         (gst_riff_create_video_template_caps):
16835         * gst/ffmpegcolorspace/avcodec.h:
16836         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16837         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16838         (gst_ffmpegcsp_avpicture_fill):
16839         * gst/ffmpegcolorspace/imgconvert.c:
16840         Patch for support of YVU9 AVI files (#334822)
16841
16842 2006-03-22  Edward Hervey  <edward@fluendo.com>
16843
16844         * docs/design/design-decodebin.txt:
16845         Added design document for new decodebin
16846         (Target Caps): text/x-pango-markup is also a default target caps.
16847
16848 2006-03-22  Wim Taymans  <wim@fluendo.com>
16849
16850         * gst-libs/gst/audio/gstbaseaudiosink.c:
16851         (gst_base_audio_sink_dispose):
16852         Since we _parent the ringbuffer, we also need to
16853         _unparent instead of a plain _unref.
16854
16855 2006-03-22  Wim Taymans  <wim@fluendo.com>
16856
16857         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16858         (stop_seek), (scrub_toggle_cb), (main):
16859         Add scrub checkbox.
16860
16861 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16862
16863         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16864         (gst_ogg_parse_chain):
16865           Fix very inefficient usage of linked lists (#335365).
16866
16867 2006-03-21  Edward Hervey  <edward@fluendo.com>
16868
16869         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16870         * gst/playback/gstplaybin.c: (handoff):
16871         * gst/playback/gststreamselector.c:
16872         (gst_stream_selector_set_property):
16873         gcc 4.1 unreferenced pointer fixes.
16874         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16876         gst_buffer_ref() now takes a GstBuffer*.
16877
16878 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16879
16880         * sys/xvimage/xvimagesink.c:
16881         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16882         by Jan Schmidt.
16883
16884 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16885
16886         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16887         (id3v1_type_find), (apetag_type_find), (plugin_init):
16888           Can't do tag preferences via probability, as tags would then
16889           lose against types that are recognised with MAXIMUM probability
16890           (like .wav); so let all tag typefinders return MAXIMUM themselves
16891           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16892           that we can prefer APE to ID3v1 (fixes #335028).
16893           
16894 2006-03-17  Wim Taymans  <wim@fluendo.com>
16895
16896         * gst-libs/gst/audio/gstbaseaudiosink.c:
16897         (gst_base_audio_sink_change_state):
16898         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16899         (gst_ring_buffer_may_start):
16900         * gst-libs/gst/audio/gstringbuffer.h:
16901         Only start playback if we are playing.
16902         should fix #330748.
16903
16904 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16905
16906         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16907         * win32/common/config.h:
16908           Revert accidental commits to these files.
16909
16910 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16911
16912         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16913
16914         * tests/Makefile.am:
16915           Don't try to build tests in tests/icles if we
16916           don't have X (#323852)
16917
16918 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16919
16920         * gst-libs/gst/tag/gstid3tag.c:
16921           Add TXXX frame identifiers for replaygain stuff as used
16922           by some taggers (see #323721).
16923
16924 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16925
16926         * gst/playback/gststreamselector.c:
16927         (gst_stream_selector_set_property),
16928         (gst_stream_selector_bufferalloc):
16929           Preserve the existing buggy streamselector behaviour by performing
16930           a fallback buffer allocation when downstream isn't linked yet.
16931           This should really be fixed in playbin by blocking pads until it's
16932           linked them.
16933           Also, use gst_pad_alloc_buffer instead of
16934           gst_pad_alloc_buffer_and_set.
16935
16936 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16937
16938         * gst-libs/gst/tag/gstid3tag.c:
16939           Don't crash on unknown ID3v2 TXXX frames.
16940           
16941 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16942
16943         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16944           Chain up to the parent finalize method.
16945           Add 32-bit sample size to the template caps.
16946
16947         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16948         (gst_riff_create_video_template_caps):
16949           Add the fourcc that the VMWare codec uses.
16950           
16951         * gst/playback/gststreamselector.c:
16952         (gst_stream_selector_set_property),
16953         (gst_stream_selector_bufferalloc),
16954         (gst_stream_selector_request_new_pad):
16955           For the active pad, forward buffer-alloc requests, otherwise
16956           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16957           having to memcpy every frame when used by playbin.
16958
16959         * gst/tcp/gstmultifdsink.c:
16960         (gst_multi_fd_sink_handle_client_write):
16961           Get negotiated caps from the sink pad, rather than the sink
16962           pad's peer.
16963
16964 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16965
16966         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16967         
16968         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16969           Don't forget to set src->callbacks_pushed to FALSE again when
16970           popping them, otherwise re-activation in a different mode won't
16971           work (#334620).
16972
16973 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16974
16975         Patch by: Sebastien Moutte  <sebastien moutte net>
16976
16977         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16978         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16979         (gst_ffmpeg_smpfmt_to_caps):
16980           Replace __VA_ARGS__ caps creation macros with varargs functions.
16981           Makes things compile on MSVC (#320765), looks nicer, and we can
16982           tell the compiler to check for the NULL terminator.
16983
16984 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16985
16986         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16987
16988         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16989           Make sure the buffer we copy into is really always big
16990           enough, this time for real (#333488).
16991           
16992 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16993
16994         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16995           Add support for 24bpp DIB (#305279).
16996
16997 2006-03-14  Wim Taymans  <wim@fluendo.com>
16998
16999         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
17000         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17001         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
17002         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17003         (gst_video_scale_init), (gst_video_scale_src_event):
17004         Re-enable QoS after the release.
17005         Rework videoscale to use the base class src_event handler.
17006
17007 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17008
17009         * configure.ac:
17010           back to CVS.
17011
17012 === release 0.10.5 ===
17013
17014 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
17015
17016         * configure.ac:
17017           releasing 0.10.5, "Net"
17018
17019 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17020
17021         * docs/plugins/Makefile.am:
17022           Part of previous cdparanoiasrc docs fixes, forgot to commit.
17023           
17024 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17025
17026         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17027         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17028         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17029           Add cdparanoiasrc to docs.
17030
17031         * gst-libs/gst/cdda/gstcddabasesrc.c:
17032           More GstCddaBaseSrc docs.
17033
17034 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17035
17036         * docs/libs/gst-plugins-base-libs-sections.txt:
17037         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
17038         * gst-libs/gst/tag/tag.h:
17039           API: libgsttag: new method gst_tag_from_id3_user_tag().
17040
17041 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17042
17043         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17044           NULL-terminate array of mpeg4 video file extensions.
17045           Fixes crash on PPC (#334226).
17046
17047 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17048
17049         * ext/gnomevfs/gstgnomevfssrc.c:
17050         (gst_gnome_vfs_src_check_get_range):
17051           gnome_vfs_uri_is_local() alone is not a good indicator
17052           whether we can operate in pull-mode with a specific URI,
17053           as it returns FALSE for file:// URIs that point to an
17054           NFS-mounted path. Be more conservative here: whitelist
17055           local files, blacklist http URIs and use the old
17056           mechanism for anything else (fixes #334216).
17057
17058 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17059
17060         * configure.ac:
17061           back to trunk
17062
17063 === release 0.10.4 ===
17064
17065 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
17066
17067         * configure.ac:
17068           releasing 0.10.4, "Power"
17069
17070 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
17071
17072         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17073         Disable max-lateness by setting it to -1 for now, so that 
17074         we can bed QoS stuff in thoroughly between now and the next
17075         release.
17076
17077 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17078
17079         Patch by: Fabrizio Gennari
17080
17081         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17082           Make sure we don't read beyond the palette buffer in case of
17083           broken or manipulated files (#333488)
17084
17085 2006-03-10  Edward Hervey  <edward@fluendo.com>
17086
17087         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17088         Fix for variable not initialized.
17089
17090 2006-03-09  Wim Taymans  <wim@fluendo.com>
17091
17092         * ext/libvisual/visual.c: (gst_visual_get_type),
17093         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17094         (gst_visual_chain):
17095         Small cleanups.
17096
17097         * ext/theora/gsttheoradec.h:
17098         * ext/theora/theoradec.c: (gst_theora_dec_init),
17099         (gst_theora_dec_reset), (_theora_granule_time),
17100         (theora_dec_src_convert), (theora_dec_sink_convert),
17101         (theora_dec_src_query), (theora_dec_src_event),
17102         (theora_dec_sink_event), (theora_handle_comment_packet),
17103         (theora_handle_header_packet), (theora_dec_push),
17104         (theora_handle_data_packet), (theora_dec_chain),
17105         (theora_dec_change_state):
17106         Add simple QoS.
17107
17108 2006-03-09  Wim Taymans  <wim@fluendo.com>
17109
17110         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17111         (audiocast_register_listener), (gst_gnome_vfs_src_start):
17112         Some cleanups.
17113
17114 2006-03-09  Wim Taymans  <wim@fluendo.com>
17115
17116         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17117         Don't try to activate NULL chains.
17118
17119 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17120
17121         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17122           Fix invalid memory access to region before peek'd data (#332964).
17123
17124 2006-03-09  Wim Taymans  <wim@fluendo.com>
17125
17126         Patch by: Christophe Fergeau
17127
17128         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17129         * ext/pango/gsttextrender.c: (gst_text_render_init):
17130         * gst/adder/gstadder.c: (gst_adder_init):
17131         Don't leak padtemplates, closes #333510.
17132
17133 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17134
17135         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17136           Fix invalid memory access: make sure string passed to
17137           regexec() is NUL-termianted.
17138
17139 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17140
17141         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17142         (mp3_type_find):
17143           Refactor mpeg/audio typefinding to make it more maintainable
17144           and easier to fine-tune. Make probing into middle of the file
17145           work properly (fixes #333900, also see #152688).
17146
17147 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17148
17149         * gst/typefind/gsttypefindfunctions.c:
17150         (utf8_type_find_have_valid_utf8_at_offset):
17151           Remove part from previous commit that was bogus:
17152           g_utf8_validate() does in fact not accept embedded
17153           zeroes, so we don't need to check for those (thanks
17154           to Mike for the hint).
17155
17156 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17157
17158         * gst/typefind/gsttypefindfunctions.c:
17159         (utf8_type_find_count_embedded_zeroes),
17160         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17161           Make plain/text typefinder more conservative: firstly, check
17162           for embedded zeroes, which are perfectly valid UTF-8 characters,
17163           but also a fairly good sign that something is not a plain text
17164           file; secondly, probe into the middle of the file if possible.
17165           If we can't probe into the middle, limit the probability value
17166           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17167
17168 2006-03-08  Michael Smith  <msmith@fluendo.com>
17169
17170         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17171           Make typefind function name for mpeg4 video unique.
17172
17173 2006-03-08  Wim Taymans  <wim@fluendo.com>
17174
17175         * ext/libvisual/visual.c: (gst_visual_init),
17176         (gst_visual_clear_actors), (gst_visual_dispose),
17177         (gst_visual_reset), (gst_visual_src_setcaps),
17178         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17179         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17180         (gst_visual_chain), (gst_visual_change_state):
17181         Cleanups, post nice errors.
17182         Handle sink and src events.
17183         Implement simple QoS.
17184
17185         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17186         Use new basesink methods to configure max-lateness.
17187         Small doc update.
17188
17189         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17190         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17191         Debug statement cleanups.
17192
17193         * gst/volume/gstvolume.c: (gst_volume_class_init):
17194         Simple cleanup.
17195
17196 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17197
17198         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17199         (gst_text_overlay_init), (gst_text_overlay_set_property),
17200         (gst_text_overlay_get_property):
17201           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17202           as string type properties, but mark them deprecated. Add
17203           'halignment' and 'valignment' properties that use enums
17204           instead of strings.
17205
17206 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17207
17208         Patch by: Fabrizio Gennari
17209
17210         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17211           Allow palettes with less than 256 colours in AVI files
17212           (#333488)
17213
17214 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17215
17216         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17217         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17218         pad. We were releasing the queued text buffer when we should keep
17219         it until video pad gets EOS or discard the text buffer because it's
17220         too old. That was eating the last subtitle buffer. Add some more
17221         debug.
17222
17223 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17224
17225         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17226         (gst_text_overlay_video_chain):
17227           Fix invalid memory access (we can't access a buffer after it's been
17228           pushed downstream without taking a reference); fix memory leak (if
17229           there's no text to render, bail out before allocating stuff).
17230
17231 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17232
17233         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17234         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17235         * ext/pango/gsttextoverlay.h:
17236           If input is plain text, escape it before passing it to
17237           pango_layout_set_markup().
17238
17239 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17240
17241         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17242           Don't ignore flow return from gst_pad_push().
17243
17244 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17245
17246         Patch by: Fabrizio Gennari
17247
17248         * ext/libvisual/visual.c: (gst_visual_getcaps),
17249         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17250         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17251         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17252         (gst_vorbisenc_convert_sink):
17253         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17254         (gst_audio_duration_from_pad_buffer):
17255         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17256         (gst_audio_filter_chain):
17257         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17258         (gst_base_rtp_depayload_setcaps):
17259         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17260         (gst_video_get_size):
17261         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17262           Don't leak references returned by gst_pad_get_parent()
17263           (#333663)
17264
17265 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17266
17267         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17268           change location param details
17269         * gst/volume/gstvolume.c: (plugin_init):
17270           correct plugin description
17271
17272 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17273
17274         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17275         (gst_gnome_vfs_src_check_get_range):
17276           Override GstBaseSrc::check_get_range() in order to avoid opening
17277           the resource just to check whether we can operate in pull-mode or
17278           not - we can predict that pretty well from the URI alone. Should
17279           fix problems with last.fm (#331690). (Requires latest core CVS).
17280
17281 2006-03-06  Wim Taymans  <wim@fluendo.com>
17282
17283         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17284         (gst_video_sink_class_init):
17285         Throw away frames that are later than 20 ms.
17286
17287 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17288
17289         Patch by: Fabrizio Gennari
17290
17291         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17292           Set depth on WMA caps (#333545)
17293
17294 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17295
17296         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17297         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17298           put Theora BOS pages before others.  This hardcodes
17299           the Ogg/Theora I profile, but hey.
17300
17301 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17302
17303         * ext/ogg/README:
17304           updated with some examples
17305         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17306         (granulepos_add), (theora_buffer_from_packet):
17307         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17308         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17309         (gst_vorbisenc_chain):
17310           implement strategy from ext/ogg/README
17311         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17312         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17313         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17314         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17315           Fix muxer so that oggz-validate is happy with all streams;
17316           except for no eos mark, and the BOS page ordering
17317         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17318         (check_buffer_granulepos):
17319         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17320           update tests to check for OFFSET being set as requested
17321           fixed type of granulepos, it's not a ClockTime
17322
17323 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17324
17325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17326         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17327         Check that the xvimage we are creating has a correct size
17328         before returning it. (#314897)
17329
17330 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17331
17332         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17333           Give id3 and ape tag typefinders a rank slightly higher
17334           than PRIMARY to ensure they're always run before any of
17335           the other typefinders (in particular wav and mp3) (#324186).
17336
17337 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17338
17339         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17340           Add support for '3IVD' fourcc (#333403).
17341
17342 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17343
17344         * configure.ac:
17345           Bump requirements to GStreamer CVS for the new error enum.
17346
17347         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17348           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17349           space left on the device (fixes #333352).
17350
17351 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17352
17353         * win32/vs6:
17354           add a project file for libgstvolume
17355           update the workspace
17356
17357 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17358
17359         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17360         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17361         (GST_START_TEST):
17362           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17363           Set IN_CAPS on header buffers
17364
17365 2006-03-02  Wim Taymans  <wim@fluendo.com>
17366
17367         * docs/plugins/Makefile.am:
17368         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17369         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17370         Add audioresample to docs.
17371
17372         * gst/audioconvert/gstaudioconvert.c:
17373         Add revision date.
17374
17375         * gst/audioresample/gstaudioresample.c:
17376         (gst_audioresample_base_init), (gst_audioresample_class_init),
17377         (gst_audioresample_init), (gst_audioresample_dispose),
17378         (audioresample_get_unit_size), (audioresample_transform_caps),
17379         (resample_set_state_from_caps), (audioresample_transform_size),
17380         (audioresample_set_caps), (audioresample_event),
17381         (audioresample_do_output), (audioresample_transform),
17382         (audioresample_pushthrough), (gst_audioresample_set_property),
17383         (gst_audioresample_get_property), (plugin_init):
17384         * gst/audioresample/gstaudioresample.h:
17385         Added docs.
17386         Small code cleanups.
17387
17388 2006-03-02  Wim Taymans  <wim@fluendo.com>
17389
17390         * docs/plugins/Makefile.am:
17391         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17392         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17393         Added videoscale to docs.
17394
17395         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17396         (gst_video_rate_swap_prev), (gst_video_rate_event),
17397         (gst_video_rate_chain):
17398         Fix typo in docs.
17399
17400         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17401         (gst_video_scale_init), (gst_video_scale_prepare_size),
17402         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17403         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17404         * gst/videoscale/gstvideoscale.h:
17405         Added docs, examples.
17406         Some code cleanups.
17407         Post errors instead of g_warning.
17408
17409 2006-03-02  Wim Taymans  <wim@fluendo.com>
17410
17411         * docs/libs/gst-plugins-base-libs-docs.sgml:
17412         * docs/libs/gst-plugins-base-libs-sections.txt:
17413         * docs/libs/gst-plugins-base-libs.types:
17414         * docs/plugins/Makefile.am:
17415         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17416         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17417         Added some more docs to libs and plugins.
17418
17419         * gst-libs/gst/audio/gstringbuffer.c:
17420         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17421         * gst-libs/gst/audio/gstringbuffer.h:
17422         Document ringbuffer some more.
17423
17424         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17425         (gst_video_rate_setcaps), (gst_video_rate_reset),
17426         (gst_video_rate_init), (gst_video_rate_flush_prev),
17427         (gst_video_rate_swap_prev), (gst_video_rate_event),
17428         (gst_video_rate_chain), (gst_video_rate_change_state):
17429         * gst/videorate/gstvideorate.h:
17430         Fix videorate to use segments.
17431         Make it work with 0/1 framerates (closes #331903)
17432         Handle EOS correctly.
17433         Added docs.
17434
17435 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17436
17437         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17438         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17439         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17440           In state change function, first chain up to parent class,
17441           then handle downwards state change stuff. Remove some
17442           commented out cruft from 0.8 code.
17443
17444 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17445
17446         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17447         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17448         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17449         (gst_ogm_parse_chain):
17450           Don't remove/re-add source pad if the new caps are the same as
17451           the old caps anyway (#333042). When removing source pad, don't
17452           unref it afterwards - we didn't ref it when adding. Sprinkle some
17453           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17454           after using gst_pad_get_parent(). Return downstream flow return
17455           value in chain function.
17456
17457 2006-03-02  Wim Taymans  <wim@fluendo.com>
17458
17459         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17460         * docs/plugins/gst-plugins-base-plugins.args:
17461         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17462         * docs/plugins/gst-plugins-base-plugins.interfaces:
17463         * docs/plugins/gst-plugins-base-plugins.signals:
17464         Fix hierarchy, added some more elements to the docs.
17465
17466         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17467         (gst_ffmpegcsp_get_type):
17468         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17469         Fix docs for ffmpegcolorspace.
17470
17471 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17472
17473         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17474         (apetag_type_find), (ape_type_find), (plugin_init):
17475           Some typefinding fine-tuning:
17476           - rank ID3/APE tags in order of preference via probabilities, so that
17477             ID3v2 > APEv2 > APEv1 > ID3v1.
17478           - three or four bytes don't really justify MAXIMUM probability,
17479             change those to 'very likely' (musepack and monkeysaudio).
17480
17481 2006-03-01  Wim Taymans  <wim@fluendo.com>
17482
17483         * docs/plugins/Makefile.am:
17484         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17485         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17486         * ext/alsa/gstalsamixer.c:
17487         * ext/alsa/gstalsamixer.h:
17488         * ext/alsa/gstalsamixerelement.c:
17489         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17490         * ext/alsa/gstalsamixerelement.h:
17491         * ext/alsa/gstalsasink.c:
17492         * ext/alsa/gstalsasink.h:
17493         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17494         (gst_alsasrc_init):
17495         * ext/alsa/gstalsasrc.h:
17496         Added alsa docs.
17497         Small code cleanups.
17498
17499 2006-03-01  Wim Taymans  <wim@fluendo.com>
17500
17501         * ext/theora/Makefile.am:
17502         Dist new header too,
17503
17504 2006-03-01  Wim Taymans  <wim@fluendo.com>
17505
17506         * docs/plugins/Makefile.am:
17507         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17508         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17509         * ext/gnomevfs/gstgnomevfssink.h:
17510         * ext/gnomevfs/gstgnomevfssrc.h:
17511         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17512         * ext/vorbis/vorbisdec.h:
17513         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17514         * ext/vorbis/vorbisenc.h:
17515         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17516         (vorbis_parse_chain), (vorbis_parse_change_state):
17517         * ext/vorbis/vorbisparse.h:
17518         * gst/audioconvert/gstaudioconvert.h:
17519         * gst/tcp/gsttcpserversink.h:
17520         * gst/videotestsrc/gstvideotestsrc.c:
17521         * gst/videotestsrc/gstvideotestsrc.h:
17522         * gst/volume/gstvolume.c:
17523         * gst/volume/gstvolume.h:
17524         Fix some more docs.
17525         Added docs for vorbisdec and vorbisparse.
17526         Fix vorbisparse.
17527
17528 2006-03-01  Wim Taymans  <wim@fluendo.com>
17529
17530         * docs/plugins/Makefile.am:
17531         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17532         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17533         * ext/pango/gstclockoverlay.h:
17534         * ext/pango/gsttextoverlay.h:
17535         * ext/pango/gsttextrender.h:
17536         * ext/pango/gsttimeoverlay.h:
17537         * ext/theora/gsttheoradec.h:
17538         * ext/theora/gsttheoraenc.h:
17539         * ext/theora/theoradec.c:
17540         * ext/theora/theoraenc.c:
17541         * gst/audioconvert/gstaudioconvert.h:
17542         * gst/audiotestsrc/gstaudiotestsrc.h:
17543         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17544         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17545         * gst/tcp/gstmultifdsink.h:
17546         Updated/added documentation.
17547
17548         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17549         (gst_text_overlay_halign_get_type),
17550         (gst_text_overlay_wrap_mode_get_type),
17551         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17552         (gst_text_overlay_init), (gst_text_overlay_set_property),
17553         (gst_text_overlay_get_property):
17554         Fix up properties to be enums instead of string to make bindings,
17555         introspection and automatic GUI creation possible.
17556         Add getters for the properties.
17557
17558 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17559
17560         * gst/audiotestsrc/gstaudiotestsrc.c:
17561           added defines of M_PI and M_PI_2
17562         * gst/ffmpegcolorspace/avcodec.h:
17563           removed #include "stdint.h" for win32 as _stdint.h is 
17564           autogenerated to win32/common
17565         * win32/common/libgstaudio.def:
17566         * win32/common/libgsttag.def:
17567           added some exports
17568         * win32/vs6:
17569           some project files bugs corrected
17570         * win32/vs7:
17571           project files are reset to the default vs7 configuration 
17572           (they link to msvcr71.dll using default optimizations)
17573           
17574 2006-02-28  Wim Taymans  <wim@fluendo.com>
17575
17576         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17577         Fix some docs.
17578
17579 2006-02-28  Edward Hervey  <edward@fluendo.com>
17580
17581         * ext/alsa/gstalsasrc.c:
17582         Set proper class on the ElementDetails:
17583         Source/Audio instead of Src/Audio/
17584
17585 2006-02-28  Edward Hervey  <edward@fluendo.com>
17586
17587         * gst/videoscale/vs_scanline.c:
17588         (vs_scanline_resample_nearest_RGBA):
17589         Revert optimization in videoscale. It should go in liboil and have
17590         an appropriate liboil function.
17591
17592 2006-02-28  Wim Taymans  <wim@fluendo.com>
17593
17594         * gst-libs/gst/audio/gstbaseaudiosink.c:
17595         (gst_base_audio_sink_provide_clock):
17596         Don't try to provide a clock in the NULL state.
17597
17598 2006-02-28  Wim Taymans  <wim@fluendo.com>
17599
17600         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17601         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17602         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17603         (gst_ogg_demux_deactivate_current_chain),
17604         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17605         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17606         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17607         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17608         Use GstSegment infrastructure to remove duplicated code
17609         and handle more seek cases correctly.
17610
17611 2006-02-28  Wim Taymans  <wim@fluendo.com>
17612
17613         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17614         (gst_ffmpegcsp_transform):
17615         Don't ignore return code from ffmpeg convert function.
17616
17617         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17618         Split out some long statements to ease debugging.
17619
17620 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17621
17622         * ext/libvisual/visual.c: (gst_visual_init),
17623         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17624         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17625         being able to renegotiate the size. Instead, use the negotiation
17626         algorithm from the goom plugin to pick an initial output caps. 
17627
17628         Also, allow theoretical libvisual plugins that might support non-GL 
17629         output even if they also do GL.
17630
17631 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17632
17633         * ext/libvisual/visual.c: (gst_visual_init),
17634         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17635         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17636         possible negotiation issues.
17637
17638 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17639
17640         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17641
17642 2006-02-24  Michael Smith  <msmith@fluendo.com>
17643
17644         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17645         (cmml_type_find), (plugin_init):
17646           Fix CMML type find function to not require a specific minor version
17647           of the CMML header.
17648
17649           Add an MPEG4 video elementary stream typefind function.
17650
17651 2006-02-04  Michael Smith  <msmith@fluendo.com>
17652
17653         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17654         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17655         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17656         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17657         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17658         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17659           Annodex support in ogg demuxer. Doesn't do very much without the
17660           other annodex patches (to come).
17661
17662 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17663
17664         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17665
17666         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17667           Pick up palette for MS video v1 (#327028)
17668
17669 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17670
17671         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17672         (gst_ffmpegcsp_caps_remove_format_info),
17673         (gst_ffmpegcsp_get_unit_size):
17674           The 'palette_data' field from incoming RGB caps shouldn't be
17675           proxied on outgoing YUV caps; also, restrict unit size
17676           adjustment in case of paletted data only to the unit that
17677           actually has a palette. Fixes #330711.
17678
17679 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17680
17681         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17682         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17683         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17684         (gst_ffmpegcsp_get_unit_size):
17685           Plug some memory leaks.
17686
17687 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17688
17689         * sys/ximage/Makefile.am:
17690         * sys/xvimage/Makefile.am:
17691           Add some _CFLAGS and _LIBS that seem to be missing
17692           and/or required for Cygwin (see #317048).
17693
17694 2006-02-22  Wim Taymans  <wim@fluendo.com>
17695
17696         * ext/alsa/gstalsasrc.c:
17697         Fix description as pointed out by caugier.
17698
17699 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17700
17701         Reviewed by : Edward Hervey  <edward@fluendo.com>
17702
17703         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17704         (qt_type_find):
17705         Better 3gp typefinding (#331526).
17706
17707 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17708
17709         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17710           Don't send EOS event here, the base class will send one for us.
17711
17712         * gst/playback/gstplaybasebin.c: (prepare_output):
17713           Subpictures without video stream aren't allowed either.
17714         
17715         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17716           Fix debug statement copy'n'paste-o.
17717
17718 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17719
17720         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17721           Fix issues with mixer keeping state when muting/unmuting
17722           and when changing the volume whilst muted (see #331763
17723           and #331765).
17724
17725 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17726
17727         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17728         (parse_subrip), (gst_sub_parse_format_autodetect):
17729           Set right caps given that we send escaped text. Also,
17730           honour <i></i>, <b></b> and <u></u> markers that can be found
17731           in .srt files (fixes #310202).
17732
17733 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17734
17735         * gst-libs/gst/audio/mixerutils.c:
17736         (element_factory_rank_compare_func):
17737           Make order in which elements are tried more determinable.
17738
17739 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17740
17741         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17742         (remove_element_chain), (cleanup_decodebin),
17743         (gst_decode_bin_change_state): Make decodebin reusable by
17744         fixing remove_element_chain first and then introduce a
17745         cleaner in state change to ->NULL. (Closes #331678)
17746
17747 2006-02-19  Wim Taymans  <wim@fluendo.com>
17748
17749         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17750         use 0666 mask when creating files so umask gets applied
17751         correctly. Fixes #331295.
17752
17753 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17754
17755         * gst/subparse/Makefile.am:
17756         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17757         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17758         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17759         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17760         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17761         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17762         * gst/subparse/gstssaparse.h:
17763         * gst/subparse/gstsubparse.c: (plugin_init):
17764           Add very basic parser for SSA subtitle streams (as often
17765           found in matroska files).
17766
17767 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17768
17769         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17770           That should be text/x-pango-markup, not text/x-pango-layout.
17771
17772 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17773
17774         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17775         Polishing.
17776
17777 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17778
17779         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17780         (gst_text_overlay_finalize), (gst_text_overlay_init),
17781         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17782         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17783         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17784         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17785         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17786         Fix state change deadlock.
17787
17788 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17789
17790         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17791         (gst_text_overlay_finalize), (gst_text_overlay_init),
17792         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17793         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17794         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17795         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17796         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17797         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17798         and subtitles files.
17799
17800 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17801
17802         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17803         should be considered as raw.
17804
17805 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17806
17807         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17808         (cb_probe):
17809         * gst/playback/gststreaminfo.h: Introduce language informations.
17810
17811 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17812
17813         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17814         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17815         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17816         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17817         Set shared memory segments to be deleted as soon as we have attached,
17818         that way they get cleaned up automatically if we crash.
17819
17820 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17821
17822         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17823         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17824         functions are called with lock held.
17825
17826 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17827
17828         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17829         (gst_text_overlay_finalize), (gst_text_overlay_init),
17830         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17831         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17832         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17833         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17834         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17835         (gst_text_overlay_change_state): Refactoring of textoverlay
17836         without collectpads. This now supports sparse subtitles coming
17837         from a demuxer instead of a sub file. Seeking is still broken 
17838         though. Need to discuss with wtay some more on how to handle
17839         seeking correctly.
17840         * ext/pango/gsttextoverlay.h:
17841         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17842         subtitles coming from the demuxer.
17843
17844 2006-02-17  Wim Taymans  <wim@fluendo.com>
17845
17846         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17847         (gst_vorbisenc_convert_sink):
17848         Use some more scaling functions.
17849
17850 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17851
17852         * ext/cdparanoia/gstcdparanoiasrc.c:
17853         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17854         (gst_cd_paranoia_paranoia_callback),
17855         (gst_cd_paranoia_src_signal_is_being_watched),
17856         (gst_cd_paranoia_src_read_sector):
17857         * ext/cdparanoia/gstcdparanoiasrc.h:
17858           Add back 'transport-error' and 'uncorrected-error' signals and
17859           make them actually be fired when bad stuff happens (#319340).
17860
17861 2006-02-17  Wim Taymans  <wim@fluendo.com>
17862
17863         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17864         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17865         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17866         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17867         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17868         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17869         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17870         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17871         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17872         (gst_ring_buffer_clear):
17873         Small cleanups.
17874         Added some G_LIKELY.
17875
17876 2006-02-17  Wim Taymans  <wim@fluendo.com>
17877
17878         * gst-libs/gst/audio/TODO:
17879         Update TODO
17880
17881         * gst-libs/gst/audio/gstbaseaudiosink.c:
17882         (gst_base_audio_sink_get_offset):
17883         When trying to play samples ASAP and we don't have a
17884         previous sample, try to play at position 0 instead of
17885         an invalid position.
17886
17887 2006-02-17  Wim Taymans  <wim@fluendo.com>
17888
17889         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17890         (gst_alsasink_reset):
17891         Also release lock when we get an error in _reset();
17892         fix an error message.
17893
17894 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17895
17896         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17897         (gst_alsasink_init), (get_channel_free_structure),
17898         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17899         (gst_alsasink_close):
17900         * ext/alsa/gstalsasink.h:
17901           Add support for more than 2 channels (#326720).
17902
17903 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17904
17905         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17906           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17907           with 4 or 6 channels, assume a default channel layout to make things
17908           work (not sure there's anything else we can do in those cases).
17909
17910 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17911
17912         * gst-libs/gst/audio/multichannel.c:
17913           Minor docs fix.
17914
17915         * gst-libs/gst/riff/Makefile.am:
17916         * gst-libs/gst/riff/riff-ids.h:
17917         * gst-libs/gst/riff/riff-media.c:
17918         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17919           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17920           channels and a channel layout map.
17921           
17922 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17923
17924         Reviewed by Edward Hervey  <edward@fluendo.com>
17925
17926         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17927         C-level optimization of the RGBA nearest neighbour function.
17928         Eventually this might end up in liboil with vectorized versions.
17929
17930 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17931
17932         * gst-libs/gst/audio/multichannel.c:
17933         (gst_audio_get_channel_positions):
17934           When we have more than 2 channels, but no channel layout is
17935           specified in the caps, return some default channel layout
17936           to the caller and warn about about a possibly buggy element
17937           (could be buggy filtercaps as well of course) (#317038).
17938
17939 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17940
17941         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17942           Add gst-libs/gst/cdda to list of lib search paths.
17943
17944 2006-02-15  Andy Wingo  <wingo@pobox.com>
17945
17946         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17947         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17948         to the Lord Jesus that I do not have to touch the ogg muxer ever
17949         again.
17950
17951 2006-02-15  Edward Hervey  <edward@fluendo.com>
17952
17953         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17954         quicktime movie files can also contain 'uuid' atoms.
17955
17956 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17957
17958         * gst/audioconvert/plugin.c: (plugin_init):
17959           Register the GstAudioChannelPosition enum type with the type
17960           system in the plugin_init function, so that it is known before
17961           any element actually makes use of multi-channel stuff. This is
17962           required for example if one wants to be able to deserialise/use
17963           a caps string with channel positions before any pipeline has
17964           been setup and started, like with gst-launch.
17965
17966 2006-02-14  Wim Taymans  <wim@fluendo.com>
17967
17968         * gst-libs/gst/audio/gstringbuffer.c:
17969         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17970         (gst_ring_buffer_samples_done), (wait_segment),
17971         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17972         Add some compiler G_(UN_)LIKELY help.
17973         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17974         make sure they can exit their functions. Should fix #330748
17975
17976 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17977
17978         * Makefile.am:
17979         * configure.ac:
17980         * win32/MANIFEST:
17981         * win32/common/_stdint.h:
17982           Windows does not have long long; copy the generated _stdint.h
17983         * win32/common/interfaces-enumtypes.c:
17984         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17985         (gst_mixer_track_flags_get_type),
17986         (gst_tuner_channel_flags_get_type):
17987         * win32/common/multichannel-enumtypes.c:
17988         (gst_audio_channel_position_get_type):
17989           update
17990
17991 2006-02-13  Wim Taymans  <wim@fluendo.com>
17992
17993         * gst-libs/gst/audio/gstbaseaudiosink.c:
17994         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17995         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17996         Always sync on first sample we receive when starting.
17997
17998 2006-02-13  Wim Taymans  <wim@fluendo.com>
17999
18000         * gst/playback/gstplaybin.c: (gen_vis_element):
18001         Update vis bin docs.
18002         Move queue after tee so we don't queue video buffers but
18003         audio samples instead. Fixes problems where the video queue
18004         is filled and the audio queue empty.
18005
18006 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
18007
18008         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
18009           No need to push an EOS event here, GstBaseSrc will do that for us
18010           when we return FLOW_UNEXPECTED.
18011           
18012 2006-02-12  Wim Taymans  <wim@fluendo.com>
18013
18014         * gst-libs/gst/audio/gstbaseaudiosink.c:
18015         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
18016         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
18017         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18018         Use scale functions when possible.
18019         Fix error messages.
18020         Free clockid when after waiting for EOS.
18021         Use G_(UN_)LIKLY when it makes sense.
18022         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
18023
18024 2006-02-12  Edward Hervey  <edward@fluendo.com>
18025
18026         * gst/playback/gstplaybasebin.c: (prepare_output): 
18027         Remove stray semi-colon (fixes #330888).
18028
18029 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
18030
18031         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
18033         Fix up the XShm call testing so that we catch errors, and don't
18034         cause new ones by attempting to detach from a segment we failed
18035         to attach to. Fixes #312439.
18036
18037 2006-02-10  Edward Hervey  <edward@fluendo.com>
18038
18039         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18040         Added flv file typefind (video/x-flv).
18041
18042 2006-02-10  Edward Hervey  <edward@fluendo.com>
18043
18044         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18045         (gst_riff_create_video_template_caps):
18046         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
18047         Also added the caps to the default set of riff video caps.
18048
18049 2006-02-09  Andy Wingo  <wingo@pobox.com>
18050
18051         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
18052         time and the end time of the last packet in the page.
18053         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
18054         on the pages in our queue, set the duration as well. Reflow a
18055         debug statement.
18056         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
18057         Fixes bad muxing order.
18058
18059 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18060
18061         * gst-libs/gst/rtp/gstbasertppayload.c:
18062         (gst_basertppayload_setcaps), (gst_basertppayload_push):
18063           update seqnum before setting it on the packet; this makes sure
18064           that the timestamp and seqnum properties match after pushing
18065           a buffer
18066
18067 2006-02-09  Andy Wingo  <wingo@pobox.com>
18068
18069         * gst-libs/gst/audio/gstringbuffer.c
18070         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
18071         overflow after 13.5 hours of recording. Kapow!
18072
18073         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18074         the buffer size -- we don't care about underrun/overrun reporting
18075         right now, just need to return a useful value.
18076
18077 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18078
18079         * configure.ac:
18080           Back to CVS
18081
18082 === release 0.10.3 ===
18083
18084 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18085
18086         * configure.ac:
18087           releasing 0.10.3, "Under Pressure"
18088
18089 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18090
18091         * configure.ac:
18092         Drat. Bump libtool version number for new API.
18093         Prelease 0.10.2.3 (of 0.10.3)
18094
18095 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18096
18097         * configure.ac:
18098         * win32/common/config.h:
18099         0.10.2.2 prerelease (of 0.10.3).
18100
18101 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18102
18103         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18104           Revert Andy's newsegment change pending a more correct
18105           fix.
18106
18107 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18108
18109         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18110         (qt_type_find), (plugin_init):
18111           detect more files as 3gp
18112           group and reorder the iso file formats
18113
18114 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18115
18116         * ext/vorbis/vorbis.c: (plugin_init):
18117           Register musicbrainz tags, so apps don't have to.
18118
18119 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18120
18121         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18122         (gst_tag_to_vorbis_tag):
18123           Make sure we called gst_tag_register_musicbrainz_tags()
18124           before possibly mapping a vorbiscomment string from/to a
18125           musicbrainz tag.
18126
18127 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18128
18129         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18130           In case we can't find the required number of consecutive
18131           mpeg audio frames to positively identify an MPEG audio
18132           stream, check if there's at least a valid mpeg audio
18133           frame right at offset 0 and if so suggest mpeg/audio
18134           caps with a very low probability (#153004).
18135
18136 2006-02-07  Andy Wingo  <wingo@pobox.com>
18137
18138         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18139         a TIME segment if we get timestamped buffers. Requires recent
18140         fixes in core to work properly.
18141
18142 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18143
18144         * gst/playback/gstplaybasebin.c: (prepare_output):
18145           Don't print the URI as part of the error message, it
18146           makes error dialogs look rather ugly, especially if
18147           the URI is very long or has characters in it that
18148           need escaping.
18149
18150 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18151
18152         * gst/playback/gstplaybasebin.c: (prepare_output):
18153           Error out if we have only text or subtitles, but nothing
18154           else. Also error out if we have subtitles but no video
18155           stream.
18156
18157 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18158
18159         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18160           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18161           Post an error message on the bus when we encounter an
18162           error, which will hopefully be more meaningful than the
18163           'Internal Flow Error' message users get to see if we
18164           just return GST_FLOW_ERROR.
18165
18166 2006-02-07  Andy Wingo  <wingo@pobox.com>
18167
18168         * configure.ac (GST_MAJORMINOR): Update core version req to
18169         0.10.2.2, for the collectpads API addition (#330244).
18170
18171 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18172
18173         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18174           Return FALSE from plugin_init() when GnomeVFS can't
18175           be initialised for some reason (#328423).
18176
18177 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18178
18179         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18180         Stick to seeking theory until i find the bug.
18181         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18182
18183 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18184
18185         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18186         (theora_enc_finalize), (theora_enc_sink_setcaps),
18187         (theora_set_header_on_caps), (theora_enc_chain),
18188         (theora_enc_change_state):
18189         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18190           Make theoraenc and the tests leak free. Like, really.
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           Add a finalize method to ensure we clean up state even if
18197           someone omitted the state change back to NULL.
18198
18199         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18200         (gst_vorbisenc_chain):
18201           Free some more leaked bits.
18202
18203         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18204         (stop_pipeline):
18205           Wait for state changes to happen if they're ASYNC.
18206
18207           This ought to teach those fancy pants buildbots a lesson.
18208
18209 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18210
18211         * gst-libs/gst/tag/gstid3tag.c:
18212           Add mapping for ID3 International Standard Recording Code
18213           tag "TSRC"
18214
18215 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18216
18217         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18218           Don't leak tag names.
18219
18220 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18221
18222         * docs/libs/gst-plugins-base-libs-docs.sgml:
18223         * docs/libs/gst-plugins-base-libs-sections.txt:
18224         * gst-libs/gst/tag/gstid3tag.c:
18225         * gst-libs/gst/tag/gstvorbistag.c:
18226         * gst-libs/gst/tag/tags.c:
18227           Split libgsttag docs into multiple sections.
18228
18229 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18230
18231         * docs/libs/Makefile.am:
18232         * docs/libs/gst-plugins-base-libs-docs.sgml:
18233         * docs/libs/gst-plugins-base-libs-sections.txt:
18234         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18235         * gst-libs/gst/tag/gstvorbistag.c:
18236         * gst-libs/gst/tag/tag.h:
18237         * gst-libs/gst/tag/tags.c:
18238           Add libgsttag to the docs.
18239
18240 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18241
18242         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18243         (gst_text_overlay_init), (gst_text_overlay_src_event),
18244         (gst_text_overlay_collected): Fix clockoverlay.
18245
18246 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18247
18248         * docs/libs/compiling.sgml:
18249           Fix typo: it's pkg-config, not pkg-gconfig
18250
18251         * docs/libs/gst-plugins-base-libs-docs.sgml:
18252         * docs/libs/gst-plugins-base-libs-sections.txt:
18253         * docs/libs/tmpl/gstgconf.sgml:
18254           There is no libgstgconf in 0.10, remove it
18255           from the docs.
18256
18257 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18258
18259         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18260         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18261         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18262         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18263         (gst_sub_parse_class_init), (gst_sub_parse_init),
18264         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18265         (parse_mpsub), (parser_state_init), (handle_buffer),
18266         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18267         * gst/subparse/gstsubparse.h: Introduce seeking code.
18268
18269 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18270
18271         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18272           Add comment about LANGUAGE tag inconsistency (we want
18273           ISO-639-1, but extract three-letter identifiers?)
18274
18275         * po/POTFILES.in:
18276           Add two translatable files.
18277
18278 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18279
18280         * gst-libs/gst/tag/Makefile.am:
18281         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18282         * gst-libs/gst/tag/tag.h:
18283         * gst-libs/gst/tag/tags.c:
18284         (gst_tag_register_musicbrainz_tags_internal),
18285         (gst_tag_register_musicbrainz_tags):
18286           Forward-port some tags stuff from the 0.8 branch. This is
18287           mostly the addition of musicbrainz tags and their mapping
18288           to vorbistags, and a vorbistag mapping of the language tag.
18289
18290 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18291
18292         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18293         refactoring.
18294
18295 2006-02-04  David Schleef  <ds@schleef.org>
18296
18297         * ext/ogg/gstoggmux.c:
18298         * gst/typefind/gsttypefindfunctions.c:
18299           Add Dirac typefinding and add dirac format to oggmux.
18300
18301 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18302
18303         * gst/playback/gstdecodebin.c: (try_to_link_1):
18304           Don't put essential function call into
18305           g_return_*() macro, otherwise it'll all be
18306           replaced by NOOPs when compiling with
18307           G_DISABLE_CHECKS defined.
18308
18309 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18310
18311         * ext/ogg/gstoggdemux.c:
18312         * ext/ogg/gstoggparse.c:
18313         * gst/tcp/gsttcpserversink.c:
18314         * sys/v4l/v4lsrc_calls.c:
18315         * sys/v4l/v4lsrc_calls.h:
18316         Just make it compile with --disable-gst-debug.
18317
18318 2006-02-03  Wim Taymans  <wim@fluendo.com>
18319
18320         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18321         (gst_alsasink_class_init), (gst_alsasink_init),
18322         (gst_alsasink_write), (gst_alsasink_reset):
18323         * ext/alsa/gstalsasink.h:
18324         Add lock to protect alsa calls.
18325         Implement reset to flush samples ASAP, does not work
18326         with dmix though.
18327
18328 2006-02-02  Wim Taymans  <wim@fluendo.com>
18329
18330         * gst-libs/gst/audio/gstbaseaudiosink.c:
18331         (gst_base_audio_sink_provide_clock):
18332         Ugh.. getting late I guess...
18333
18334 2006-02-02  Wim Taymans  <wim@fluendo.com>
18335
18336         * gst-libs/gst/audio/gstbaseaudiosink.c:
18337         (gst_base_audio_sink_provide_clock),
18338         (gst_base_audio_sink_set_property),
18339         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18340         Don't try to provide a clock when we are not negotiated since
18341         we might not be able to make it run.
18342
18343 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18344
18345         * gst/playback/gstdecodebin.c: (try_to_link_1):
18346           Unlinking two source pads is ... hard.
18347
18348 2006-02-02  Wim Taymans  <wim@fluendo.com>
18349
18350         * gst-libs/gst/audio/TODO:
18351         Updated.
18352
18353         * gst-libs/gst/audio/gstbaseaudiosink.c:
18354         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18355         On EOS, wait till the last sample is played before posting EOS.
18356
18357 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18358
18359         Patch by: Kai Vehmanen
18360         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18361           Adds ability to enable newsegment bypass by setting queue_delay to
18362           zero. Also avoid thread being started if queue_delay is zero.
18363
18364 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18365
18366         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18367           Make test work again by connecting fakesinks to each decoded pad,
18368           which makes the pipeline wait until each fakesink has a buffer
18369           queued before going to PAUSED state. At that point we know the
18370           decodebin pads are negotiated.
18371
18372 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18373
18374         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18375         (gst_cdda_base_src_handle_event):
18376         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18377           Pass unhandled queries to the parent class's query function.
18378
18379 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18380
18381         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18382         (gst_ogg_pad_src_query):
18383         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18384         * ext/theora/theoradec.c: (theora_dec_src_query),
18385         (theora_dec_sink_query):
18386         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18387         (vorbis_dec_sink_query):
18388         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18389         (gst_vorbisenc_sink_query):
18390         * gst/adder/gstadder.c: (gst_adder_query):
18391           Pass unhandled queries upstream instead of just
18392           dropping them (#326447). Also, fix supported
18393           query types list for some elements.
18394
18395 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18396
18397         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18398         (paris_type_find), (ilbc_type_find), (plugin_init):
18399           Fix typefinding for audio/x-au, audio/x-paris and
18400           audio/iLBC-sh. We cannot use the START_WITH macros
18401           here, because there can only be one typefind factory
18402           with the same name (caps), so the second one would
18403           replace the first one and the first one would never
18404           be called when doing typefinding (see #161712).
18405           
18406
18407 2006-01-31  Wim Taymans  <wim@fluendo.com>
18408
18409         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18410         (vorbis_handle_header_packet), (vorbis_dec_push),
18411         (vorbis_handle_data_packet):
18412         Use scale_int when we can, add some more scaling.
18413         Check packettype before parsing it.
18414
18415 2006-01-31  Wim Taymans  <wim@fluendo.com>
18416
18417         * ext/theora/theoradec.c: (_theora_granule_time),
18418         (theora_dec_src_convert), (theora_dec_sink_convert):
18419         Call right _scale functions.
18420         Use parameter instead of some other random value.
18421
18422 2006-01-31  Wim Taymans  <wim@fluendo.com>
18423
18424         * ext/theora/theoradec.c: (_theora_granule_frame),
18425         (_theora_granule_time), (_inc_granulepos),
18426         (theora_dec_src_convert), (theora_dec_sink_convert),
18427         (theora_handle_type_packet), (theora_handle_data_packet),
18428         (theora_dec_chain):
18429         Use higher precision timestamps calculation.
18430         Convert some other conversions to _scale.
18431
18432 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18433
18434         * gst/audiotestsrc/gstaudiotestsrc.c:
18435         (gst_audio_test_src_create_sine_table), (plugin_init):
18436         * gst/volume/gstvolume.c: (plugin_init):
18437           initialize gst_controller before using
18438
18439 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18440
18441         * tests/check/pipelines/theoraenc.c:
18442         * tests/check/pipelines/vorbisenc.c:
18443         Define constant using G_GINT64_CONSTANT to avoid errors when
18444         passing it around - otherwise it gets truncated to 32 bits.
18445
18446         Fixes failing tests.
18447
18448 2006-01-31  Andy Wingo  <wingo@pobox.com>
18449
18450         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18451         caps being set doesn't have a framerate value. Basically a stopgap
18452         measure.
18453
18454         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18455         technically correct enough to put into core though.
18456         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18457         DURATION. Fixes theoraenc ! oggmux.
18458
18459         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18460         fraction, not double.
18461
18462 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18463
18464         * win32/vs7:
18465         add vs7 project files created by Sergey Scobich
18466
18467 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18468
18469         * win32/vs8:
18470         add vs8 project files created by Sergey Scobich
18471         
18472 2006-01-30  Andy Wingo  <wingo@pobox.com>
18473
18474         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18475         timestamp + duration, not just timestamp -- ogg pages should be
18476         ordered by stop time. Necessary fix given the change in vorbis
18477         timestamps.
18478
18479         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18480         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18481         (granulepos_add): New function, handles the messiness of adjusting
18482         granulepos values.
18483         (theora_buffer_from_packet):
18484         (theora_enc_chain):
18485         (theora_enc_sink_event): Use granulepos_add, not +.
18486
18487         * tests/check/pipelines/theoraenc.c
18488         (check_buffer_granulepos_from_starttime): Just check the frame
18489         count, not the actual granulepos -- we can't dictate to the
18490         encoder when it should be placing keyframes.
18491
18492 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18493
18494         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18495           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18496           play an http:// stream from a server that's not serving
18497
18498 2006-01-30  Andy Wingo  <wingo@pobox.com>
18499
18500         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18501         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18502         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18503         available.
18504
18505         * ext/theora/gsttheoraenc.h:
18506         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18507         although theoraenc was timestamping correctly. Added handling of
18508         streams that start with nonzero timestamps.
18509
18510         * tests/check/Makefile.am:
18511         * tests/check/pipelines/theoraenc.c: New file, basically does same
18512         tests as vorbisenc.
18513
18514         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18515
18516 2006-01-30  Wim Taymans  <wim@fluendo.com>
18517
18518         * gst-libs/gst/audio/gstaudiosink.c:
18519         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18520         (gst_audioringbuffer_pause):
18521         Implement pause that does not wait for completion.
18522
18523         * gst-libs/gst/audio/gstbaseaudiosink.c:
18524         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18525         Don't drop buffers when going to PAUSED but perform preroll on
18526         remaining samples now that core base class supports this.
18527
18528         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18529         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18530         (gst_ring_buffer_commit):
18531         Pause should not signal waiters.
18532         Implement return value of _commit correctly.
18533
18534 2006-01-30  Andy Wingo  <wingo@pobox.com>
18535
18536         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18537
18538         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18539         updated to timestamp from the first sample, not the last.
18540         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18541         special care of granulepos and timestamp for header packets.
18542         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18543         when the first buffer has a nonzero timestamp.
18544
18545         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18546         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18547         case when the first audio buffer we get has a nonzero timestamp.
18548         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18549         properly timestamp vorbis buffers with the time of the first
18550         sample, not the last.
18551         
18552         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18553         vorbis_granule_time_copy -- now it takes the granule/subgranule
18554         offset into account.
18555
18556         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18557         timestamps, durations, and granulepos on buffers produced by
18558         vorbisenc.
18559
18560 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18561
18562         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18563         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18564           Patch from Eric Jonas to support conversions to/from UYVY 
18565           (Fixes: #324626)
18566
18567 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18568
18569         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18570         (setup_subtitle), (setup_source), (set_active_source):
18571         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18572         (gen_text_element), (gen_audio_element), (gen_vis_element),
18573         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18574
18575 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18576
18577         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18578         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18579                 use gst_guint64_to_gdouble to be compliant with vs6
18580         * gst/playback/gstdecodebin.c: (try_to_link_1)
18581         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18582                 use G_GINT64_CONSTANT for int64 constants
18583         * win32/common/libgstinterfaces.def:
18584                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18585         * win32/vs6:
18586                 update and add new project files
18587                 
18588 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18589
18590         * Makefile.am:
18591         * win32/MANIFEST:
18592         * win32/common/interfaces-enumtypes.c:
18593         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18594         (gst_mixer_track_flags_get_type),
18595         (gst_tuner_channel_flags_get_type):
18596         * win32/common/interfaces-enumtypes.h:
18597         * win32/common/multichannel-enumtypes.c:
18598         (gst_audio_channel_position_get_type):
18599         * win32/common/multichannel-enumtypes.h:
18600           add a win32-update rule like in core, and copy over enumtypes files
18601
18602 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18603
18604         * win32/MANIFEST:
18605         * win32/common/config.h:
18606         * win32/common/config.h.in:
18607           add config files just like in core
18608
18609 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18610
18611         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18612           Make gcc-4.1 happy (part of #327357).
18613
18614 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18615
18616         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18617         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18618         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18619         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18620         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18621         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18622           Update all error messages.  All of them should either use
18623           the default translated message, or actually provide a
18624           translatable string.
18625           Make the string for channel count problems meaningful.
18626
18627 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18628
18629         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18630           check for and throw RESOURCE_BUSY
18631
18632 2006-01-27  David Schleef  <ds@schleef.org>
18633
18634         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18635           checked in this change -- it requires liboil features not
18636           in 0.3.6.  Revert parts.
18637
18638 2006-01-27  David Schleef  <ds@schleef.org>
18639
18640         * REQUIREMENTS:
18641         * configure.ac: update liboil requirement to 0.3.6
18642         * gst/videoscale/Makefile.am:
18643         * gst/videoscale/vs_scanline.c: liboilify
18644
18645 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18646
18647         * ext/libvisual/visual.c: (get_buffer):
18648           When pad_alloc returns a GstFlowReturn other
18649           than GST_FLOW_OK, make sure it is passed upstream.
18650
18651 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18652
18653         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18654         (gst_alsasink_class_init):
18655           Free the device name string.
18656
18657         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18658         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18659         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18660           Don't remove a pad from the collectpads structure until it
18661           is released - it's a request pad, and may receive data again
18662           if the element gets moved back to PLAYING state.
18663
18664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18665           Ensure we turn on double buffering on the Xv port, and
18666           set the colour key to something dark and mysterious that
18667           isn't black.
18668
18669 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18670
18671         * ext/alsa/gstalsaplugin.c: (plugin_init):
18672         * ext/cdparanoia/gstcdparanoiasrc.c:
18673         (gst_cd_paranoia_src_base_init), (plugin_init):
18674         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18675         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18676           - a library should not call setlocale. see "Libraries" node in
18677             gettext manual
18678           - make sure all plugins that use translation do bindtextdomain
18679             to point to the localedir
18680         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18681         (setup_sinks), (plugin_init):
18682           all this, and check for NULL when creating sinks
18683
18684 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18685
18686         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18687         (plugin_init): Make typefinding of subtitles work again.
18688
18689 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18690
18691         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18692         (mp3_type_frame_length_from_header), (mp3_type_find),
18693         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18694         (plugin_init):
18695           Backport a bunch of typefinding fixes from the 0.8 branch.
18696           Also, improve wavpack typefinding: if we can't peek the
18697           entire wavpack block, try to parse the bits we can get and
18698           see if we find what we're looking for in those.
18699
18700 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18701
18702         * sys/ximage/ximagesink.c:
18703         (gst_ximagesink_calculate_pixel_aspect_ratio):
18704         * sys/xvimage/xvimagesink.c:
18705         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18706         more cases of pixel aspect ratio.
18707
18708 2006-01-26  Edward Hervey  <edward@fluendo.com>
18709
18710         * gst/playback/gstdecodebin.c: (pad_probe):
18711         Also consider the flush-start and tag events as unblockers
18712         for the pad probes.
18713
18714 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18715
18716         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18717         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18718         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18719         On the fly visualisation switch, works disabling, enabling as
18720         well but it won't be able to enable vis in a playbin that was
18721         created with no visualisation.
18722
18723 2006-01-25  Wim Taymans  <wim@fluendo.com>
18724
18725         * gst-libs/gst/audio/gstbaseaudiosink.c:
18726         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18727         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18728         resume after pause.
18729
18730 2006-01-25  Wim Taymans  <wim@fluendo.com>
18731
18732         * gst-libs/gst/audio/gstbaseaudiosink.c:
18733         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18734         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18735         Improve debugging.
18736         Post error when caps cannot be parsed.
18737         Resync on discontinuity in the stream.
18738         Clip samples to segment boundaries.
18739         return WRONG_STATE sooner when we are flushing.
18740
18741         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18742         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18743         Make audiosrc operate in TIME.
18744         Set TIMESTAMP and DURATION on buffers.
18745
18746 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18747
18748         * tests/examples/seek/seek.c: (main):
18749           Output tag messages as well.
18750
18751 2006-01-23  Edward Hervey  <edward@fluendo.com>
18752
18753         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18754         (free_pad_probes), (remove_fakesink), (pad_probe),
18755         (close_pad_link), (gst_decode_bin_change_state):
18756         Replace GstPadBlockCallback with pad probes that detect
18757         first buffer AND eos before removing fakesink.
18758         Fixes hang with demuxers doing EOS while pre-rolling.
18759         Solves #328279
18760
18761 2006-01-23  Andy Wingo  <wingo@pobox.com>
18762
18763         * ext/alsa/gstalsasink.c:
18764         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18765         (gst_base_rtp_depayload_setcaps),
18766         (gst_base_rtp_depayload_add_to_queue),
18767         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18768         
18769         Patch by: Jens Granseuer <jensgr at gmx dot net>
18770
18771 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18772
18773         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18774         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18775         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18776         frames. We might get a frame destroyed after changing state to
18777         NULL, adding a safety check on xcontext.
18778
18779 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18780
18781         * gst-libs/gst/interfaces/xoverlay.c:
18782           Fix prepare-xwindow-id code example in the docs - we need to
18783           ignore all messages that aren't element messages as well.
18784           
18785 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18786
18787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18788           I think one day i'll completely undestand how caps negotiation
18789           is supposed to work. This refactoring handles buffer_alloc
18790           called with caps we can't handle. We definitely don't want a
18791           set_caps with those caps, so we define and allocate a buffer
18792           we would like to receive.
18793
18794 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18795
18796         * gst/playback/gstplaybasebin.c: (setup_source):
18797           Free iterator when done.
18798
18799 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18800
18801         * gst-libs/gst/audio/gstbaseaudiosink.c:
18802         (gst_base_audio_sink_render):
18803           Fix playback of non-synchronised streams by assuming a rate
18804           of 1.0 instead of a random one.
18805
18806           Makes this work again:
18807
18808           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18809           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18810           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18811           audioresample ! alsasink
18812
18813 === release 0.10.2 ===
18814
18815 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18816
18817         * configure.ac:
18818           releasing 0.10.2, "Then the devil is six"
18819
18820 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18821
18822         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18823         * gst/playback/gststreamselector.c:
18824         (gst_stream_selector_set_property):
18825           Comment out broken code that connects to the state-changed signal.
18826           At this point, changing current stream selection is broken, but 
18827           stuff like gst-launch playbin current-audio=1 works and filters
18828           to the chosen stream.
18829
18830 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18831
18832         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18833           Fix #327216 (null dereference in vorbisdec)
18834
18835 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18836
18837         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18838           Post taglist actually on bus instead of just freeing it
18839           (fixes #327114 and totem bug #327080).
18840
18841         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18842           Use gst_element_found_tags_for_pad(), so that the tags
18843           are sent downstream as an event as well.
18844
18845 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18846
18847         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18848         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18849         (gst_ximagesink_buffer_alloc):
18850         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18851         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18852         (gst_xvimagesink_buffer_alloc):
18853           move all regularly occurring messages to GST_LOG level
18854           add some more object logs
18855
18856 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18857
18858         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18859           fix a silly segfault
18860
18861 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18862
18863         * docs/libs/gst-plugins-base-libs-docs.sgml:
18864         * docs/libs/gst-plugins-base-libs-sections.txt:
18865         * gst-libs/gst/audio/mixerutils.c:
18866         * gst-libs/gst/audio/mixerutils.h:
18867           Add docs for mixerutils stuff.
18868
18869 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18870
18871         * gst/playback/gstplaybasebin.c: (setup_source):
18872           Fix playback for sources that emit raw audio or
18873           raw video streams (e.g.: cd audio sources) (#325984).
18874
18875 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18876
18877         * gst-libs/gst/audio/mixerutils.c:
18878         (gst_audio_mixer_filter_do_filter):
18879           actually save the element we create
18880
18881 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18882
18883         * gst-libs/gst/cdda/gstcddabasesrc.c:
18884         (gst_cdda_base_src_handle_track_seek):
18885           No need to post a tag message on the bus when seeking
18886           within the same track, only post it when the current
18887           track changes.
18888
18889 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18890
18891         * gst/playback/gstplaybasebin.c: (group_destroy),
18892         (probe_triggered), (new_decoded_pad), (mute_group_type),
18893         (set_active_source):
18894         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18895         * gst/playback/gststreamselector.c:
18896         (gst_stream_selector_base_init),
18897         (gst_stream_selector_set_property),
18898         (gst_stream_selector_request_new_pad):
18899           Reenable stream selection. These mechanisms need a complete overhaul
18900           in the face of 0.8->0.10 changes though.
18901
18902 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18903
18904         * ext/ogg/gstoggdemux.c:
18905           Change the pad template to src_%d to match the pads that 
18906           are created from it. decodebin needs this information in order
18907           to decide that oggdemux is capable of producing multiple pads
18908           (and hence needs queues inserted).
18909
18910         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18911         (gst_ogg_mux_collected):
18912           Make debug output more useful by using GST_PTR_FORMAT.
18913
18914 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18915
18916         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18917
18918         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18919           Set depth and width for alaw/mulaw (fixes #326601).
18920
18921 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18922
18923         * tests/icles/Makefile.am:
18924           don't build the tests if we don't have the libs
18925
18926 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18927
18928         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18929         (gst_cd_paranoia_paranoia_callback):
18930           Don't try to free NULL pointers.
18931
18932 2006-01-10  Edward Hervey  <edward@fluendo.com>
18933
18934         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18935         (gst_audio_rate_change_state), (plugin_init):
18936         Add debugging category.
18937         Fix type issues.
18938         Add case for incoming buffers without valid offset/offset_end.
18939
18940 2006-01-10  Michael Smith  <msmith@fluendo.com>
18941
18942         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18943           Don't leak GCond in audio sources.
18944
18945 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18946
18947         * gst/playback/gstplaybin.c: (gen_audio_element):
18948           Don't leak an autoaudiosink/alsasink when we generate
18949           a new audio element. (old code, I guess)
18950
18951 2006-01-10  Michael Smith  <msmith@fluendo.com>
18952
18953         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18954           Support float audio in audiorate.
18955           Use width rather than depth for selecting sample width.
18956
18957 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18958
18959         * gst/videotestsrc/videotestsrc.h:
18960           Use GLib types here (that way we don't have to include the
18961           generated _stdint.h header, which makes life easier for win32
18962           folks that don't use autotools for the build) (#325990, patch
18963           by: Sergey Scobich).
18964
18965 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18966
18967         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18968         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18969         (gst_ring_buffer_pause), (wait_segment):
18970         * gst-libs/gst/audio/gstringbuffer.h:
18971           Name (private) union, makes Forte compiler happy (this time
18972           for real) (#324900).
18973
18974 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18975
18976         * gst-libs/gst/audio/Makefile.am:
18977           Link against libgstinterfaces, needed for mixer
18978           and property probe stuff.
18979
18980 2006-01-09  Edward Hervey  <edward@fluendo.com>
18981
18982         * gst-libs/gst/Makefile.am:
18983
18984 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18985
18986         * gst-libs/gst/audio/Makefile.am:
18987         * gst-libs/gst/audio/mixerutils.c:
18988         (gst_audio_mixer_filter_do_filter),
18989         (gst_audio_mixer_filter_check_element),
18990         (gst_audio_mixer_filter_probe_feature),
18991         (element_factory_rank_compare_func),
18992         (gst_audio_default_registry_mixer_filter):
18993         * gst-libs/gst/audio/mixerutils.h:
18994           Add gst_audio_default_registry_mixer_filter() utility
18995           function.
18996
18997 2006-01-03  Michael Smith  <msmith@fluendo.com>
18998
18999         * gst/audioresample/resample.h:
19000           As before, but for o_buf
19001
19002 2006-01-03  Michael Smith  <msmith@fluendo.com>
19003
19004         * gst/audioresample/resample.h:
19005           Declare struct _ResampleState.buffer as unsigned char *, not void *,
19006           since we do arithmetic on it.
19007
19008 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
19009
19010         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19011         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19012         (gst_ring_buffer_pause), (wait_segment):
19013         * gst-libs/gst/audio/gstringbuffer.h:
19014           Sun's Forte compiler doesn't seem to like anonymous structs,
19015           so use same setup as in GstBaseSrc (fixes #324900).
19016
19017 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19018
19019         * configure.ac:
19020         * gst/volume/Makefile.am:
19021         * gst/volume/demo.c:
19022           move old example to tests/examples/volume/volune.c
19023         * tests/examples/Makefile.am:
19024         * tests/examples/seek/seek.c: (main):
19025           change window-close event from "delete-event" to "destroy"
19026         * tests/examples/volume/Makefile.am:
19027         * tests/examples/volume/volume.c: (value_changed_callback),
19028         (setup_gui), (message_received), (eos_message_received), (main):
19029           fix event handling and bus usage
19030
19031 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
19032
19033         * gst/audiotestsrc/gstaudiotestsrc.c:
19034         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
19035         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
19036         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
19037         (gst_audio_test_src_create_square),
19038         (gst_audio_test_src_create_saw),
19039         (gst_audio_test_src_create_triangle),
19040         (gst_audio_test_src_create_silence),
19041         (gst_audio_test_src_create_white_noise),
19042         (gst_audio_test_src_create_pink_noise),
19043         (gst_audio_test_src_init_sine_table),
19044         (gst_audio_test_src_create_sine_table),
19045         (gst_audio_test_src_change_wave),
19046         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
19047         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
19048         * gst/audiotestsrc/gstaudiotestsrc.h:
19049           update to basesrc changes, implement segmented seeking and eos
19050           handling, add a 'sine-tab' waveform for performance critical playback
19051
19052 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19053
19054         * po/POTFILES.in:
19055           ... and this time the other modified file that I missed last time.
19056
19057 2005-12-29  Michael Smith  <msmith@fluendo.com>
19058
19059         * gst/playback/gstdecodebin.c: (new_pad):
19060           Fix non-C89 variable declaration not at the start of a block. Should
19061           help some compilers.
19062
19063 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19064
19065         * tests/check/Makefile.am:
19066           And now fix 'make distcheck' (builddir != srcdir)
19067
19068 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19069
19070         * configure.ac:
19071         * ext/cdparanoia/Makefile.am:
19072         * ext/cdparanoia/gstcdparanoia.c:
19073         * ext/cdparanoia/gstcdparanoia.h:
19074         * ext/cdparanoia/gstcdparanoiasrc.c:
19075         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19076         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19077         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19078         (gst_cd_paranoia_paranoia_callback),
19079         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19080         (gst_cd_paranoia_src_set_property),
19081         (gst_cd_paranoia_src_get_property), (plugin_init):
19082         * ext/cdparanoia/gstcdparanoiasrc.h:
19083           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19084           plugin again (there are still fixes required to playbin to make
19085           cdda:// uris work there).
19086
19087 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19088
19089         * tests/check/Makefile.am:
19090           Fix test case compilation.
19091
19092 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19093
19094         * gst-libs/gst/cdda/gstcddabasesrc.c:
19095         (gst_cdda_base_src_update_duration),
19096         (gst_cdda_base_src_calculate_cddb_id):
19097           An integer is not a string. Fix access to uninitialised variable.
19098
19099         * tests/check/Makefile.am:
19100           Add cddabasesrc unit test; also actually enable the vorbis test.
19101
19102         * tests/check/generic/states.c:
19103           Blacklist new cd audio elements as well.
19104
19105         * tests/check/libs/cddabasesrc.c:
19106           Unit test for GstCddaBaseSrc (discid calculation mostly).
19107
19108 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19109
19110         * docs/libs/Makefile.am:
19111         * docs/libs/gst-plugins-base-libs-docs.sgml:
19112         * docs/libs/gst-plugins-base-libs-sections.txt:
19113         * docs/libs/gst-plugins-base-libs.types:
19114           Add docs for libgstcdda/GstCddaBaseSrc.
19115
19116         * gst-libs/gst/interfaces/mixertrack.h:
19117           Do one struct member per line with a semicolon at the end, that way
19118           even gtk-doc might parse it without complaining.
19119
19120 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19121
19122         * configure.ac:
19123         * gst-libs/gst/Makefile.am:
19124         * gst-libs/gst/cdda/Makefile.am:
19125         * gst-libs/gst/cdda/base64.c:
19126         * gst-libs/gst/cdda/base64.h:
19127         * gst-libs/gst/cdda/gstcddabasesrc.c:
19128         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19129         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19130         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19131         (gst_cdda_base_src_get_property),
19132         (gst_cdda_base_src_get_track_from_sector),
19133         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19134         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19135         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19136         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19137         (gst_cdda_base_src_uri_get_protocols),
19138         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19139         (gst_cdda_base_src_uri_handler_init),
19140         (gst_cdda_base_src_setup_interfaces),
19141         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19142         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19143         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19144         (gst_cdda_base_src_add_tags),
19145         (gst_cdda_base_src_add_index_associations),
19146         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19147         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19148         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19149         (gst_cdda_base_src_create):
19150         * gst-libs/gst/cdda/gstcddabasesrc.h:
19151         * gst-libs/gst/cdda/sha1.c:
19152         * gst-libs/gst/cdda/sha1.h:
19153           Add new libgstcdda with GstCddaBaseSrc class.
19154
19155 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19156
19157         * ext/gnomevfs/gstgnomevfssink.h:
19158           Use GstBaseSinkClass as parent_class member for class struct, not
19159           GstBaseSink.
19160
19161 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19162
19163         Patch by: Michael Benes
19164
19165         * gst/videotestsrc/gstvideotestsrc.c:
19166         (gst_video_test_src_class_init), (gst_video_test_src_start):
19167           Add start method to reset running time and number of frames sent
19168           when starting up (fixes #324696)
19169
19170 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19171
19172         * docs/plugins/Makefile.am:
19173         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19174         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19175         * docs/plugins/gst-plugins-base-plugins.args:
19176         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19177         * docs/plugins/gst-plugins-base-plugins.signals:
19178           Add docs stuff for gnomevfssrc and gnomevfssink.
19179
19180         * ext/gnomevfs/gstgnomevfssrc.c:
19181           Fix example pipeline in gtk-doc blurb.
19182
19183 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19184
19185         * ext/gnomevfs/Makefile.am:
19186         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19187         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19188         (gst_gnome_vfs_handle_get_type), (plugin_init):
19189         * ext/gnomevfs/gstgnomevfs.h:
19190         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19191         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19192         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19193         (gst_gnome_vfs_sink_set_property),
19194         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19195         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19196         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19197         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19198         (gst_gnome_vfs_sink_uri_get_type),
19199         (gst_gnome_vfs_sink_uri_get_protocols),
19200         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19201         (gst_gnome_vfs_sink_uri_handler_init):
19202         * ext/gnomevfs/gstgnomevfssink.h:
19203           Port gnomevfssink; add gtk-doc blurb.
19204
19205         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19206         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19207         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19208         (gst_gnome_vfs_src_uri_get_type),
19209         (gst_gnome_vfs_src_uri_get_protocols),
19210         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19211         (gst_gnome_vfs_src_uri_handler_init),
19212         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19213         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19214         (gst_gnome_vfs_src_send_additional_headers_callback),
19215         (gst_gnome_vfs_src_received_headers_callback),
19216         (gst_gnome_vfs_src_push_callbacks),
19217         (gst_gnome_vfs_src_pop_callbacks),
19218         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19219         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19220         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19221         * ext/gnomevfs/gstgnomevfssrc.h:
19222           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19223           file; add gtk-doc blurb with example pipelines.
19224
19225 === release 0.10.1 ===
19226
19227 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19228
19229         * configure.ac:
19230           releasing 0.10.1, "Dobro Dedek"
19231
19232 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19233
19234         * gst/typefind/gsttypefindfunctions.c:
19235         iLBC30 and iLBC20 added to typefind.
19236
19237 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19238
19239         * gst-libs/gst/audio/gstbaseaudiosink.c:
19240         (gst_base_audio_sink_class_init):
19241         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19242         (gst_base_audio_src_class_init):
19243           update strings, values are in microseconds
19244           change the default sink buffer time to something that is smaller
19245           (to help software volume mixing have a slightly lower delay) but
19246           still be acceptable on Wim's laptop
19247
19248 2005-12-20  Edward Hervey  <edward@fluendo.com>
19249
19250         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19251         Made a quack, forgot to add DUCK to the riff video template.
19252
19253 2005-12-19  Edward Hervey  <edward@fluendo.com>
19254
19255         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19256         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19257         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19258         (gst_ogm_parse_chain):
19259         Make sure pads are initialized correctly.
19260         * gst-libs/gst/riff/riff-ids.h:
19261         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19262         (gst_riff_create_video_template_caps):
19263         Add a whole bunch of FOURCC <=> MimeType.
19264         Extend the riff video pad template to support the newly added fourcc.
19265
19266 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19267
19268         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19269         (gst_ogg_demux_activate_chain):
19270           Extra debug output when activating/deactivating chains.
19271
19272         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19273         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19274         (unlinked):
19275           Remove a queue from our list when it becomes unlinked.
19276           Don't add queues to elements in class 'Demux' if they
19277           can only produce one pad 
19278
19279 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19280
19281         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19282         (gst_video_sink_get_type): Add a debug category.
19283
19284 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19285
19286         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19287         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19288           Handle downstream newsegment by sending our own newsegment before the
19289           next buffer to be released. (#323900)
19290
19291 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19292
19293         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19294         (gst_base_rtp_depayload_set_gst_timestamp):
19295           add queue delay to new segment as well (as opposed to just the first
19296           buffer). (bug #322347)
19297
19298 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19299
19300         * ext/libvisual/visual.c: (make_valid_name):
19301           change some char* into char[]
19302         * gst/audiotestsrc/gstaudiotestsrc.c:
19303         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19304         (gst_audio_test_src_create):
19305         * gst/audiotestsrc/gstaudiotestsrc.h:
19306           prepare to handle EOS and SEGMENT_DONE
19307
19308 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19309
19310         * tests/check/generic/states.c: (GST_START_TEST):
19311           Blacklist cdparanoia element in state test.
19312
19313 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19314
19315           Patch by: Benjamin Pineau
19316
19317         * gst/tcp/gsttcp.c:
19318         * gst/tcp/gsttcpclientsink.c:
19319         * gst/tcp/gsttcpserversink.c:
19320         * gst/tcp/gsttcpserversrc.c:
19321           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19322
19323 2005-12-15  Michael Smith  <msmith@fluendo.com>
19324
19325         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19326         (gst_video_rate_chain):
19327           Fix timestamping for videorate when the first buffer it sees has a
19328           non-zero timestamp. Fix some misleading debug output.
19329
19330 2005-12-15  Michael Smith  <msmith@fluendo.com>
19331
19332         * gst/audioresample/gstaudioresample.c:
19333           Don't leak all input buffers to audioresample.
19334
19335 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19336
19337         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19338           Don't operate on empty text buffers. Strip newlines and
19339           tabs only from the end of the text, but leave them intact
19340           in the middle. Fix typo in gtk-doc description.
19341
19342 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19343
19344         * gst/playback/gstplaybasebin.c:
19345         * gst/playback/gstplaybin.c: (handoff):
19346           Make sure the video frame buffer we return to apps via the
19347           "frame" property always has caps set on it. Modify
19348           _gst_gvalue_set_object() macro to handle NULL objects
19349           gracefully too.
19350
19351 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19352
19353         * gst/audiotestsrc/gstaudiotestsrc.c:
19354         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19355         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19356         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19357         (gst_audio_test_src_create):
19358         * gst/audiotestsrc/gstaudiotestsrc.h:
19359         Adjust to some recent api changes and add wtays new cool seeking
19360         capabillities
19361
19362 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19363
19364         * ext/alsa/Makefile.am:
19365         * ext/alsa/gstalsadeviceprobe.c:
19366         * ext/alsa/gstalsadeviceprobe.h:
19367           Helper functions to add device probing via the GstPropertyProbe
19368           interface to a class.
19369
19370         * ext/alsa/gstalsamixer.h:
19371           Comment out GST_ALSA_MIXER, it returns a struct that's not
19372           used.
19373
19374         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19375           Add some debug info. 
19376
19377         * ext/alsa/gstalsamixerelement.c:
19378         (gst_alsa_mixer_element_interface_supported),
19379         (gst_implements_interface_init),
19380         (gst_alsa_mixer_element_init_interfaces),
19381         (gst_alsa_mixer_element_class_init),
19382         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19383         (gst_alsa_mixer_element_set_property),
19384         (gst_alsa_mixer_element_get_property),
19385         (gst_alsa_mixer_element_change_state):
19386         * ext/alsa/gstalsamixerelement.h:
19387           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19388           for device handling (gnome-volume-control will need that).
19389
19390 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19391
19392         * ext/Makefile.am: fix cdparanoia entry
19393         * gst-plugins-base.spec.in: add cdparanoia
19394
19395 2005-12-12  Michael Smith  <msmith@fluendo.com>
19396
19397         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19398           Use the correct function to free list of typefind factories.
19399
19400 2005-12-12  Wim Taymans  <wim@fluendo.com>
19401
19402         * gst/videotestsrc/gstvideotestsrc.c:
19403         (gst_video_test_src_class_init), (gst_video_test_src_init),
19404         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19405         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19406         (gst_video_test_src_create):
19407         * gst/videotestsrc/gstvideotestsrc.h:
19408         Implement seeking in videotestsrc.
19409         Small cleanups.
19410
19411 2005-12-12  Wim Taymans  <wim@fluendo.com>
19412
19413         * ext/cdparanoia/Makefile.am:
19414         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19415         (gst_paranoia_endian_get_type), (_do_init),
19416         (cdparanoia_class_init), (cdparanoia_init),
19417         (cdparanoia_set_property), (cdparanoia_get_property),
19418         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19419         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19420         (cdparanoia_convert), (cdparanoia_get_query_types),
19421         (cdparanoia_query), (cdparanoia_set_index),
19422         (cdparanoia_uri_set_uri):
19423         * ext/cdparanoia/gstcdparanoia.h:
19424         Partially ported cdparanoia now that basesrc can support a
19425         plugin like this..
19426
19427 2005-12-12  Wim Taymans  <wim@fluendo.com>
19428
19429         * tests/examples/seek/scrubby.c: (main):
19430         Set higher priority for bus events so they don't get reordered with
19431         gtk gui events.
19432
19433         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19434         (flush_toggle_cb), (main):
19435         Added checkbox to disable flushing seeks. 
19436         Disable scrubbing when doing non flushing seeks.
19437
19438 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19439
19440         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19441         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19442         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19443         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19444           Implement some sort of event handling that doesn't rely on
19445           g_return_if_fail; make sure we always push the last chunk of an 
19446           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19447           state change function; remove some old cruft. Seeking is still
19448           rather unlikely to work though.
19449
19450         * tools/.cvsignore:
19451           Ignore more.
19452
19453 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19454
19455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19456         Fixed a leak of the current image reference when cleaning up.
19457         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19458
19459 2005-12-09  Michael Smith  <msmith@fluendo.com>
19460
19461         * tools/Makefile.am:
19462         * tools/gst-launch-ext-m.m:
19463           Remove gst-launch-ext. It doesn't work, and is no longer
19464           particularly useful.
19465
19466 2005-12-08  Luca Ognibene  <luogni@tin.it>
19467
19468         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19469           don't pass random values to ogmparse convert function.
19470           Make seeking possible in the exile1.ogm file.
19471
19472 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19473
19474         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19475         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19476           Work around refcount problem with g_value_set_object() that occur
19477           if the core has been compiled against GLib-2.6 (g_value_set_object()
19478           will only g_object_ref() the element, but the caller will
19479           gst_object_unref() it and bad things will happen due to the way
19480           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19481           totem for people on FC4 using Thomas's 0.10 RPMs.
19482           
19483 2005-12-07  Edward Hervey  <edward@fluendo.com>
19484
19485         Time to welcome ogm to 0.10 :)
19486         
19487         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19488         (gst_ogg_pad_typefind):
19489         Oggdemux can now properly typefind elements with dynamic pads.
19490         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19491         Properly set caps on src pad, and set caps on outgoing buffers.
19492
19493 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19494
19495         * ext/alsa/gstalsamixer.h:
19496         * ext/alsa/gstalsamixerelement.h:
19497         * ext/alsa/gstalsamixeroptions.h:
19498         * ext/alsa/gstalsamixertrack.h:
19499         * ext/alsa/gstalsasink.c:
19500         * ext/alsa/gstalsasink.h:
19501         * ext/alsa/gstalsasrc.c:
19502         * ext/alsa/gstalsasrc.h:
19503         * ext/cdparanoia/gstcdparanoia.h:
19504         * ext/gnomevfs/gstgnomevfsuri.h:
19505         * ext/ogg/gstoggdemux.c:
19506         * ext/ogg/gstoggmux.c:
19507         * ext/pango/gsttextoverlay.h:
19508         * ext/theora/theoradec.c:
19509         * ext/theora/theoraenc.c:
19510         * ext/vorbis/vorbisdec.h:
19511         * ext/vorbis/vorbisenc.c:
19512         * ext/vorbis/vorbisenc.h:
19513         * ext/vorbis/vorbisparse.h:
19514         * gst-libs/gst/audio/gstaudioclock.h:
19515         * gst-libs/gst/audio/gstaudiosink.c:
19516         * gst-libs/gst/audio/gstaudiosink.h:
19517         * gst-libs/gst/audio/gstaudiosrc.c:
19518         * gst-libs/gst/audio/gstaudiosrc.h:
19519         * gst-libs/gst/audio/gstbaseaudiosink.c:
19520         * gst-libs/gst/audio/gstbaseaudiosink.h:
19521         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19522         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19523         * gst-libs/gst/audio/gstringbuffer.h:
19524         * gst-libs/gst/audio/multichannel.h:
19525         * gst-libs/gst/floatcast/floatcast.h:
19526         * gst-libs/gst/interfaces/colorbalance.c:
19527         * gst-libs/gst/interfaces/colorbalance.h:
19528         * gst-libs/gst/interfaces/colorbalancechannel.h:
19529         * gst-libs/gst/interfaces/mixer.h:
19530         * gst-libs/gst/interfaces/mixeroptions.h:
19531         * gst-libs/gst/interfaces/mixertrack.h:
19532         * gst-libs/gst/interfaces/navigation.h:
19533         * gst-libs/gst/interfaces/propertyprobe.h:
19534         * gst-libs/gst/interfaces/tuner.h:
19535         * gst-libs/gst/interfaces/tunerchannel.h:
19536         * gst-libs/gst/interfaces/tunernorm.h:
19537         * gst-libs/gst/interfaces/xoverlay.h:
19538         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19539         * gst-libs/gst/riff/riff-ids.h:
19540         * gst-libs/gst/riff/riff-media.h:
19541         * gst-libs/gst/riff/riff-read.h:
19542         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19543         * gst-libs/gst/rtp/gstbasertppayload.c:
19544         * gst-libs/gst/rtp/gstbasertppayload.h:
19545         * gst-libs/gst/rtp/gstrtpbuffer.c:
19546         * gst-libs/gst/rtp/gstrtpbuffer.h:
19547         * gst-libs/gst/tag/gsttageditingprivate.h:
19548         * gst-libs/gst/tag/gstvorbistag.c:
19549         (gst_tag_list_from_vorbiscomment_buffer):
19550         * gst-libs/gst/tag/tag.h:
19551         * gst-libs/gst/video/video.h:
19552         * gst/adder/gstadder.c:
19553         * gst/adder/gstadder.h:
19554         * gst/audioconvert/audioconvert.c:
19555         * gst/audioconvert/audioconvert.h:
19556         * gst/audioconvert/gstaudioconvert.c:
19557         * gst/audioconvert/gstchannelmix.c:
19558         * gst/audioconvert/gstchannelmix.h:
19559         * gst/audiorate/gstaudiorate.c:
19560         * gst/audioresample/buffer.h:
19561         * gst/audioresample/functable.h:
19562         * gst/audioresample/gstaudioresample.c:
19563         * gst/audioresample/resample.h:
19564         * gst/ffmpegcolorspace/avcodec.h:
19565         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19566         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19567         * gst/ffmpegcolorspace/imgconvert.c:
19568         * gst/ffmpegcolorspace/imgconvert_template.h:
19569         * gst/playback/gstdecodebin.c:
19570         * gst/playback/gstplaybasebin.h:
19571         * gst/playback/gstplaybin.c:
19572         * gst/playback/gststreaminfo.h:
19573         * gst/tcp/gstfdset.c:
19574         * gst/tcp/gstfdset.h:
19575         * gst/tcp/gstmultifdsink.c:
19576         * gst/tcp/gstmultifdsink.h:
19577         * gst/tcp/gsttcp.h:
19578         * gst/tcp/gsttcpclientsrc.c:
19579         * gst/tcp/gsttcpclientsrc.h:
19580         * gst/tcp/gsttcpplugin.h:
19581         * gst/tcp/gsttcpserversink.c:
19582         * gst/tcp/gsttcpserversrc.c:
19583         * gst/typefind/gsttypefindfunctions.c:
19584         * gst/videorate/gstvideorate.c:
19585         * gst/videotestsrc/gstvideotestsrc.h:
19586         * gst/videotestsrc/videotestsrc.h:
19587         * sys/v4l/gstv4lcolorbalance.h:
19588         * sys/v4l/gstv4ltuner.h:
19589         * sys/v4l/gstv4lxoverlay.h:
19590         * sys/v4l/v4l_calls.h:
19591         * sys/v4l/videodev_mjpeg.h:
19592         * tests/check/elements/audioconvert.c:
19593         * tests/check/elements/audioresample.c:
19594         * tests/check/elements/audiotestsrc.c:
19595         * tests/check/elements/videotestsrc.c:
19596         * tests/check/elements/volume.c:
19597         * tests/examples/seek/scrubby.c:
19598         * tests/examples/seek/seek.c:
19599           expand tabs
19600
19601 === release 0.10.0 ===
19602
19603 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19604
19605         * configure.ac:
19606           releasing 0.10.0, "Mont-d'or"
19607
19608 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19609
19610         * tests/examples/seek/Makefile.am:
19611         Build fix for when gtk is not available.
19612
19613 2005-12-05  Andy Wingo  <wingo@pobox.com>
19614
19615         * ext/libvisual/visual.c: (get_buffer):
19616         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19617         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19618         * ext/theora/theoradec.c: (theora_handle_data_packet):
19619         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19620         (theora_enc_chain):
19621         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19622         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19623         Update for alloc_buffer changes.
19624
19625 2005-12-05  Andy Wingo  <wingo@pobox.com>
19626
19627         patch by: Kai Vehmanen <kv2004 eca cx>
19628         
19629         * gst-libs/gst/rtp/gstbasertpdepayload.c
19630         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19631
19632 2005-12-04  Andy Wingo  <wingo@pobox.com>
19633
19634         patch by: Sebastien Cote <sebas642 yahoo ca>
19635         
19636         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19637         Fixes #319172.
19638
19639 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19640
19641         * docs/plugins/Makefile.am:
19642         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19643         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19644         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19645         * ext/pango/gstclockoverlay.c:
19646         * ext/pango/gsttextoverlay.c: 
19647         * ext/pango/gsttextrender.c:
19648         * ext/pango/gsttimeoverlay.c:
19649           Add gtk-doc blurbs to pango elements.
19650
19651 2005-12-02  Wim Taymans  <wim@fluendo.com>
19652
19653         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19654         * gst/audioresample/buffer.h:
19655         * gst/audioresample/gstaudioresample.c:
19656         * gst/audioresample/gstaudioresample.h:
19657         * gst/audioresample/resample.c: (resample_input_flush),
19658         (resample_input_pushthrough), (resample_input_eos),
19659         (resample_get_output_size_for_input),
19660         (resample_get_input_size_for_output), (resample_get_output_size),
19661         (resample_get_output_data):
19662         * gst/audioresample/resample.h:
19663         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19664         Fix audioresample, seek torture, new segments, reverse negotiation
19665         etc.. work fine.
19666
19667 2005-12-02  Wim Taymans  <wim@fluendo.com>
19668
19669         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19670         Small cleanups.
19671
19672 2005-12-02  Wim Taymans  <wim@fluendo.com>
19673
19674         * gst/audioconvert/gstaudioconvert.c:
19675         (gst_audio_convert_transform):
19676         Post errors.
19677
19678 === release 0.9.7 ===
19679
19680 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19681
19682         * configure.ac:
19683           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19684
19685 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19686
19687         * Makefile.am:
19688         * po/hu.po:
19689         * win32/MANIFEST:
19690         * win32/gst.sln:
19691           add win32 MANIFEST file
19692           do something to the hungarian translation
19693
19694 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19695
19696         * ext/Makefile.am:
19697           Add $(PANGO_DIR) to SUBDIRS
19698
19699         * ext/pango/gstclockoverlay.c:
19700         * ext/pango/gsttimeoverlay.c:
19701           Fix and improve element descriptions.
19702
19703 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19704
19705         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19706         * docs/plugins/inspect/plugin-libvisual.xml:
19707         * docs/plugins/inspect/plugin-pango.xml:
19708           add pango plugin to docs
19709
19710 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19711
19712         * configure.ac:
19713         * ext/Makefile.am:
19714           moved pango to base
19715
19716 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19717
19718         * configure.ac:
19719         * tests/Makefile.am:
19720         * tests/icles/.cvsignore:
19721         * tests/icles/Makefile.am:
19722         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19723         (close_display), (resize_window), (move_window), (create_window),
19724         (terminate_playback), (pause_playback), (start_playback), (main):
19725           add stress test for xoverlay from Julien
19726
19727 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19728
19729         * docs/libs/tmpl/gstcolorbalance.sgml:
19730         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19731         * gst-libs/gst/rtp/gstbasertppayload.c:
19732         * gst-libs/gst/rtp/gstrtpbuffer.c:
19733         * gst-libs/gst/rtp/gstrtpbuffer.h:
19734           Do burger's rename for rtp payloaders and depayloaders
19735
19736 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19737
19738         * win32/:
19739           add Visual Studio 6 build files
19740
19741 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19742
19743         * docs/libs/gst-plugins-base-libs-docs.sgml:
19744         * docs/libs/gst-plugins-base-libs-sections.txt:
19745         * docs/libs/tmpl/gstaudio.sgml:
19746         * docs/libs/tmpl/gstringbuffer.sgml:
19747         * gst-libs/gst/interfaces/xoverlay.c:
19748         * gst-libs/gst/video/gstvideofilter.c:
19749         * gst-libs/gst/video/gstvideosink.c:
19750           update documentation
19751
19752 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19753
19754         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19755         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19756         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19757         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19758         (gst_multi_fd_sink_get_stats),
19759         (gst_multi_fd_sink_remove_client_link),
19760         (gst_multi_fd_sink_handle_client_read),
19761         (gst_multi_fd_sink_client_queue_data),
19762         (gst_multi_fd_sink_client_queue_caps),
19763         (gst_multi_fd_sink_client_queue_buffer),
19764         (gst_multi_fd_sink_new_client),
19765         (gst_multi_fd_sink_handle_client_write),
19766         (gst_multi_fd_sink_recover_client),
19767         (gst_multi_fd_sink_queue_buffer),
19768         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19769         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19770         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19771         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19772         * gst/tcp/gstmultifdsink.h:
19773         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19774         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19775         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19776         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19777         (gst_tcp_client_sink_set_property),
19778         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19779         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19780         * gst/tcp/gsttcpclientsink.h:
19781         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19782         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19783         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19784         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19785         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19786         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19787         * gst/tcp/gsttcpclientsrc.h:
19788         * gst/tcp/gsttcpplugin.c: (plugin_init):
19789         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19790         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19791         (gst_tcp_server_sink_finalize),
19792         (gst_tcp_server_sink_handle_server_read),
19793         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19794         (gst_tcp_server_sink_set_property),
19795         (gst_tcp_server_sink_get_property),
19796         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19797         * gst/tcp/gsttcpserversink.h:
19798         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19799         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19800         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19801         (gst_tcp_server_src_set_property),
19802         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19803         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19804         * gst/tcp/gsttcpserversrc.h:
19805           more borgifying
19806
19807 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19808
19809         * docs/plugins/Makefile.am:
19810         * docs/plugins/gst-plugins-base-plugins.args:
19811         * docs/plugins/inspect/plugin-libvisual.xml:
19812         * gst/audioconvert/plugin.h:
19813         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19814         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19815         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19816         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19817         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19818         (plugin_init):
19819         * gst/audiotestsrc/gstaudiotestsrc.c:
19820         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19821         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19822         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19823         (gst_audio_test_src_get_query_types),
19824         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19825         (gst_audio_test_src_create_square),
19826         (gst_audio_test_src_create_saw),
19827         (gst_audio_test_src_create_triangle),
19828         (gst_audio_test_src_create_silence),
19829         (gst_audio_test_src_create_white_noise),
19830         (gst_audio_test_src_init_pink_noise),
19831         (gst_audio_test_src_generate_pink_noise_value),
19832         (gst_audio_test_src_create_pink_noise),
19833         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19834         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19835         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19836         (plugin_init):
19837         * gst/audiotestsrc/gstaudiotestsrc.h:
19838         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19839         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19840         (gst_sub_parse_init), (gst_sub_parse_formats),
19841         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19842         (convert_encoding), (get_next_line),
19843         (gst_sub_parse_data_format_autodetect),
19844         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19845         (gst_sub_parse_loop), (gst_sub_parse_chain),
19846         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19847         (plugin_init):
19848         * gst/subparse/gstsubparse.h:
19849         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19850         (gst_video_rate_base_init), (gst_video_rate_class_init),
19851         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19852         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19853         (gst_video_rate_init), (gst_video_rate_event),
19854         (gst_video_rate_chain), (gst_video_rate_set_property),
19855         (gst_video_rate_get_property), (gst_video_rate_change_state),
19856         (plugin_init):
19857         * gst/videoscale/gstvideoscale.c:
19858         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19859         (gst_video_scale_src_template_factory),
19860         (gst_video_scale_sink_template_factory),
19861         (gst_video_scale_get_type), (gst_video_scale_base_init),
19862         (gst_video_scale_class_init), (gst_video_scale_init),
19863         (gst_video_scale_set_property), (gst_video_scale_get_property),
19864         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19865         (gst_video_scale_prepare_size), (parse_caps),
19866         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19867         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19868         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19869         (plugin_init):
19870         * gst/videoscale/gstvideoscale.h:
19871         * gst/videotestsrc/gstvideotestsrc.c:
19872         (gst_video_test_src_pattern_get_type),
19873         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19874         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19875         (gst_video_test_src_set_pattern),
19876         (gst_video_test_src_set_property),
19877         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19878         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19879         (gst_video_test_src_event), (gst_video_test_src_get_times),
19880         (gst_video_test_src_create), (plugin_init):
19881         * gst/videotestsrc/gstvideotestsrc.h:
19882         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19883         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19884         (gst_video_test_src_black):
19885         * gst/videotestsrc/videotestsrc.h:
19886           borgify further
19887           clean up docs a little
19888
19889 2005-11-30  Wim Taymans  <wim@fluendo.com>
19890
19891         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19892         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19893         (gst_basertppayload_event), (gst_basertppayload_push),
19894         (gst_basertppayload_change_state):
19895         * gst-libs/gst/rtp/gstbasertppayload.h:
19896         closed #320644.
19897
19898 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19899
19900         * docs/libs/gst-plugins-base-libs-docs.sgml:
19901         * docs/libs/gst-plugins-base-libs-sections.txt:
19902         * gst-libs/gst/video/gstvideofilter.c:
19903         * gst-libs/gst/video/gstvideosink.c:
19904         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19905
19906 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19907
19908         * LICENSE:
19909           move
19910         * po/af.po:
19911         * po/az.po:
19912         * po/cs.po:
19913         * po/en_GB.po:
19914         * po/hu.po:
19915         * po/it.po:
19916         * po/nb.po:
19917         * po/nl.po:
19918         * po/or.po:
19919         * po/sq.po:
19920         * po/sr.po:
19921         * po/sv.po:
19922         * po/uk.po:
19923         * po/vi.po:
19924         * Makefile.am:
19925           update
19926         * scripts/autoplugins.sh:
19927           remove
19928
19929 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19930
19931         * Makefile.am:
19932         * configure.ac:
19933         * examples/Makefile.am:
19934         * examples/capsfilter/Makefile.am:
19935         * examples/capsfilter/capsfilter1.c:
19936         * examples/gob/Makefile.am:
19937         * examples/gob/gst-identity2.gob:
19938         * examples/indexing/.cvsignore:
19939         * examples/indexing/Makefile.am:
19940         * examples/indexing/indexmpeg.c:
19941         * examples/seeking/.cvsignore:
19942         * examples/seeking/Makefile.am:
19943         * examples/seeking/cdparanoia.c:
19944         * examples/seeking/cdplayer.c:
19945         * examples/seeking/chained.c:
19946         * examples/seeking/scrubby.c:
19947         * examples/seeking/seek.c:
19948         * examples/stats/Makefile.am:
19949         * examples/stats/mp2ogg.c:
19950         * examples/switch/.cvsignore:
19951         * examples/switch/Makefile.am:
19952         * examples/switch/switcher.c:
19953         * tests/Makefile.am:
19954         * tests/check/generic/.cvsignore:
19955         * tests/check/pipelines/.cvsignore:
19956         * tests/examples/Makefile.am:
19957         * tests/examples/seek/Makefile.am:
19958           reorganize stuff under tests/
19959
19960 2005-11-30  Edward Hervey  <edward@fluendo.com>
19961
19962         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19963         Go away you stupid GstStaticPadTemplate memleak.
19964
19965 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19966
19967         * gst-libs/gst/net/Makefile.am:
19968         * gst-libs/gst/net/README:
19969         * gst-libs/gst/net/gstnetbuffer.c:
19970         * gst-libs/gst/net/gstnetbuffer.h:
19971           this was moved to "netbuffer"
19972
19973 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19974
19975         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19976         (gst_video_filter_class_init), (gst_video_filter_init):
19977         * gst-libs/gst/video/gstvideofilter.h:
19978           borgify name to bring in line with other classes
19979
19980 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19981
19982         * gst/audioscale/.cvsignore:
19983         * gst/audioscale/Makefile.am:
19984         * gst/audioscale/README:
19985         * gst/audioscale/audioscale.vcproj:
19986         * gst/audioscale/dtof.c:
19987         * gst/audioscale/dtos.c:
19988         * gst/audioscale/functable.c:
19989         * gst/audioscale/gstaudioscale.c:
19990         * gst/audioscale/gstaudioscale.h:
19991         * gst/audioscale/private.h:
19992         * gst/audioscale/resample.c:
19993         * gst/audioscale/resample.h:
19994         * gst/audioscale/test.c:
19995           remove
19996
19997 2005-11-30  Edward Hervey  <edward@fluendo.com>
19998
19999         * gst-libs/gst/netbuffer/Makefile.am:
20000         really, really tired
20001
20002 2005-11-30  Edward Hervey  <edward@fluendo.com>
20003
20004         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20005         Update for new GstTypeFindFactory _register()
20006
20007 2005-11-30  Edward Hervey  <edward@fluendo.com>
20008
20009         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
20010         Let's not override libgstnet from core for no reason...
20011         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
20012         Ok, maybe not so quick next time.
20013
20014 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20015
20016         * configure.ac:
20017         * gst-libs/gst/Makefile.am:
20018           moved gst-libs/gst/net to netbuffer through CVS surgery
20019           remove old directory
20020           updating build to accomodate
20021           (#322257)
20022
20023 2005-11-29  Andy Wingo  <wingo@pobox.com>
20024
20025         * pkgconfig/gstreamer-plugins-base.pc.in:
20026         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
20027         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
20028         (#322257).
20029
20030 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20031
20032         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20033         3rd time's the charm. Correct ref-counting for discarded buffers.
20034
20035 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20036
20037         * gst/playback/gststreamselector.c:
20038         (gst_stream_selector_class_init),
20039         (gst_stream_selector_set_property),
20040         (gst_stream_selector_get_property),
20041         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20042         Fix ref-counting
20043
20044 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20045
20046         * gst/subparse/gstsubparse.c: (feed_textbuf):
20047           Don't access already unref'ed buffer.
20048
20049 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20050
20051         * gst/playback/gststreamselector.c:
20052         (gst_stream_selector_class_init), (gst_stream_selector_init),
20053         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20054         (gst_stream_selector_get_property),
20055         (gst_stream_selector_get_linked_pad),
20056         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20057         * gst/playback/gststreamselector.h:
20058         Add the active-pad property for playbin to use shortly. Ignore buffers
20059         from any other pad, returning GST_FLOW_NOT_LINKED
20060
20061 2005-11-29  Julien MOUTTE  <julien@moutte.net>
20062
20063         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
20064         patch from bug #322704 (Alessandro Decina).
20065
20066 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20067
20068         * gst-libs/gst/audio/Makefile.am:
20069           folded audiofilter into the audio library
20070
20071 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20072
20073         * gst/videoscale/gstvideoscale.h:
20074         * gst/videoscale/gstvideoscale.c:
20075           remove unimplemented scale methods
20076
20077 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20078
20079         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20080           Don't leak caps.
20081
20082 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20083
20084         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20085         (gst_ximagesink_setcaps):
20086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20087         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20088         happens (only visible on ximagesink but bug is in xv too) set_caps was
20089         destroying the internal x[v]image used to memcpy non locally alloced
20090         buffers so that it got renewed on next _chain. The issue is that 
20091         _expose will try to put that image as it reffed it in _put.
20092         Using gst_buffer_unref instead of destroy fixes it !
20093
20094 2005-11-28  Edward Hervey  <edward@fluendo.com>
20095
20096         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20097         (try_to_link_1), (queue_filled_cb):
20098         Better use of the queues. Start with a small size queue and only increase
20099         the size of the queues when the other queues are empty.
20100
20101 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20102
20103         * gst-libs/gst/video/Makefile.am:
20104           compile in copied-over videofilter into the video library
20105         * gst-libs/gst/video/videosink.h:
20106           rename the header to gstvideosink.h since it's a base GstObject class
20107         * sys/ximage/ximagesink.h:
20108         * sys/xvimage/xvimagesink.h:
20109           use the new header
20110
20111 2005-11-28  Wim Taymans  <wim@fluendo.com>
20112
20113         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20114         * gst/playback/gstplaybasebin.h:
20115         Prepare to handle errors betters.
20116
20117         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20118         Set sinks to PAUSED first before adding and linking them so that
20119         we don't interrupt dataflow.
20120
20121 2005-11-28  Wim Taymans  <wim@fluendo.com>
20122
20123         * gst-libs/gst/audio/TODO:
20124         Updated TODO
20125
20126         * gst-libs/gst/audio/gstaudiosink.c:
20127         (gst_audioringbuffer_open_device),
20128         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20129         (gst_audioringbuffer_release):
20130         Small cleanups.
20131
20132         * gst-libs/gst/audio/gstbaseaudiosink.c:
20133         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20134         (gst_base_audio_sink_change_state):
20135         Slave to the master clock when going to PLAYING and unslave when
20136         going to PAUSED.
20137
20138         * gst-libs/gst/audio/gstringbuffer.c:
20139         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20140         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20141         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20142         (gst_ring_buffer_clear_all), (wait_segment),
20143         (gst_ring_buffer_commit), (gst_ring_buffer_read),
20144         (gst_ring_buffer_advance):
20145         * gst-libs/gst/audio/gstringbuffer.h:
20146         Add some docs and cleanups.
20147
20148 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20149
20150         * sys/xvimage/xvimagesink.c:
20151         (gst_xvimagesink_navigation_send_event): Fix navigation events
20152         coordinates translation with pixel aspect ratios.
20153
20154 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20155
20156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20157         Use calculated video geometry from _setcaps instead of buffer
20158         caps to respect pixel aspect ratio. (fixes #322388)
20159
20160 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20161
20162         * docs/libs/tmpl/gstcolorbalance.sgml:
20163         * docs/libs/tmpl/gstmixer.sgml:
20164         * docs/libs/tmpl/gstxoverlay.sgml:
20165         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20166         interface.
20167
20168 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20169
20170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20171         Refuse to create an XvImage if we can't find the format.
20172
20173 2005-11-28  Edward Hervey  <edward@fluendo.com>
20174
20175         * gst-libs/gst/riff/riff-media.c:
20176         (gst_riff_create_audio_template_caps):
20177         Add ATRAC3 to the list of riff-possible audio caps.
20178         I know we still don't have a plugin for atrac3, but it's saner to output
20179         that than a cryptic mimetype.
20180
20181 2005-11-27  Edward Hervey  <edward@fluendo.com>
20182
20183         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20184         Don't try to create a zero-sized subbuffer.
20185
20186 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20187
20188         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20189         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20190         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20191         (gst_ximagesink_expose): Fixed a tricky race.
20192         * sys/ximage/ximagesink.h:
20193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20194         (gst_xvimagesink_expose): Fixed a tricky race.
20195         * sys/xvimage/xvimagesink.h:
20196
20197 2005-11-27  Edward Hervey  <edward@fluendo.com>
20198
20199         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20200         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20201         Remove unused properties, and add queues between demuxers and decoders
20202         so that a lot more files can preroll properly.
20203
20204 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20205
20206         * gst-libs/gst/net/Makefile.am:
20207         * gst-libs/gst/rtp/Makefile.am:
20208         * gst-libs/gst/tag/Makefile.am:
20209           remove silly include
20210         * gst/tags/Makefile.am:
20211         * gst/tags/gsttagediting.c:
20212         * gst/tags/gsttageditingprivate.h:
20213         * gst/tags/tagedit.vcproj:
20214           remove directory, is as good as empty
20215
20216 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20217
20218         * configure.ac:
20219           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20220         * gst-libs/Makefile.am:
20221         * gst-libs/gst/audio/Makefile.am:
20222         * gst-libs/gst/interfaces/Makefile.am:
20223         * gst-libs/gst/net/Makefile.am:
20224         * gst-libs/gst/riff/Makefile.am:
20225         * gst-libs/gst/rtp/Makefile.am:
20226         * gst-libs/gst/tag/Makefile.am:
20227         * gst-libs/gst/video/Makefile.am:
20228           and use them
20229
20230 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20231
20232         * docs/libs/tmpl/gstcolorbalance.sgml:
20233         * docs/libs/tmpl/gstmixer.sgml:
20234         * docs/libs/tmpl/gstxoverlay.sgml:
20235         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20236         * sys/ximage/ximagesink.h:
20237         * sys/xvimage/xvimagesink.h: More and more documentation.
20238
20239 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20240
20241         * docs/libs/gst-plugins-base-libs-docs.sgml:
20242         * docs/libs/gst-plugins-base-libs-sections.txt:
20243         * docs/libs/tmpl/gstcolorbalance.sgml:
20244         * docs/libs/tmpl/gstmixer.sgml:
20245         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20246         to documentation.
20247
20248 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20249
20250         * docs/plugins/Makefile.am:
20251         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20252         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20253         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20254
20255 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20256
20257         * docs/plugins/Makefile.am:
20258         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20259         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20260         * docs/plugins/inspect/plugin-adder.xml:
20261         * docs/plugins/inspect/plugin-alsa.xml:
20262         * docs/plugins/inspect/plugin-audioconvert.xml:
20263         * docs/plugins/inspect/plugin-audiorate.xml:
20264         * docs/plugins/inspect/plugin-audioresample.xml:
20265         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20266         * docs/plugins/inspect/plugin-decodebin.xml:
20267         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20268         * docs/plugins/inspect/plugin-gnomevfs.xml:
20269         * docs/plugins/inspect/plugin-ogg.xml:
20270         * docs/plugins/inspect/plugin-playbin.xml:
20271         * docs/plugins/inspect/plugin-subparse.xml:
20272         * docs/plugins/inspect/plugin-tcp.xml:
20273         * docs/plugins/inspect/plugin-theora.xml:
20274         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20275         * docs/plugins/inspect/plugin-video4linux.xml:
20276         * docs/plugins/inspect/plugin-videorate.xml:
20277         * docs/plugins/inspect/plugin-videoscale.xml:
20278         * docs/plugins/inspect/plugin-videotestsrc.xml:
20279         * docs/plugins/inspect/plugin-volume.xml:
20280         * docs/plugins/inspect/plugin-vorbis.xml:
20281         * docs/plugins/inspect/plugin-ximagesink.xml:
20282         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20283         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20284
20285 2005-11-26  Edward Hervey  <edward@fluendo.com>
20286
20287         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20288         Properly return GstFlowReturn from gst_pad_push in chain functions.
20289
20290 2005-11-25  Michael Smith  <msmith@fluendo.com>
20291
20292         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20293         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20294         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20295         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20296           Handle various conditions better when we don't understand a stream.
20297           Removes a heap of CRITICALs on ogg streams containing unknown data.
20298
20299 2005-11-24  Andy Wingo  <wingo@pobox.com>
20300
20301         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20302         Be threadsafe.
20303
20304 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20305
20306         * configure.ac: back to HEAD
20307
20308 === release 0.9.6 ===
20309
20310 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20311
20312         * configure.ac:
20313           releasing 0.9.6, "White Eight"
20314
20315 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20316
20317         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20318         * docs/plugins/inspect/plugin-sine.xml:
20319           remove sinesrc some more
20320
20321 2005-11-23  Wim Taymans  <wim@fluendo.com>
20322
20323         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20324         If we are reading too slowly, jump forward in the ringbuffer
20325         instead of blocking.
20326
20327 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20328
20329         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20330         (gst_visual_chain):
20331         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20332         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20333         (gst_videorate_chain):
20334         * gst/videotestsrc/gstvideotestsrc.c:
20335         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20336         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20337         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20338         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20339         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20340         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20341           Updates for API changes
20342
20343 2005-11-23  Wim Taymans  <wim@fluendo.com>
20344
20345         * gst-libs/gst/audio/gstbaseaudiosink.c:
20346         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20347         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20348         Fix for calibration API change.
20349
20350 2005-11-23  Michael Smith <msmith@fluendo.com>
20351
20352         * gst-libs/gst/audio/multichannel.c:
20353         (gst_audio_get_channel_positions),
20354         (gst_audio_set_channel_positions),
20355         (gst_audio_set_structure_channel_positions_list),
20356         (gst_audio_fixate_channel_positions):
20357           Use gst_value_array_*() functions on value arrays, not
20358           gst_value_list_*().
20359
20360 2005-11-23  Edward Hervey  <edward@fluendo.com>
20361
20362         * autogen.sh:
20363         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20364         Fixes autogen
20365
20366 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20367
20368         * check/Makefile.am:
20369         * check/elements/videotestsrc.c: (setup_videotestsrc),
20370         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20371         (main):
20372           add a test for videotestsrc
20373
20374 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20375
20376         * gst/sine/.cvsignore:
20377         * gst/sine/Makefile.am:
20378         * gst/sine/gstsinesrc.c:
20379         * gst/sine/gstsinesrc.h:
20380         * gst/sine/sinesrc.vcproj:
20381           and remove sinesrc from the repository.  Closes #321446
20382
20383 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20384
20385         * configure.ac:
20386         * gst-plugins-base.spec.in:
20387           remove sinesrc from the build
20388
20389 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20390
20391         * check/Makefile.am:
20392         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20393         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20394         (main):
20395           add a test for audiotestsrc, testing all waves.  Even seems
20396           leak-free at first glance, nice job Stefan
20397
20398 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20399
20400         * po/af.po:
20401         * po/az.po:
20402         * po/cs.po:
20403         * po/en_GB.po:
20404         * po/hu.po:
20405         * po/it.po:
20406         * po/nb.po:
20407         * po/nl.po:
20408         * po/or.po:
20409         * po/sq.po:
20410         * po/sr.po:
20411         * po/sv.po:
20412         * po/uk.po:
20413         * po/vi.po:
20414           Translation string updates
20415
20416         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20417         (gst_v4lsrc_set_caps):
20418         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20419         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20420         * sys/v4l/v4lsrc_calls.h:
20421           Improve v4lsrc, by making it work again.
20422
20423 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20424
20425         * ext/libvisual/visual.c: (gst_visual_chain):
20426           Fix the fps calculations.
20427
20428         * gst/ffmpegcolorspace/avcodec.h:
20429           Move structure element for clarity
20430
20431         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20432         * gst-libs/gst/interfaces/tunernorm.h:
20433         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20434         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20435         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20436         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20437         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20438         (gst_v4lmjpegsrc_getcaps):
20439         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20440         (gst_v4lsrc_set_caps):
20441         * sys/v4l/gstv4lsrc.h:
20442         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20443         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20444         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20445         * sys/v4l/v4lsrc_calls.h:
20446           Fractional framerates...
20447
20448 2005-11-22  Wim Taymans  <wim@fluendo.com>
20449
20450         * gst-libs/gst/audio/gstbaseaudiosink.c:
20451         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20452         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20453         And we provide a clock by default, of course...
20454
20455 2005-11-22  Wim Taymans  <wim@fluendo.com>
20456
20457         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20458         This clock can be slaved to a master clock now.
20459
20460         * gst-libs/gst/audio/gstbaseaudiosink.c:
20461         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20462         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20463         (gst_base_audio_sink_set_clock),
20464         (gst_base_audio_sink_set_property),
20465         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20466         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20467         * gst-libs/gst/audio/gstbaseaudiosink.h:
20468         Handle slaving the internal clock to the clock selected in the
20469         pipeline.
20470         Add property to make the basesink not provide a clock.
20471
20472         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20473         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20474         (gst_base_rtp_depayload_wait):
20475         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20476         We can use the clock in GstElement, no need to store it ourselves.
20477
20478 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20479
20480         * docs/libs/tmpl/gstaudio.sgml:
20481           update
20482         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20483         (gst_paranoia_endian_get_type):
20484         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20485         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20486         * gst/audiotestsrc/gstaudiotestsrc.c:
20487         (gst_audiostestsrc_wave_get_type):
20488         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20489         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20490         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20491         (gst_sync_method_get_type), (gst_unit_type_get_type),
20492         (gst_client_status_get_type), (gst_multifdsink_class_init),
20493         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20494         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20495         (gst_multifdsink_get_property):
20496         * gst/tcp/gstmultifdsink.h:
20497         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20498         * gst/videotestsrc/gstvideotestsrc.c:
20499         (gst_videotestsrc_pattern_get_type):
20500           remove deprecated properties
20501           fix up enums to correctly have short lowercase dashed nicks
20502
20503 2005-11-22  Michael Smith <msmith@fluendo.com>
20504
20505         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20506         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20507           Add underscore.
20508
20509 2005-11-22  Michael Smith <msmith@fluendo.com>
20510
20511         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20512         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20513           Use utility method for scaling clocktime for fractional framerates.
20514
20515 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20516
20517         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20518         (gst_visual_chain):
20519         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20520         * ext/theora/theoradec.c: (theora_handle_type_packet):
20521         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20522         (theora_enc_chain):
20523         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20524         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20525         * gst-libs/gst/video/video.h:
20526         * gst/ffmpegcolorspace/avcodec.h:
20527         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20528         (gst_ffmpeg_caps_to_pixfmt):
20529         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20530         (gst_ffmpegcsp_set_caps):
20531         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20532         (gst_videorate_setcaps), (gst_videorate_blank_data),
20533         (gst_videorate_chain):
20534         * gst/videotestsrc/gstvideotestsrc.c:
20535         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20536         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20537         (gst_videotestsrc_event), (gst_videotestsrc_create):
20538         * gst/videotestsrc/gstvideotestsrc.h:
20539         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20540         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20541         (gst_ximagesink_get_times), (gst_ximagesink_init):
20542         * sys/ximage/ximagesink.h:
20543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20544         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20545         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20546         * sys/xvimage/xvimagesink.h:
20547           Convert elements to use fractions for their framerate.
20548           V4L elements to come later tonight.
20549
20550 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20551
20552         * gst-libs/gst/audio/audio.c:
20553         * gst-libs/gst/audio/audio.h:
20554           remove some deprecated functions
20555
20556 2005-11-22  Andy Wingo  <wingo@pobox.com>
20557
20558         * Update for gst_tag_setter API changes.
20559
20560 2005-11-22  Andy Wingo  <wingo@pobox.com>
20561
20562         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20563         (gst_ogg_demux_perform_seek):
20564         * ext/theora/theoradec.c (theora_dec_sink_event):
20565         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20566         update-funcnames.
20567
20568 2005-11-22  Wim Taymans  <wim@fluendo.com>
20569
20570         * examples/seeking/seek.c: (main):
20571         Give higher priority to bus signals than the gtk events
20572         to fix a race condition in the segment looping.
20573
20574 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20575
20576         * ext/theora/Makefile.am:
20577         * ext/vorbis/Makefile.am:
20578         * gst-libs/gst/tag/Makefile.am:
20579         * gst-plugins-base.spec.in:
20580           Rename libgsttagedit to libgsttag (#322117).
20581
20582 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20583
20584         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20586           Call gst_x_overlay_prepare_xwindow_id() to give applications
20587           a final chance to set their own xwindow id before the video
20588           sink creates its own window.
20589
20590 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20591
20592         * sys/xvimage/xvimagesink.c:
20593         (gst_xvimagesink_navigation_send_event): Handle navigation
20594         events correcly with borders if applicable.
20595
20596 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20597
20598         Patch by: Luca Ognibene
20599
20600         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20601         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20602         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20603         (gst_ffmpegcsp_caps_remove_format_info):
20604         * gst/ffmpegcolorspace/imgconvert.c:
20605         * gst/ffmpegcolorspace/imgconvert_template.h:
20606           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20607           #318353); use gst_structure_has_name().
20608
20609 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20610
20611         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20612         (gst_ximagesink_class_init): Add debug macros on functions.
20613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20614         (gst_xvimagesink_xwindow_draw_borders),
20615         (gst_xvimagesink_xvimage_put),
20616         (gst_xvimagesink_xwindow_update_geometry),
20617         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20618         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20619         (gst_xvimagesink_xcontext_clear),
20620         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20621         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20622         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20623         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20624         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20625         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20626         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20627         expose while being PAUSED, out of data flow navigation events, etc..
20628
20629 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20630
20631         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20632         * gst-libs/gst/audio/audio.h:
20633           fix prototype - wondering why the test worked regardless
20634
20635 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20636
20637         * check/Makefile.am:
20638         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20639         * gst-libs/gst/audio/audio.h:
20640           add a method that returns a proper GstClockTime
20641
20642 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20643
20644         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20645         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20646         * gst-libs/gst/interfaces/xoverlay.h:
20647           Remove everything having to do with the desired size; add 
20648           gst_x_overlay_prepare_xwindow_id() function; remove the
20649           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20650           post a message on the bus instead (#321816).
20651
20652         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20654         (gst_xvimagesink_xoverlay_init):
20655           Remove desired size stuff (#321816).
20656
20657 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20658
20659         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20660         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20661         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20662           Terminate vararg functions with NULL instead of 0 to 
20663           make gcc4 happy.
20664
20665 2005-11-21  Andy Wingo  <wingo@pobox.com>
20666
20667         patch by: Sebastien Cote <sebas642@yahoo.ca>
20668         
20669         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20670         * gst-libs/gst/rtp/gstrtpbuffer.c
20671         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20672
20673 2005-11-21  Andy Wingo  <wingo@pobox.com>
20674
20675         * gst/playback/gstplaybin.c (gen_audio_element) 
20676         (gen_video_element): Use the new MISSING_PLUGIN core error
20677         category. Closes #320060.
20678
20679         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20680         * gst/videorate/gstvideorate.c (gst_videorate_event):
20681         * ext/theora/theoradec.c (theora_dec_sink_event): 
20682         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20683         stream lock.
20684
20685         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20686         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20687         stream lock changes.
20688
20689 2005-11-21  Wim Taymans  <wim@fluendo.com>
20690
20691         * gst-libs/gst/audio/gstbaseaudiosink.c:
20692         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20693         (gst_base_audio_sink_provide_clock),
20694         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20695         (gst_base_audio_sink_change_state):
20696         * gst/audioresample/gstaudioresample.c:
20697         Segment update fix.
20698
20699 2005-11-21  Andy Wingo  <wingo@pobox.com>
20700
20701         * *.h:
20702         * *.c: Ran scripts/update-macros. Oh yes.
20703
20704 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20705
20706         * sys/ximage/Makefile.am:
20707         * sys/ximage/ximage.c:
20708           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20709           remove your old libgstximage.* manually if necessary).
20710
20711 2005-11-21  Michael Smith <msmith@fluendo.com>
20712
20713         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20714           Minimal fix for bug #320200: set the min/max bitrate in the correct
20715           units. A better fix would be to upgrade to the RATEMANAGE2
20716           interface, rather than using the deprecated interface used here, but
20717           that would require an update in our libvorbis dependency (to 1.1),
20718           which is probably undesirable.
20719
20720 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20721
20722         * ext/libvisual/visual.c: (get_buffer):
20723         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20724         (gst_base_audio_src_fixate):
20725         * gst/audioconvert/gstaudioconvert.c:
20726         (gst_audio_convert_fixate_caps):
20727         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20728         * gst/audiotestsrc/gstaudiotestsrc.c:
20729         (gst_audiotestsrc_src_fixate):
20730         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20731         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20732         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20733         * gst/videotestsrc/gstvideotestsrc.c:
20734         (gst_videotestsrc_src_fixate):
20735         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20737           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20738           (#322027)
20739
20740
20741 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20742
20743         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20744         (gst_riff_create_iavs_caps):
20745         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20746         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20747         (gst_riff_parse_info):
20748         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20749         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20751           Fixes for GST_FOURCC_FORMAT API change.
20752
20753 2005-11-21  Andy Wingo  <wingo@pobox.com>
20754
20755         patch by: Alessandro Dessina <alessandro nnva org>
20756
20757         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20758         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20759         (gst_ogg_parse_chain):
20760         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20761         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20762         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20763         gst_value_list calls on arrays. Fixes #321962.
20764
20765 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20766
20767         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20768         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20769         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20770         * gst/adder/gstadder.c: (gst_adder_init),
20771         (gst_adder_request_new_pad), (gst_adder_collected),
20772         (gst_adder_change_state):
20773           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20774           API change.
20775
20776 2005-11-21  Michael Smith <msmith@fluendo.com>
20777
20778         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20779         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20780           Properly handle pad_push return values.
20781
20782 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20783
20784         * gst-libs/gst/tag/Makefile.am:
20785         * gst-libs/gst/tag/gstvorbistag.c:
20786         (gst_tag_list_to_vorbiscomment_buffer):
20787           Remove obsolete vorbistag element and debug category.
20788
20789         * gst/playback/gstplaybasebin.c: (check_queue):
20790           Don't divide by 0 when queue-threshold is 0.
20791
20792         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20793           Don't modify an existing pixel-aspect-ratio if we fail to read
20794           a new one.
20795
20796 2005-11-20  Wim Taymans  <wim@fluendo.com>
20797
20798         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20799         (gst_vorbisenc_push_packet):
20800         GST_PAD_IS_USABLE is gone, use the return value of
20801         the push or pad_alloc_buffer instead.
20802
20803 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20804
20805         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20806         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20807         (gst_ximagesink_ximage_destroy),
20808         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20809         (gst_ximagesink_xwindow_new),
20810         (gst_ximagesink_xwindow_update_geometry),
20811         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20812         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20813         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20814         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20815         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20816         (gst_ximagesink_navigation_send_event),
20817         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20818         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20819         (gst_ximagesink_finalize), (gst_ximagesink_init),
20820         (gst_ximagesink_class_init):
20821         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20822         This new version brings correct software scaling, non flickering
20823         window while resizing, pixel aspect ratio handling, usage of
20824         hardware buffer pools, out of data flow event thread for 
20825         navigation and handling of expose events even when being PAUSED,
20826         a new property to keep video aspect ratio when resizing, etc...
20827
20828 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20829
20830         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20831         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20832         handling of PAR.
20833
20834 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20835
20836         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20837         Unsetting IS_SINK flag from the fakesink, so decodebin
20838         never behaves as a sink.
20839
20840 2005-11-17  Wim Taymans  <wim@fluendo.com>
20841
20842         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20843         (gst_base_audio_src_change_state):
20844         Fix the audiosrc base class again, we did not unflush.
20845
20846 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20847
20848         * examples/seeking/seek.c: (make_dv_pipeline),
20849         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20850         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20851         to ogg/vorbis/theora pipeline.
20852
20853 2005-11-17  Wim Taymans  <wim@fluendo.com>
20854
20855         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20856         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20857         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20858         Fix EOS on multiple streams.
20859         More debugging.
20860
20861 2005-11-16  Wim Taymans  <wim@fluendo.com>
20862
20863         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20864         (gst_ogg_demux_perform_seek):
20865         Segment done must include stream time.
20866
20867         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20868         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20869         (gst_ogg_mux_change_state):
20870         Fix ogg muxer again.
20871
20872 2005-11-16  Wim Taymans  <wim@fluendo.com>
20873
20874         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20875         Fix compile again.
20876
20877 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20878
20879         * ext/libvisual/visual.c: (gst_visual_init):
20880         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20881         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20882         (gst_ogg_parse_chain):
20883         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20884         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20885         * ext/theora/theoradec.c: (gst_theora_dec_init):
20886         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20887         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20888         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20889         * gst/adder/gstadder.c: (gst_adder_class_init),
20890         (gst_adder_dispose):
20891         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20892         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20893         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20894           Fix a whole set of pad template leaks
20895
20896 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20897
20898         * check/generic/states.c: (GST_START_TEST):
20899           fix the test so that it only checks for elements that are part of
20900           this source module
20901
20902 2005-11-16  Michael Smith <msmith@fluendo.com>
20903
20904         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20905         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20906         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20907         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20908         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20909         (gst_ogg_mux_change_state):
20910           Fix leaking collectpads.
20911
20912 2005-11-16  Edward Hervey  <edward@fluendo.com>
20913
20914         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20915         (gst_videorate_event), (gst_videorate_chain):
20916         Handle segment seeks
20917
20918 2005-11-16  Wim Taymans  <wim@fluendo.com>
20919
20920         * gst-libs/gst/audio/gstbaseaudiosink.c:
20921         (gst_base_audio_sink_provide_clock),
20922         (gst_base_audio_sink_change_state):
20923         Set ringbuffer to non-flushing when going to PAUSED, set to
20924         flushing again when going to READY.
20925
20926         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20927         (gst_ring_buffer_stop):
20928         Start in flushing mode by default.
20929         Don't set flushing in the _stop method, let the app call
20930         this explicitly.
20931
20932 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20933
20934         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20935         * gst-libs/gst/video/videosink.h: Add helper function needed
20936         for video sinks.
20937
20938 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20939
20940         * gst/videoscale/gstvideoscale.c:
20941         (gst_videoscale_handle_src_event):
20942           Don't leak reference to pad parent.
20943
20944 2005-11-16  Wim Taymans  <wim@fluendo.com>
20945
20946         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20947         Set ringbuffer to flushing when stopping so that we don't
20948         block on wait_segment anymore and livelock.
20949
20950 2005-11-16  Wim Taymans  <wim@fluendo.com>
20951
20952         * examples/seeking/seek.c: (send_event), (do_seek),
20953         (loop_toggle_cb), (segment_done), (main):
20954         Added looping checkbox.
20955
20956 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20957
20958         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20959         (gst_ogg_demux_init):
20960         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20961         (gst_vorbis_dec_init):
20962           revert unrefs, they don't pass make check
20963
20964 2005-11-15  Johan Dahlin  <johan@gnome.org>
20965
20966         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20967         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20968         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20969         (gst_vorbis_dec_init):
20970         Fix pad template leaks. 
20971
20972 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20973
20974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20975           Make state change function thread safe.
20976
20977 2005-11-15  Edward Hervey  <edward@fluendo.com>
20978
20979         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20980         (gst_ogg_demux_class_init):
20981         Implement GstElement::send_event, so we can send seek events
20982         in GST_STATE_READY
20983
20984 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20985
20986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20987         Discovered how to take away flickering while resizing the
20988         window. Please don't put that in ximagesink, refactoring in
20989         progress.
20990
20991 2005-11-14  Michael Smith <msmith@fluendo.com>
20992
20993         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20994         (gst_multifdsink_render):
20995           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20996
20997 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20998
20999         * gst/playback/gstplaybin.c: (gen_audio_element):
21000           Use autoaudiosink, it tends to be more widely available than
21001           autoaudiiosink.
21002           
21003 2005-11-14  Andy Wingo  <wingo@pobox.com>
21004
21005         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
21006         as well if it is available. Fixes #316442.
21007
21008 2005-11-14  Michael Smith <msmith@fluendo.com>
21009
21010         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
21011         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21012         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21013         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21014         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
21015         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21016         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
21017         (gst_vorbisenc_change_state):
21018           Fix a small memory leak in vorbisenc.
21019           Fix large memory leaks in oggmux, also fix lots of state change
21020           bugs in oggmux.
21021
21022 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21023
21024         * gst/videotestsrc/gstvideotestsrc.c:
21025         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
21026         (gst_videotestsrc_src_fixate):
21027           move fixation to a fixate function
21028           remove negotiate function, basesrc's is good enough
21029           fixes a bug for check when using the element alone
21030
21031 2005-11-13  Edward Hervey  <edward@fluendo.com>
21032
21033         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
21034         (key_toggle_cb), (main):
21035         Added checkboxes for adding/removing the accurate and key_unit seek
21036         flags.
21037
21038 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21039
21040         * configure.ac: back to HEAD
21041
21042 === release 0.9.5 ===
21043
21044 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
21045
21046         * configure.ac:
21047           releasing 0.9.5, "No No Kia"
21048
21049 2005-11-11  Edward Hervey  <edward@fluendo.com>
21050
21051         * examples/seeking/seek.c: (make_parselaunch_pipeline):
21052         Added parse-launch syntax seeking mode for the seeking example.
21053         This should help stress-test even more cases.
21054         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
21055
21056 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21057
21058         * sys/xvimage/xvimagesink.c:
21059         (gst_xvimagesink_navigation_send_event):
21060           Check whether peer pad exists before sending navigation events
21061           to it.
21062
21063 2005-11-11  Michael Smith <msmith@fluendo.com>
21064
21065         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
21066         (gst_vorbisenc_buffer_from_packet):
21067         * ext/vorbis/vorbisenc.h:
21068           Set duration on encoded buffers. This allows oggmux's
21069           max_page_delay parameter to actually work.
21070
21071 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21072
21073         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21074         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21075         (gst_ffmpegcsp_avpicture_fill):
21076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21077         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21078           Make palettes work again (see #132341). Use our own macros
21079           for rounding up.
21080
21081 2005-11-10  Andy Wingo  <wingo@pobox.com>
21082
21083         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21084         string doober.
21085
21086 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21087
21088         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21089         (gst_ffmpegcsp_transform_caps):
21090           Prefer passthrough in transform_caps
21091
21092 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21093
21094         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21095           check for ALSA errors properly, instead of relying on ALSA's
21096           error strings to serve to the user.
21097
21098 2005-11-10  Wim Taymans  <wim@fluendo.com>
21099
21100         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21101         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21102         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21103         Modernise the seek code.
21104
21105 2005-11-10  Michael Smith <msmith@fluendo.com>
21106         
21107         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21108         (setup_substreams), (set_active_source):
21109           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21110           trying to go to NULL if we failed to read a file.
21111
21112 2005-11-10  Wim Taymans  <wim@fluendo.com>
21113
21114         * gst/audiotestsrc/gstaudiotestsrc.c:
21115         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21116         (gst_audiotestsrc_create):
21117         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21118         (gst_sinesrc_get_times), (gst_sinesrc_create):
21119         * gst/videotestsrc/gstvideotestsrc.c:
21120         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21121         (gst_videotestsrc_create):
21122         The base class can now sync for us.
21123
21124 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21125
21126         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21127           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21128           name=source autoprobe=false autoprobe-fps=false copy-mode=1
21129           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21130           format=(fourcc)I420" ! xvimagesink
21131
21132 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
21133
21134         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21135         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21136         (gst_sinesrc_newsegment):
21137           Send newsegment event in TIME format, set duration if
21138           num-buffers is set, fix duration querying.
21139
21140 2005-11-10  Michael Smith <msmith@fluendo.com>
21141
21142         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21143         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21144         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21145         (gst_ogg_mux_collected):
21146          Fix EOS handling, partially. Now forwarding an EOS event once we have
21147          EOS on all pads works correctly. However, we still don't properly set
21148          EOS on the actual ogg stream pages.
21149
21150 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
21151
21152         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21153           Set elements to NULL state before disposing of them.
21154
21155 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21156
21157         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21158
21159         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21160         (gst_base_rtp_depayload_init),
21161         (gst_base_rtp_depayload_set_gst_timestamp):
21162         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21163           We need to send a newsegment event for each instance, not
21164           just for the first instance of this class (get rid of
21165           static variable in function). (#321011).
21166           
21167 2005-11-08  Michael Smith <msmith@fluendo.com>
21168
21169         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21170         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21171         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21172         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21173           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21174           This makes us mux things correctly according to the ogg muxing
21175           rules. Still not handling EOS correctly right now, though.
21176
21177 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21178
21179         * gst/audioconvert/gstaudioconvert.c:
21180           Fix typo in docs. 
21181
21182 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21183
21184         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21185         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21186           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21187           creating a new chain; should fix live streaming. Also
21188           add more debug output and fix a typo.
21189
21190 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21191
21192         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21193
21194         * gst/volume/gstvolume.c: (volume_set_caps):
21195           Fix compilation on Solaris with Forte. (#320923)
21196
21197 2005-11-08  Wim Taymans  <wim@fluendo.com>
21198
21199         * gst-libs/gst/audio/gstbaseaudiosink.c:
21200         (gst_base_audio_sink_render):
21201         No need to do a typecheck.
21202
21203 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21204
21205         * ext/alsa/gstalsa.h:
21206           We register a debug category, so let's use it.
21207
21208 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21209
21210         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21211         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21212         Fixed a small problem.
21213
21214 2005-11-04  Wim Taymans  <wim@fluendo.com>
21215
21216         * examples/seeking/Makefile.am:
21217         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21218         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21219         (make_playerbin_pipeline), (format_value), (update_scale),
21220         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21221         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21222         (print_usage), (main):
21223         Added app for playback speed testing.
21224
21225         * examples/seeking/seek.c: (dynamic_link),
21226         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21227         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21228         (message_received), (main):
21229         Updated seek example.
21230
21231 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21232
21233         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21234         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21235         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21236         (gst_base_rtp_depayload_set_clock):
21237         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21238         Don't sleep on the bench (system clock) when you have a nice 
21239         comfortable bed (Gstreamer clock) to sleep on.
21240
21241 2005-11-03  Wim Taymans  <wim@fluendo.com>
21242
21243         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21244         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21245         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21246         Handle the case where a pad_block failed.
21247
21248 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21249
21250         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21251
21252         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21253         (gst_base_rtp_depayload_add_to_queue),
21254         (gst_base_rtp_depayload_push),
21255         (gst_base_rtp_depayload_set_gst_timestamp),
21256         (gst_base_rtp_depayload_queue_release):
21257           Fixes some bugs in the depayloader's queuing/de-queueing code.
21258
21259 2005-10-31  Michael Smith <msmith@fluendo.com>
21260
21261         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21262         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21263         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21264           Patch from Alessandro Decina <alessandro@nnva.org>.
21265           Make oggdemux only find the final time in a chain, not per-pad,
21266           since the per-pad information can be very expensive to locate, and
21267           it isn't used anywhere. This makes reading a file containing
21268           OggSkeleton reasonably fast.
21269           Also, make chain finding work when there are logical bitstreams that
21270           can't be decoded. Fixes #319110.
21271
21272 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21273
21274         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21275         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21276         (gst_base_rtp_depayload_chain),
21277         (gst_base_rtp_depayload_add_to_queue),
21278         (gst_base_rtp_depayload_push),
21279         (gst_base_rtp_depayload_set_gst_timestamp),
21280         (gst_base_rtp_depayload_queue_release),
21281         (gst_base_rtp_depayload_start_thread),
21282         (gst_base_rtp_depayload_set_property),
21283         (gst_base_rtp_depayload_get_property):
21284         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21285         Some random fixes, to fullfill the desires of thomas.
21286
21287 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21288
21289         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21290         (gst_base_rtp_depayload_add_to_queue),
21291         (gst_base_rtp_depayload_push):
21292         Fixed the queueing algorithm.
21293
21294 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21295
21296         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21297         (gst_base_rtp_depayload_push):
21298         A small fix
21299
21300 2005-10-31  Wim Taymans  <wim@fluendo.com>
21301
21302         * gst-libs/gst/audio/gstringbuffer.h:
21303         Don't break ABI.
21304
21305         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21306         (gst_ffmpeg_caps_to_pixfmt):
21307         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21308         (gst_ffmpegcsp_set_caps):
21309         Some more comments.
21310         Handle missing required caps fields better.
21311
21312 2005-10-31  Wim Taymans  <wim@fluendo.com>
21313
21314         * gst-libs/gst/audio/gstbaseaudiosink.c:
21315         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21316         (gst_base_audio_sink_render):
21317         * gst-libs/gst/audio/gstringbuffer.c:
21318         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21319         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21320         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21321         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21322         (gst_ring_buffer_read):
21323         * gst-libs/gst/audio/gstringbuffer.h:
21324         Add flushing mode to the ringbuffer so that it in all cases does
21325         not try to handle more audio. This makes sure it does not try to
21326         block anymore when flushing and fixes a livelock.
21327
21328 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21329
21330         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21331         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21332         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21333           Explicitly check for -1 values before doing a conversion
21334           and always map them to -1. (#315545)
21335
21336 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21337
21338         * gst/playback/gstplaybin.c: (gen_video_element):
21339           first try autovideosink, then xvimagesink, then error out
21340         * po/POTFILES.in:
21341           add translatable file
21342         * po/af.po:
21343         * po/az.po:
21344         * po/cs.po:
21345         * po/en_GB.po:
21346         * po/hu.po:
21347         * po/it.po:
21348         * po/nb.po:
21349         * po/nl.po:
21350         * po/or.po:
21351         * po/sq.po:
21352         * po/sr.po:
21353         * po/sv.po:
21354         * po/uk.po:
21355         * po/vi.po:
21356           update translations
21357
21358 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21359
21360         * gst-libs/gst/rtp/gstbasedepayload.c:
21361         * gst-libs/gst/rtp/gstbasedepayload.h:
21362           Minor cleanups
21363
21364 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21365
21366         * gst/playback/.cvsignore:
21367         * gst/playback/decodetest.c:
21368         * gst/playback/test3.c:
21369           Port these two tests as well.
21370
21371 2005-10-27  Wim Taymans  <wim@fluendo.com>
21372
21373         * ext/theora/theoradec.c: (theora_dec_src_query),
21374         (theora_dec_sink_event):
21375         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21376         (theora_enc_change_state):
21377         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21378         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21379         Take proper locks when handling events.
21380
21381 2005-10-27  Wim Taymans  <wim@fluendo.com>
21382
21383         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21384         (gst_adder_change_state):
21385         Fix timestamps and fix deadlock when stopping the collectpads.
21386
21387 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21388
21389         * gst-libs/gst/rtp/gstrtpbuffer.h:
21390         Declaring the payload types as strings too so that they can be used
21391         in the padtemplate inialization.
21392
21393 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21394
21395         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21396
21397         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21398         (gst_base_rtp_depayload_class_init):
21399         Fixes a small but nasty bug. The derived elements no longer segfaults
21400         on finalization.
21401
21402 2005-10-26  Michael Smith <msmith@fluendo.com>
21403
21404         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21405           When clearing an audioconvert context, set tmpbufsize to zero, so
21406           we'll allocate it again later if required.
21407           This fixes audioconvert re-negotiating formats, which previously
21408           segfaulted with a NULL destination buffer.
21409
21410 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21411
21412         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21413         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21414         (gst_base_rtp_depayload_set_gst_timestamp),
21415         (gst_base_rtp_depayload_queue_release):
21416         Fixed a smalll memleak.
21417
21418 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21419         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21420         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21421         (gst_base_rtp_depayload_finalize),
21422         (gst_base_rtp_depayload_setcaps),
21423         (gst_base_rtp_depayload_add_to_queue),
21424         (gst_base_rtp_depayload_push),
21425         (gst_base_rtp_depayload_set_gst_timestamp),
21426         (gst_base_rtp_depayload_queue_release),
21427         (gst_base_rtp_depayload_thread),
21428         (gst_base_rtp_depayload_change_state):
21429         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21430         Changed the C++ comments to C comments
21431
21432 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21433
21434         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21435         * gst/tcp/gsttcpclientsrc.h:
21436         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21437         * gst/tcp/gsttcpserversrc.h:
21438           Remove unused 'curoffset' structure member.
21439
21440 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21441
21442         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21443         (gst_base_rtp_depayload_base_init),
21444         (gst_base_rtp_depayload_finalize):
21445         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21446         * gst-libs/gst/rtp/gstbasertppayload.h:
21447           The pad-template on the sinkpad should be set by the derived classes.
21448           Also added some useful macros.
21449
21450 2005-10-24  Wim Taymans  <wim@fluendo.com>
21451
21452         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21453         Correctly flush decoder samples even if we could not
21454         copy them to an output buffer. Fixes #319618.
21455
21456 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21457
21458         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21460         the caps against our xcontext caps.
21461
21462 2005-10-24  Wim Taymans  <wim@fluendo.com>
21463
21464         * gst-libs/gst/audio/gstbaseaudiosink.c:
21465         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21466         Remove g_print
21467         Use sync property from baseclass to disable sync.
21468
21469 2005-10-24  Wim Taymans  <wim@fluendo.com>
21470
21471         * gst-libs/gst/audio/gstbaseaudiosink.c:
21472         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21473         Buffers with no timestamps get aligned with previous buffers or
21474         on underrun, played ASAP.
21475
21476 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21477
21478         * gst-libs/gst/video/video.h:
21479         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21480         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21482         here comes my change on caps for framerate and geometry range.
21483         We are now accepting 1 to MAXINT for width and height, and from
21484         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21485         to be blended correctly in videomixer.
21486
21487 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21488
21489         * configure.ac:
21490           back to HEAD
21491
21492 === release 0.9.4 ===
21493
21494 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21495
21496         * NEWS:
21497         * RELEASE:
21498         * configure.ac:
21499           releasing 0.9.4, "Velociraptor"
21500
21501 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21502
21503         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21504         * po/POTFILES.in:
21505           STOPPED -> FAILED
21506
21507 2005-10-21  Wim Taymans  <wim@fluendo.com>
21508
21509         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21510         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21511         (pad_blocked), (close_pad_link), (new_pad):
21512         Don't try to remove elements twice.
21513
21514 2005-10-21  Wim Taymans  <wim@fluendo.com>
21515
21516         * ext/theora/theoradec.c: (theora_dec_src_query),
21517         (theora_dec_sink_event):
21518         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21519         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21520         (vorbis_handle_data_packet):
21521         * ext/vorbis/vorbisdec.h:
21522         Fix old naming.
21523
21524         * gst-libs/gst/audio/gstbaseaudiosink.c:
21525         (gst_base_audio_sink_render):
21526         Don't try to sync on buffers without a timestamp.
21527
21528 2005-10-21  Wim Taymans  <wim@fluendo.com>
21529
21530         * ext/theora/theoradec.c: (theora_dec_src_query),
21531         (theora_dec_sink_event):
21532         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21533         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21534         (vorbis_handle_data_packet):
21535         * ext/vorbis/vorbisdec.h:
21536         Fix old naming.
21537
21538 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21539
21540         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21541         (gst_vorbisenc_src_query):
21542           Implement position and duration queries.
21543
21544         * gst/playback/test3.c: (update_scale), (main):
21545           Fix for async state changes and print nicer output.
21546
21547 2005-10-20  Wim Taymans  <wim@fluendo.com>
21548
21549         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21550         (dump_element_stats), (main):
21551         * gst/playback/test6.c: (main):
21552         Fix tests again
21553
21554 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21555
21556         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21557         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21558           Don't use functions for position queries when handling
21559           duration queries.
21560
21561 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21562
21563         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21564         (vorbis_handle_data_packet), (vorbis_dec_chain),
21565         (vorbis_dec_change_state):
21566         * ext/vorbis/vorbisdec.h:
21567           Vorbis streams can be embedded in other container formats
21568           than ogg, container formats where the demuxer might set 
21569           timestamps on encoded vorbis buffers instead of those silly 
21570           granulepos thingies. In short: make vorbisdec handle 
21571           timestamps on incoming buffers as well.
21572
21573 2005-10-20  Wim Taymans  <wim@fluendo.com>
21574
21575         * gst/playback/gstplaybasebin.c: (group_destroy),
21576         (gst_play_base_bin_change_state):
21577         Fix leak.
21578         Handle case where playbasebin is now ASYNC because
21579         decodebin is.
21580
21581 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21582
21583         * gst/audioconvert/Makefile.am:
21584         * gst/audioconvert/bufferframesconvert.c:
21585         * gst/audioconvert/plugin.c: (plugin_init):
21586         * gst/audioconvert/plugin.h:
21587           And bye bye buffer-frames-convert
21588
21589 2005-10-19  Wim Taymans  <wim@fluendo.com>
21590
21591         * check/elements/audioconvert.c:
21592         * docs/libs/tmpl/gstaudio.sgml:
21593         * docs/libs/tmpl/gstcolorbalance.sgml:
21594         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21595         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21596         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21597         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21598         * gst-libs/gst/audio/audio.h:
21599         * gst/audioconvert/audioconvert.h:
21600         * gst/audioconvert/gstaudioconvert.c:
21601         (gst_audio_convert_parse_caps):
21602         * gst/volume/gstvolume.c:
21603         Bye bye buffer-frames.
21604
21605 2005-10-19  Wim Taymans  <wim@fluendo.com>
21606
21607         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21608         (query_positions_elems), (query_positions_pads), (update_scale),
21609         (do_seek), (set_update_scale), (message_received), (main):
21610         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21611         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21612         (gst_ogg_demux_loop):
21613         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21614         * ext/theora/theoradec.c: (theora_dec_src_query),
21615         (theora_dec_sink_event):
21616         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21617         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21618         * gst/adder/gstadder.c: (gst_adder_query):
21619         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21620         * gst/playback/test3.c: (update_scale):
21621         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21622         (dump_element_stats), (main):
21623         * gst/playback/test6.c: (main):
21624         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21625         Query API update.
21626
21627 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21628
21629         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21630         (xml_check_first_element), (xml_type_find), (smil_type_find),
21631         (plugin_init):
21632           Add typefinding for SMIL and for generic XML. Based on patch by
21633           Akos Maroy (#308663).
21634
21635 2005-10-18  Wim Taymans  <wim@fluendo.com>
21636
21637         * gst/playback/Makefile.am:
21638         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21639         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21640         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21641         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21642         (gst_decode_bin_change_state):
21643         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21644         (gst_play_bin_send_event_to_sink):
21645         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21646         (dump_element_stats), (main):
21647         * gst/playback/test6.c: (main):
21648         Make playbin async, it'll commit state to paused when all streams
21649         are detected.
21650         Remove ugly hack.
21651         Added test6.c to show async behaviour.
21652
21653 2005-10-18  Wim Taymans  <wim@fluendo.com>
21654
21655         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21656         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21657         Fix for segment-start/stop API change.
21658
21659 2005-10-18  Wim Taymans  <wim@fluendo.com>
21660
21661         * check/Makefile.am:
21662         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21663         (main):
21664         Add future test for clock selection.
21665
21666 2005-10-18  Wim Taymans  <wim@fluendo.com>
21667
21668         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21669         (gst_alsasink_close):
21670         Set handle to NULL.
21671
21672         * gst-libs/gst/audio/gstringbuffer.c:
21673         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21674         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21675         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21676         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21677         (gst_ring_buffer_read):
21678         More debug info.
21679
21680 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21681
21682         * gst/audiotestsrc/Makefile.am:
21683         * gst/sine/Makefile.am:
21684         * gst/volume/Makefile.am:
21685           fix broken build of controllerized plugins
21686
21687 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21688
21689         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21690
21691         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21692         (gst_riff_create_video_template_caps):
21693           Add support for Indeo-3 (IV32).
21694
21695 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21696
21697         * configure.ac:
21698           rewrite
21699
21700 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21701
21702         * gst-libs/gst/video/video.c: (gst_video_get_size):
21703         * gst/audiotestsrc/gstaudiotestsrc.c:
21704           doc updates
21705
21706 2005-10-17  Andy Wingo  <wingo@pobox.com>
21707
21708         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21709         with the collectpads change.
21710         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21711
21712         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21713
21714         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21715
21716         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21717         alloc_buffer flow return to callers.
21718         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21719         change. Fix some memleaks in theoraenc.
21720
21721         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21722         in strange circumstance.
21723
21724 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21725
21726         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21727         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21728         from caps, let's use the caps...
21729
21730 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21731
21732         * configure.ac:
21733           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21734
21735 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21736
21737         * gst-libs/gst/interfaces/Makefile.am:
21738           fix silly typo
21739
21740 2005-10-16  Andy Wingo  <wingo@pobox.com>
21741
21742         * gst/playback/gstdecodebin.c
21743         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21744         function!
21745         (try_to_link_1): Increase kraziness level.
21746
21747 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21748
21749         * configure.ac:
21750           restructure like the core one
21751         * gst-libs/gst/audio/Makefile.am:
21752         * gst-libs/gst/interfaces/Makefile.am:
21753         * gst-libs/gst/net/Makefile.am:
21754         * gst-libs/gst/riff/Makefile.am:
21755         * gst-libs/gst/rtp/Makefile.am:
21756         * gst-libs/gst/tag/Makefile.am:
21757         * gst-libs/gst/video/Makefile.am:
21758           use correct linker flags, now the libs are properly versioned
21759         * check/elements/audioconvert.c: (verify_convert):
21760         * ext/alsa/gstalsaplugin.c:
21761         * ext/cdparanoia/gstcdparanoia.c:
21762         * ext/gnomevfs/gstgnomevfs.c:
21763         * ext/libvisual/visual.c:
21764         * ext/ogg/gstogg.c:
21765         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21766         * ext/theora/theora.c:
21767         * ext/vorbis/vorbis.c:
21768         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21769         * gst-libs/gst/tag/gsttagediting.c:
21770         * gst-libs/gst/video/video.c:
21771         * gst/adder/gstadder.c:
21772         * gst/audioconvert/plugin.c:
21773         * gst/audiorate/gstaudiorate.c:
21774         * gst/audioresample/gstaudioresample.c:
21775         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21776         * gst/audioscale/gstaudioscale.c:
21777         * gst/audioscale/resample.c:
21778         * gst/audiotestsrc/gstaudiotestsrc.c:
21779         * gst/ffmpegcolorspace/gstffmpeg.c:
21780         * gst/playback/gstdecodebin.c: (close_pad_link):
21781         * gst/playback/gstplaybin.c: (gen_video_element),
21782         (gen_audio_element):
21783         * gst/sine/gstsinesrc.c:
21784         * gst/subparse/gstsubparse.c:
21785         * gst/tags/gsttagediting.c:
21786         * gst/tcp/gsttcpplugin.c:
21787         * gst/typefind/gsttypefindfunctions.c:
21788         * gst/videorate/gstvideorate.c:
21789         * gst/videoscale/gstvideoscale.c:
21790         * gst/videotestsrc/gstvideotestsrc.c:
21791         * gst/volume/gstvolume.c:
21792         * sys/v4l/gstv4l.c:
21793         * sys/ximage/ximage.c:
21794         * sys/xvimage/xvimagesink.c:
21795           fix up defines
21796
21797 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21798
21799         * ext/vorbis/vorbisenc.c:
21800         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21801         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21802         (gst_tag_to_vorbis_comments):
21803           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21804
21805 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21806
21807         * examples/stats/mp2ogg.c:
21808         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21809           typo fixes
21810
21811 2005-10-13  Michael Smith <msmith@fluendo.com>
21812
21813         * ext/ogg/gstoggmux.c:
21814           Use magic glib macros to define constants as 64 bit, to ensure
21815           appropriate vararg passing.
21816
21817 2005-10-13  Michael Smith <msmith@fluendo.com>
21818
21819         * ext/ogg/gstoggmux.c:
21820         * gst/audioconvert/audioconvert.c: (float):
21821           Don't use LL suffix, as it's not portable, and neither of these
21822           uses required it anyway.
21823
21824 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21825
21826         * examples/indexing/indexmpeg.c: (main):
21827         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21828         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21829         (cdparanoia_convert), (cdparanoia_query):
21830         * ext/cdparanoia/gstcdparanoia.h:
21831         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21832         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21833         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21834         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21835         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21836         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21837         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21838         (gst_multifdsink_render), (gst_multifdsink_start),
21839         (gst_multifdsink_stop):
21840         * gst/tcp/gstmultifdsink.h:
21841         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21842         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21843         (gst_tcpclientsink_stop):
21844         * gst/tcp/gsttcpclientsink.h:
21845         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21846         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21847         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21848         * gst/tcp/gsttcpclientsrc.h:
21849         * gst/tcp/gsttcpserversink.h:
21850         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21851         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21852         (gst_tcpserversrc_stop):
21853         * gst/tcp/gsttcpserversrc.h:
21854         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21855         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21856         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21857           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21858           moved bitshift from macro to enum definition
21859
21860 2005-10-12  Wim Taymans  <wim@fluendo.com>
21861
21862         * examples/seeking/Makefile.am:
21863         Oops.
21864
21865 2005-10-12  Wim Taymans  <wim@fluendo.com>
21866
21867         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21868         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21869         Don't assert on normal stuff.
21870
21871         * gst/playback/gstplaybin.c: (do_playbin_seek):
21872         API fix.
21873
21874 2005-10-12  Wim Taymans  <wim@fluendo.com>
21875
21876         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21877         * examples/seeking/Makefile.am:
21878         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21879         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21880         (do_seek), (set_update_scale), (message_received), (main):
21881         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21882         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21883         Update for _get_state() API change.
21884
21885 2005-10-11  Wim Taymans  <wim@fluendo.com>
21886
21887         * gst-libs/gst/audio/gstbaseaudiosink.c:
21888         (gst_base_audio_sink_render):
21889         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21890         (gst_base_audio_src_create):
21891         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21892         (gst_ring_buffer_read):
21893         Cleanups.
21894         Commit and read from ringbuffer in samples rather than bytes.
21895
21896 2005-10-11  Wim Taymans  <wim@fluendo.com>
21897
21898         * gst-libs/gst/audio/gstbaseaudiosink.c:
21899         (gst_base_audio_sink_render):
21900         Respect segment rate and accum when scheduling samples.
21901
21902 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21903
21904         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21905         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21906         EOS correctly, that needs more work.
21907
21908 2005-10-11  Wim Taymans  <wim@fluendo.com>
21909
21910         * check/generic/states.c: (GST_START_TEST):
21911         remove old property.
21912
21913         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21914         (gst_ogg_demux_perform_seek):
21915         * ext/theora/theoradec.c: (theora_dec_sink_event):
21916         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21917         (vorbis_handle_data_packet):
21918         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21919         (gst_base_rtp_depayload_set_gst_timestamp):
21920         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21921         Update for newsegment API change.
21922
21923 2005-10-11  Michael Smith <msmith@fluendo.com>
21924
21925         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21926         (do_playbin_seek), (gst_play_bin_send_event):
21927           Override send_event differently, so that we can takes bits of
21928           functionality from GstPipeline (special handling for seeks,
21929           including pausing/resuming, and resetting stream time) and still get
21930           the appropriate behaviour of only forwarding event to a single sink,
21931           rather than all of them.
21932           Unfortunately requires a lot of code duplication, but the
21933           alternatives are equally ugly in the end.
21934
21935 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21936
21937         * check/elements/audioconvert.c: (setup_audioconvert),
21938         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21939         (GST_START_TEST), (audioconvert_suite):
21940           clean up tests a little, fix some leaks.
21941
21942 2005-10-10  Wim Taymans  <wim@fluendo.com>
21943
21944         * ext/alsa/gstalsasink.c:
21945         Also allow unsigned int.
21946
21947         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21948         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21949         Small cleanup
21950
21951 2005-10-10  Wim Taymans  <wim@fluendo.com>
21952
21953         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21954         Small update, use API as stated in design docs.
21955
21956         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21957         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21958         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21959         (message_received), (main):
21960         Updated seek example for GOption. Some usability improvements.
21961
21962 2005-10-10  Wim Taymans  <wim@fluendo.com>
21963
21964         * gst/audioconvert/audioconvert.h:
21965         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21966         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21967         Alloc temp storage somewhere else where we can do it more
21968         portable.
21969
21970 2005-10-10  Wim Taymans  <wim@fluendo.com>
21971
21972         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21973         (gst_tcpserversrc_start):
21974         Don't block in accept while doing the state change, move
21975         to poll and make cancellable.
21976
21977 2005-10-09  Philippe Khalaf <burger@speedy.org>
21978
21979         * gst-libs/gst/rtp/rtpbasedepayload.c:
21980         Set timestamp and add queue delay to timestamp
21981         * gst-libs/gst/rtp/rtpbuffer.h:
21982         Set correct payload type for h263
21983
21984 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21985
21986         * gst/audiotestsrc/gstaudiotestsrc.c:
21987         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21988         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21989         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21990         (gst_audiotestsrc_create_triangle),
21991         (gst_audiotestsrc_create_silence),
21992         (gst_audiotestsrc_create_white_noise),
21993         (gst_audiotestsrc_init_pink_noise),
21994         (gst_audiotestsrc_generate_pink_noise_value),
21995         (gst_audiotestsrc_create_pink_noise),
21996         (gst_audiotestsrc_change_wave):
21997         * gst/audiotestsrc/gstaudiotestsrc.h:
21998           fixed typo, added pink noise
21999
22000 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22001
22002         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
22003         (plugin_init):
22004           Add wavpack and spc typefind functions from 0.8 branch.
22005
22006 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22007
22008         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
22009         (ar_type_find), (msdos_type_find), (plugin_init):
22010           Add typefind functions for tar archives, ar archives,
22011           RAR archives, and msdos-executables (dlls, exe, etc.).
22012           Some of those would be wrongly identified as mpeg
22013           streams of some sort before (#315550).
22014
22015 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22016
22017         * configure.ac:
22018         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22019         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22020         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
22021         * gst/audiotestsrc/Makefile.am:
22022         * gst/audiotestsrc/gstaudiotestsrc.c:
22023         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
22024         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
22025         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
22026         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
22027         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
22028         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
22029         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
22030         (gst_audiotestsrc_create_silence),
22031         (gst_audiotestsrc_create_white_noise),
22032         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
22033         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
22034         (gst_audiotestsrc_start), (plugin_init):
22035         * gst/audiotestsrc/gstaudiotestsrc.h:
22036           add new plugin and element
22037         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
22038           use gobject_class
22039
22040 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22041
22042         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
22043         (gst_adder_init), (gst_adder_request_new_pad),
22044         (gst_adder_change_state):
22045           Add query function to source pad, so adder reports the correct
22046           time/sample position when queried (#315457); fix state change
22047           function; use GST_DEBUG_FUNCPTR() for pad functions.
22048
22049 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22050
22051         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
22052           Fix leaks in typefind registration
22053           Clean up the gratuitous commenting and whitespacing a little
22054
22055 2005-10-08  Wim Taymans  <wim@fluendo.com>
22056
22057         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
22058         Only actually wait for the thread to be stopped if it's 
22059         running.
22060
22061 2005-10-08  Wim Taymans  <wim@fluendo.com>
22062
22063         * gst-libs/gst/audio/gstbaseaudiosink.c:
22064         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22065         If we receive EOS we can start playback of what we had.
22066
22067 2005-10-08  Wim Taymans  <wim@fluendo.com>
22068
22069         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22070         (gst_multifdsink_finalize), (multifdsink_hash_remove),
22071         (gst_multifdsink_stop):
22072         Fix crasher when going to NULL multiple times.
22073
22074 2005-10-06  Wim Taymans  <wim@fluendo.com>
22075
22076         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22077         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22078         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22079         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22080         patch from Edgard Lima <edgard.lima@indt.org.br>
22081         Fixed gstbaseaudiosrc adding ring buffer sync to it.
22082
22083 2005-10-06  Wim Taymans  <wim@fluendo.com>
22084
22085         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22086         Report the FLOW_RETURN as string in the error message.
22087
22088         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22089         Don't assert when clearing an unnegotiated buffer.
22090
22091 2005-10-04  Michael Smith <msmith@fluendo.com>
22092
22093         * gst/playback/gstplaybasebin.c: (group_destroy),
22094         (gen_preroll_element), (remove_groups), (setup_source):
22095         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22096         (setup_sinks), (gst_play_bin_send_event),
22097         (gst_play_bin_change_state):
22098           Set state to NULL before removing from bin. Fix refcounting.
22099
22100 2005-10-04  Michael Smith <msmith@fluendo.com>
22101
22102         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22103           Correct refcounting in send_event() function. Previously was wrong
22104           if the first sink was unable to handle the event.
22105
22106 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22107
22108         * configure.ac:
22109           back to development
22110
22111 === release 0.9.3 ===
22112
22113 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22114
22115         * configure.ac:
22116           Releasing 0.9.3, "De Facto"
22117
22118 2005-10-03  Andy Wingo  <wingo@pobox.com>
22119
22120         * gst/playback/gstdecodebin.c (try_to_link_1)
22121         (remove_element_chain): set element to NULL before removing it.
22122
22123 2005-10-02  Johan Dahlin  <johan@gnome.org>
22124
22125         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
22126         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22127         MT safe.
22128
22129 2005-10-02  Andy Wingo  <wingo@pobox.com>
22130
22131         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
22132         (gst_ring_buffer_prepare_read): 
22133         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22134         Demote to LOG.
22135
22136 2005-09-29  Wim Taymans  <wim@fluendo.com>
22137
22138         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22139         * ext/theora/theoradec.c: (theora_handle_data_packet):
22140         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22141         Propagate error codes from alloc_buffer too.
22142
22143 2005-09-29  Wim Taymans  <wim@fluendo.com>
22144
22145         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22146         We use fixed caps.
22147
22148         * gst/playback/Makefile.am:
22149         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22150         (dump_element_stats), (main):
22151         Added example stream introspection code.
22152
22153 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22154
22155         * gst/adder/gstadder.c: (gst_adder_collected):
22156           fix adder for float elements
22157
22158 2005-09-28  Wim Taymans  <wim@fluendo.com>
22159
22160         * gst-libs/gst/audio/gstbaseaudiosink.c:
22161         (gst_base_audio_sink_class_init),
22162         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22163         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22164         (gst_base_audio_src_class_init),
22165         (gst_base_audio_src_provide_clock):
22166         get_clock -> provide_clock
22167
22168 2005-09-28  Andy Wingo  <wingo@pobox.com>
22169
22170         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22171         and unlocking.
22172
22173         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22174         unlocking.
22175
22176         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22177         Actually add the pad template.
22178         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22179
22180         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22181         I'm at it...
22182
22183         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22184         from fdsrc. Get caps in create() instead of start() so it can be
22185         interrupted. Interruption somewhat untested.
22186
22187         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22188         Proper EOS handling.
22189
22190 2005-09-27  Andy Wingo  <wingo@pobox.com>
22191
22192         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22193
22194         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22195
22196         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22197
22198         * gst/tcp/gsttcp.h: 
22199         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22200         out of tcpclientsrc.c. Cancellable.
22201         (gst_tcp_socket_read): Made private, cancellable, with better
22202         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22203         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22204         whole buffer, and better diagnostics.
22205         (gst_tcp_gdp_read_caps): Same.
22206
22207         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22208
22209 2005-09-26  Andy Wingo  <wingo@pobox.com>
22210
22211         * gst/sine/gstsinesrc.h:
22212         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22213         change the 'sync' property to 'is-live' and implement it halfway,
22214         update for controller api change.
22215
22216         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22217         controller api change.
22218
22219 2005-09-24  Wim Taymans  <wim@fluendo.com>
22220
22221         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22222         * gst-libs/gst/audio/gstaudiosink.c:
22223         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22224         (gst_audioringbuffer_stop):
22225         * gst-libs/gst/audio/gstbaseaudiosink.c:
22226         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22227         (gst_base_audio_sink_change_state):
22228         * gst-libs/gst/audio/gstbaseaudiosink.h:
22229         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22230         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22231         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22232         * gst-libs/gst/audio/gstringbuffer.h:
22233         Fix sync again. Moved sample alignment to basesink.
22234
22235 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22236
22237         * docs/plugins/Makefile.am:
22238         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22239         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22240         * gst/volume/gstvolume.c:
22241           add/fix docs
22242         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22243         * gst-libs/gst/audio/audio.h:
22244           add conversion macros for frames <-> clocktime
22245
22246 2005-09-23  David Schleef  <ds@schleef.org>
22247
22248         * gst/audioresample/Makefile.am:
22249         * gst/audioresample/debug.h:
22250         * gst/audioresample/gstaudioresample.c:
22251         * gst/audioresample/resample.c: Convert to using gst debugging
22252
22253 2005-09-22  Wim Taymans  <wim@fluendo.com>
22254
22255         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22256         (gst_play_bin_send_event):
22257         Only seek on one sink, the first one that succeeds.
22258
22259 2005-09-22  Michael Smith <msmith@fluendo.com>
22260
22261         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22262         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22263         Don't flush encoder state unless we have an initialised encoder.
22264         Clear out encoder state on PAUSED_TO_READY.
22265
22266 2005-09-22  Wim Taymans  <wim@fluendo.com>
22267
22268         * gst-libs/gst/rtp/gstbasertppayload.c:
22269         (gst_basertppayload_class_init), (gst_basertppayload_init),
22270         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22271         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22272         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22273         (gst_basertppayload_set_property),
22274         (gst_basertppayload_get_property),
22275         (gst_basertppayload_change_state):
22276         * gst-libs/gst/rtp/gstbasertppayload.h:
22277         Added max-ptime to control amount of data in the rtp packets.
22278
22279 2005-09-21  Andy Wingo  <wingo@pobox.com>
22280
22281         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22282         thingies.
22283
22284         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22285         can be called multiple times, dogs.
22286
22287 2005-09-21  Wim Taymans  <wim@fluendo.com>
22288
22289         * gst-libs/gst/rtp/gstbasertppayload.c:
22290         (gst_basertppayload_class_init), (gst_basertppayload_init),
22291         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22292         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22293         (gst_basertppayload_push), (gst_basertppayload_get_property),
22294         (gst_basertppayload_change_state):
22295         Allow 0 ssrc too.
22296
22297 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22298
22299         * docs/libs/compiling.sgml:
22300           fixing typos
22301
22302 2005-09-20  Wim Taymans  <wim@fluendo.com>
22303
22304         * gst-libs/gst/rtp/gstbasertppayload.c:
22305         (gst_basertppayload_class_init), (gst_basertppayload_init),
22306         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22307         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22308         (gst_basertppayload_push), (gst_basertppayload_set_property),
22309         (gst_basertppayload_get_property),
22310         (gst_basertppayload_change_state):
22311         * gst-libs/gst/rtp/gstbasertppayload.h:
22312         Added property to configure sequence number offsets.
22313
22314 2005-09-20  Wim Taymans  <wim@fluendo.com>
22315
22316         * gst-libs/gst/rtp/gstbasertppayload.c:
22317         (gst_basertppayload_class_init), (gst_basertppayload_init),
22318         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22319         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22320         (gst_basertppayload_push), (gst_basertppayload_set_property),
22321         (gst_basertppayload_get_property),
22322         (gst_basertppayload_change_state):
22323         * gst-libs/gst/rtp/gstbasertppayload.h:
22324         Make timestamp offset configurable.
22325
22326 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22327
22328         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22329           fix wrong pop/unref
22330
22331 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22332
22333         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22334
22335         * gst-libs/gst/interfaces/propertyprobe.c:
22336         (gst_property_probe_probe_property_name),
22337         (gst_property_probe_needs_probe_name),
22338         (gst_property_probe_get_values_name),
22339         (gst_property_probe_probe_and_get_values_name):
22340           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22341           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22342
22343 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22344
22345         * check/Makefile.am:
22346           have some tests be disabled for valgrinding
22347         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22348         (GST_START_TEST):
22349         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22350           Fix A Leak.  Chain To Parent Finalize.
22351
22352 2005-09-19  Wim Taymans  <wim@fluendo.com>
22353
22354         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22355         Fixed wav pipeline.
22356
22357 2005-09-19  Wim Taymans  <wim@fluendo.com>
22358
22359         * gst-libs/gst/rtp/gstbasertppayload.c:
22360         (gst_basertppayload_class_init), (gst_basertppayload_init),
22361         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22362         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22363         (gst_basertppayload_push), (gst_basertppayload_get_property),
22364         (gst_basertppayload_change_state):
22365         Posting ERROR and WARNING messages is good.
22366
22367 2005-09-19  Wim Taymans  <wim@fluendo.com>
22368
22369         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22370         (gst_base_rtp_depayload_add_to_queue),
22371         (gst_base_rtp_depayload_push),
22372         (gst_base_rtp_depayload_set_gst_timestamp),
22373         (gst_base_rtp_depayload_queue_release):
22374         This one was not supposed to go in.
22375
22376 2005-09-19  Wim Taymans  <wim@fluendo.com>
22377
22378         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22379         Fix for bus API.
22380
22381         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22382         (gst_base_rtp_depayload_chain),
22383         (gst_base_rtp_depayload_add_to_queue),
22384         (gst_base_rtp_depayload_push),
22385         (gst_base_rtp_depayload_set_gst_timestamp),
22386         (gst_base_rtp_depayload_queue_release):
22387         Some cleanups.
22388
22389         * gst-libs/gst/rtp/gstbasertppayload.c:
22390         (gst_basertppayload_class_init), (gst_basertppayload_init),
22391         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22392         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22393         (gst_basertppayload_get_property),
22394         (gst_basertppayload_change_state):
22395         Added debugging category.
22396
22397 2005-09-18  David Schleef  <ds@schleef.org>
22398
22399         * gst/playback/gstdecodebin.c: free plugin list correctly
22400         * gst/playback/gstplaybin.c: emit warning if autovideosink
22401           and autoaudiosink can't be found (instead of segfaulting)
22402
22403 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22404
22405         * check/elements/audioconvert.c: (GST_START_TEST):
22406           try out 24 bit conversion
22407
22408 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22409
22410         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22411         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22412         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22413         * ext/vorbis/vorbisenc.h:
22414           Fix EOS handling.  Still needs a fix in the ogg muxer to
22415           mark the last page as eos.
22416
22417 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22418
22419         * common/gtk-doc-plugins.mak:
22420         * docs/plugins/Makefile.am:
22421         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22422         * gst/ffmpegcolorspace/Makefile.am:
22423         * gst/ffmpegcolorspace/avcodec.h:
22424         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22425         * gst/tcp/gstmultifdsink.c:
22426           fix up ffmpegcolorspace docs; extract header
22427
22428 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22429
22430         * common/gtk-doc-plugins.mak:
22431         * docs/plugins/Makefile.am:
22432         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22433         * ext/theora/Makefile.am:
22434         * ext/theora/gsttheoraenc.h:
22435         * ext/theora/theoraenc.c:
22436         * ext/vorbis/vorbisenc.c:
22437           pick up signals and args for vorbis; add some docs for vorbis
22438
22439 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22440
22441         * common/gstdoc-scangobj:
22442         * common/gtk-doc-plugins.mak:
22443         * docs/libs/Makefile.am:
22444         * docs/plugins/gst-plugins-base-plugins.args:
22445         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22446         * docs/plugins/gst-plugins-base-plugins.interfaces:
22447         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22448         * docs/plugins/gst-plugins-base-plugins.signals:
22449           only scanobj stuff from our source module.  Not sure yet
22450           if that's correct, given the hierarchy stuff :)
22451
22452 2005-09-15  Wim Taymans  <wim@fluendo.com>
22453
22454         * gst/audioconvert/gstaudioconvert.c:
22455         And enable 24 bits mode as well..
22456
22457 2005-09-15  Wim Taymans  <wim@fluendo.com>
22458
22459         * gst-libs/gst/rtp/Makefile.am:
22460         * gst-libs/gst/rtp/gstbasertppayload.c:
22461         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22462         (gst_basertppayload_class_init), (gst_basertppayload_init),
22463         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22464         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22465         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22466         (gst_basertppayload_set_property),
22467         (gst_basertppayload_get_property),
22468         (gst_basertppayload_change_state):
22469         * gst-libs/gst/rtp/gstbasertppayload.h:
22470         Added rtp payloader base class.
22471
22472 2005-09-15  Andy Wingo  <wingo@pobox.com>
22473
22474         * configure.ac (plugindir): Remove the EOL matcher from the
22475         regexp, as it causes me problems. Libtool? Make? Who knows?
22476
22477 2005-09-14  David Schleef  <ds@schleef.org>
22478
22479         * check/generic/states.c: 
22480         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22481         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22482           Fixes for changes in registry API.
22483
22484         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22485           to GST_PLUGIN_LDFLAGS.
22486         * ext/libvisual/visual.c: Make the library shut up.
22487         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22488         * gst-libs/gst/audio/gstaudiofilter.c: same
22489
22490 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22491
22492         * docs/plugins/Makefile.am:
22493         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22494         * docs/plugins/inspect/plugin-libvisual.xml:
22495         * docs/plugins/tmpl/element-tcpserversink.sgml:
22496         * ext/theora/theoraenc.c:
22497           add libvisual plugin and theoraenc element to docs
22498
22499 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22500
22501         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22502         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22503         * ext/theora/theoraenc.c:
22504           add theoraenc
22505
22506 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22507
22508         * gst/audioconvert/Makefile.am:
22509           Audioconvert derives from GstBaseTransform and should
22510           link to the library with our base elements to avoid
22511           unresolved symbols. Makes things work with MinGW (#316160)
22512
22513         * gst/playback/test4.c: (main):
22514           Fix MinGW build problem and use g_usleep() instead of 
22515           sleep() (#316162)
22516
22517 2005-09-12  Wim Taymans  <wim@fluendo.com>
22518
22519         * gst/audioconvert/audioconvert.c: (float),
22520         (audio_convert_prepare_context), (audio_convert_convert):
22521         * gst/audioconvert/audioconvert.h:
22522         Cleanups, speedups, simplifications, added back support
22523         for 24 bits.
22524
22525 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22526
22527         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22528         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22529         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22530         * docs/plugins/tmpl/element-tcpserversink.sgml:
22531         * gst/ffmpegcolorspace/gstffmpeg.c:
22532         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22533         * gst/videotestsrc/gstvideotestsrc.c:
22534         * gst/volume/gstvolume.c:
22535           add more elements to the docs
22536
22537 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22538
22539         * check/Makefile.am:
22540         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22541         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22542           Add extra tests for basetransform based components. 
22543           Comment out the test_element_negotiation test until we decide
22544           if it's testing correct behaviour.
22545         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22546         (gst_visual_chain), (gst_visual_change_state):
22547           Slightly more correct but still bogus timestamping.
22548           Fix state change function.
22549         * gst/audioconvert/gstaudioconvert.c:
22550         (gst_audio_convert_class_init):
22551         * gst/audioresample/gstaudioresample.c:
22552         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22553         (gst_ffmpegcsp_class_init):
22554         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22555         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22556         (gst_videoscale_prepare_image):
22557         * gst/volume/gstvolume.c: (gst_volume_class_init),
22558         (volume_transform_ip):
22559           Basetransform updates. Enable passthrough modes.
22560         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22561         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22562         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22563           Negotiation fix that allows the window to return to the original
22564           size and renegotiate passthrough upstream. Extra debug output.
22565
22566 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22567
22568         * gst/sine/gstsinesrc.c:
22569         * gst/volume/gstvolume.c:
22570           fix up header include
22571
22572 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22573
22574         * gst-libs/gst/audio/gstbaseaudiosink.c:
22575         (gst_base_audio_sink_render):
22576         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22577         * gst/volume/gstvolume.c: (gst_volume_class_init),
22578         (volume_transform):
22579           fixing lost sync, some more debugging
22580
22581 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22582
22583         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22584         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22585         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22586         (gst_xvimagesink_check_xshm_calls):
22587           Fix compilation when XShm is not available.
22588
22589 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22590
22591         * ext/libvisual/visual.c: (gst_visual_dispose),
22592         (gst_visual_getcaps), (gst_visual_src_setcaps),
22593         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22594         (gst_visual_change_state):
22595           Finish fixing up libvisual plugin so that it runs. 
22596
22597 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22598
22599         * ext/vorbis/vorbisenc.c:
22600         * gst-libs/gst/tag/gstvorbistag.c:
22601           gsttaginterface.h -> gsttagsetter.h
22602
22603 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22604
22605         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22606           added another test that failes for me (test is not active by default)
22607
22608 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22609
22610         * configure.ac:
22611           v4l2 is no longer in gst-plugins-base
22612
22613 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22614
22615         * configure.ac:
22616           In the output at the end, don't show the first plugin on the same
22617           line as "Core plug-ins, always built:".
22618           Indent the output as for other plugin categories
22619         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22620           #define that can be used to not use peer buffer_alloc functions for
22621           test purposes.
22622         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22623         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22624         (gst_ximagesink_show_frame):
22625         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22626         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22627         (gst_xvimagesink_show_frame):
22628           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22629           fails gracefully instead of XError aborting or deadlocking.
22630
22631 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22632
22633         * ext/libvisual/Makefile.am:
22634           link against gst-base-libs
22635
22636 2005-09-06  David Schleef  <ds@schleef.org>
22637
22638         * configure.ac: Enable libvisual plugin.
22639         * ext/libvisual/Makefile.am:
22640         * ext/libvisual/visual.c: Fixes to make it compile.
22641
22642 === release 0.9.2 ===
22643
22644 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22645
22646         * NEWS:
22647         * RELEASE:
22648         * configure.ac:
22649         * docs/random/ChangeLog-0.8:
22650           releasing 0.9.2, "Spoon"
22651
22652 2005-09-05  Michael Smith <msmith@fluendo.com>
22653
22654         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22655           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22656           that in the vorbisenc element.
22657
22658 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22659
22660         * common/gtk-doc-plugins.mak:
22661         * docs/plugins/Makefile.am:
22662           fix distcheck
22663         * gst/audioresample/resample.c:
22664           fix wrong docstring
22665
22666 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22667
22668         * common/gst-xmlinspect.py:
22669         * common/gtk-doc-plugins.mak:
22670           only inspect plugins for this given package
22671           require gst-python 0.9
22672
22673 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22674
22675         * Makefile.am:
22676         * autogen.sh:
22677         * common/gst-xmlinspect.py:
22678         * configure.ac:
22679         * docs/Makefile.am:
22680         * docs/plugins/inspect/plugin-alsa.xml:
22681         * docs/plugins/inspect/plugin-audioresample.xml:
22682         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22683         * docs/plugins/inspect/plugin-ogg.xml:
22684         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22685         * docs/plugins/tmpl/element-multifdsink.sgml:
22686         * docs/plugins/tmpl/element-tcpserversink.sgml:
22687         * docs/plugins/tmpl/element-vorbisenc.sgml:
22688         * gst-plugins-base.spec.in:
22689           various doc-related updates
22690
22691 2005-08-31  Wim Taymans  <wim@fluendo.com>
22692
22693         * gst-libs/gst/audio/gstbaseaudiosink.c:
22694         (gst_base_audio_sink_render):
22695         Resync if the buffer timestamps drift more than a 10th 
22696         of a second.
22697
22698 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22699
22700         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22701         (gst_v4lsrc_get_property):
22702           The 'timestamp-offset' property is registered as an int64, so
22703           let's use g_value_{set|get}_int64() in our setter and getter
22704           functions (makes it work and fixes warnings with gst-inspect).
22705
22706 2005-08-30  Wim Taymans  <wim@fluendo.com>
22707
22708         * check/elements/audioconvert.c: (setup_audioconvert):
22709         * check/elements/audioresample.c: (setup_audioresample):
22710         * check/elements/volume.c: (setup_volume):
22711         Fix checks.
22712
22713 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22714
22715         * common/gtk-doc-plugins.mak:
22716         * common/plugins.xsl:
22717         * docs/plugins/Makefile.am:
22718           make module a param
22719
22720 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22721
22722         * examples/seeking/seek.c: (make_mp3_pipeline),
22723         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22724         (play_cb), (pause_cb), (stop_cb):
22725           update the example
22726
22727 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22728
22729         * gst/volume/gstvolume.c: (gst_volume_class_init),
22730         (volume_transform):
22731           do not update controlled params, if buffer has no timestamp
22732
22733 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22734
22735         * configure.ac:
22736         * gst/sine/Makefile.am:
22737         * gst/volume/Makefile.am:
22738           controllerized elements also need to link against controller-libs ;)
22739
22740 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22741
22742         * docs/libs/tmpl/gstcolorbalance.sgml:
22743         * docs/libs/tmpl/gstgconf.sgml:
22744         * docs/libs/tmpl/gstmixer.sgml:
22745         * docs/libs/tmpl/gstringbuffer.sgml:
22746         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22747         (gst_sinesrc_create):
22748         * gst/volume/gstvolume.c: (gst_volume_class_init),
22749         (volume_transform):
22750           controllerized two audio plugins
22751
22752 2005-08-29  Andy Wingo  <wingo@pobox.com>
22753
22754         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22755         (vorbis_handle_data_packet): Fix some int overflow errors.
22756
22757         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22758         -1.
22759         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22760         valid.
22761         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22762         if it's valid. Fixed streaming-mode playback.
22763
22764         * check/elements/volume.c (cleanup_volume): Fix for running
22765         CK_FORK=no.
22766
22767         * check/elements/audioconvert.c: Convert from native endian, not
22768         little endian.
22769
22770 2005-08-29  Michael Smith <msmith@fluendo.com>
22771
22772         * ext/ogg/Makefile.am:
22773         * ext/ogg/gstogg.c: (plugin_init):
22774         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22775         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22776         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22777         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22778         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22779         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22780         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22781         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22782         Add an ogg parser element.
22783
22784 2005-08-28  Andy Wingo  <wingo@pobox.com>
22785
22786         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22787
22788 2005-08-26  Wim Taymans  <wim@fluendo.com>
22789
22790         * gst/audioconvert/audioconvert.c: (if), (float),
22791         (audio_convert_get_func_index), (check_default),
22792         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22793         (audio_convert_clean_context), (audio_convert_get_sizes),
22794         (audio_convert_convert):
22795         Cleanups.
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         More elegant and working temp buffer selection algo.
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         (get_temp_buffer), (audio_convert_convert):
22813         Use realloc else we lose our original data.
22814
22815 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22816
22817         * gst/audioresample/gstaudioresample.c:
22818           use base class' newsegment to properly timestamp
22819
22820 2005-08-26  Wim Taymans  <wim@fluendo.com>
22821
22822         * gst/audioconvert/audioconvert.c: (if), (float),
22823         (audio_convert_get_func_index), (check_default),
22824         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22825         (audio_convert_clean_context), (audio_convert_get_sizes),
22826         (get_temp_buffer), (audio_convert_convert):
22827         * gst/audioconvert/gstaudioconvert.c:
22828         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22829         (gst_audio_convert_transform_caps),
22830         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22831         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22832         Oops, allocate enough space to perform the channel mix.
22833
22834 2005-08-26  Wim Taymans  <wim@fluendo.com>
22835
22836         * gst/audioconvert/Makefile.am:
22837         * gst/audioconvert/audioconvert.c: (if), (float),
22838         (audio_convert_get_func_index), (check_default),
22839         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22840         (audio_convert_clean_context), (audio_convert_get_sizes),
22841         (get_temp_buffer), (audio_convert_convert):
22842         * gst/audioconvert/audioconvert.h:
22843         * gst/audioconvert/gstaudioconvert.c:
22844         (gst_audio_convert_class_init), (gst_audio_convert_init),
22845         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22846         (gst_audio_convert_get_unit_size),
22847         (gst_audio_convert_transform_caps),
22848         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22849         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22850         * gst/audioconvert/gstaudioconvert.h:
22851         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22852         (gst_channel_mix_fill_identical),
22853         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22854         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22855         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22856         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22857         (gst_channel_mix_mix):
22858         * gst/audioconvert/gstchannelmix.h:
22859         Cleanups, librarify a bit, optimize, better negotiation and more.
22860
22861 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22862
22863         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22864         Another from MikeS:
22865         During typefinding, don't support negative offsets
22866         (offsets from the end of the stream) in our typefind->peek() function
22867         - nothing embedded in ogg ever needs them. However, we need to recognise
22868         those requests and reject them, otherwise we return invalid pointers.
22869
22870 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22871
22872         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22873         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22874         (vorbisdec_finalize), (vorbis_handle_type_packet):
22875           Big shout-out to MikeS for fixing this giant memory leak.
22876           Huzzah!
22877
22878 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22879
22880         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22881         (audio_convert_get_unit_size):
22882           plug some leaks
22883
22884 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22885
22886         * check/Makefile.am:
22887         * check/elements/audioconvert.c: (setup_audioconvert),
22888         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22889         (GST_START_TEST), (audioconvert_suite), (main):
22890           add a test for audioconvert
22891         * gst/audioresample/gstaudioresample.c:
22892         * gst/audioresample/gstaudioresample.h:
22893           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22894           note that for buffers of 1/3 sec this means DURATION(c) is 
22895           one nanosecond more than for a and b
22896
22897 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22898
22899         * check/Makefile.am:
22900         * check/elements/audioresample.c: (setup_audioresample),
22901         (cleanup_audioresample), (fail_unless_perfect_stream),
22902         (test_perfect_stream_instance), (GST_START_TEST),
22903           add a check for audioresample
22904         (audioresample_suite), (main):
22905         * check/elements/volume.c: (GST_START_TEST):
22906           remove unused method
22907         * gst/audioresample/gstaudioresample.c:
22908           set correct buffer parameters since we're changing them
22909         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22910           add some debug
22911
22912 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22913
22914         * gst/audioresample/debug.c:
22915         * gst/audioresample/gstaudioresample.c:
22916           add room for extra overlap samples when asked to transform size
22917           protect against possible mem corruption and check for discrepancies
22918           between written size and outbuffer's size so we can warn for
22919           potential problems
22920         * gst/audioresample/resample.c: (resample_init),
22921         (resample_get_output_size_for_input), (resample_get_output_size),
22922         (resample_set_n_channels), (resample_set_format):
22923           set debug level based on RESAMPLE_DEBUG env var
22924           make sure that get_output_size* returns a whole number of
22925           sample_size
22926           set sample_size each time either channel or format is set
22927         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22928         * gst/audioresample/resample_functable.c:
22929         (resample_scale_functable):
22930         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22931           remove r->sample_size, it's done in resample.c now
22932           add some debugging to the ref implementation
22933           make sure we only give back bytes that are wholes of the sample
22934           size
22935
22936 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22937         * gst/playback/gstplaybasebin.c: (fill_buffer):
22938         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22939
22940 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22941
22942         * gst/volume/gstvolume.c:
22943           made set_caps function static
22944
22945 2005-08-24  Wim Taymans  <wim@fluendo.com>
22946
22947         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22948         (gst_vorbisenc_change_state):
22949         Stop leaking taglists.
22950
22951 2005-08-24  Wim Taymans  <wim@fluendo.com>
22952
22953         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22954         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22955         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22956         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22957         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22958         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22959         Parse seeking events better.
22960         Unref static caps.
22961         Generate correct newsegment events, fixes seeking in live oggs.
22962
22963         * ext/theora/theoradec.c: (theora_dec_src_query),
22964         (theora_dec_src_event), (theora_dec_src_getcaps),
22965         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22966         Use newsegment values to report correct play time.
22967
22968         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22969         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22970         * ext/vorbis/vorbisdec.h:
22971         Parse and use newsegment values to report correct play time.
22972
22973         * gst-libs/gst/audio/gstbaseaudiosink.c:
22974         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22975         Clear ringbuffer on flush.
22976         Use newsegment values to calculate playback time.
22977
22978         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22980         Basesink does newsegment calculations for us now.
22981
22982 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22983
22984         * check/Makefile.am:
22985         * configure.ac:
22986           add core's plugins to the mix so that playbin works
22987         * check/generic/states.c: (GST_START_TEST):
22988           set a 0 timeout on pipelines, so they don't force the next
22989           state change
22990         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22991         (gst_play_base_bin_change_state):
22992           remove the crappy error handling and do GST error handling
22993
22994 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22995
22996         * check/Makefile.am:
22997         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22998           add same test as to core, it bitches out on playbin atm.
22999
23000 2005-08-24  Wim Taymans  <wim@fluendo.com>
23001
23002         * configure.ac:
23003         Remove audioscale.
23004
23005 2005-08-24  Wim Taymans  <wim@fluendo.com>
23006
23007         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23008         (gst_videoscale_prepare_size), (parse_caps),
23009         (gst_videoscale_set_caps), (gst_videoscale_get_size),
23010         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
23011         (gst_videoscale_transform):
23012         * gst/videoscale/gstvideoscale.h:
23013         Refactor, make use of BaseTranform really well.
23014
23015 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23016
23017         * configure.ac:
23018           compile audioresample
23019         * gst/audioresample/Makefile.am:
23020         * gst/audioresample/buffer.c:
23021         * gst/audioresample/functable.c:
23022         * gst/audioresample/gstaudioresample.c:
23023         * gst/audioresample/gstaudioresample.h:
23024         * gst/audioresample/resample.c:
23025         (resample_get_output_size_for_input):
23026         * gst/audioresample/resample.h:
23027         * gst/audioresample/resample_chunk.c:
23028         * gst/audioresample/resample_functable.c:
23029         * gst/audioresample/resample_ref.c:
23030           port to use basetransform; doesn't work in all cases yet
23031
23032 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23033
23034         * gst/audioconvert/gstaudioconvert.c:
23035         (gst_audio_convert_class_init), (gst_audio_convert_init),
23036         (audio_convert_get_unit_size), (audio_convert_transform_caps),
23037         (audio_convert_fixate_caps), (audio_convert_set_caps),
23038         (audio_convert_transform),
23039         (gst_audio_convert_buffer_to_default_format),
23040         (gst_audio_convert_buffer_from_default_format),
23041         (gst_audio_convert_channels):
23042         * gst/audioconvert/gstchannelmix.c:
23043         * gst/audioconvert/gstchannelmix.h:
23044           port to basetransform
23045         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23046         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
23047         (gst_ffmpegcsp_get_unit_size):
23048         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
23049         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
23050           fix for basetransform changes
23051
23052 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
23053
23054         * check/Makefile.am:
23055           Add CHECK_CFLAGS and LDFLAGS
23056
23057         * gst/playback/gstplaybasebin.c: (fill_buffer):
23058           GST_MESSAGE_SRC became a GObject
23059
23060 2005-08-24  Wim Taymans  <wim@fluendo.com>
23061
23062         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
23063         (gst_ring_buffer_clear_all):
23064         * gst-libs/gst/audio/gstringbuffer.h:
23065         Added function to clear the ringbuffer.
23066
23067 2005-08-24  Andy Wingo  <wingo@pobox.com>
23068
23069         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
23070         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
23071         of _open and _close.
23072
23073         * sys/v4l/gstv4lxoverlay.h:
23074         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23075         an Xv connection here, instead of all the time. Make Xv only be
23076         loaded if you axe for it. Kindof a workaround for buggy behaviour
23077         of Xv when using remote xservers (XvQueryExtension would block).
23078         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23079         replace the _open and _close public API. Only start the xv
23080         connection if necessary.
23081         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23082
23083 2005-08-23  David Schleef  <ds@schleef.org>
23084
23085         * gst/audioresample/Makefile.am: Leet audioresampling code
23086         * gst/audioresample/buffer.c:
23087         * gst/audioresample/buffer.h:
23088         * gst/audioresample/debug.c:
23089         * gst/audioresample/debug.h:
23090         * gst/audioresample/functable.c:
23091         * gst/audioresample/functable.h:
23092         * gst/audioresample/gstaudioresample.c:
23093         * gst/audioresample/gstaudioresample.h:
23094         * gst/audioresample/resample.c:
23095         * gst/audioresample/resample.h:
23096         * gst/audioresample/resample_chunk.c:
23097         * gst/audioresample/resample_functable.c:
23098         * gst/audioresample/resample_ref.c:
23099
23100 2005-08-23  Wim Taymans  <wim@fluendo.com>
23101
23102         * examples/seeking/seek.c: (make_vorbis_pipeline),
23103         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23104         Small seek updates.
23105
23106 2005-08-23  Andy Wingo  <wingo@pobox.com>
23107
23108         * gst-libs/gst/audio/gstbaseaudiosrc.c
23109         (gst_base_audio_src_fixate): Only fixate endianness if it is
23110         present in the caps.
23111
23112 2005-08-22  Andy Wingo  <wingo@pobox.com>
23113
23114         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
23115         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23116         device-name property.
23117
23118         * gst-libs/gst/audio/gstaudiosrc.h:
23119         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23120         close_device in the ring buffer, like gstaudiosink.
23121
23122         * ext/alsa/gstalsamixer.h:
23123         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23124         macro to implement the interface without much code. Cleanups. 
23125
23126         * ext/alsa/gstalsasrc.h:
23127         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23128         READY.
23129
23130         * ext/alsa/Makefile.am: Add new files.
23131         * ext/alsa/gstalsamixerelement.c: 
23132         * ext/alsa/gstalsamixerelement.c: Split element code out from
23133         mixer code so that alsasrc can be a mixer too.
23134
23135 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23136
23137         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23138         (GST_START_TEST):
23139         * check/elements/vorbisdec.c: (setup_vorbisdec),
23140         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23141         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23142         (vorbis_handle_identification_packet),
23143         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23144         (vorbis_handle_header_packet), (vorbis_dec_push),
23145         (vorbis_dec_chain):
23146           use the setup/teardown methods to save code.  save code is good.
23147
23148 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23149
23150         * check/Makefile.am:
23151           add ext dir for plugins
23152           add vorbisdec test conditionally
23153         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23154         (GST_START_TEST), (volume_suite):
23155           add a test with wrong caps
23156         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23157         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23158           add a vorbisdec test
23159         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23160         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23161           clean up debug output
23162         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23163           yay, fix a segfault/security issue in vorbisdec
23164           gst-launch fakesrc ! vorbisdec wasn't happy
23165         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23166         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23167         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23168         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23169         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23170         (gst_vorbisenc_set_metadata), (get_constraints_string),
23171         (update_start_message), (gst_vorbisenc_setup),
23172         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23173         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23174         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23175         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23176         * ext/vorbis/vorbisenc.h:
23177           march in line
23178         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23179         (gst_ffmpegcsp_transform):
23180           have the kow come home
23181         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23182           debug my func ptr
23183         * gst/volume/gstvolume.c: (volume_set_caps):
23184           add a debug
23185
23186 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23187
23188         * Makefile.am:
23189         * check/.cvsignore:
23190         * check/Makefile.am:
23191         * check/elements/.cvsignore:
23192         * check/elements/volume.c: (chain_func), (event_func),
23193         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23194         (main):
23195         * configure.ac:
23196           add unit test structure for gst-plugins-base
23197           add a test for volume
23198         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23199         (gst_volume_set_volume), (gst_volume_get_volume),
23200         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23201         (volume_funcfind), (volume_process_float), (volume_process_int16),
23202         (volume_set_caps), (volume_transform), (volume_update_mute),
23203         (volume_update_volume), (volume_set_property),
23204         (volume_get_property):
23205           document a little; use basetransform vmethod _set_caps
23206
23207 2005-08-19  Andy Wingo  <wingo@pobox.com>
23208
23209         * ext/alsa/gstalsamixertrack.h:
23210         * ext/alsa/gstalsamixertrack.c:
23211         * ext/alsa/gstalsamixeroptions.h:
23212         * ext/alsa/gstalsamixeroptions.c:
23213         * ext/alsa/gstalsamixer.h:
23214         * ext/alsa/gstalsamixer.c: Port to 0.9.
23215
23216         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23217         Remove gstalsa.c and alsaclock. No more cruft here.
23218         
23219 2005-08-18  Wim Taymans  <wim@fluendo.com>
23220
23221         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23222         (gst_base_rtp_depayload_chain),
23223         (gst_base_rtp_depayload_add_to_queue),
23224         (gst_base_rtp_depayload_push),
23225         (gst_base_rtp_depayload_queue_release):
23226         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23227         Fix for RTPBuffer changes.
23228
23229         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23230         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23231         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23232         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23233         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23234         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23235         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23236         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23237         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23238         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23239         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23240         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23241         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23242         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23243         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23244         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23245         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23246         (gst_rtpbuffer_get_payload):
23247         * gst-libs/gst/rtp/gstrtpbuffer.h:
23248         Don't subclass GstBuffer but add methods and helper functions
23249         to construct and manipulate RTP packets in regular GstBuffers.
23250
23251 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23252
23253         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23254           moved statement below switch
23255         * gst/volume/gstvolume.c: (gst_volume_class_init):
23256           added debug ptr
23257
23258 2005-08-16  Wim Taymans  <wim@fluendo.com>
23259
23260         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23261         (gst_base_audio_src_change_state):
23262         Open and close device in READY<->NULL state change.
23263
23264 2005-08-16  Andy Wingo  <wingo@pobox.com>
23265
23266         * examples/seeking/Makefile.am: Don't compile non-compiling
23267         compiled objects with the compiler.
23268
23269         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23270         elements.
23271
23272 2005-08-12  Philippe Khalaf <burger@speedy.org>
23273         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23274         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23275           Made a thread to release the queue.
23276           Removed timestamp conversion for now.
23277
23278 2005-08-10  Philippe Khalaf <burger@speedy.org>
23279         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23280         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23281           Added rtp timestamp -> gst timestamp conversion.
23282           Fixed several problems with queue.
23283
23284 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23285
23286         * gst-libs/gst/audio/gstaudioclock.h:
23287         * gst-libs/gst/audio/gstaudiofilter.h:
23288         * gst-libs/gst/audio/gstaudiosink.h:
23289         * gst-libs/gst/audio/gstaudiosrc.h:
23290         * gst-libs/gst/audio/gstbaseaudiosink.h:
23291         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23292         * gst-libs/gst/audio/gstringbuffer.h:
23293         * gst-libs/gst/net/gstnetbuffer.h:
23294         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23295         * gst-libs/gst/rtp/gstrtpbuffer.h:
23296           Add padding (you will need to rebuild gst-plugins-base,
23297           gst-plugins and all applications afterwards!)
23298
23299 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23300
23301         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23302         (gst_riff_parse_chunk):
23303           Fix bug in debug message and add some more debug messages.
23304
23305 2005-08-08  Edward Hervey  <edward@fluendo.com>
23306
23307         * gst-libs/gst/riff/riff-media.c:
23308         backported updates since branch
23309
23310 2005-08-08  Andy Wingo  <wingo@pobox.com>
23311
23312         * gst-libs/gst/audio/gstbaseaudiosink.c
23313         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23314         like good elements should. Close on READY->NULL too.
23315
23316         * gst-libs/gst/audio/gstaudiosink.c
23317         (gst_audioringbuffer_open_device,
23318         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23319         (gst_audioringbuffer_release): Updates for new ring buffer API,
23320         hook into the new audio sink api.
23321
23322         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23323         (GstAudioSinkClass.close): Just open and close the device -- no
23324         resource allocation or configuration.
23325         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23326         vmethods, handle device setup and resource allocation.
23327
23328         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23329         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23330         base class API.
23331
23332         * gst-libs/gst/audio/gstringbuffer.h
23333         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23334         New vmethods.
23335
23336         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23337         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23338         New API functions. The device should be opened before acquiring
23339         and closed after releasing.
23340
23341 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23342
23343         * gst-libs/gst/interfaces/mixer.h:
23344           Reset padding to GST_PADDING.
23345
23346 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23347
23348         * gst/playback/gstplaybin.c: (remove_sinks):
23349           Remove visualization from parent explicitely; works around some
23350           apparent refcount issue that I haven't tracked down yet.
23351
23352 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23353
23354         * ext/alsa/gstalsasink.c: (set_hwparams):
23355           Assign debug category, add negotiation debug msgs.
23356
23357 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23358
23359         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23360           Fix error code for file-not-found to NOT_FOUND.
23361
23362 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23363
23364         * common/gtk-doc-plugins.mak:
23365         * docs/plugins/Makefile.am:
23366         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23367         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23368           renamed to actual element names, so much nicer to look at
23369         * docs/plugins/tmpl/gstmultifdsink.sgml:
23370           remove
23371         * docs/plugins/tmpl/multifdsink.sgml:
23372         * docs/plugins/tmpl/tcpserversink.sgml:
23373           add
23374         * ext/alsa/gstalsa.c:
23375         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23376         * ext/ogg/gstoggmux.c:
23377         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23378         * gst/playback/gstdecodebin.c:
23379         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23380         * gst/tcp/gsttcpserversink.c:
23381           various fixes and documentation additions
23382
23383 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23384
23385         * common/Makefile.am:
23386         * common/gstdoc-scangobj:
23387         * common/gtk-doc-plugins.mak:
23388         * common/gtk-doc.mak:
23389           add a custom scangobj that uses the registry
23390           add a custom gtk-doc-plugins.mak that uses it
23391           some doc build fixes
23392         * configure.ac:
23393         * docs/Makefile.am:
23394         * docs/plugins/Makefile.am:
23395         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23396         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23397         * docs/plugins/gst-plugins-base-plugins.types:
23398         * docs/plugins/tmpl/gstmultifdsink.sgml:
23399           add docs for one element, multifdsink
23400         * gst/adder/gstadder.h:
23401         * gst/volume/gstvolume.h:
23402           don't privatize enum
23403         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23404         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23405         (gst_sync_method_get_type), (gst_client_status_get_type),
23406         (gst_multifdsink_class_init),
23407         (gst_multifdsink_client_queue_buffer),
23408         (gst_multifdsink_handle_client_write):
23409         * gst/tcp/gstmultifdsink.h:
23410         * gst/tcp/gsttcp.h:
23411         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23412         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23413         (gst_tcpclientsink_render):
23414         * gst/tcp/gsttcpclientsink.h:
23415         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23416         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23417         (gst_tcpclientsrc_start):
23418         * gst/tcp/gsttcpclientsrc.h:
23419         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23420         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23421         * gst/tcp/gsttcpserversrc.h:
23422         * gst/typefind/gsttypefindfunctions.c:
23423           remove superfluous Type stuff
23424
23425 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23426
23427         * gst/playback/gstplaybin.c: (gen_video_element):
23428           Enable videoscale.
23429
23430 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23431
23432         * gst-libs/gst/gconf/gconf.c:
23433         * gst-libs/gst/gconf/gconf.h:
23434           Fix some Andy Problem [tm].
23435
23436 2005-08-04  Andy Wingo  <wingo@pobox.com>
23437
23438         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23439         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23440         (gst_ffmpegcsp_get_size): Adapt to API changes.
23441
23442         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23443         Implement an in-place do-nothing transform.
23444
23445 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23446
23447         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23448         (gst_ximagesink_renegotiate_size):
23449           Do not set new window sizes yet if we prepare a new buffer size
23450           for upstream renegotiation (software scaling) at some point in the
23451           future, because this new size waqs not actually accepted yet. Once
23452           accepted, renegotiation later on will set the new sizes just fine.
23453           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23454           embedding testcase.
23455
23456 2005-08-03  Andy Wingo  <wingo@pobox.com>
23457
23458         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23459         (gst_ximagesink_buffer_alloc): 
23460         Protect the height, width, and desired_caps with the pool_lock.
23461         Fixes videotestsrc ! queue ! ximagesink.
23462
23463 2005-08-02  Edward Hervey  <edward@fluendo.com>
23464
23465         * gst/volume/gstvolume.c:
23466         include left from controller cleanup
23467
23468 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23469         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23470           Stop collectpads before calling the parent state
23471           change function on PAUSED->READY.
23472
23473 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23474         * configure.ac:
23475           When testing for X libs, use the X CFlags 
23476         * gst/adder/gstadder.c: (gst_adder_change_state):
23477           Stop the collectpads before calling parent state change function
23478           on PAUSED->READY, otherwise we deadlock deactivating pads.
23479
23480 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23481
23482         * configure.ac:
23483         * docs/libs/tmpl/gstcolorbalance.sgml:
23484         * docs/libs/tmpl/gstmixer.sgml:
23485         * examples/Makefile.am:
23486         * gst/sine/Makefile.am:
23487         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23488         (gst_sinesrc_set_property), (plugin_init):
23489         * gst/sine/gstsinesrc.h:
23490         * gst/volume/Makefile.am:
23491         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23492         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23493         (volume_process_float), (volume_process_int16),
23494         (volume_set_property), (plugin_init):
23495         * gst/volume/gstvolume.h:
23496           deactivate and remove dparams (libgstcontrol)
23497
23498 2005-07-29  Wim Taymans  <wim@fluendo.com>
23499
23500         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23501         Convert me to BaseTransform!! help..
23502
23503 2005-07-29  Andy Wingo  <wingo@pobox.com>
23504
23505         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23506         sinks.
23507
23508         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23509         support of both endiannesses.
23510
23511 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23512
23513         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23514           Fix confusing debug message (s/event/query/)
23515
23516 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23517
23518         * gst/videotestsrc/videotestsrc.h:
23519           Use "_stdint.h" instead of <stdint.h>
23520
23521 2005-07-27  Wim Taymans  <wim@fluendo.com>
23522
23523         * ext/vorbis/Makefile.am:
23524         Revert wrong commit.
23525
23526 2005-07-27  Wim Taymans  <wim@fluendo.com>
23527
23528         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23529         More compilation fixen.
23530
23531 2005-07-27  Wim Taymans  <wim@fluendo.com>
23532
23533         * gst-libs/gst/audio/gstbaseaudiosink.c:
23534         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23535         (gst_base_audio_sink_create_ringbuffer),
23536         (gst_base_audio_sink_change_state):
23537         Fix compilation.
23538
23539 2005-07-27  Wim Taymans  <wim@fluendo.com>
23540
23541         * examples/seeking/seek.c: (setup_dynamic_link),
23542         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23543         (query_positions_elems), (query_positions_pads), (do_seek):
23544         Update seek example.
23545
23546         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23547         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23548         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23549         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23550         (gst_ogg_demux_handle_event),
23551         (gst_ogg_demux_deactivate_current_chain),
23552         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23553         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23554         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23555         (gst_ogg_demux_loop):
23556         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23557         * ext/theora/theoradec.c: (theora_dec_src_event),
23558         (theora_dec_src_getcaps), (theora_dec_sink_event),
23559         (theora_dec_push), (theora_dec_chain):
23560         * ext/vorbis/Makefile.am:
23561         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23562         (vorbis_dec_sink_event), (vorbis_dec_push),
23563         (vorbis_handle_data_packet):
23564         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23565         (gst_vorbisenc_chain):
23566         * gst/playback/gststreaminfo.c: (cb_probe):
23567         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23568         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23569         * gst/videoscale/gstvideoscale.c:
23570         (gst_videoscale_handle_src_event):
23571         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23572         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23573         (gst_ximagesink_navigation_send_event):
23574         * sys/xvimage/xvimagesink.c:
23575         (gst_xvimagesink_navigation_send_event):
23576         Various event updates and cleanups
23577
23578 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23579
23580         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23581           Fix segfault for I420/YV12.
23582
23583 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23584
23585         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23586           Report bitrate.
23587
23588 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23589
23590         * gst/playback/gstplaybin.c: (gen_video_element),
23591         (gen_audio_element):
23592           Switch to auto*sink elements as default sinks; add volume element
23593           so that volume control in totem works.
23594
23595 2005-07-21  Wim Taymans  <wim@fluendo.com>
23596
23597         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23598         * gst/playback/gstplaybin.c: (setup_sinks),
23599         (gst_play_bin_change_state):
23600         Refcount fix and more comments.
23601
23602 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23603
23604         * sys/ximage/Makefile.am:
23605         * sys/ximage/ximage.c: (plugin_init):
23606         * sys/ximage/ximagesink.c:
23607         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23608         
23609
23610 2005-07-21  Wim Taymans  <wim@fluendo.com>
23611
23612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23613         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23614         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23615         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23616         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23617         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23618         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23619         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23620         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23621         Generate correct disconts for live chained oggs.
23622
23623         * gst-libs/gst/audio/gstbaseaudiosink.c:
23624         (gst_base_audio_sink_render),
23625         (gst_base_audio_sink_create_ringbuffer),
23626         (gst_base_audio_sink_change_state):
23627         Handle discont math correctly.
23628
23629         * gst/playback/gstplaybin.c: (add_sink):
23630         Some small debug cleanup.
23631
23632 2005-07-21  Wim Taymans  <wim@fluendo.com>
23633
23634         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23635         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23636         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23637         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23638         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23639         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23640         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23641         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23642         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23643         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23644         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23645         (gst_ogg_demux_change_state), (gst_ogg_print):
23646         Reorganize code to send the right disconts when in streaming
23647         mode.
23648
23649 2005-07-20  Andy Wingo  <wingo@pobox.com>
23650
23651         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23652         fix (?), fixes a seggie mcfalterson (#310894).
23653
23654 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23655
23656         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23657         (gst_ogg_mux_set_header_on_caps):
23658         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23659         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23660         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23661         * gst-libs/gst/audio/multichannel.c:
23662         (gst_audio_set_channel_positions),
23663         (gst_audio_set_structure_channel_positions_list):
23664         * gst/playback/gstdecodebin.c: (dynamic_create):
23665         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23666         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23667           Fixes for API changes in core.
23668
23669 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23670
23671         * gst/playback/gstplaybasebin.c: (fill_buffer):
23672           Use _new_custom() so we can set custom message types for buffering
23673           messages.
23674
23675 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23676
23677         * configure.ac:
23678         * gst-libs/gst/Makefile.am:
23679         * gst-libs/gst/gconf/.cvsignore:
23680         * gst-libs/gst/gconf/Makefile.am:
23681         * gst-libs/gst/gconf/test-gconf.c:
23682         * pkgconfig/Makefile.am:
23683         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23684         * pkgconfig/gstreamer-gconf.pc.in:
23685           Remove gconf stuff, use gconf elements instead from now on.
23686
23687 2005-07-20  Wim Taymans  <wim@fluendo.com>
23688
23689         * gst-libs/gst/audio/TODO:
23690         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23691         (gst_audio_clock_get_internal_time):
23692         * gst-libs/gst/audio/gstaudioclock.h:
23693         * gst-libs/gst/audio/gstbaseaudiosink.c:
23694         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23695         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23696         (gst_base_audio_sink_render),
23697         (gst_base_audio_sink_create_ringbuffer),
23698         (gst_base_audio_sink_change_state):
23699         Make sure the audio clock always returns an increasing value.
23700
23701 2005-07-19  Andy Wingo  <wingo@pobox.com>
23702
23703         * gst/videotestsrc/: Cleanups.
23704
23705 2005-07-19  Wim Taymans  <wim@fluendo.com>
23706
23707         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23708         Better debugging.
23709
23710 2005-07-19  Wim Taymans  <wim@fluendo.com>
23711
23712         * examples/seeking/seek.c: (make_dv_pipeline),
23713         (make_vorbis_theora_pipeline), (query_rates),
23714         (query_positions_elems), (query_positions_pads), (do_seek):
23715         Make correct DV pipeline.
23716
23717 2005-07-18  Andy Wingo  <wingo@pobox.com>
23718
23719         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23720         default. Also because it's the only thing that really works. (This
23721         is used in the GConf elements).
23722         Use AS_LIBTOOL_TAGS.
23723
23724 2005-07-18  Wim Taymans  <wim@fluendo.com>
23725
23726         * gst/playback/gstdecodebin.c: (remove_element_chain):
23727         * gst/playback/gstplaybin.c: (add_sink):
23728         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23729         (gst_stream_info_set_mute):
23730         * gst/playback/gststreamselector.c:
23731         (gst_stream_selector_get_linked_pad),
23732         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23733         More leak and compile fixes.
23734
23735 2005-07-18  Wim Taymans  <wim@fluendo.com>
23736
23737         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23738         (query_rates), (query_positions_elems), (query_positions_pads),
23739         (do_seek), (seek_cb), (stop_seek):
23740         Updated seek example. 
23741
23742         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23743         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23744         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23745         * gst/playback/gstplaybin.c: (add_sink):
23746         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23747         (gst_stream_info_set_mute):
23748         Some refcount leak fixes.
23749
23750 2005-07-16  Wim Taymans  <wim@fluendo.com>
23751
23752         * gst-libs/gst/audio/gstbaseaudiosink.c:
23753         (gst_base_audio_sink_render):
23754         Align samples even if we have roundoff errors in the 
23755         timestamp conversion.
23756
23757 2005-07-16  Wim Taymans  <wim@fluendo.com>
23758
23759         * docs/libs/tmpl/gstringbuffer.sgml:
23760         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23761         (query_rates), (query_positions_elems), (query_positions_pads),
23762         (update_scale), (do_seek):
23763         Updated seek example.
23764
23765         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23766         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23767         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23768         (gst_ogg_demux_loop):
23769         Push out correct discont values.
23770
23771         * ext/theora/theoradec.c: (theora_dec_src_convert),
23772         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23773         (theora_dec_sink_event), (theora_handle_type_packet),
23774         (theora_handle_header_packet), (theora_dec_push),
23775         (theora_handle_data_packet), (theora_dec_chain),
23776         (theora_dec_change_state):
23777         Better timestamping.
23778
23779         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23780         (vorbis_dec_sink_event), (vorbis_dec_push),
23781         (vorbis_handle_data_packet), (vorbis_dec_chain):
23782         * ext/vorbis/vorbisdec.h:
23783         Better timestamping.
23784
23785         * gst-libs/gst/audio/gstbaseaudiosink.c:
23786         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23787         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23788         Handle syncing on timestamps instead of sample offsets. Make
23789         use of DISCONT values as described in design docs.
23790
23791         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23792         (gst_base_audio_src_get_time):
23793         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23794         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23795         (gst_ring_buffer_read):
23796         * gst-libs/gst/audio/gstringbuffer.h:
23797         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23798         (gst_ximagesink_show_frame):
23799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23800         Correcly convert buffer timestamp to stream time.
23801
23802 2005-07-16  Wim Taymans  <wim@fluendo.com>
23803
23804         * gst/audioconvert/gstaudioconvert.c:
23805         (gst_audio_convert_get_buffer):
23806         Timestamp buffers correctly.
23807
23808         * gst/playback/gstplaybin.c: (gen_video_element):
23809         Make internal fakesink silent.
23810
23811 2005-07-15  Wim Taymans  <wim@fluendo.com>
23812
23813         * gst/ffmpegcolorspace/Makefile.am:
23814         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23815         (gst_ffmpegcsp_caps_remove_format_info),
23816         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23817         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23818         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23819         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23820         Ported ffmpegcolorspace to basetransform.
23821
23822         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23823         * gst/volume/gstvolume.c: (volume_transform):
23824         Ported to new API.
23825
23826 2005-07-14  Wim Taymans  <wim@fluendo.com>
23827
23828         * gst/videotestsrc/Makefile.am:
23829         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23830         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23831         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23832         (gst_videotestsrc_init), (gst_videotestsrc_event),
23833         (gst_videotestsrc_create), (gst_videotestsrc_start),
23834         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23835         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23836         (gst_videotestsrc_get_property):
23837         * gst/videotestsrc/gstvideotestsrc.h:
23838         Make videotestsrc a pushsrc.
23839
23840 2005-07-14  Wim Taymans  <wim@fluendo.com>
23841
23842         * gst/tcp/gstfdset.c: (gst_fdset_free):
23843         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23844         (gst_multifdsink_add), (gst_multifdsink_remove),
23845         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23846         (gst_multifdsink_remove_client_link),
23847         (gst_multifdsink_client_queue_data),
23848         (gst_multifdsink_client_queue_caps),
23849         (gst_multifdsink_client_queue_buffer),
23850         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23851         (gst_multifdsink_stop):
23852         * gst/tcp/gstmultifdsink.h:
23853         0.8 backporting.
23854
23855         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23856         Also draw image when not from a pool.
23857
23858 2005-07-14  Wim Taymans  <wim@fluendo.com>
23859
23860         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23861         (mute_stream), (silence_stream):
23862         Small debug additions.
23863
23864 2005-07-14  Wim Taymans  <wim@fluendo.com>
23865
23866         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23867         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23868         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23869         Better error recovery, ignore unconnected pads and
23870         non-fatal errors.
23871
23872 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23873
23874         * docs/libs/tmpl/gstaudio.sgml:
23875         * docs/libs/tmpl/gstcolorbalance.sgml:
23876         * docs/libs/tmpl/gstgconf.sgml:
23877         * docs/libs/tmpl/gstmixer.sgml:
23878         * docs/libs/tmpl/gstringbuffer.sgml:
23879         * docs/libs/tmpl/gsttuner.sgml:
23880         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23881         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23882         (gst_tcpclientsrc_class_init):
23883         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23884         (gst_tcpserversrc_class_init):
23885         * sys/v4l/gstv4lelement.c:
23886           more autistic cleanliness in functions/names/defines
23887
23888 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23889
23890         * configure.ac:
23891           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23892           added manually to each Makefile.am so we are sure it goes
23893           *last* and doesn't add -L flags before linking in libs of our
23894           own, like, say, internal .la libs, that then accidentally pick
23895           up the installed copy.
23896         * docs/libs/Makefile.am:
23897         * ext/alsa/Makefile.am:
23898         * ext/cdparanoia/Makefile.am:
23899         * ext/gnomevfs/Makefile.am:
23900         * ext/libvisual/Makefile.am:
23901         * ext/ogg/Makefile.am:
23902         * ext/theora/Makefile.am:
23903         * ext/vorbis/Makefile.am:
23904         * gst-libs/gst/video/Makefile.am:
23905         * gst/adder/Makefile.am:
23906         * gst/audioconvert/Makefile.am:
23907         * gst/audiorate/Makefile.am:
23908         * gst/audioscale/Makefile.am:
23909         * gst/ffmpegcolorspace/Makefile.am:
23910         * gst/playback/Makefile.am:
23911         * gst/sine/Makefile.am:
23912         * gst/subparse/Makefile.am:
23913         * gst/tags/Makefile.am:
23914         * gst/tcp/Makefile.am:
23915         * gst/typefind/Makefile.am:
23916         * gst/videorate/Makefile.am:
23917         * gst/videoscale/Makefile.am:
23918         * gst/videotestsrc/Makefile.am:
23919         * gst/volume/Makefile.am:
23920         * sys/v4l/Makefile.am:
23921         * sys/ximage/Makefile.am:
23922         * sys/xvimage/Makefile.am:
23923           adapt properly to this change. This should make sure that
23924           plugins and libs properly link to the as-yet-uninstalled
23925           copies of stuff like libgstinterfaces and libgstvideo
23926
23927 2005-07-13  Andy Wingo  <wingo@pobox.com>
23928
23929         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23930         (gst_v4lsrc_fixate): Fixate on format as well.
23931
23932         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23933         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23934         buffer points to it.
23935         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23936         rather just doing X calls ourselves. Also fixes a memleak.
23937
23938 2005-07-12  Andy Wingo  <wingo@pobox.com>
23939
23940         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23941         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23942         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23943         TRUE to avoid deadlocks if an element holds on to our buffers.
23944
23945 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23946
23947         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23948         (gst_sinesrc_init), (gst_sinesrc_create),
23949         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23950         (gst_sinesrc_start):
23951         * gst/sine/gstsinesrc.h:
23952           removing num-buffers property before moving it
23953
23954 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23955
23956         * configure.ac:
23957           use overridable ERROR_CFLAGS
23958         * docs/libs/gst-plugins-base-libs.types:
23959         * docs/libs/tmpl/gstringbuffer.sgml:
23960         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23961         (gst_alsasink_class_init):
23962         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23963         (gst_alsasrc_class_init):
23964         * gst-libs/gst/audio/audio.h:
23965         * gst-libs/gst/audio/gstaudioclock.h:
23966         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23967         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23968         (gst_audio_filter_link), (gst_audio_filter_init),
23969         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23970         (gst_audio_filter_get_property),
23971         (gst_audio_filter_class_add_pad_templates):
23972         * gst-libs/gst/audio/gstaudiofilter.h:
23973         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23974         (gst_audio_filter_template_get_type),
23975         (gst_audio_filter_template_base_init),
23976         (gst_audio_filter_template_class_init),
23977         (gst_audio_filter_template_init),
23978         (gst_audio_filter_template_set_property),
23979         (gst_audio_filter_template_get_property), (plugin_init),
23980         (gst_audio_filter_template_setup),
23981         (gst_audio_filter_template_filter),
23982         (gst_audio_filter_template_filter_inplace):
23983         * gst-libs/gst/audio/gstaudiosink.c:
23984         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23985         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23986         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23987         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23988         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23989         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23990         * gst-libs/gst/audio/gstaudiosink.h:
23991         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23992         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23993         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23994         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23995         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23996         (gst_audio_src_class_init), (gst_audio_src_init),
23997         (gst_audio_src_create_ringbuffer):
23998         * gst-libs/gst/audio/gstaudiosrc.h:
23999         * gst-libs/gst/audio/gstbaseaudiosink.c:
24000         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
24001         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
24002         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
24003         (gst_base_audio_sink_set_property),
24004         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
24005         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
24006         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
24007         (gst_base_audio_sink_create_ringbuffer),
24008         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
24009         * gst-libs/gst/audio/gstbaseaudiosink.h:
24010         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24011         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
24012         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
24013         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
24014         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
24015         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
24016         (gst_base_audio_src_event), (gst_base_audio_src_create),
24017         (gst_base_audio_src_create_ringbuffer),
24018         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
24019         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24020         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
24021         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
24022         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
24023         (gst_ring_buffer_debug_spec_caps),
24024         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
24025         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
24026         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
24027         (gst_ring_buffer_start), (gst_ring_buffer_pause),
24028         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
24029         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
24030         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
24031         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
24032         (gst_ring_buffer_clear):
24033         * gst-libs/gst/audio/gstringbuffer.h:
24034         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
24035         (gst_video_sink_class_init), (gst_video_sink_get_type):
24036         * gst-libs/gst/video/videosink.h:
24037         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24038         (gst_multifdsink_class_init),
24039         (gst_multifdsink_handle_client_write),
24040         (gst_multifdsink_change_state):
24041         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24042         (gst_tcpclientsink_setcaps):
24043         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24044         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
24045         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
24046         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24047         (gst_ximagesink_send_pending_navigation),
24048         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
24049         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
24050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24051         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24052         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
24053         (gst_xvimagesink_send_pending_navigation),
24054         (gst_xvimagesink_navigation_send_event),
24055         (gst_xvimagesink_set_xwindow_id),
24056         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
24057         (gst_xvimagesink_get_type):
24058         more macro splitting
24059
24060 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24061
24062         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24063           plug a memleak, allows me to import 1479 albums in one go
24064           in jamboree
24065         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24066         (vorbis_handle_type_packet), (vorbis_dec_chain),
24067         (vorbis_dec_change_state):
24068           fix some format strings
24069
24070 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24071
24072         * docs/libs/tmpl/gstcolorbalance.sgml:
24073         * docs/libs/tmpl/gstmixer.sgml:
24074         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24075         (gst_alsasink_set_property), (gst_alsasink_get_property):
24076         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24077         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24078           add device property
24079
24080 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24081
24082         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24083         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24084         (audiocast_register_listener), (audiocast_thread_run),
24085         (gst_gnomevfssrc_send_additional_headers_callback),
24086         (gst_gnomevfssrc_received_headers_callback),
24087         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24088         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24089         (gst_gnomevfssrc_get_size):
24090           add/clean up debugging
24091         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24092           cleanups
24093
24094 2005-07-07  Andy Wingo  <wingo@pobox.com>
24095
24096         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24097         framerate. Need to get a handle on when exactly this function is
24098         called, tho.
24099
24100         * sys/v4l/v4lsrc_calls.h:
24101         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24102         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24103         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24104
24105         * sys/v4l/v4l_calls.h: Cast to V4lElement.
24106         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24107         v4lelements are sources.
24108
24109         * sys/v4l/gstv4lxoverlay.h:
24110         * sys/v4l/gstv4lxoverlay.c:
24111         * sys/v4l/gstv4ltuner.h:
24112         * sys/v4l/gstv4ltuner.c: Header loc fixen.
24113         
24114         * sys/v4l/gstv4lsrc.h:
24115         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24116         PushSrc/BaseSrc. Removed most sync-related properties, videorate
24117         or something should handle that. Made a live source.
24118
24119         * sys/v4l/gstv4lelement.h:
24120         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24121         signals. Some cleanups.
24122
24123         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24124
24125         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24126         stuff.
24127
24128         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24129         stuff.
24130
24131         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24132
24133 2005-07-07  Wim Taymans  <wim@fluendo.com>
24134
24135         * ext/theora/theoradec.c: (theora_get_query_types),
24136         (theora_dec_src_getcaps), (theora_dec_push):
24137         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24138         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24139         Remove deprecated/unused query types.
24140
24141 2005-07-06  Wim Taymans  <wim@fluendo.com>
24142
24143         * ext/alsa/Makefile.am:
24144         * ext/alsa/gstalsaplugin.c: (plugin_init):
24145         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24146         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24147         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24148         (gst_alsasrc_class_init), (gst_alsasrc_init),
24149         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24150         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24151         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24152         (gst_alsasrc_reset):
24153         * ext/alsa/gstalsasrc.h:
24154         * gst-libs/gst/audio/Makefile.am:
24155         * gst-libs/gst/audio/gstaudiosink.c:
24156         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24157         (gst_audioringbuffer_start):
24158         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24159         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24160         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24161         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24162         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24163         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24164         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24165         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24166         * gst-libs/gst/audio/gstaudiosrc.h:
24167         * gst-libs/gst/audio/gstbaseaudiosink.c:
24168         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24169         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24170         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24171         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24172         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24173         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24174         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24175         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24176         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24177         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24178         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24179         (gst_baseaudiosrc_change_state):
24180         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24181         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24182         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24183         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24184         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24185         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24186         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24187         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24188         * gst-libs/gst/audio/gstringbuffer.h:
24189         Added audiosource base classes.
24190         Ported alsasrc, still very basic.
24191
24192 2005-07-06  Wim Taymans  <wim@fluendo.com>
24193
24194         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24195         (theora_dec_push), (theora_handle_data_packet):
24196         Prepare for better timestamp fix later.
24197
24198         * gst/audioconvert/gstaudioconvert.c:
24199         List most accurate caps first
24200
24201         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24202         Use proper pad task function.
24203
24204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24205         (gst_xvimagesink_show_frame):
24206         Fix deadlock when alloc failed.
24207
24208 2005-07-05  Andy Wingo  <wingo@pobox.com>
24209
24210         * ext/gnomevfs/gstgnomevfssrc.c:
24211         * gst/sine/gstsinesrc.c:
24212         * gst/tcp/gsttcpserversrc.c:
24213         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24214
24215         * sys/v4l/: Port from 0.8.
24216
24217         * Many files: Null if we got it....
24218
24219 2005-07-05  Andy Wingo  <wingo@pobox.com>
24220
24221         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24222         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24223         Signedness fixes.
24224
24225 2005-07-05  Wim Taymans  <wim@fluendo.com>
24226
24227         * configure.ac:
24228         * gst/tcp/Makefile.am:
24229         * gst/tcp/README:
24230         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24231         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24232         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24233         (is_sync_frame), (gst_multifdsink_handle_client_write),
24234         (gst_multifdsink_render), (gst_multifdsink_start),
24235         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24236         * gst/tcp/gstmultifdsink.h:
24237         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24238         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24239         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24240         * gst/tcp/gsttcp.h:
24241         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24242         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24243         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24244         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24245         * gst/tcp/gsttcpclientsink.h:
24246         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24247         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24248         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24249         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24250         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24251         * gst/tcp/gsttcpclientsrc.h:
24252         * gst/tcp/gsttcpplugin.c: (plugin_init):
24253         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24254         * gst/tcp/gsttcpserversink.h:
24255         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24256         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24257         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24258         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24259         (gst_tcpserversrc_stop):
24260         * gst/tcp/gsttcpserversrc.h:
24261         * gst/tcp/gsttcpsink.c:
24262         * gst/tcp/gsttcpsink.h:
24263         * gst/tcp/gsttcpsrc.c:
24264         * gst/tcp/gsttcpsrc.h:
24265         Ported tcp plugins to 0.9. 
24266         
24267
24268 2005-07-05  Andy Wingo  <wingo@pobox.com>
24269
24270         * gst/playback/gstplaybasebin.c (fill_buffer):
24271         message_new_application fixen.
24272
24273         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24274         Style fix.
24275
24276 2005-07-04  Wim Taymans  <wim@fluendo.com>
24277
24278         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24279         Set caps on output buffer.
24280
24281 2005-07-04  Andy Wingo  <wingo@pobox.com>
24282
24283         * ext/gnomevfs/gstgnomevfssrc.c
24284         (gst_gnomevfssrc_received_headers_callback) 
24285         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24286         hopefully.
24287
24288         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24289         No refcount leakage.
24290
24291         * configure.ac: Enable -Werror.
24292         
24293         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24294         * gst/audioconvert/bufferframesconvert.c
24295         (buffer_frames_convert_fixate):
24296         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24297         (gst_audio_convert_fixate):
24298         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24299         (gst_sinesrc_create): Fixate func changes.
24300         
24301         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24302         (gst_ximagesink_buffer_alloc): Unused var.
24303
24304 2005-07-01  Andy Wingo  <wingo@pobox.com>
24305
24306         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24307         getcaps to do explicit caps. Needs to be done in all decoders,
24308         possibly via a base class.
24309
24310         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24311
24312         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24313         caps on the sink pad, just rely on the pad template. Also, setting
24314         ANY caps on a pad is not valid because the caps are not fixed.
24315
24316         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24317         caps on the buffer, and get the width from the desired_caps if
24318         they're set.
24319         (gst_ximagesink_renegotiate_size): Implement via setting the
24320         desired_caps on the ximagesink.
24321         (gst_ximagesink_setcaps): Only reset the width of the player if it
24322         wasn't already set. Not sure if this is right.
24323         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24324
24325         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24326         that the user wants. NULL unless the window has been resized.
24327
24328         * gst/volume/gstvolume.c (volume_transform): Adapt to
24329         basetransform refcount changes.
24330         
24331 2005-07-01  Andy Wingo  <wingo@pobox.com>
24332
24333         * gst/videoscale/gstvideoscale.c:
24334         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24335         from BaseTransform, implements a transform_caps. Removed dead code
24336         including some PAR stuff that was never reached -- should probably
24337         be added back somehow.
24338
24339 2005-07-01  Andy Wingo  <wingo@pobox.com>
24340
24341         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24342         come later.
24343
24344 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24345
24346         * configure.ac:
24347         * docs/libs/Makefile.am:
24348         * docs/libs/gst-plugins-libs.types:
24349         * ext/alsa/Makefile.am:
24350         * ext/alsa/gstalsamixer.h:
24351         * ext/alsa/gstalsamixeroptions.h:
24352         * ext/alsa/gstalsamixertrack.h:
24353         * gst-libs/gst/Makefile.am:
24354         * gst-libs/gst/colorbalance/.cvsignore:
24355         * gst-libs/gst/colorbalance/Makefile.am:
24356         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24357         * gst-libs/gst/colorbalance/colorbalance.c:
24358         * gst-libs/gst/colorbalance/colorbalance.h:
24359         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24360         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24361         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24362         * gst-libs/gst/interfaces/Makefile.am:
24363         * gst-libs/gst/interfaces/colorbalance.c:
24364         (gst_color_balance_class_init):
24365         * gst-libs/gst/interfaces/colorbalance.h:
24366         * gst-libs/gst/interfaces/interfaces-marshal.list:
24367         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24368         * gst-libs/gst/interfaces/mixer.h:
24369         * gst-libs/gst/interfaces/mixeroptions.h:
24370         * gst-libs/gst/interfaces/navigation.c:
24371         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24372         * gst-libs/gst/interfaces/tuner.h:
24373         * gst/volume/Makefile.am:
24374         * gst/volume/gstvolume.c:
24375         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24376         * sys/ximage/Makefile.am:
24377         * sys/ximage/ximagesink.c:
24378         * sys/xvimage/Makefile.am:
24379         * sys/xvimage/xvimagesink.c:
24380           fold in all interfaces into an interfaces dir, preserving CVS
24381           history
24382
24383 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24384
24385         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24386           Fix build after riff changes.
24387
24388 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24389
24390         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24391         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24392         (gst_riff_create_video_template_caps),
24393         (gst_riff_create_audio_template_caps),
24394         (gst_riff_create_iavs_template_caps):
24395         * gst-libs/gst/riff/riff-media.h:
24396         * gst-libs/gst/riff/riff-read.h:
24397         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24398           Add gst_riff_init() to initialize the debug category, instead
24399           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24400
24401 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24402
24403         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24404           Oops, I shouldn't apply hacks.
24405
24406 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24407
24408         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24409           Remove pad_loop function which doesn't work.
24410
24411 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24412
24413         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24414           Send EOS when deactivating.
24415         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24416         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24417         (gen_preroll_element), (probe_triggered), (mute_stream),
24418         (silence_stream), (new_decoded_pad), (setup_substreams),
24419         (set_active_source):
24420         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24421         (remove_sinks), (add_sink):
24422         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24423           Change for new probe API.
24424
24425 2005-06-29  Wim Taymans  <wim@fluendo.com>
24426
24427         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24428         * gst-libs/gst/audio/gstbaseaudiosink.c:
24429         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24430         (gst_baseaudiosink_change_state):
24431         * gst-libs/gst/audio/gstbaseaudiosink.h:
24432         * gst-libs/gst/audio/gstringbuffer.c:
24433         (gst_ringbuffer_set_callback):
24434         Fix compilation error.
24435         Ringbuffer starts out as not running.
24436         Free our clock in dispose.
24437         When releasing the ringbuffer we need to renegotiate so
24438         clear the pad caps.
24439
24440 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24441
24442         * autogen.sh:
24443         * configure.ac:
24444         * docs/Makefile.am:
24445         * docs/libs/Makefile.am:
24446         * docs/libs/gst-plugins-libs-docs.sgml:
24447         * docs/libs/gst-plugins-libs-sections.txt:
24448         * docs/libs/gst-plugins-libs.types:
24449         * docs/libs/tmpl/gstaudio.sgml:
24450         * docs/libs/tmpl/gstcolorbalance.sgml:
24451         * docs/libs/tmpl/gstringbuffer.sgml:
24452         * gst-libs/gst/audio/gstringbuffer.c:
24453         (gst_ringbuffer_set_callback):
24454           reinstate gtk-doc docs for plugin libs
24455
24456 2005-06-28  Wim Taymans  <wim@fluendo.com>
24457
24458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24459         (gst_ogg_demux_init):
24460         Removed pad loop function.
24461
24462 2005-06-28  Wim Taymans  <wim@fluendo.com>
24463
24464         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24465         If we're building a chain we are not in an error case
24466         when we queue a buffer.
24467
24468 2005-06-28  Andy Wingo  <wingo@pobox.com>
24469
24470         * *.c: Don't cast to GstObject before reffing/unreffing.
24471
24472 2005-06-27  Andy Wingo  <wingo@pobox.com>
24473
24474         * gst/videotestsrc/gstvideotestsrc.c
24475         (gst_videotestsrc_activate_push): Activation API changes.
24476
24477         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24478         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24479         they have refs on the decodebin.
24480
24481         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24482         parent class.
24483         (gst_ogg_pad_typefind): Don't leak a pad ref.
24484         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24485         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24486         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24487
24488 2005-06-27  Edward Hervey  <edward@fluendo.com>
24489
24490         * ext/theora/theoradec.c: (theora_dec_change_state): 
24491         re-arranged call to parent's state change in order to avoid locks (or
24492         worse).
24493
24494 2005-06-26  Edward Hervey  <edward@fluendo.com>
24495
24496         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24497         2nd argument of 'unknow-type' signal is a GstCaps and not a
24498         GstMiniObject
24499
24500 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24501         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24502           Set the worker thread's running flag to TRUE before starting the
24503           thread.
24504         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24505           Catch a failure to add typefind to the bin.
24506
24507 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24508
24509         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24510         (gst_sinesrc_init), (gst_sinesrc_create),
24511         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24512         (gst_sinesrc_start):
24513         * gst/sine/gstsinesrc.h:
24514           add num-buffers and timestamp-offset properties
24515         * gst/videotestsrc/gstvideotestsrc.c:
24516         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24517         (gst_videotestsrc_get_property):
24518           add timestamp-offset property
24519
24520 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24521
24522         * configure.ac: add videorate
24523         * gst-plugins-base.spec.in: add videorate
24524
24525 2005-06-23  Wim Taymans  <wim@fluendo.com>
24526
24527         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24528         (gst_videorate_getcaps), (gst_videorate_setcaps),
24529         (gst_videorate_event), (gst_videorate_chain):
24530         Fixed videorate, fixating an already fixated caps is not
24531         an error.
24532
24533 2005-06-23  Wim Taymans  <wim@fluendo.com>
24534
24535         * ext/ogg/README:
24536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24537         Buffer on caps is not boxed anymore.
24538
24539 2005-06-22  Wim Taymans  <wim@fluendo.com>
24540
24541         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24542         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24543         Set buffers on caps as miniobjects and not as boxed.
24544
24545 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24546
24547         * configure.ac:
24548           back to HEAD
24549
24550 === release 0.9.1 ===
24551
24552 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24553
24554         * .cvsignore:
24555         * NEWS:
24556         * README:
24557         * RELEASE:
24558         * configure.ac:
24559         * po/af.po:
24560         * po/az.po:
24561         * po/cs.po:
24562         * po/en_GB.po:
24563         * po/hu.po:
24564         * po/it.po:
24565         * po/nb.po:
24566         * po/nl.po:
24567         * po/or.po:
24568         * po/sq.po:
24569         * po/sr.po:
24570         * po/sv.po:
24571         * po/uk.po:
24572         * po/vi.po:
24573           updates for release
24574
24575 2005-06-09  Andy Wingo  <wingo@pobox.com>
24576
24577         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24578         
24579 2005-06-09  Andy Wingo  <wingo@pobox.com>
24580
24581         * configure.ac:
24582         * gst-libs/gst/Makefile.am:
24583         * gst-libs/gst/net/Makefile.am:
24584         Add gstnet to build.
24585
24586 2005-06-09  Andy Wingo  <wingo@pobox.com>
24587
24588         * gst-libs/gst/gconf/gconf.c:
24589         * gst/playback/test.c:
24590         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24591         fixes.
24592
24593         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24594
24595         * ext/theora/theoraenc.c (theora_enc_chain): 
24596         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24597
24598         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24599         RealPad.
24600
24601 2005-06-02  Wim Taymans  <wim@fluendo.com>
24602
24603         * gst-libs/gst/net/Makefile.am:
24604         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24605         * pkgconfig/gstreamer-libs.pc.in:
24606         Added net stuff, version net lib.
24607
24608 2005-06-02  Wim Taymans  <wim@fluendo.com>
24609
24610         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24611         (query_rates), (query_positions_elems), (query_positions_pads),
24612         (do_seek):
24613         Updated seek example.
24614
24615 2005-06-02  Andy Wingo  <wingo@pobox.com>
24616
24617         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24618         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24619         list.
24620
24621         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24622         remove the typefind, the bin dispose will do it for us. When it's
24623         removed and unreffed, the signal handler will be disconnected,
24624         too.
24625         (unlinked): It's too difficult to disconnect from unlinked
24626         handlers, as they are on pads not elements. Just punt if the pads
24627         aren't grandkids of the bin.
24628
24629 2005-06-02  Wim Taymans  <wim@fluendo.com>
24630
24631         * ext/ogg/README:
24632         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24633         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24634         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24635         * ext/theora/theoradec.c: (theora_dec_src_query),
24636         (theora_handle_data_packet):
24637         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24638         (theora_enc_chain):
24639         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24640         (vorbis_handle_data_packet):
24641         * gst/audioconvert/bufferframesconvert.c:
24642         (buffer_frames_convert_chain):
24643         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24644         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24645         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24646         (gst_ffmpegcsp_chain):
24647         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24648         (gst_videorate_getcaps), (gst_videorate_setcaps),
24649         (gst_videorate_event), (gst_videorate_chain):
24650         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24651         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24652         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24653         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24654         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24655         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24656         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24657         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24658         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24659         Cleanups and buffer alloc.
24660
24661 2005-05-31  Wim Taymans  <wim@fluendo.com>
24662
24663         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24664         Don't try to call the delay method when the device is not
24665         opened.
24666
24667 2005-05-31  Wim Taymans  <wim@fluendo.com>
24668
24669         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24670         Get actual segment size and buffer size after opening
24671         the device.
24672
24673 2005-05-30  Wim Taymans  <wim@fluendo.com>
24674
24675         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24676         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24677         Also FLUSH upstream, makes the loop function exit faster.
24678         
24679         * ext/theora/theoradec.c: (theora_dec_src_query):
24680         Some more debug info in the query.
24681         
24682         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24683         (gst_ximagesink_setcaps):
24684         Release lock on par error, better error reporting.
24685
24686 2005-05-26  Wim Taymans  <wim@fluendo.com>
24687
24688         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24689         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24690         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24691         Clear chains in READY
24692         Queue packets until the chain is activated.
24693
24694 2005-05-25  Wim Taymans  <wim@fluendo.com>
24695
24696         * gst-libs/gst/audio/gstaudiosink.c:
24697         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24698         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24699         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24700         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24701         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24702         (gst_audiosink_create_ringbuffer):
24703         * gst-libs/gst/audio/gstbaseaudiosink.c:
24704         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24705         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24706         (gst_baseaudiosink_set_property), (build_linear_format),
24707         (debug_spec_caps), (debug_spec_buffer),
24708         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24709         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24710         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24711         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24712         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24713         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24714         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24715         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24716         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24717         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24718         (wait_segment), (gst_ringbuffer_commit),
24719         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24720         (gst_ringbuffer_clear):
24721         Various small cleanups.
24722
24723         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24724         (gst_audio_convert_change_state):
24725         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24726         No need to take the locks anymore.
24727
24728 2005-05-25  Wim Taymans  <wim@fluendo.com>
24729
24730         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24731         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24732         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24733         (type_found):
24734         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24735         (group_destroy), (group_commit), (queue_overrun),
24736         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24737         (mute_stream), (new_decoded_pad), (setup_substreams),
24738         (setup_source), (mute_group_type), (set_active_source),
24739         (gst_play_base_bin_change_state):
24740         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24741         (gen_video_element), (gen_text_element), (gen_audio_element),
24742         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24743         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24744         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24745         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24746         Some playbin cleanups mostly refcounting sloppyness.
24747
24748 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24749
24750         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24751           Work with streaming input.
24752
24753 2005-05-25  Wim Taymans  <wim@fluendo.com>
24754
24755         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24756         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24757         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24758         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24759         No need to take the STREAM lock anymore.
24760
24761 2005-05-25  Wim Taymans  <wim@fluendo.com>
24762
24763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24764         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24765         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24766         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24767         (gst_ogg_demux_sink_activate):
24768         * ext/theora/theoradec.c: (theora_dec_src_event),
24769         (theora_handle_comment_packet), (theora_dec_chain),
24770         (theora_dec_change_state):
24771         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24772         (vorbis_handle_data_packet), (vorbis_dec_chain),
24773         (vorbis_dec_change_state):
24774         Remove STREAM locks as they are taken in core now.
24775         Never set bogus granulepos on vorbis/theora.
24776         Fix leaks in theoradec tag parsing.
24777
24778 2005-05-25  Wim Taymans  <wim@fluendo.com>
24779
24780         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24781         Fix memleaks, GST_BUFFER_DATA() is not freed.
24782
24783 2005-05-25  Wim Taymans  <wim@fluendo.com>
24784
24785         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24786         Open non-blocking, set to blocking mode afterwards to avoid
24787         lockups when audio device is busy.
24788
24789 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24790
24791         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24792           This can't be good.
24793
24794 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24795
24796         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24797         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24798         (gst_audio_convert_setcaps):
24799           Implement instant setup switching.
24800
24801 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24802
24803         * gst/playback/gstplaybasebin.c: (probe_triggered):
24804           Fix missing unlock.
24805         * gst/playback/gstplaybin.c: (add_sink):
24806           First add, then link (otherwise pad link fails).
24807
24808 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24809
24810         * examples/Makefile.am:
24811         fix buildbot (make distcheck)
24812
24813 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24814
24815         * gst/playback/gstplaybin.c: (gen_vis_element):
24816           Remove some wrong code. Doesn't work yet.
24817
24818 2005-05-19  Wim Taymans  <wim@fluendo.com>
24819
24820         * gst-libs/gst/net/Makefile.am:
24821         * gst-libs/gst/net/README:
24822         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24823         (gst_netbuffer_class_init), (gst_netbuffer_init),
24824         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24825         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24826         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24827         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24828         * gst-libs/gst/net/gstnetbuffer.h:
24829         Added buffer subclass to store extra to/from addresses for
24830         network sources/sinks.
24831
24832 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24833
24834         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24835           Don't lock an unassigned variable.
24836
24837 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24838
24839         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24840           Increase buffer for video, decrease buffer for other media types.
24841         * gst/playback/gstplaybin.c: (gen_video_element),
24842         (gen_audio_element):
24843           Change names for debugging purposes.
24844
24845 2005-05-18  Wim Taymans  <wim@fluendo.com>
24846
24847         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24848         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24849         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24850         (gst_ffmpegcsp_chain):
24851         Enable buffer alloc passthrough if the source and dest
24852         formats are the same.
24853
24854 2005-05-17  Wim Taymans  <wim@fluendo.com>
24855
24856         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24857         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24858         (gst_ogg_demux_chain_unlocked):
24859         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24860         (gst_audio_convert_caps_remove_format_info),
24861         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24862         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24863         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24864         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24865         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24866         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24867         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24868         (gst_ffmpegcsp_get_property):
24869         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24870         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24871         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24872         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24873         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24874         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24875         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24876         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24877         Leak fixes in oggdemux.
24878         Some cleanups in audioconvert.
24879         Make passthrough work along with buffer_alloc etc.
24880         Make buffer_alloc and buffer recycling actually work in
24881         xvimagesink.
24882
24883 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24884
24885         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24886           make the compiler happy
24887
24888 2005-05-17  Wim Taymans  <wim@fluendo.com>
24889
24890         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24891         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24892         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24893         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24894         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24895         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24896         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24897         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24898         (gst_xvimagesink_set_xwindow_id):
24899         * sys/xvimage/xvimagesink.h:
24900         Port xvimagesink to new MiniObject.
24901
24902 2005-05-17  Wim Taymans  <wim@fluendo.com>
24903
24904         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24905         (gst_audiofilter_chain):
24906         * gst-libs/gst/audio/gstaudiosink.c:
24907         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24908         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24909         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24910         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24911         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24912         (gst_audiosink_create_ringbuffer):
24913         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24914         (gst_audio_convert_caps_remove_format_info),
24915         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24916         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24917         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24918         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24919         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24920         Fix passthrough in ffmpegcolorspace.
24921         Fix memset in audiosink on wrong memory.
24922
24923 2005-05-16  David Schleef  <ds@schleef.org>
24924
24925         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24926         to GstMiniObject.
24927
24928 2005-05-16  David Schleef  <ds@schleef.org>
24929
24930         Port from GstData to GstMiniObject.
24931         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24932         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24933         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24934         (gst_ogg_mux_collected):
24935         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24936         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24937         (theora_handle_data_packet):
24938         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24939         (theora_set_header_on_caps), (theora_enc_chain):
24940         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24941         (vorbis_handle_comment_packet):
24942         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24943         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24944         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24945         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24946         * gst/audioconvert/gstaudioconvert.c:
24947         (gst_audio_convert_get_buffer):
24948         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24949         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24950         (mute_stream), (silence_stream):
24951         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24952         * gst/volume/gstvolume.c: (volume_transform):
24953         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24954         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24955         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24956         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24957         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24958         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24959         (gst_ximagesink_buffer_alloc):
24960         * sys/ximage/ximagesink.h:
24961
24962 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24963
24964         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24965         (fill_buffer), (check_queue), (queue_threshold_reached),
24966         (queue_out_of_data):
24967         * gst/playback/gstplaybasebin.h:
24968           Post buffer-fullness on the bus.
24969
24970 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24971
24972         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24973         (try_to_link_1):
24974         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24975         (group_commit), (probe_triggered), (setup_source),
24976         (gst_play_base_bin_change_state):
24977         * gst/playback/gstplaybasebin.h:
24978         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24979         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24980         (gst_play_bin_change_state):
24981           Move setup_output_pads into a virtual function, remove
24982           group-switch (no longer needed) and redirect (handled by bus
24983           now) signals.
24984
24985 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24986
24987         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24988         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24989         (get_active_group), (get_building_group), (group_destroy),
24990         (group_commit), (check_queue), (queue_overrun),
24991         (queue_threshold_reached), (queue_out_of_data),
24992         (gen_preroll_element), (remove_groups), (unknown_type),
24993         (add_element_stream), (no_more_pads), (probe_triggered),
24994         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24995         (setup_substreams), (setup_source), (finish_source),
24996         (prepare_output), (muted_group_change_state),
24997         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24998         (gst_play_base_bin_change_state):
24999         * gst/playback/gstplaybasebin.h:
25000         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25001         (gst_play_bin_init), (gst_play_bin_set_property),
25002         (gen_video_element), (gen_text_element), (gen_audio_element),
25003         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
25004         (gst_play_bin_change_state):
25005         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25006         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
25007         (stream_info_change_state), (gst_stream_info_set_mute),
25008         (gst_stream_info_get_property):
25009         * gst/playback/gststreaminfo.h:
25010         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25011         (gst_stream_selector_get_linked_pad),
25012         (gst_stream_selector_getcaps),
25013         (gst_stream_selector_get_linked_pads),
25014         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25015         * gst/playback/gststreamselector.h:
25016           Rough port of playbin. Needs some more work, but is mostly done,
25017           and uses a few locks in important places, which should make stuff
25018           like chain-switches clean. Still uses GST_STATE() in a few places,
25019           which isn't all that good an idea, subtitles/elements disabled
25020           because no elements to test with and thus probably broken, query
25021           and event handling moved to GstBin, internal thread removed
25022           alltogether because the pipeline does that for us now. Can play
25023           Ogg/Vorbis files. Haven't tested anything else yet.
25024
25025 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25026
25027         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
25028           Do no-more-pads (needed for autoplugging).
25029
25030 2005-05-10  Andy Wingo  <wingo@pobox.com>
25031
25032         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
25033         message to the bus with the tags. Still not sent downstream tho.
25034
25035         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
25036         get_parent.
25037         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
25038         avoid refcounting hassles.
25039
25040 2005-05-09  Andy Wingo  <wingo@pobox.com>
25041
25042         * gst/volume/Makefile.am:
25043         * gst/volume/demo.c
25044         * gst/volume/gstvolume.h
25045         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
25046         basetransform. Probably need an audio filter base class.
25047
25048 2005-05-09  Wim Taymans  <wim@fluendo.com>
25049
25050         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
25051         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
25052         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
25053         (gst_vorbisenc_chain):
25054         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25055         (gst_audio_convert_caps_remove_format_info),
25056         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25057         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25058         Make caps writable before writing to it.
25059         Fix negotiation in audioconvert some more.
25060
25061 2005-05-09  Wim Taymans  <wim@fluendo.com>
25062
25063         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
25064         (gst_videorate_getcaps), (gst_videorate_setcaps),
25065         (gst_videorate_event), (gst_videorate_chain):
25066         Better negotiation.
25067
25068 2005-05-09  Wim Taymans  <wim@fluendo.com>
25069
25070         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
25071         (gst_videorate_getcaps), (gst_videorate_setcaps),
25072         (gst_videorate_blank_data), (gst_videorate_init),
25073         (gst_videorate_event), (gst_videorate_chain),
25074         (gst_videorate_change_state):
25075         Port videorate, do a better job at negotiation while we're at
25076         it.
25077
25078 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
25079
25080         * configure.ac:
25081           Disable libvisual
25082
25083         * examples/Makefile.am:
25084         * gst-libs/gst/audio/Makefile.am:
25085         * gst-libs/gst/riff/Makefile.am:
25086         * gst-libs/gst/tag/Makefile.am:
25087         * gst-libs/gst/video/Makefile.am:
25088           Fixups for missing variables.
25089
25090 2005-05-09  Wim Taymans  <wim@fluendo.com>
25091
25092         * examples/seeking/seek.c: (make_theora_pipeline),
25093         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25094         (query_rates), (query_positions_elems), (query_positions_pads),
25095         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25096         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25097         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25098         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25099         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25100         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25101         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25102         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25103         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25104         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25105         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25106         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25107         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25108         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25109         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25110         (theora_dec_src_convert), (theora_dec_sink_convert),
25111         (theora_dec_src_query), (theora_dec_sink_query),
25112         (theora_dec_src_event), (theora_dec_sink_event),
25113         (theora_handle_comment_packet), (theora_handle_type_packet),
25114         (theora_handle_header_packet), (theora_handle_data_packet),
25115         (theora_dec_chain):
25116         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25117         (vorbis_dec_convert), (vorbis_dec_src_query),
25118         (vorbis_dec_sink_query), (vorbis_dec_src_event),
25119         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25120         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25121         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25122         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25123         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25124         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25125         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25126         (gst_play_bin_query):
25127         * gst/playback/test3.c: (update_scale):
25128         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25129         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25130         * gst/subparse/gstsubparse.c: (gst_subparse_init):
25131         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25132         (gst_videotestsrc_src_query):
25133         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25134         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25135         (paint_hline_YUV9):
25136         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25137         Port to new query API.
25138         Updated seek.
25139         Cleanups in x[v]imagesink
25140
25141 2005-05-09  Andy Wingo  <wingo@pobox.com>
25142
25143         * ext/alsa/gstalsasink.h:
25144         * ext/gnomevfs/gstgnomevfssrc.c:
25145         (gst_gnomevfssrc_get_icy_metadata):
25146         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25147         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25148         * ext/theora/theoradec.c (theora_dec_src_query)
25149         (theora_dec_src_event, theora_dec_sink_event)
25150         (theora_handle_comment_packet, theora_handle_data_packet):
25151         * ext/theora/theoraenc.c (theora_enc_chain):
25152         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25153         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25154         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25155         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25156         (qt_type_find):
25157         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25158         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25159         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25160         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25161         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25162         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25163         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25164         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25165         (paint_setup_RGB565, paint_setup_xRGB1555):
25166         * gst/videotestsrc/videotestsrc.h:
25167         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25168         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25169         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25170         GCC4 fixes.
25171         
25172         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25173         gst_pad_query_position. Fixes oggdemux.
25174
25175 2005-05-08  David Schleef  <ds@schleef.org>
25176
25177         * configure.ac: Require liboil.
25178         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25179         a few more.
25180         * gst/videotestsrc/videotestsrc.c:
25181         * gst/videotestsrc/videotestsrc.h:
25182
25183 2005-05-06  Wim Taymans  <wim@fluendo.com>
25184
25185         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25186         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25187         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25188         Well, unreffing a buffer right before pushing it is asking
25189         for trouble..
25190
25191 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25192
25193         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25194
25195 2005-05-06  Wim Taymans  <wim@fluendo.com>
25196
25197         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25198         (gst_audio_convert_caps_remove_format_info),
25199         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25200         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25201         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25202         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25203         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25204         * gst/sine/Makefile.am:
25205         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25206         (gst_sinesrc_class_init), (gst_sinesrc_init),
25207         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25208         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25209         (gst_sinesrc_update_freq):
25210         * gst/sine/gstsinesrc.h:
25211         * gst/tcp/gstmultifdsink.c:
25212         * sys/xvimage/xvimagesink.c:
25213         Fixed negotiation wrt _peer_get_caps()
25214         Some cleanups.
25215
25216
25217 2005-05-06  Wim Taymans  <wim@fluendo.com>
25218
25219         * gst-libs/gst/audio/gstaudiosink.c:
25220         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25221         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25222         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25223         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25224         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25225         (gst_audiosink_create_ringbuffer):
25226         * gst-libs/gst/audio/gstbaseaudiosink.c:
25227         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25228         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25229         (gst_baseaudiosink_set_property), (build_linear_format),
25230         (debug_spec_caps), (debug_spec_buffer),
25231         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25232         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25233         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25234         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25235         * gst-libs/gst/audio/gstbaseaudiosink.h:
25236         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25237         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25238         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25239         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25240         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25241         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25242         (wait_segment), (gst_ringbuffer_commit),
25243         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25244         (gst_ringbuffer_clear):
25245         * gst-libs/gst/audio/gstringbuffer.h:
25246         Make the base audiosink return an error when there is no
25247         audiobuffer negotiated.
25248
25249 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25250
25251         * ext/Makefile.am:
25252         Disable cdparanoia until someone ports it!
25253
25254 2005-05-06  Wim Taymans  <wim@fluendo.com>
25255
25256         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25257         (gst_ogg_demux_sink_activate):
25258         And revert after wingo's revert.. sigh..
25259
25260 2005-05-05  Andy Wingo  <wingo@pobox.com>
25261
25262         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25263         GObject.
25264         * configure.ac: Return audiorate and subparse from the ghetto.
25265         Re-enable -Wall -Werror.
25266         * gst/subparse/gstsubparse.c:
25267         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25268         or chain-based. Cleaned up a bit. Not tested.
25269         
25270 2005-05-05  Christian Schaller <christian@fluendo.com> 
25271
25272         * Makefile.am: remove stuff that is not building
25273         * configure.ac: remove stuff that is not building
25274         * examples/Makefile.am: remove stuff that is not building
25275         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25276         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25277         * sys/Makefile.am: remove stuff that is not building
25278         * testsuite/Makefile.am: remove stuff that is not building
25279
25280 2005-05-05  Andy Wingo  <wingo@pobox.com>
25281
25282         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25283         * gst-libs/gst/tag/gstvorbistag.c:
25284         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25285         * gst/adder/gstadder.h:
25286         * gst/audioconvert/gstchannelmix.c:
25287         (gst_audio_convert_fill_one_other):
25288         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25289         (gst_audiorate_init), (gst_audiorate_chain):
25290         * gst/playback/gstplaybasebin.c: (setup_source):
25291         * gst/playback/test3.c: (update_scale):
25292         Some GCC4 fixes
25293         
25294         * po/af.po:
25295         * po/az.po:
25296         * po/cs.po:
25297         * po/en_GB.po:
25298         * po/hu.po:
25299         * po/it.po:
25300         * po/nb.po:
25301         * po/nl.po:
25302         * po/or.po:
25303         * po/sq.po:
25304         * po/sr.po:
25305         * po/sv.po:
25306         * po/uk.po:
25307         * po/vi.po: Foo
25308
25309 2005-05-05  Wim Taymans  <wim@fluendo.com>
25310
25311         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25312         (gst_audio_convert_caps_remove_format_info),
25313         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25314         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25315         * gst/videotestsrc/gstvideotestsrc.c:
25316         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25317         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25318         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25319         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25320         Don't ignore _push() return values.
25321         Make sure no processing is done when shutting down.
25322         Videotestsrc pad activation fix.
25323
25324 2005-05-05  Wim Taymans  <wim@fluendo.com>
25325
25326         * gst/adder/Makefile.am:
25327         * gst/adder/gstadder.c: (gst_adder_setcaps),
25328         (gst_adder_class_init), (gst_adder_init),
25329         (gst_adder_request_new_pad), (gst_adder_collected),
25330         (gst_adder_change_state):
25331         * gst/adder/gstadder.h:
25332         Ported adder as an example of a mixer element using
25333         collect pads. Needs more negotiation work.
25334
25335 2005-05-05  Wim Taymans  <wim@fluendo.com>
25336
25337         * ext/theora/theoradec.c: (_inc_granulepos),
25338         (theora_dec_src_event), (theora_dec_sink_event),
25339         (theora_handle_comment_packet), (theora_handle_type_packet),
25340         (theora_handle_header_packet), (theora_handle_data_packet),
25341         (theora_dec_chain):
25342         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25343         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25344         (theora_push_buffer), (theora_push_packet),
25345         (theora_enc_sink_event), (theora_enc_chain),
25346         (theora_enc_change_state), (theora_enc_set_property),
25347         (theora_enc_get_property):
25348         Added stream lock to decoder so that we can serialize
25349         the discont event.
25350         More theoraenc porting, recover from errors, do clean
25351         shutdown.
25352
25353 2005-05-05  Wim Taymans  <wim@fluendo.com>
25354
25355         * ext/ogg/Makefile.am:
25356         * ext/ogg/README:
25357         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25358         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25359         (gst_ogg_print):
25360         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25361         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25362         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25363         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25364         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25365         (gst_ogg_mux_change_state):
25366         Ported ogg muxer.
25367
25368 2005-05-05  Wim Taymans  <wim@fluendo.com>
25369
25370         * docs/design-audiosinks.txt:
25371         * gst-libs/gst/audio/TODO:
25372         * gst-libs/gst/audio/gstaudiosink.c:
25373         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25374         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25375         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25376         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25377         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25378         (gst_audiosink_create_ringbuffer):
25379         * gst-libs/gst/audio/gstbaseaudiosink.c:
25380         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25381         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25382         (gst_baseaudiosink_set_property), (build_linear_format),
25383         (debug_spec_caps), (debug_spec_buffer),
25384         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25385         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25386         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25387         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25388         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25389         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25390         (gst_ringbuffer_release), (gst_ringbuffer_play),
25391         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25392         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25393         (gst_ringbuffer_set_sample), (wait_segment),
25394         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25395         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25396         More work on the audiosink, mostly debugging and a race in
25397         shutdown.
25398
25399 2005-04-28  Wim Taymans  <wim@fluendo.com>
25400
25401         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25402         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25403         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25404         (vorbis_dec_src_query), (vorbis_dec_src_event),
25405         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25406         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25407         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25408         Don't crap out when seeking back to position 0.
25409
25410 2005-04-28  Wim Taymans  <wim@fluendo.com>
25411
25412         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25413         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25414         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25415         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25416         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25417         Make audio sink configurable, use alsasink as default.
25418
25419 2005-04-28  Wim Taymans  <wim@fluendo.com>
25420
25421         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25422         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25423         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25424         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25425         (vorbis_dec_change_state):
25426         * ext/vorbis/vorbisdec.h:
25427         Refactor, use STREAM_LOCK.
25428
25429 2005-04-28  Wim Taymans  <wim@fluendo.com>
25430
25431         * ext/theora/theoradec.c: (_inc_granulepos),
25432         (theora_dec_sink_event), (theora_handle_comment_packet),
25433         (theora_handle_type_packet), (theora_handle_header_packet),
25434         (theora_handle_data_packet), (theora_dec_chain),
25435         (theora_dec_change_state):
25436         Refactor a bit, use STREAM_LOCK.
25437
25438 2005-04-28  Wim Taymans  <wim@fluendo.com>
25439
25440         * ext/alsa/Makefile.am:
25441         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25442         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25443         (gst_alsa_link), (gst_alsa_close_audio):
25444         * ext/alsa/gstalsaplugin.c: (plugin_init):
25445         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25446         (gst_alsasink_dispose), (gst_alsasink_base_init),
25447         (gst_alsasink_class_init), (gst_alsasink_init),
25448         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25449         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25450         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25451         (gst_alsasink_reset):
25452         * ext/alsa/gstalsasink.h:
25453         Implement alsasink with simple open/write/close API. 
25454         Make alsa dir build by disabling compilation of code.
25455
25456 2005-04-28  Wim Taymans  <wim@fluendo.com>
25457
25458         * gst-libs/gst/audio/Makefile.am:
25459         * gst-libs/gst/audio/audio.h:
25460         * gst-libs/gst/audio/audioclock.c:
25461         * gst-libs/gst/audio/audioclock.h:
25462         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25463         (gst_audio_clock_class_init), (gst_audio_clock_init),
25464         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25465         * gst-libs/gst/audio/gstaudioclock.h:
25466         * gst-libs/gst/audio/gstaudiosink.c:
25467         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25468         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25469         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25470         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25471         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25472         (gst_audiosink_create_ringbuffer):
25473         * gst-libs/gst/audio/gstbaseaudiosink.c:
25474         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25475         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25476         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25477         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25478         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25479         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25480         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25481         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25482         * gst-libs/gst/audio/gstbaseaudiosink.h:
25483         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25484         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25485         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25486         (gst_ringbuffer_release), (gst_ringbuffer_play),
25487         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25488         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25489         (gst_ringbuffer_set_sample), (wait_segment),
25490         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25491         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25492         * gst-libs/gst/audio/gstringbuffer.h:
25493         Make ringbuffer faster and more simple by removing the locks
25494         in the playback thread.
25495         Add sample accurate playback based on buffer sample offsets.
25496         Make the baseaudiosink provide a clock.
25497         Parse caps in the base class.
25498         Correctly handle seeking, flushing and state changes.
25499
25500 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25501
25502         * configure.ac:
25503         * gst/audioconvert/Makefile.am:
25504         * gst/audioscale/Makefile.am:
25505           Fix part of the build.  Come on guys, autogen didn't even work :)
25506
25507 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25508
25509         * configure.ac:
25510         * gst-libs/gst/Makefile.am:
25511         * gst-libs/gst/media-info/.cvsignore:
25512         * gst-libs/gst/media-info/Makefile.am:
25513         * gst-libs/gst/media-info/README:
25514         * gst-libs/gst/media-info/media-info-priv.c:
25515         * gst-libs/gst/media-info/media-info-priv.h:
25516         * gst-libs/gst/media-info/media-info-test.c:
25517         * gst-libs/gst/media-info/media-info.c:
25518         * gst-libs/gst/media-info/media-info.h:
25519         * gst-libs/gst/media-info/media-info.vcproj:
25520         * pkgconfig/Makefile.am:
25521         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25522         * pkgconfig/gstreamer-media-info.pc.in:
25523           Remove media-info, which is also successed by playbin (see Totem
25524           implementation).
25525
25526 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25527
25528         * configure.ac:
25529         * examples/Makefile.am:
25530         * examples/gstplay/.cvsignore:
25531         * examples/gstplay/Makefile.am:
25532         * examples/gstplay/player.c:
25533         * gst-libs/gst/Makefile.am:
25534         * gst-libs/gst/play/.cvsignore:
25535         * gst-libs/gst/play/Makefile.am:
25536         * gst-libs/gst/play/play.c:
25537         * gst-libs/gst/play/play.h:
25538         * gst-libs/gst/play/play.vcproj:
25539         * pkgconfig/Makefile.am:
25540         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25541         * pkgconfig/gstreamer-play.pc.in:
25542           Remove libgstplay, playbin is now the official successor.
25543
25544 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25545
25546         * configure.ac:
25547         * gst-libs/gst/Makefile.am:
25548         * gst-libs/gst/xwindowlistener/Makefile.am:
25549         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25550         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25551           Remove deprecated xwindowlistener (I've moved xwindowlistening
25552           in the v4l/v4l2 plugins over to serverside).
25553
25554 2005-04-25  David Schleef  <ds@schleef.org>
25555
25556         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25557         to examples/dynparams.  Examples do not belong interspersed with
25558         source code.
25559         * examples/dynparams/demo-dparams.c:
25560         * gst/sine/Makefile.am:
25561         * gst/sine/demo-dparams.c:
25562
25563 2005-04-25  David Schleef  <ds@schleef.org>
25564
25565         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25566         * gst-libs/gst/audio/Makefile.am:
25567         * gst-libs/gst/riff/Makefile.am:
25568         * gst-libs/gst/tag/Makefile.am:
25569         * gst-libs/gst/video/Makefile.am:
25570         * gst-libs/gst/xwindowlistener/Makefile.am:
25571
25572         Convert to 0.9 API, seems to work:
25573         * sys/ximage/Makefile.am:
25574         * sys/ximage/ximagesink.c:
25575
25576 2005-04-24  David Schleef  <ds@schleef.org>
25577
25578         Link plugins against libraries:
25579         * ext/alsa/Makefile.am:
25580         * gst/tcp/Makefile.am:
25581
25582         Remove asm code that should be in liboil
25583         * gst/videoscale/Makefile.am:
25584         * gst/videoscale/videoscale_x86_asm.s:
25585
25586         gettext wants these checked in:
25587         * po/af.po:
25588         * po/az.po:
25589         * po/cs.po:
25590         * po/en_GB.po:
25591         * po/hu.po:
25592         * po/it.po:
25593         * po/nb.po:
25594         * po/nl.po:
25595         * po/or.po:
25596         * po/sq.po:
25597         * po/sr.po:
25598         * po/sv.po:
25599         * po/uk.po:
25600         * po/vi.po:
25601
25602 2005-04-24  David Schleef  <ds@schleef.org>
25603
25604         Convert gst_main() to g_main_loop_run()
25605         * gst/playback/decodetest.c: (main):
25606         * gst/playback/test2.c: (main):
25607         * gst/playback/test3.c: (main):
25608         * gst/playback/test4.c: (main):
25609
25610         Link plugins against libraries:
25611         * ext/libvisual/Makefile.am:
25612         * sys/xvimage/Makefile.am:
25613
25614 2005-04-24  David Schleef  <ds@schleef.org>
25615
25616         * configure.ac: Remove idct and resample libs
25617         * gst-libs/gst/Makefile.am: same
25618
25619         Remove usage of gst_library_load():
25620         * ext/alsa/gstalsaplugin.c: (plugin_init):
25621         * ext/libvisual/visual.c: (plugin_init):
25622         * ext/ogg/gstogg.c: (plugin_init):
25623         * ext/theora/theora.c: (plugin_init):
25624         * ext/vorbis/vorbis.c: (plugin_init):
25625         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25626         * gst/audioscale/gstaudioscale.c:
25627         * gst/adder/gstadder.c: (plugin_init):
25628         * gst/audioconvert/plugin.c: (plugin_init):
25629         * sys/ximage/ximagesink.c: (plugin_init):
25630         * sys/xvimage/xvimagesink.c: (plugin_init):
25631         * gst/tcp/gsttcpplugin.c: (plugin_init):
25632
25633         Link plugins against libraries:
25634         * ext/ogg/Makefile.am:
25635         * ext/theora/Makefile.am:
25636         * ext/vorbis/Makefile.am:
25637         * gst/audioconvert/Makefile.am:
25638
25639         Create proper libraries:
25640         * gst-libs/gst/riff/Makefile.am:
25641         * gst-libs/gst/audio/Makefile.am:
25642         * gst-libs/gst/video/Makefile.am:
25643
25644         Move resample library to audioscale plugin directory:
25645         * gst-libs/gst/resample/Makefile.am:
25646         * gst-libs/gst/resample/README:
25647         * gst-libs/gst/resample/dtof.c:
25648         * gst-libs/gst/resample/dtos.c:
25649         * gst-libs/gst/resample/functable.c:
25650         * gst-libs/gst/resample/private.h:
25651         * gst-libs/gst/resample/resample.c:
25652         * gst-libs/gst/resample/resample.h:
25653         * gst-libs/gst/resample/resample.vcproj:
25654         * gst-libs/gst/resample/test.c:
25655         * gst/audioscale/Makefile.am:
25656         * gst/audioscale/README:
25657         * gst/audioscale/dtof.c:
25658         * gst/audioscale/dtos.c:
25659         * gst/audioscale/functable.c:
25660         * gst/audioscale/private.h:
25661         * gst/audioscale/resample.c:
25662         * gst/audioscale/resample.h:
25663         * gst/audioscale/test.c:
25664
25665         Move tagedit library to gst-libs:
25666         * gst-libs/gst/tag/Makefile.am:
25667         * gst-libs/gst/tag/gstid3tag.c:
25668         * gst-libs/gst/tag/gsttagediting.c:
25669         * gst-libs/gst/tag/gsttageditingprivate.h:
25670         * gst-libs/gst/tag/gstvorbistag.c:
25671         * gst/tags/Makefile.am:
25672         * gst/tags/gstid3tag.c:
25673         * gst/tags/gstvorbistag.c:
25674
25675         Fix for core changes:
25676         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25677         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25678         (gst_sinesrc_getrange):
25679
25680 2005-04-23  David Schleef  <ds@schleef.org>
25681
25682         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25683         in gst-plugins in a long time, and properly belongs in liboil.
25684         * gst-libs/gst/idct/Makefile.am:
25685         * gst-libs/gst/idct/README:
25686         * gst-libs/gst/idct/dct.h:
25687         * gst-libs/gst/idct/doieee:
25688         * gst-libs/gst/idct/fastintidct.c:
25689         * gst-libs/gst/idct/floatidct.c:
25690         * gst-libs/gst/idct/idct.c:
25691         * gst-libs/gst/idct/idct.h:
25692         * gst-libs/gst/idct/idtc.vcproj:
25693         * gst-libs/gst/idct/ieeetest.c:
25694         * gst-libs/gst/idct/intidct.c:
25695
25696 2005-04-20  Wim Taymans  <wim@fluendo.com>
25697
25698         * docs/design-audiosinks.txt:
25699         * gst-libs/gst/audio/Makefile.am:
25700         * gst-libs/gst/audio/TODO:
25701         * gst-libs/gst/audio/gstaudiosink.c:
25702         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25703         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25704         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25705         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25706         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25707         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25708         (gst_audiosink_class_init), (gst_audiosink_init),
25709         (gst_audiosink_create_ringbuffer):
25710         * gst-libs/gst/audio/gstaudiosink.h:
25711         * gst-libs/gst/audio/gstbaseaudiosink.c:
25712         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25713         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25714         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25715         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25716         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25717         (gst_baseaudiosink_create_ringbuffer),
25718         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25719         * gst-libs/gst/audio/gstbaseaudiosink.h:
25720         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25721         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25722         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25723         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25724         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25725         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25726         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25727         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25728         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25729         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25730         * gst-libs/gst/audio/gstringbuffer.h:
25731         An attempt at a set of audio base classes together with some
25732         design docs.
25733
25734 2005-04-20  Wim Taymans  <wim@fluendo.com>
25735
25736         * gst/audioconvert/Makefile.am:
25737         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25738         (gst_audio_convert_caps_remove_format_info),
25739         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25740         (gst_audio_convert_channels):
25741         Link against audio libs.
25742         Fix audio convert plugin.
25743
25744 2005-04-20  Wim Taymans  <wim@fluendo.com>
25745
25746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25747         (gst_ogg_demux_sink_activate):
25748         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25749         (theora_set_header_on_caps), (theora_enc_sink_event),
25750         (theora_enc_chain):
25751         Fix theora encoder.
25752
25753 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25754
25755         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25756         * gst/playback/gstdecodebin.c: (find_compatibles):
25757           Work with staticpadtemplates in elementfactories.
25758
25759 2005-04-12  Wim Taymans  <wim@fluendo.com>
25760
25761         * gst/playback/README:
25762         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25763         (compare_ranks), (print_feature), (gst_decode_bin_init),
25764         (dynamic_create), (dynamic_free), (find_compatibles),
25765         (mimetype_is_raw), (close_pad_link), (got_redirect),
25766         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25767         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25768         (gst_decode_bin_change_state):
25769         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25770         (gst_play_base_bin_init), (group_destroy), (group_commit),
25771         (check_queue), (queue_overrun), (queue_threshold_reached),
25772         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25773         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25774         (got_redirect), (setup_source), (play_base_eos),
25775         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25776         (gst_play_base_bin_remove_element):
25777         * gst/playback/gstplaybasebin.h:
25778         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25779         (gst_play_bin_init), (gst_play_bin_dispose),
25780         (gst_play_bin_set_property), (gen_video_element),
25781         (gen_text_element), (gen_audio_element), (remove_sinks),
25782         (gst_play_bin_send_event):
25783         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25784         (stream_info_change_state), (gst_stream_info_set_mute):
25785         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25786         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25787         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25788         (gst_stream_selector_chain):
25789         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25790         (main):
25791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25792         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25793         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25794         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25795         Raw and crude port of decodebin. 
25796         Make playbin compile.
25797
25798 2005-04-06  Wim Taymans  <wim@fluendo.com>
25799
25800         * ext/gnomevfs/Makefile.am:
25801         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25802         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25803         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25804         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25805         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25806         (gst_gnomevfssrc_stop):
25807         * ext/ogg/Makefile.am:
25808         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25809         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25810         * ext/theora/Makefile.am:
25811         * ext/theora/theoradec.c: (_inc_granulepos),
25812         (theora_dec_sink_event), (theora_dec_chain):
25813         * ext/vorbis/Makefile.am:
25814         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25815         (vorbis_dec_sink_event), (vorbis_dec_chain):
25816         * gst-libs/gst/audio/Makefile.am:
25817         * sys/xvimage/Makefile.am:
25818         Make gnomevfssrc extend the source base class.
25819         Fix linking against libs in various plugins.
25820
25821 2005-04-06  Andy Wingo  <wingo@pobox.com>
25822
25823         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25824         GST_BASE_LIBS.
25825
25826         * configure.ac: Add check and AC_SUBST for libgstbase.
25827
25828 2005-03-31  Wim Taymans  <wim@fluendo.com>
25829
25830         * examples/seeking/Makefile.am:
25831         * examples/seeking/cdparanoia.c: (main):
25832         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25833         (play_cb), (pause_cb), (stop_cb), (main):
25834         * examples/seeking/playbin.c:
25835         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25836         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25837         (make_sid_pipeline), (make_vorbis_pipeline),
25838         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25839         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25840         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25841         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25842         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25843         (stop_cb), (main):
25844         * examples/seeking/spider_seek.c:
25845         * examples/seeking/vorbisfile.c:
25846         * ext/gnomevfs/Makefile.am:
25847         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25848         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25849         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25850         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25851         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25852         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25853         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25854         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25855         * ext/ogg/README:
25856         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25857         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25858         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25859         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25860         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25861         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25862         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25863         (gst_ogg_demux_factory_filter), (compare_ranks),
25864         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25865         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25866         (gst_ogg_chain_new), (gst_ogg_chain_free),
25867         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25868         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25869         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25870         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25871         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25872         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25873         (gst_ogg_demux_get_prev_page),
25874         (gst_ogg_demux_deactivate_current_chain),
25875         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25876         (gst_ogg_demux_bisect_forward_serialno),
25877         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25878         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25879         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25880         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25881         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25882         (gst_ogg_demux_change_state), (gst_ogg_print):
25883         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25884         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25885         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25886         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25887         (gst_ogg_mux_loop):
25888         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25889         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25890         (theora_dec_src_convert), (theora_dec_sink_convert),
25891         (theora_dec_src_query), (theora_dec_src_event),
25892         (theora_dec_sink_event), (theora_dec_chain),
25893         (theora_dec_change_state):
25894         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25895         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25896         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25897         (theora_enc_change_state):
25898         * ext/vorbis/Makefile.am:
25899         * ext/vorbis/oggvorbisenc.c:
25900         * ext/vorbis/oggvorbisenc.h:
25901         * ext/vorbis/vorbis.c: (plugin_init):
25902         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25903         (vorbis_dec_src_query), (vorbis_dec_src_event),
25904         (vorbis_dec_sink_event), (vorbis_dec_chain),
25905         (vorbis_dec_change_state):
25906         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25907         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25908         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25909         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25910         (gst_vorbisenc_change_state):
25911         * ext/vorbis/vorbisenc.h:
25912         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25913         * gst-libs/gst/audio/audioclock.c:
25914         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25915         (gst_audiofilter_init), (gst_audiofilter_chain):
25916         * gst-libs/gst/audio/testchannels.c: (main):
25917         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25918         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25919         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25920         (gmip_find_track_streaminfo), (gmip_find_track_format):
25921         * gst-libs/gst/media-info/media-info.c:
25922         (gst_media_info_read_idler):
25923         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25924         (gst_play_get_all_by_interface):
25925         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25926         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25927         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25928         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25929         (gst_riff_parse_info):
25930         * gst-libs/gst/riff/riff-read.h:
25931         * gst-libs/gst/riff/riff.c: (plugin_init):
25932         * gst-libs/gst/video/Makefile.am:
25933         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25934         (gst_videosink_class_init), (gst_videosink_get_type):
25935         * gst-libs/gst/video/videosink.h:
25936         * gst/audioconvert/bufferframesconvert.c:
25937         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25938         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25939         * gst/audioconvert/channelmixtest.c: (main):
25940         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25941         (gst_audio_convert_chain),
25942         (gst_audio_convert_caps_remove_format_info),
25943         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25944         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25945         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25946         (gst_audio_convert_buffer_to_default_format),
25947         (gst_audio_convert_buffer_from_default_format),
25948         (gst_audio_convert_channels):
25949         * gst/audioconvert/gstchannelmix.h:
25950         * gst/ffmpegcolorspace/avcodec.h:
25951         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25952         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25953         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25954         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25955         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25956         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25957         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25958         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25959         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25960         (dv_type_find):
25961         * gst/videotestsrc/gstvideotestsrc.c:
25962         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25963         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25964         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25965         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25966         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25967         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25968         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25970         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25971         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25972         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25973         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25974         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25975         (gst_xvimagesink_navigation_send_event),
25976         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25977         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25978         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25979         * sys/xvimage/xvimagesink.h:
25980         Plugin port to 0.9, ogg/theora playback should work in the seek
25981         example now.
25982         Removed old examples.
25983         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25984         explained in 0.9 TODO doc.
25985
25986
25987 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25988
25989         * autogen.sh:
25990         * configure.ac:
25991         * ext/Makefile.am:
25992         * gst/Makefile.am:
25993         * po/POTFILES.in:
25994         * po/af.po:
25995         * po/az.po:
25996         * po/cs.po:
25997         * po/en_GB.po:
25998         * po/hu.po:
25999         * po/it.po:
26000         * po/nb.po:
26001         * po/nl.po:
26002         * po/or.po:
26003         * po/sq.po:
26004         * po/sr.po:
26005         * po/sv.po:
26006         * po/uk.po:
26007         * po/vi.po:
26008         * sys/Makefile.am:
26009         * testsuite/Makefile.am:
26010           remove a whole bunch of plugins.  This module now contains a set
26011           of free reference plugins/elements as agreed.
26012
26013 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26014
26015         * configure.ac:
26016           hunting season on 0.9 is now OPEN
26017
26018 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26019
26020         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26021           Kick the hell out of gcc for not warning me about a symbol conflict.
26022
26023 2005-02-22  Luca Ognibene  <luogni@tin.it>
26024
26025         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26026
26027         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26028           Don't leak caps string (fixes #168134)
26029
26030         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
26031         (gst_jpegenc_init), (gst_jpegenc_finalize),
26032         (gst_jpegenc_change_state):
26033           Don't leak line buffers and context struct (fixes #168133).
26034
26035 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
26036
26037         * configure.ac:
26038         * ext/dirac/gstdiracdec.cc:
26039         (gst_diracdec_chain):
26040           Since dirac 0.5.0 the framerate in dirac is expressed as a
26041           rational number. Fix build and up requirement to 0.5.0, and
26042           also pass parameters to gst_diracdec_link in the right order
26043           (fixes #167959).
26044
26045 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
26046
26047         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
26048         * ext/faad/gstfaad.h:
26049         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
26050         certain invalid muxed streams, where some packets will contain 
26051         junk after decoder data. Partially fixes #149158.
26052
26053 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
26054         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
26055           Make sure we only write to writable buffers
26056
26057 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
26058
26059         * gst-libs/gst/riff/riff-media.c:
26060         (gst_riff_create_audio_caps_with_data):
26061           Do actually fix invalid RIFF fmt header values for alaw
26062           and mulaw audio instead of just saying so.
26063
26064         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26065           Give gst_riff_create_audio_caps_with_data() a chance to
26066           fix up broken format header fields before extracting any
26067           parameters from the header. (fixes #167633)
26068
26069 2005-02-19  Martin Holters  <martin.holters@gmx.de>
26070
26071         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26072
26073         * gst/audioconvert/bufferframesconvert.c:
26074         (buffer_frames_convert_link):
26075           Don't leak othercaps. (fixes #167878)
26076
26077 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
26078
26079         * configure.ac:
26080         * ext/libvisual/visual.c: (gst_visual_srclink),
26081         (gst_visual_change_state):
26082           Support libvisual 0.2.0.
26083
26084 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
26085
26086         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26087         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26088           Use same rowstrides for I420 as used everywhere else.
26089
26090 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
26091
26092         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26093           Declare variables at beginning of block and make gcc-2.95 happy
26094           (fixes # 167482, patch by Gergely Nagy).
26095           
26096         * gst/tcp/gsttcpclientsrc.c:
26097         * gst/tcp/gsttcpclientsrc.h:
26098           Move some includes into the header, so that struct sockaddr_in is
26099           defined when it should be defined on FreeBSD as well (fixes
26100           #167483).
26101           
26102         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26103           Don't pass uninitialised values to setsockopt() here either.
26104
26105 2005-02-17  Luca Ognibene  <luogni at tin dot it>
26106
26107         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26108
26109         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26110           Don't pass uninitialised values to setsockopt(). (fixes #167704)
26111
26112 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26113
26114         * gst/playback/gstplaybin.c: (add_sink):
26115           Invert bin_add/link order to workaround deadlock in opt.
26116
26117 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26118
26119         * gst/modplug/gstmodplug.cc:
26120           Add missing break causing position queries to fail.
26121
26122 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26123
26124         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26125           Granpos can apparently be -1, which screws up calculations...
26126
26127 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
26128
26129         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26130         (gst_ximagesink_send_pending_navigation),
26131         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26132         (gst_ximagesink_init):
26133         * sys/ximage/ximagesink.h:
26134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26135         (gst_xvimagesink_send_pending_navigation),
26136         (gst_xvimagesink_navigation_send_event),
26137         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26138         * sys/xvimage/xvimagesink.h:
26139           Use a mutex protected list to marshal navigation
26140           events into the stream thread from whichever thread
26141           sends them.
26142
26143 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
26144
26145         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26146           Display current position and track length; misc. clean-ups.
26147           
26148         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26149         (speed_init), (speed_chain):
26150           Add query function, so that the stream length and current position
26151           get adjusted when queried (note that current position queries may
26152           still be wrong if the audio sink returns values based on buffer
26153           timestamps instead of passing on the query).
26154
26155 2005-02-13  Benjamin Otte  <otte@gnome.org>
26156
26157         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26158         (gst_audio_convert_channels):
26159           create channel conversion matrix when linking
26160         * gst/audioconvert/.cvsignore:
26161         * gst/audioconvert/Makefile.am:
26162         * gst/audioconvert/channelmixtest.c: (main):
26163           add (ugly) test that ensures stereo <=> mono conversion works
26164           correctly
26165
26166 2005-02-13  Benjamin Otte  <otte@gnome.org>
26167
26168         * gst/audioconvert/gstchannelmix.h:
26169           include missing header file
26170         * gst/audioconvert/gstchannelmix.c:
26171         (gst_audio_convert_fill_compatible):
26172           use same sign for both channels when converting to/from compatible
26173           channel. Previously used different signs made the signals cancel
26174           each other out and appear like silence. (fixes #167269)
26175
26176 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26177
26178         * gst/ffmpegcolorspace/avcodec.h:
26179         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26180         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26181         (gst_ffmpegcsp_avpicture_fill):
26182         * gst/ffmpegcolorspace/imgconvert.c:
26183           Convert to and from YV12 (fixes #156379).
26184
26185 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26186
26187         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26188         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26189         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26190         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26191         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26192         methods from chain and negotiation and vice versa (Fixes #166142).
26193         * sys/ximage/ximagesink.h: Add stream_lock.
26194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26195         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26196         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26197         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26198
26199 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26200
26201         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26202           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26203           error message when we can't open the DVD device (when dvdnav_open()
26204           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26205           the above). Send something more useful instead (fixes #167117).
26206
26207 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26208
26209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26210         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26211         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26212         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26213         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26214         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26215         methods from chain and negotiation and vice versa (Fixes #166142).
26216         Fix a possible bug of images in the buffer pool being discarded because
26217         we are looking at the wrong geometry.
26218         * sys/xvimage/xvimagesink.h: Add stream_lock.
26219
26220 2005-02-11  David Schleef  <ds@schleef.org>
26221
26222         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26223         unsigned int. (fixes #167128)
26224
26225 2005-02-11  David Schleef  <ds@schleef.org>
26226
26227         * gst/librfb/Makefile.am: Testing stuff before committing is
26228           for wimps... and people with fast machines.  Fix stupid
26229           mistake.
26230
26231 2005-02-11  David Schleef  <ds@schleef.org>
26232
26233         * configure.ac: Pull in librfb from my CVS tree, because it is
26234           too small and annoying to be separate.  Move rfbsrc plugin
26235           to gst/.
26236         * ext/Makefile.am:
26237         * ext/librfb/Makefile.am:
26238         * ext/librfb/gstrfbsrc.c:
26239         * gst/librfb/Makefile.am:
26240         * gst/librfb/gstrfbsrc.c:
26241         * gst/librfb/rfb.c:
26242         * gst/librfb/rfb.h:
26243         * gst/librfb/rfbbuffer.c:
26244         * gst/librfb/rfbbuffer.h:
26245         * gst/librfb/rfbbytestream.c:
26246         * gst/librfb/rfbbytestream.h:
26247         * gst/librfb/rfbcontext.h:
26248         * gst/librfb/rfbdecoder.c:
26249         * gst/librfb/rfbdecoder.h:
26250         * gst/librfb/rfbutil.h:
26251
26252 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26253
26254         * gst/speed/Makefile.am:
26255         * gst/speed/demo-mp3.c: (main):
26256         * gst/speed/filter.func:
26257         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26258         (speed_class_init), (speed_init), (speed_chain_int16),
26259         (speed_chain_float32), (speed_chain), (speed_set_property),
26260         (speed_get_property), (speed_change_state):
26261         * gst/speed/gstspeed.h:
26262           Fix speed element and make it chain-based (fixes #156467),
26263           and make it handle more than one channel.
26264
26265 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26266
26267         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26268         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26269         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26270         * ext/dts/gstdtsdec.h:
26271           Don't clobber the stack constructing the channels array.
26272           Make the element chain-based. DTS tracks can now be played.
26273           
26274 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26275
26276         * gst-libs/gst/audio/multichannel.h:
26277         * gst-libs/gst/gconf/gconf.h:
26278         * gst-libs/gst/idct/idct.h:
26279         * gst-libs/gst/media-info/media-info-priv.h:
26280         * gst-libs/gst/play/play.h:
26281         * gst-libs/gst/resample/private.h:
26282         * gst-libs/gst/resample/resample.h:
26283         * gst-libs/gst/riff/riff-ids.h:
26284         * gst-libs/gst/video/video.h:
26285         * gst-libs/gst/video/videosink.h:
26286           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26287           missing, so that they work when included from C++ code.
26288
26289 2005-02-09  David Schleef  <ds@schleef.org>
26290
26291         * testsuite/gst-lint: Check for non-statically scoped
26292           parent_class variables.  This won't be a problem once
26293           plugins are loaded with RTLD_LOCAL.
26294
26295 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26296
26297         * ext/mplex/gstmplexibitstream.cc:
26298           gcc madness.
26299
26300 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26301
26302         * ext/ogg/gstogmparse.c:
26303         * gst/debug/gstnavigationtest.c:
26304           Die, thou faulty symbol pollutors (non-static parent_class).
26305
26306 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26307
26308         * ext/mplex/gstmplexibitstream.cc:
26309           Fix event handling (#165525).
26310
26311 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26312
26313         * ext/mikmod/gstmikmod.c:
26314         * gst/modplug/gstmodplug.cc:
26315           Add missing endianness to template (fixes #165509).
26316
26317 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26318
26319         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26320           Fix wrong order of reading of optional bytes (#165290).
26321
26322 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26323
26324         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26325           Implement FILLER event awareness.
26326
26327 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26328
26329         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26330           Fix track calculations (#166208).
26331
26332 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26333
26334         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26335
26336         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26337         * ext/libpng/gstpngenc.c:
26338           Fix byte-order, use proper fixed caps. Fixes #164197.
26339
26340 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26341
26342         * configure.ac:
26343           Add dvdlpcmdec 
26344
26345         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26346         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26347           Don't push buffers if the src pad isn't negotiated yet.
26348           
26349         * gst/audioconvert/gstaudioconvert.c:
26350         (gst_audio_convert_buffer_to_default_format),
26351         (gst_audio_convert_buffer_from_default_format):
26352           Add support for 24-bit width.
26353
26354         * gst/dvdlpcmdec/.cvsignore:
26355         * gst/dvdlpcmdec/Makefile.am:
26356         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26357         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26358         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26359         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26360         (plugin_init):
26361         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26362           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26363           format. Needs support for the channels maps if someone can find 
26364           a DVD LPCM track with > 2 channels.
26365
26366         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26367         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26368         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26369         * gst/mpegstream/gstdvddemux.h:
26370         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26371         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26372         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26373         * gst/mpegstream/gstmpegdemux.h:
26374         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26375         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26376         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26377         (gst_mpeg_parse_handle_src_query),
26378         (gst_mpeg_parse_handle_src_event):
26379           Use audio/x-dvd-lpcm for LPCM output.
26380           Add DTS output.
26381
26382 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26383
26384         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26385
26386         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26387         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26388           Add BGRA handling (#165736).
26389
26390 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26391
26392         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26393
26394         * gst/law/alaw-decode.c: (alawdec_link):
26395         * gst/law/alaw-encode.c: (alawenc_link):
26396         * gst/law/mulaw-decode.c: (mulawdec_link):
26397         * gst/law/mulaw-encode.c: (mulawenc_link):
26398           Fix caps memleaks (#166600).
26399
26400 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26401
26402         * ext/tarkin/mem.h:
26403         * ext/tarkin/wavelet.h:
26404         * ext/tarkin/yuv.h:
26405         * gst/ffmpegcolorspace/avcodec.h:
26406           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26407           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26408
26409 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26410
26411         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26413         (gst_xvimagesink_change_state):
26414           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26415           Xv video (and thereby regenerate Xv colourkey) in clear() so
26416           that PLAY -> READY -> PLAY works (fixes #162504).
26417
26418 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26419
26420         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26421           Switch to list instead of range, since MJPEG-devices really just
26422           support decimations, not any size.
26423
26424 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26425         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26426         (gst_mpeg2dec_reset), (free_all_buffers),
26427         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26428         * ext/mpeg2dec/gstmpeg2dec.h:
26429           The libmpeg2 user-allocated buffer management is awkward, 
26430           to say the least. Hopefully this fixes things.
26431
26432 2005-02-04  Andy Wingo  <wingo@pobox.com>
26433
26434         * gst/audioconvert/bufferframesconvert.c
26435         (buffer_frames_convert_fixate): New function, fixates to 256
26436         frames per buffer by default. (Much better than 1.)
26437         (buffer_frames_convert_init): Set the fixate function for both src
26438         and sink pad.
26439         (buffer_frames_convert_link): After success setting nonfixed caps,
26440         get the negotiated caps so we can know how many buffer-frames it
26441         will be. No idea how this worked at all before.
26442
26443 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26444
26445         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26446         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26447         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26448         (handle_sequence), (handle_picture):
26449         * ext/mpeg2dec/gstmpeg2dec.h:
26450           Rearrange buffer tracking and refcounting and refactor
26451           a little for readability. 
26452
26453 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26454         * sys/v4l/gstv4l.c: (plugin_init):
26455         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26456         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26457         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26458         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26459         * sys/v4l/gstv4ljpegsrc.h:
26460         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26461         * sys/v4l/v4l_calls.h:
26462         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26463         (gst_v4lsrc_get_fps):
26464         * sys/v4l/v4lsrc_calls.h:
26465           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26466           you jpeg inside rgb frames" driver.
26467           Don't error in the v4lsrc link function, just return 
26468           REFUSED.
26469
26470 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26471
26472         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26473         (gst_qcamsrc_open):
26474           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26475
26476 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26477
26478         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26479           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26480
26481 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26482
26483         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26484           Reset negotiated state on PAUSED->READY.
26485
26486 2005-02-02  David Schleef  <ds@schleef.org>
26487
26488         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26489         whereever possible.  (Fixes #165997)
26490         * examples/capsfilter/capsfilter1.c: (main):
26491         * examples/dynparams/filter.c: (create_ui):
26492         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26493         * examples/seeking/chained.c: (main):
26494         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26495         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26496         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26497         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26498         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26499         * examples/switch/switcher.c: (main):
26500         * ext/dv/demo-play.c: (main):
26501         * ext/faad/gstfaad.c: (gst_faad_change_state):
26502         * ext/mad/gstmad.c: (gst_mad_chain):
26503         * ext/smoothwave/demo-osssrc.c: (main):
26504         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26505         (gst_gconf_render_bin_from_description),
26506         (gst_gconf_get_default_audio_sink),
26507         (gst_gconf_get_default_video_sink),
26508         (gst_gconf_get_default_audio_src),
26509         (gst_gconf_get_default_video_src),
26510         (gst_gconf_get_default_visualization_element):
26511         * gst/level/demo.c: (main):
26512         * gst/level/plot.c: (main):
26513         * gst/playback/gstplaybin.c: (gen_video_element),
26514         (gen_audio_element):
26515         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26516         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26517         * gst/sine/demo-dparams.c: (main):
26518         * gst/spectrum/demo-osssrc.c: (main):
26519         * gst/speed/demo-mp3.c: (main):
26520         * gst/volume/demo.c: (main):
26521         * testsuite/embed/embed.c: (main):
26522
26523 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26524
26525         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26526         (gst_tcpclientsink_finalize):
26527         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26528         (gst_tcpclientsrc_finalize):
26529         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26530         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26531         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26532         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26533           Don't leak the hostname when shutting down.
26534           In tcpserversrc, take a copy of the default hostname.
26535
26536 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26537
26538         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26539           Set caps to systemstream=TRUE.
26540
26541 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26542
26543         * testsuite/Makefile.am:
26544           Fix more OSX buildbots.
26545
26546 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26547
26548         * ext/mpeg2dec/gstmpeg2dec.c:
26549           Don't send things to NULL PAD_PEERs
26550
26551         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26552           Copy-on-write the incoming buffer.
26553
26554         * gst/mpegstream/gstdvddemux.h:
26555         * gst/mpegstream/gstmpegclock.h:
26556         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26557         (normal_seek), (gst_mpeg_demux_handle_src_event):
26558         * gst/mpegstream/gstmpegdemux.h:
26559         * gst/mpegstream/gstmpegpacketize.h:
26560         * gst/mpegstream/gstmpegparse.c:
26561         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26562         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26563         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26564         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26565         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26566         * gst/mpegstream/gstmpegparse.h:
26567         * gst/mpegstream/gstrfc2250enc.h:
26568           Various changes to the way time is computed that make seeking and
26569           total time estimation much better here.
26570           Use G_BEGIN/END_DECLS instead of __cplusplus
26571
26572         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26573           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26574
26575 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26576
26577         * gst/subparse/gstsubparse.c:
26578           Fix OSX buildbot.
26579
26580 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26581
26582         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26583         (theora_enc_chain), (theora_enc_change_state):
26584         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26585         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26586         (gst_vorbisenc_change_state):
26587         * ext/vorbis/vorbisenc.h:
26588           Set granulepos and timestamp correctly for streams not
26589           starting at 0, taking into account the initial delay.
26590
26591 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26592
26593         * gst/mpegstream/gstdvddemux.c:
26594           Add audio/x-dts to audio pad template caps
26595
26596 2005-01-30  David Schleef  <ds@schleef.org>
26597
26598         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26599         (create_context), (gst_polypsink_link): Fix silly endianness
26600         bug.  Add some debugging.  Remove float from caps; it doesn't
26601         work.  Attempt to get remote audio working.
26602
26603 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26604
26605         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26606           Add 3IV2 fourcc.
26607
26608 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26609
26610         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26611         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26612         (gst_avi_demux_stream_data):
26613         * gst/avi/gstavidemux.h:
26614           Invert DIB images. Fixes #132341.
26615
26616 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26617
26618         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26619         (gst_ffmpegcsp_chain):
26620           D'oh, reference the palette data, not the palette structure.
26621           Fixes color distortion in #132341.
26622
26623 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26624
26625         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26626           PAR can be non-fixed when not provided as argument (#162626).
26627
26628 2005-01-29  David Moore  <dcm@acm.org>
26629
26630         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26631
26632         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26633         (gst_qtdemux_loop_header):
26634           Re-apply patch from #142272 that allows non-seekable sources,
26635           re-proposed by Daniel Drake <dsd@gentoo.org>.
26636
26637 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26638
26639         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26640           Use the src template for creating the src pad (#162330).
26641
26642 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26643
26644         * configure.ac:
26645         * ext/musepack/Makefile.am:
26646         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26647         (gst_musepackdec_init), (gst_musepackdec_dispose),
26648         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26649         (gst_musepack_stream_init), (gst_musepackdec_loop),
26650         (gst_musepackdec_change_state):
26651         * ext/musepack/gstmusepackdec.cpp:
26652         * ext/musepack/gstmusepackdec.h:
26653         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26654         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26655         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26656         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26657         * ext/musepack/gstmusepackreader.cpp:
26658         * ext/musepack/gstmusepackreader.h:
26659           Update to 1.1 API (#165446).
26660
26661 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26662
26663         * ext/Makefile.am:
26664           Unbreak buildbot.
26665
26666 2005-01-28  Andy Wingo  <wingo@pobox.com>
26667
26668         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26669         to reflect a different dubious internet source. Add a reference
26670         and some commentary.
26671
26672 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26673
26674         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26675         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26676         * gst/playback/gststreamselector.h:
26677           Be more selective when we're redoing caps negotiation from
26678           within the chain function on a stream change.
26679
26680 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26681
26682         * configure.ac:
26683         * ext/Makefile.am:
26684         * ext/amrnb/Makefile.am:
26685         * ext/amrnb/amrnb.c: (plugin_init):
26686         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26687         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26688         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26689         (gst_amrnbdec_state_change):
26690         * ext/amrnb/amrnbdec.h:
26691         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26692         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26693         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26694         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26695         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26696         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26697         * ext/amrnb/amrnbparse.h:
26698           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26699         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26700           Add AMR-NB/-WB raw formats.
26701         * ext/alsa/gstalsa.c: (gst_alsa_link):
26702           Keep valid time when changing format.
26703         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26704         (qtdemux_parse_trak):
26705           Add some more format-specific options (#140141, #143555, #155163).
26706
26707 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26708
26709         * gst/matroska/matroska-demux.c:
26710         (gst_matroska_demux_parse_blockgroup):
26711           Fix logic error in timing of subtitle stream synchronization.
26712         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26713           Add skip-chunk, which is found in kodak-camera streams.
26714
26715 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26716
26717         * po/LINGUAS:
26718         * po/vi.po:
26719           Adding Vietnamese translation (submitted by Clytie Siddall)
26720
26721 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26722
26723         * gst/playback/gstdecodebin.c: (try_to_link_1):
26724           Use realpad for signal.
26725
26726 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26727
26728         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26729           Fix category so decodebin picks it up.
26730
26731 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26732
26733         * ext/mad/Makefile.am:
26734         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26735         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26736         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26737         (found_type), (gst_id3demux_bin_change_state):
26738         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26739         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26740         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26741         (gst_id3_tag_change_state), (plugin_init):
26742         * ext/mad/gstmad.h:
26743           Add id3demuxbin (which is a simple bin consisting of id3demux
26744           and typefind), take over rank from id3demux, remove typefind
26745           code from id3demux. Makes all broken mp3s that I know of work,
26746           and thereby fixes #152688.
26747
26748 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26749
26750         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26751
26752         * ext/mad/gstmad.c: (gst_mad_src_event):
26753         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26754           Allow seeks on audio pad, make mad forward those (#164826).
26755         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26756           Set duration (#165335).
26757
26758 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26759
26760         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26761         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26762         (gst_asf_demux_process_ext_content_desc),
26763         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26764         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26765         * gst/asfdemux/gstasfdemux.h:
26766           Improve metadata display, e.g. if the metadata comes before the
26767           streams are loaded (which is perfectly valid).
26768
26769 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26770
26771         * tools/gst-launch-ext-m.m:
26772           Fix AVI/ASF pipelines (#165340).
26773
26774 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26775         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26776         build failure on amd64
26777
26778 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26779
26780         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26781         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26782           Check environment variables GST_ID3V2_TAG_ENCODING,
26783           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26784           list of character encodings to force interpretation of non-unicode
26785           strings stored in an ID3v2 tag to a particular encoding. If none
26786           is specified, try to use current locale's encoding, then fall back
26787           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26788         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26789         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26790           Check environment variables GST_ID3V1_TAG_ENCODING,
26791           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26792           list of character encodings to use in case a string encountered
26793           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26794           specified, try to use the current locale's encoding, then fall
26795           back to ISO-8859-1 (which will always succeed).
26796
26797 2005-01-25  Benjamin Otte  <otte@gnome.org>
26798
26799         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26800           - on half framerate, compute the rate in advance so the comparisons
26801             don't compare wrong values
26802           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26803             behaviour
26804           - don't use mad_header_decode anymore, mad_frame_decode does that
26805             automatically
26806           - when getting rid of consumed bytes, reset the stream's skiplen
26807           (fixes #163867)
26808
26809 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26810
26811         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26812           Use 1/2 a second for default max_discont, as PES streams from DVB
26813           seem to have larger spacings in the SCR. 
26814           Fix a typo.
26815
26816 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26817
26818         * gst/playback/gstplaybasebin.c: (group_commit):
26819           Notify delayed stream-info availability.
26820
26821 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26822         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26823         (gst_a52dec_handle_event), (gst_a52dec_chain):
26824         Add some debug output. Check that a discont has a valid
26825         time associated.
26826         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26827         (gst_alsa_sink_loop):
26828         Ignore TAG events. A little extra debug for broken timestamps.
26829         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26830         (dvdnavsrc_change_state):
26831         Ensure we send a discont to engage the link before we send any
26832         other events.
26833         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26834         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26835         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26836         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26837         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26838         dvd://title works in totem because typefinding sends a seek that ends
26839         up going back to chapter 1 regardless.
26840         * ext/mpeg2dec/gstmpeg2dec.c:
26841         * ext/mpeg2dec/gstmpeg2dec.h:
26842         Output correct timestamps and handle disconts.
26843         * ext/ogg/gstoggdemux.c: (get_relative):
26844         Small guard against a null dereference.
26845         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26846         (gst_textoverlay_set_property):
26847         Free memory when done. Don't call gst_event_filler_get_duration on
26848         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26849         g_warning.
26850         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26851         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26852         (gst_sw_srclink), (gst_smoothwave_chain):
26853         Draw solid lines, prettier colours.
26854         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26855         Add a default palette that'll work for some movies.
26856         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26857         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26858         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26859         * gst/mpegstream/gstdvddemux.h:
26860         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26861         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26862         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26863         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26864         * gst/mpegstream/gstmpegparse.h:
26865         Use PTM/NAV events when for timestamp adjustment when connected to 
26866         dvdnavsrc. Don't use many discont events where one suffices.
26867         * gst/playback/gstplaybasebin.c: (group_destroy),
26868         (gen_preroll_element), (gst_play_base_bin_add_element):
26869         * gst/playback/gstplaybasebin.h:
26870         Make sure we remove subtitles from the same bin we put them in.
26871         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26872         (gst_subparse_buffer_format_autodetect),
26873         (gst_subparse_change_state):
26874         Fix some memleaks and invalid accesses.
26875         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26876         (oggskel_type_find), (cmml_type_find), (plugin_init):
26877         Some typefind functions for Annodex v3.0 files
26878         * gst/wavparse/gstwavparse.h:
26879         GstRiffReadClass is the correct parent class.
26880
26881 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26882
26883         * gst-libs/gst/riff/riff-media.c:
26884         (gst_riff_create_video_caps_with_data):
26885           Add extradata to huffyuv (fixes #165013).
26886         * gst-libs/gst/riff/riff-read.c:
26887         (gst_riff_read_strf_vids_with_data):
26888           Fix extradata extraction if it is in the chunk size.
26889
26890 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26891
26892         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26893
26894         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26895         (gst_quarktv_change_state), (gst_quarktv_dispose):
26896           Memory free'ing location fix (#164708).
26897
26898 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26899
26900         * gst/playback/gstplaybasebin.c: (group_commit),
26901         (gen_preroll_element), (probe_triggered), (gen_source_element),
26902         (setup_source), (gst_play_base_bin_change_state),
26903         (gst_play_base_bin_add_element):
26904           Don't block for streams.
26905         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26906         (gst_stream_info_set_mute):
26907           Use gst_pad_set_active_recursive.
26908
26909 2005-01-25  Andy Wingo  <wingo@pobox.com>
26910
26911         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26912         for #ifndef HAVE_XVIDEO.
26913
26914 2005-01-24  Jeffrey C. Ollie
26915
26916         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26917
26918         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26919         * ext/gsm/gstgsmdec.h:
26920         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26921         * ext/gsm/gstgsmenc.h:
26922         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26923         was given by property. Add proper buffer timestamps and offsets.
26924
26925 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26926
26927         * gst-libs/gst/riff/riff-media.c:
26928         (gst_riff_create_audio_caps_with_data):
26929           Audio can be <8000Hz.
26930
26931 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26932
26933         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26934           Explicit state change to workaround refcount bugs.
26935
26936 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26937
26938         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26939         (gst_avimux_riff_get_avi_header):
26940           Fix...
26941
26942 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26943
26944         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26945         (gst_riff_read_element_data):
26946         * gst-libs/gst/riff/riff-read.h:
26947           Add _peek version (req'ed in CDXA).
26948         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26949         (gst_cdxaparse_loop):
26950           Fix parsing in playbin.
26951         * gst/playback/gstdecodebin.c: (close_pad_link):
26952           Ignore current_ pads, they cause major annoyance.
26953
26954 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26955
26956         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26957           Safety guard.
26958
26959 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26960
26961         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26962           Fix padding...
26963
26964 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26965
26966         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26967           Allow for 0-sized buffers. Fixes length query problems in
26968           starwars.mkv from the testsuite.
26969
26970 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26971
26972         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26973         (gst_video_box_i420), (gst_video_box_chain):
26974           Fix row strides for I420 (fixes #163159)
26975           
26976 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26977
26978         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26979           MPEG2 has a useful rate property, so we can actually use that.
26980           For MPEG-1, continue using the bytes/time properties.
26981
26982 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26983
26984         * gst-libs/gst/riff/riff-media.c:
26985         (gst_riff_create_video_caps_with_data),
26986         (gst_riff_create_video_template_caps):
26987           Add intel-h263.
26988
26989 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26990
26991         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26992           Fail if caps negotiation fails. Should fix #162184, and should
26993           definately be in there regardless of it fixing the actual bug.
26994         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26995         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26996         (gst_avimux_riff_get_avix_header),
26997         (gst_avimux_riff_get_video_header),
26998         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26999         (gst_avimux_start_file), (gst_avimux_handle_event),
27000         (gst_avimux_change_state):
27001         * gst/avi/gstavimux.h:
27002           Refactor structure writing to use GST_WRITE_UINT macros, add
27003           metadata writing support.
27004
27005 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27006
27007         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
27008           Elements may already be destroyed when this function is called.
27009
27010 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27011
27012         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27013         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
27014           More memory leak fixes (#149162).
27015
27016 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27017
27018         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27019         (gst_qtdemux_add_stream):
27020           Fix two memleaks.
27021
27022 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27023
27024         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27025           Argh...
27026
27027 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27028
27029         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27030           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
27031           when fixating to six channels in Totem.
27032
27033 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27034
27035         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
27036           Fix compile warnings on Solaris 10 buildbot
27037
27038 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27039
27040         * ext/dvdread/dvdreadsrc.c: (_read):
27041           Don't read beyond the last cell in a chapter (fixes 
27042           invalid memory access)
27043
27044 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27045
27046         * ext/dvdread/stream_labels.c:
27047         (dvdreadsrc_get_audio_stream_labels):
27048           Use NULL for an empty GList instead of g_list_alloc(); fix 
27049           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
27050           of GString (easier to bulk free later)
27051
27052 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27053
27054         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27055
27056         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27057         (gst_ffmpeg_pixfmt_to_caps):
27058           Fix BGRA32 caps (#164209).
27059
27060 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27061
27062         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27063
27064         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27065         (gst_ffmpeg_caps_to_pixfmt):
27066           alpha_mask can be RGBA/ABGR. Fixes #164265.
27067
27068 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
27069
27070         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27071
27072         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
27073         (gst_mpeg2dec_alloc_buffer):
27074         * ext/mpeg2dec/gstmpeg2dec.h:
27075           Crop if decoding size is not the actual image size (#163676).
27076
27077 2005-01-17  Steve Baker  <steve@stevebaker.org>
27078
27079         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27080
27081         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27082         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27083           Add libsndfile typefind functions (#163309).
27084
27085 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27086
27087         * tools/gst-launch-ext-m.m:
27088           Add .aac, fix .m1v/.m2v (#163891).
27089
27090 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27091
27092         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27093           Sanity check, don't wait endlessly since the clock might not
27094           actually run at this point (which is a deadlock). Fixes #164069.
27095
27096 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27097
27098         * gst/playback/gstplaybasebin.c: (probe_triggered):
27099           Of course, only pause if group is done...
27100
27101 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27102
27103         * gst/playback/gstplaybasebin.c: (probe_triggered):
27104           Thread safety.
27105
27106 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
27107
27108         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27109           Don't return state change success when the parent
27110           failed.
27111
27112 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27113
27114         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27115           Free events (fix memleak in #162905).
27116
27117 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
27118
27119         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27120
27121         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27122         (gst_ffmpeg_caps_to_pixfmt):
27123           Fix for depth = 15. Fixes #161675.
27124
27125 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27126
27127         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27128           Set FPS correctly, even for webcams and the like.
27129         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27130           Don error on setting while capturing.
27131
27132 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27133
27134         * ext/dv/gstdvdec.c:
27135         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27136         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27137           I'm a bad boy. using /1001. to force C to do float division
27138           and not integer division (as it did in my last commit)
27139           Thanks to David I. Lehn for pointing this mistake.
27140
27141 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27142
27143         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27144           Revert Johan's 1.35->1.36 since it breaks compat.
27145
27146 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27147
27148         * ext/dv/gstdvdec.c:
27149         * ext/libfame/gstlibfame.c:
27150         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27151         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27152           replace framerate aproximations by their real value
27153           (24000/1001, 30000/1001, 60000/1001)
27154           Finish fixing bug #164049
27155
27156 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27157
27158         * ext/ogg/gstoggmux.c:
27159           eos/bos debugging
27160         * gst/tcp/gstmultifdsink.c:
27161         * gst/tcp/gstmultifdsink.h:
27162         * gst/tcp/gsttcp.c:
27163         * gst/tcp/gsttcp.h:
27164         * gst/tcp/gsttcpclientsink.c:
27165         * gst/tcp/gsttcpclientsrc.c:
27166         * gst/tcp/gsttcpserversink.c:
27167         * gst/tcp/gsttcpserversrc.c:
27168           improve reusability of elements after state changes and errors
27169           make multifdsink throw away streamheaders when receiving new ones
27170
27171 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27172
27173         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27174           Fix for if items are already in list...
27175
27176 2005-01-12  Benjamin Otte  <otte@gnome.org>
27177
27178         * gst/adder/gstadder.c: (gst_adder_loop):
27179           fix adder a bit so it doesn't screw up with events as much anymore
27180
27181 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27182
27183         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27184         (pixbufscale_scale), (gst_pixbufscale_chain):
27185         * ext/gdk_pixbuf/pixbufscale.h:
27186           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27187           to ensure rowstrides are calculated the same way as 
27188           ffmpegcolorspace
27189           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27190           that we pick up duration and offset also.
27191
27192 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27193
27194         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27195         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27196           Reusability fixes.
27197
27198 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27199
27200         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27201         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27202         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27203         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27204           Update flags when requested.
27205
27206 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27207
27208         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27209           Fix dmix.
27210
27211 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27212
27213         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27214         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27215         (probe_triggered), (new_decoded_pad), (gen_source_element),
27216         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27217         * gst/playback/gstplaybasebin.h:
27218         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27219         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27220         (gst_play_bin_change_state):
27221           Implement group-switch signal for use in apps to clear metadata
27222           cache, clean up subtitle, add suburi property instead of # hack,
27223           some error-out fixes.
27224
27225 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27226
27227         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27228           Debug.
27229         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27230           If we got a state change in the _get handler, don't return success.
27231
27232 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27233
27234         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27235         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27236           Make jpegdec quiet on MJPEG decoding
27237         * gst/asfdemux/README:
27238           Fix mimetypes for MJPEG and H263
27239
27240 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27241
27242         * ext/theora/theoradec.c: (theora_dec_chain):
27243           Fix broken code generation by gcc by swapping arguments.
27244         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27245           Fix \n in debug.
27246
27247 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27248
27249         * TODO:
27250           delete this file, it is by far outdated
27251         * ext/alsa/gstalsa.1: remove
27252         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27253         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27254         (gst_alsa_get_caps):
27255           Add HW probing for supported sample rates. Fixes #161704
27256
27257 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27258
27259         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27260           Don't crash, biatch! :).
27261
27262 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27263
27264         * ext/musepack/gstmusepackreader.cpp:
27265         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27266           Some work on tags - still doesn't work in playbin...
27267         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27268           Handle events...
27269
27270 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27271
27272         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27273           Also shove tags on kid pads.
27274
27275 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27276
27277         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27278           Don't bail on unknown events.
27279         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27280           Don't crash on events before negotiation.
27281         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27282           Send tags on pads, too.
27283         * gst/playback/gststreamselector.c:
27284         (gst_stream_selector_request_new_pad):
27285           Forward events on first pad if no input was selected yet.
27286
27287 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27288
27289         * gst/playback/gstplaybasebin.c: (setup_substreams):
27290           Don't disable streamtype if the stream doesn't exist, since
27291           then playing a video after audio will disable both and nothing
27292           will happen. Fixes the testsuite.
27293
27294 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27295
27296         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27297         (gst_v4l_xoverlay_set_xwindow_id):
27298         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27299         (gst_v4l2_xoverlay_set_xwindow_id):
27300           Add debug categories, fix overlay disabling.
27301
27302 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27303
27304         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27305         * ext/alsa/gstalsa.h:
27306           Add HW probing for period_count/size and buffer_size MIX/MAX
27307           Adjust default/user defined value if out of bounds
27308           Should fix bug #162024
27309
27310 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27311
27312         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27313           Fix warning (#161191).
27314
27315 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27316
27317         * ext/dvdread/stream_labels.c:
27318         (dvdreadsrc_get_audio_stream_labels):
27319           Fix warning (init the good variable in switch default)
27320
27321 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27322
27323         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27324
27325         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27326           Fix gcc-2.95 compile (#163485).
27327
27328 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27329
27330         * configure.ac:
27331         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27332         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27333         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27334         (gst_flacenc_change_state):
27335         * ext/flac/gstflacenc.h:
27336           Update for API change in flac-1.1.1. Update requirement in
27337           configure.ac. Fixes #162974.
27338
27339 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27340
27341         * gst/playback/gstplaybasebin.c: (group_destroy):
27342           Remove hack to get rid of assert and get rid of unlinked
27343           signals properly.
27344
27345 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27346
27347         * gst/playback/gstplaybasebin.c: (setup_source):
27348           Set source to NULL so that resources are free'ed. Fixes issues
27349           with playback of CDDA and similar device-accessing things.
27350
27351 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27352
27353         * testsuite/embed/Makefile.am:
27354           test->noinst, fix make test in buildbot.
27355
27356 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27357
27358         * ext/dvdread/stream_labels.c: new file
27359         * ext/dvdread/stream_labels.h: new file
27360         * ext/dvdread/Makefile.am:
27361         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27362           Extract audio stream label from DVD IFO files.
27363           It only dump them on the console for now, still have to
27364           make playbin aware of them.
27365
27366 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27367
27368         * gst/playback/gstplaybasebin.c: (setup_source):
27369           Fix hanging subs.
27370
27371 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27372
27373         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27374         (gen_preroll_element), (remove_groups), (setup_subtitle),
27375         (gen_source_element), (setup_source):
27376         * gst/playback/gstplaybasebin.h:
27377           Multiple .sub files is just a stupid idea... Fix some threading
27378           mistakes. Interestingly, external .sub files cause playbin to
27379           hang, I don't know why... Parsing fixes contributed by Fran??ois
27380           Kooman <fkooman@tuxed.net>.
27381
27382 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27383
27384         * testsuite/embed/Makefile.am:
27385           Fix buildbot.
27386
27387 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27388
27389         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27390
27391         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27392         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27393         (gst_pngenc_set_property):
27394         * ext/libpng/gstpngenc.h:
27395           Add compression level property (#163323).
27396
27397 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27398
27399         * configure.ac:
27400         * examples/capsfilter/capsfilter1.c: (main):
27401         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27402         * ext/dvdread/Makefile.am:
27403         * ext/dvdread/demo-play:
27404         * ext/dvdread/demo-play.c:
27405         * gconf/gstreamer.schemas.in:
27406         * gst-libs/gst/gconf/gconf.c:
27407         * sys/v4l/TODO:
27408         * testsuite/Makefile.am:
27409         * testsuite/embed/Makefile.am:
27410         * testsuite/embed/embed.c: (cb_expose), (main):
27411           Remove all references to xvideosink, fix examples (#140845).
27412         * gst/playback/gstplaybasebin.c: (group_destroy):
27413           Apparently, disposal does not unlink - so do explicitely.
27414         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27415           Add debug.
27416
27417 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27418
27419         * README: fix PKG_CONFIG_PATH instructions, what was there
27420         previously was breaking default search path, not nice. 
27421         Fixes #163358
27422
27423 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27424
27425         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27426         (gst_audioscale_chain):
27427           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27428           when resampling - how the ^@$^!@^! is this possible?!?
27429
27430 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27431
27432         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27433           Reset variables on READY.
27434         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27435         (gst_matroska_mux_loop):
27436           Require data before writing header.
27437
27438 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27439
27440         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27441
27442         * ext/mad/gstmad.c: (gst_mad_chain):
27443           Don't call mad_stream_sync() directly after recovering sync.
27444           Fixes #151661.
27445
27446 2005-01-09  Martin Eikermann  <meiker@upb.de>
27447
27448         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27449
27450         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27451         (snapshot_handler), (gst_snapshot_sinkconnect),
27452         (gst_snapshot_chain):
27453           Allocate resources when required, fix recursive signal emission
27454           and fix caps. Fixes #161667.
27455
27456 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27457
27458         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27459
27460         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27461         (gst_pngdec_chain):
27462           Handle only 8-bppc (bits-per-pixel-component) images, better
27463           error handling and correct strides. Fixes #163177.
27464         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27465         (gst_pngenc_chain):
27466           Better error handling. Fixes #163348.
27467
27468 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27469
27470         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27471         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27472         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27473         (dvdnavsrc_uri_handler_init):
27474           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27475         * gst/playback/gstplaybasebin.c: (gen_source_element):
27476           Add MMS to streaming URIs.
27477
27478 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27479
27480         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27481         * sys/xvimage/xvimagesink.c:
27482         (gst_xvimagesink_navigation_send_event):
27483           Check for pad availability before sending event.
27484
27485 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27486
27487         * gst-plugins.spec.in:
27488           Add subparse.
27489
27490 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27491
27492         * configure.ac:
27493           Since we use functions from CVS, up requirement.
27494
27495 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27496
27497         * gst/playback/Makefile.am:
27498         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27499         (group_destroy), (group_commit), (group_is_muted),
27500         (gen_preroll_element), (add_stream), (unknown_type),
27501         (probe_triggered), (preroll_unlinked), (mute_stream),
27502         (silence_stream), (new_decoded_pad), (setup_substreams),
27503         (setup_source), (get_active_source), (mute_group_type),
27504         (muted_group_change_state), (set_active_source),
27505         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27506         (play_base_eos), (gst_play_base_bin_change_state):
27507         * gst/playback/gstplaybasebin.h:
27508         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27509         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27510         (gst_stream_info_dispose), (stream_info_mute_pad),
27511         (stream_info_change_state), (gst_stream_info_set_mute):
27512         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27513         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27514         (gst_stream_selector_init), (gst_stream_selector_dispose),
27515         (gst_stream_selector_get_linked_pad),
27516         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27517         (gst_stream_selector_get_linked_pads),
27518         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27519         * gst/playback/gststreamselector.h:
27520           Adding stream selection support plus required properties for
27521           applications to use this. Fully fixes #100931.
27522
27523 2005-01-08  Benjamin Otte  <otte@gnome.org>
27524
27525         * gst/games/gstpuzzle.c: (nav_event_handler):
27526           - handle nav events differently: forward every event no matter if it
27527             was handled or not.
27528           - translate events
27529           You can now cheat by using navigationtest ! puzzle and moving the
27530           mouse close to the edge of a tile. ;)
27531
27532 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27533
27534         * configure.ac:
27535         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27536         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27537         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27538         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27539         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27540         (gst_ogm_parse_plugin_init):
27541         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27542         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27543         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27544         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27545         * ext/pango/gsttextoverlay.h:
27546         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27547         (gst_matroska_demux_handle_seek_event),
27548         (gst_matroska_demux_sync_streams),
27549         (gst_matroska_demux_parse_blockgroup),
27550         (gst_matroska_demux_subtitle_caps),
27551         (gst_matroska_demux_plugin_init):
27552         * gst/matroska/matroska-ids.h:
27553         * gst/playback/gstdecodebin.c: (close_pad_link):
27554         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27555         (gen_preroll_element), (remove_groups), (add_stream),
27556         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27557         (setup_source):
27558         * gst/playback/gstplaybasebin.h:
27559         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27560         * gst/subparse/Makefile.am:
27561         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27562         (gst_subparse_base_init), (gst_subparse_class_init),
27563         (gst_subparse_init), (gst_subparse_formats),
27564         (gst_subparse_eventmask), (gst_subparse_event),
27565         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27566         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27567         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27568         (parse_mpsub_deinit), (parse_mpsub_init),
27569         (gst_subparse_buffer_format_autodetect),
27570         (gst_subparse_format_autodetect), (gst_subparse_loop),
27571         (gst_subparse_change_state), (gst_subparse_type_find),
27572         (plugin_init):
27573         * gst/subparse/gstsubparse.h:
27574         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27575         (plugin_init):
27576           Add subtitle support, .sub parser (supports SRT and MPsub),
27577           OGM text support, Matroska UTF-8 text support, deadlock fixes
27578           all over the place, subtitle awareness in decodebin/playbin
27579           and some fixes to textoverlay to handle subtitles in a stream
27580           correctly. Fixes #100931.
27581
27582 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27583
27584         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27585           Check for pad availability before doing a query on it.
27586
27587 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27588
27589         * ext/dv/gstdvdec.c:
27590           really fix bpp24/32 dvdec caps (classic rgba indeed)
27591         * gst/asfdemux/gstasfdemux.c:
27592         (gst_asf_demux_process_ext_content_desc):
27593           don't send text tags if they are empty (bis repetita)
27594
27595 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27596
27597         * ext/dv/gstdvdec.c:
27598          remove unneeded comment from dvdec
27599           (related to DV 4CC codes in AVI files)
27600           moved them in gstreamer/docs/random/mimetypes
27601         * gst/asfdemux/gstasfdemux.c:
27602         (gst_asf_demux_process_ext_content_desc):
27603          don't send text tags if they are empty
27604          fix mem leak on error path
27605         * gst/ffmpegcolorspace/avcodec.h:
27606         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27607         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27608         (gst_ffmpegcsp_avpicture_fill):
27609         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27610         * gst/ffmpegcolorspace/imgconvert_template.h:
27611          adds BGR32 and BGRA32 to ffmpegcolorspace
27612           (still bad colors, fixing it on next commit)
27613           helps with dvdec outputing BGR32
27614
27615 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27616
27617         * ext/dv/gstdvdec.c:
27618          Fix audio caps i just broke (missing ',')
27619         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27620         (gst_matroska_mux_reset):
27621          Fix typo + add FIXME about old "x-gst-metadata" crap
27622
27623 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27624
27625         * ext/dv/demo-play.c: (main):
27626          xvideosink -> xvimagesink
27627         * ext/dv/gstdvdec.c:
27628          change rgb 32/32 caps to 24/32 (no alpha)
27629          change nb of channels to be a list (2 or 4, not 2)
27630          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27631         * gst/asfdemux/gstasfdemux.c:
27632         (gst_asf_demux_process_ext_content_desc):
27633          Add 'date/year' to extracted metadata list
27634
27635 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27636
27637         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27638           The return value of fixate_to does not imply that the requested
27639           value was set, so don't assume.
27640
27641 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27642
27643         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27644
27645         * ext/libpng/gstpngdec.c:
27646         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27647         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27648         * ext/libpng/gstpngenc.h:
27649           Alpha support (encoder; #163161), mime fixage.
27650
27651 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27652
27653         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27654
27655         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27656         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27657         (gst_faac_set_property), (gst_faac_get_property):
27658         * ext/faac/gstfaac.h:
27659           Allow for ADTS output (#153434).
27660
27661 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27662
27663         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27664           Fix against template (#150576).
27665
27666 2005-01-06  Benjamin Otte  <otte@gnome.org>
27667
27668         * gst/games/gstpuzzle.c: (draw_puzzle):
27669           don't draw a puzzle if either width or height of tiles would be 0.
27670
27671 2005-01-06  Benjamin Otte  <otte@gnome.org>
27672
27673         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27674         (gst_puzzle_class_init), (gst_puzzle_finalize):
27675           no memleaks, please
27676         (gst_puzzle_create), (gst_puzzle_init),
27677         (gst_puzzle_set_property), (gst_puzzle_setup):
27678           change initialization code around so we don't reshuffle on resize
27679         (draw_puzzle):
27680           fix another stupid typo
27681
27682 2005-01-06  Benjamin Otte  <otte@gnome.org>
27683
27684         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27685           fix stupid typo that borked copying on YUY2
27686
27687 2005-01-06  Benjamin Otte  <otte@gnome.org>
27688
27689         * gst/games/gstpuzzle.c: (draw_puzzle):
27690           fix edges when image sizes aren't multiples of tile sizes
27691
27692 2005-01-06  Benjamin Otte  <otte@gnome.org>
27693
27694         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27695           make RGB endianness work correctly
27696         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27697           refactor and fix race with initial shuffling
27698         (nav_event_handler):
27699           allow using the mouse to puzzle
27700         (draw_puzzle):
27701           insist on tiles having width and height as multiples of 4 to get
27702           clean YUV image handling
27703         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27704         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27705           s/DEBUG/LOG/ for common messages
27706         (gst_xvimagesink_navigation_send_event):
27707           fix mouse event translation to not include screen PAR
27708         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27709           fix mouse event translation to actually work
27710
27711 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27712
27713         * gst/asfdemux/gstasfdemux.c:
27714         (gst_asf_demux_process_ext_content_desc):
27715          Extract TrackNumber metadata + clean up code
27716         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27717          Hope this is the good fix (var used unitialised)
27718
27719 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27720
27721         * ext/faad/gstfaad.c: (gst_faad_chain):
27722           Only increment timestamp if it's valid. Fixes raw AAC streams.
27723
27724 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27725
27726         * configure.ac:
27727         * gst/games/Makefile.am:
27728         * gst/games/gstpuzzle.c:
27729           add a puzzle game with...
27730         * gst/games/gstvideoimage.c:
27731         * gst/games/gstvideoimage.h:
27732           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27733           from videotestsrc and made into something that would be a nice
27734           library for a lot of other plugins.
27735
27736 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27737
27738         * configure.ac:
27739          don't compile faad plugin if a RC of 2.0 is found
27740          Fixes #155346 (and FC1 buildbot)
27741         * gst/asfdemux/gstasfdemux.c:
27742         (gst_asf_demux_process_ext_content_desc):
27743          try to make Solaris compiler happier
27744
27745 2005-01-06  Paul Jack  <pjack@sfaf.org>
27746
27747         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27748
27749         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27750           Fix segfault (#161667).
27751
27752 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27753
27754         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27755           Fix framerate reporting.
27756
27757 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27758
27759         * gst-libs/gst/riff/riff-ids.h:
27760         * gst/wavenc/riff.h:
27761          Add AMR (VBR and CBR) ids to riff.h audio codec list
27762         * gst/asfdemux/gstasfdemux.c:
27763         (gst_asf_demux_process_ext_content_desc),
27764         (gst_asf_demux_process_object):
27765           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27766
27767 2005-01-05  Martin Eikermann  <meiker@upb.de>
27768
27769         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27770
27771         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27772         (gst_dvd_demux_handle_discont):
27773         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27774         (gst_mpeg_demux_handle_discont):
27775           Recreate pads on new-media (#160730).
27776         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27777           Send discont even if manager changes timestamps (#161929).
27778
27779 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27780
27781         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27782
27783         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27784           Fix invalid memory access (#159211).
27785
27786 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27787
27788         * examples/gstplay/player.c: (main):
27789           Don't iterate.
27790         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27791           Add visualizations.
27792         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27793         (gst_a52dec_handle_frame):
27794           Set duration.
27795         * ext/dvdnav/gst-dvd:
27796           Add audioconvert. Fixes #161325.
27797         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27798           Explicitely case to gint64. Possible valgrind error.
27799         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27800         (gst_play_tick_callback), (gst_play_change_state),
27801         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27802         (gst_play_set_location), (gst_play_get_location),
27803         (gst_play_seek_to_time), (gst_play_set_data_src),
27804         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27805         (gst_play_set_visualization), (gst_play_connect_visualization),
27806         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27807         (gst_play_new):
27808           Use playbin. Fixes #139749 and #147744.
27809         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27810           Add genre tag.
27811         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27812         (audioscale_get_type), (gst_audioscale_base_init),
27813         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27814         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27815         (gst_audioscale_link), (gst_audioscale_get_buffer),
27816         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27817         (gst_audioscale_init), (gst_audioscale_dispose),
27818         (gst_audioscale_chain), (gst_audioscale_set_property),
27819         (gst_audioscale_get_property), (plugin_init):
27820           Indent properly.
27821         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27822           Fix LPCM.
27823         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27824         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27825         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27826           Add more metadata (fixes #162656).
27827
27828 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27829
27830         * configure.ac:
27831           back to cvs
27832
27833 === release 0.8.7 ===
27834
27835 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27836
27837         * NEWS:
27838         * RELEASE:
27839         * configure.ac:
27840           releasing 0.8.7, "Hyperspace"
27841
27842 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27843
27844         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27845
27846         * gst/playback/gstplaybasebin.c:
27847          Fix for #162924 - free caps after use, not before
27848
27849 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27850
27851         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27852
27853         * gst/playback/gstplaybasebin.c:
27854         * gst/wavparse/gstwavparse.c:
27855           Fix for #154773 - fixes playback of small .wav files
27856
27857 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27858
27859         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27860
27861         * gst/audioscale/gstaudioscale.c:
27862           Fix for #162819 - make audioscale reusable
27863           Fixes playback of more than one file with playbin/totem
27864
27865 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27866
27867         * gst/ffmpegcolorspace/avcodec.h:
27868         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27869         * gst/ffmpegcolorspace/imgconvert.c:
27870           clean up the mess that made me cry and avoid needless duplication
27871
27872 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27873
27874         * gst/ffmpegcolorspace/imgconvert.c:
27875           give some indication of why we're segfaulting
27876
27877 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27878
27879         * configure.ac:
27880           Fix indentation, fix v4l2 plugin detection.
27881         * ext/Makefile.am:
27882           Fix libmms location (Maciej, use diff -u!).
27883         * ext/alsa/gstalsa.c: (gst_alsa_init):
27884           Initialize caps cache to NULL.
27885         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27886           Only change state on audiosink if it exists.
27887
27888 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27889
27890         * gst/matroska/matroska-demux.c:
27891         * gst/matroska/matroska-ids.h:
27892         * gst/matroska/matroska-demux.h:
27893         Fix Vorbis streams failing to decode in some files, where cluster_time
27894         isn't 0, because then it doesn't send codec_priv before actual data.
27895         Remove time-based test and replace it with marker set on beginning of
27896         new stream
27897
27898 2004-12-28  David Schleef  <ds@schleef.org>
27899
27900         Merge patch from Ronald fixing problems with streaming
27901         text.
27902         * ext/cairo/gstcairo.c: (plugin_init):
27903         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27904         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27905         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27906         (gst_textoverlay_font_init), (gst_textoverlay_init),
27907         (gst_textoverlay_set_property):
27908         * ext/cairo/gsttextoverlay.h:
27909
27910 2004-12-27  David Schleef  <ds@schleef.org>
27911
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): Improvements to actually
27917         render text as white on black outline on video, including
27918         font selection and horizontal/vertical alignment.  (Ronald's
27919         christmas present)
27920         * ext/cairo/gsttextoverlay.h:
27921
27922 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27923
27924         * ext/ogg/gstogg.c:
27925         * ext/ogg/gstogmparse.c:
27926           fix ogm[audio/video]parse plugin registration
27927           (riff won't load if bytestream is already loaded)
27928
27929 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27930
27931         * gst/audioconvert/gstchannelmix.c:
27932           fix for GLIB < 2.4
27933
27934 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27935
27936         * Makefile.am:
27937         * configure.ac:
27938           disable docs again until it actually passes make distcheck.
27939
27940 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27941
27942         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27943         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27944         (plugin_init):
27945           Add 3GP (variables name Q3GP because they can't start with a
27946           number). Add samr audio fourcc (used in .3gp files), decoder
27947           is work in progress. Also do a GST_WARNING instead of ERROR
27948           in case of unknown nodes, to decrease output.
27949
27950 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27951
27952         * Makefile.am:
27953           really fix dist
27954
27955 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27956
27957         * configure.ac:
27958         * ext/speex/gstspeexdec.h:
27959         * ext/speex/gstspeexenc.h:
27960           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27961           Fix detection code in configure.ac
27962
27963 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27964
27965         * gst/matroska/matroska-demux.c:
27966         (gst_matroska_demux_parse_blockgroup):
27967           Save position, so that queries give proper return values. Don't
27968           know how this could ever have worked before...
27969
27970 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27971
27972         * configure.ac:
27973           Put additional LAME check inside the conditional.  Fixes #152339
27974
27975 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27976
27977         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27978         (gst_avi_demux_stream_scan):
27979           Add some more debug. Fix logic error when setting movi offset
27980           while reading index.
27981
27982 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27983
27984         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27985         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27986         (gst_avi_demux_process_next_entry):
27987           Add some debugging. Better detection of broken indexes and the
27988           accompanying index recovery. No infinite loops on state changes
27989           when we're still in our loopfunction.
27990
27991 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27992
27993         * configure.ac:
27994           Fix up.
27995
27996 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27997
27998         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27999
28000         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
28001           Normalizing the value before setting
28002         (gst_sunaudiomixer_get_volume):
28003           Normalizing the value after getting. Fixes bug# 161980
28004
28005 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28006
28007         * Makefile.am: Make sure docs gets disted
28008         * docs/Makefile.am: Make sure all needed files get disted
28009         * gst-plugins.spec.in: latest updates
28010
28011 2004-12-22  Wim Taymans  <wim@fluendo.com>
28012
28013         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28014         Revert patch 1.38 as clock distribution over schedulers does
28015         not work correcly in the core yet.
28016
28017 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28018
28019         * sys/oss/README: remove this file, which predates my birth
28020           (and which content is by far outdated)
28021
28022 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
28023
28024         * Makefile.am:
28025         * configure.ac:
28026         * docs/Makefile.am:
28027         * docs/libs/Makefile.am:
28028         * docs/libs/gst-plugins-libs-docs.sgml:
28029         * docs/libs/gst-plugins-libs-sections.txt:
28030         * docs/libs/tmpl/gstgconf.sgml:
28031         * docs/upload.mak:
28032         * docs/version.entities.in:
28033           Added boilerplate gtk-doc files for plugin-libs documentation.
28034
28035 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28036
28037         * gst/auparse/gstauparse.c: fix int and float audio caps
28038
28039 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28040
28041         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28042         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28043           g_assert() can be a macro, don't use #ifdef inside it.
28044
28045 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
28046
28047         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28048
28049         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
28050         (gst_videorate_init), (gst_videorate_chain),
28051         (gst_videorate_change_state):
28052           Event handling (fixes #159986).
28053
28054 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28055
28056         * gst-libs/gst/riff/riff-media.c:
28057         (gst_riff_create_video_caps_with_data):
28058           Add BLZ0 (Blizzard's version of DivX) fourcc.
28059
28060 2004-12-18  David Schleef  <ds@schleef.org>
28061
28062         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
28063         portability fix.
28064
28065 2004-12-18  David Schleef  <ds@schleef.org>
28066
28067         * gst/tta/ttadec.h: Disable some header code that isn't used
28068         and clearly isn't portable.
28069
28070 2004-12-18  David Schleef  <ds@schleef.org>
28071
28072         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
28073         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28074         (avcodec_get_pix_fmt), (avpicture_layout),
28075         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28076         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28077         Fix code to not use GCC extensions (and c99 extensions that
28078         Forte does not like.)
28079
28080 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28081
28082         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28083
28084         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28085         (gst_deinterlace_chain):
28086           Rowstride fixes. Fixes #161039.
28087         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28088         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28089         (gst_video_crop_getcaps), (gst_video_crop_link),
28090         (gst_video_crop_i420), (gst_video_crop_chain),
28091         (gst_video_crop_change_state):
28092           Rework of negotiation. Actually works now. Fixes #158650.
28093
28094 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28095
28096         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28097           That was very stupid.
28098
28099 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28100
28101         * gst/matroska/matroska-demux.c:
28102         (gst_matroska_demux_parse_blockgroup):
28103           Fix possible crasher.
28104
28105 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28106
28107         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28108         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28109           Lace sizes can be zero.
28110
28111 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28112
28113         * ext/musepack/gstmusepackdec.cpp:
28114           Fetch error return values. Fixes #161624.
28115         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28116           Really EOS.
28117
28118 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28119
28120         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28121           Work for truncated (unfinished download etc.) files. Fixes #160514.
28122
28123 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28124
28125         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28126           Fix for integer overflow. Makes #156001 not crash. Probably masks
28127           the real bug.
28128
28129 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28130
28131         * gst/ac3parse/gstac3parse.c: (plugin_init):
28132           Parsers never have ranks. Fixes #159651.
28133
28134 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28135
28136         * gst/playback/gstdecodebin.c: (compare_ranks):
28137           make sure the facotries are ordered the same every time even if they
28138           have the same rank by using the name
28139         * gst/playback/gstdecodebin.c: (find_compatibles):
28140           make sure we don't add factories to the list twice
28141
28142 2004-12-16  David Schleef  <ds@schleef.org>
28143
28144         * configure.ac: look for musepack headers as musepack/*.h
28145         (fixes #159847)
28146         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28147         * ext/musepack/gstmusepackreader.h: same
28148
28149 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28150
28151         * gst-libs/gst/riff/riff-read.c:
28152         (gst_riff_read_strf_auds_with_data):
28153           Read extradata correctly (fixes #155879).
28154
28155 2004-12-16  David Schleef  <ds@schleef.org>
28156
28157         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28158         audio.  does _not_ attempt or allow conversion unless channels
28159         is 1 or 2.
28160
28161 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28162
28163         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28164
28165 2004-12-16  David Schleef  <ds@schleef.org>
28166
28167         * gst/audioscale/gstaudioscale.c: the resample library only
28168         handles 1 or 2 channels.  Change caps to compensate.
28169
28170 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28171
28172         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28173         (gst_matroska_demux_audio_caps):
28174           Some MPEG-AAC hacks, because else it doesn't work...
28175
28176 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28177
28178         * gst-libs/gst/riff/riff-media.c:
28179         (gst_riff_create_video_caps_with_data),
28180         (gst_riff_create_video_template_caps):
28181           Add h264.
28182
28183 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28184
28185         * gst-libs/gst/audio/Makefile.am:
28186           Try to fix buildbot.
28187
28188 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28189
28190         * gst/tcp/gstmultifdsink.c:
28191           Clean up and uniformize debugging.
28192
28193 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28194
28195         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28196
28197         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28198         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28199         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28200         (gst_mpeg_demux_change_state):
28201           Reset on ready. Fixes 160276.
28202
28203 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28204
28205         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28206
28207         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28208         (gst_ffmpegcsp_pad_link):
28209           Fix memleak (#154815).
28210
28211 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28212
28213         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28214
28215         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28216         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28217         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28218         * ext/musicbrainz/gsttrm.h:
28219           Add support for using a proxy server when getting a trm id from
28220           the MusicBrainz database (#149613).
28221
28222 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28223
28224         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28225
28226         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28227         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28228           Fix memleaks (#157233).
28229
28230 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28231
28232         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28233
28234         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28235         * gst-libs/gst/resample/resample.h:
28236         * gst/audioscale/gstaudioscale.c:
28237           Fix memleak (#159215).
28238
28239 2004-12-16  Toni Willberg  <toniw@iki.fi>
28240
28241         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28242
28243         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28244         * sys/oss/oss_probe.c: (main):
28245           Check for mono/stereo support (similar to samplerate probing),
28246           fixes #159433. Also add missing copyright header to oss_probe.c.
28247
28248 2004-12-15  David Schleef  <ds@schleef.org>
28249
28250         * configure.ac: add audioresample and cairo plugins.  Remove
28251         HAVE_MMX stuff, because it's not used.
28252         * ext/Makefile.am: same
28253         * ext/audioresample/Makefile.am: You are not ready for an
28254         audio resampling element based on audioresample.
28255         * ext/audioresample/gstaudioresample.c:
28256         * ext/audioresample/gstaudioresample.h:
28257         * ext/cairo/Makefile.am: You are not ready for overlay elements
28258         based on cairo.  Don't look too closely, these elements kinda
28259         suck right now.
28260         * ext/cairo/gstcairo.c: new
28261         * ext/cairo/gsttextoverlay.c: new
28262         * ext/cairo/gsttextoverlay.h: new
28263         * ext/cairo/gsttimeoverlay.c: new
28264         * ext/cairo/gsttimeoverlay.h: new
28265         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28266         problem with compilers that don't support variadic macros.
28267
28268 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28269
28270         Reviewed by:  David Schleef  <ds@schleef.org>
28271
28272         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28273         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28274         bit.  Also ran indent-gst.
28275         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28276         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28277         (gst_sunaudiosrc_setparams):
28278
28279 2004-12-14  David Schleef  <ds@schleef.org>
28280
28281         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28282         output rate to 16000.  Should fix #160235.
28283
28284 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28285
28286         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28287         Add typefinding for mpeg2 pes streams
28288
28289 2004-12-13  David Schleef  <ds@schleef.org>
28290
28291         * configure.ac:  Applied patch from bug #143659, making default
28292         sources and sinks OS-dependent (for Solaris), and added code
28293         for OS/X.
28294         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28295
28296 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28297
28298         * gst-libs/gst/riff/riff-media.c:
28299           forgot to add h2.64 to avidemux template caps
28300
28301 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28302
28303         * gst/wavenc/riff.h:
28304         * gst-libs/gst/riff/riff-media.c:
28305         * gst-libs/gst/riff/riff-ids.h:
28306         * gst/avi/gstavimux.c
28307         add 4CC code for VideoSoft h264 in AVI (VSSH)
28308           fixes bug #160655
28309         remove s323 from riff, it's quicktime specific :(
28310
28311 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28312
28313         * gst/asfdemux/README
28314         * gst/wavenc/riff.h
28315         * gst-libs/gst/riff/riff-ids.h
28316         * gst-libs/gst/riff/riff-media.c
28317         * gst/qtdemux/qtdemux.c:
28318           add new 4CC codes for h263 related codecs
28319           fixes partially bug #155163
28320
28321 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28322
28323         * configure.ac: Update polyaudio requirement to 0.7
28324         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28325
28326 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28327
28328         * gst/interleave/deinterleave.c:
28329         fix my name's spelling! :)
28330
28331 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28332
28333         * AUTHORS ChangeLog
28334         * gst/auparse/gstauparse.c
28335         * gst/interleave/deinterleave.c
28336         * gst/law/:
28337                 alaw-decode.c alaw-encode.c
28338                 mulaw-decode.c mulaw-encode.c
28339         * gst/oneton/gstoneton.c
28340         * sys/osxaudio/:
28341                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28342         * sys/osxvideo/:
28343                 cocoawindow.h cocoawindow.m
28344                 osxvideosink.h osxvideosink.m
28345
28346         put the same mail address for Zaheer Abbas Merali everywhere
28347
28348 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28349
28350         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28351           Align by packetsize, and assert that we a packet available before
28352           playing. The first makes webstreams work (they often include
28353           trailing padding data in a packet), the second allows pausing a
28354           ASF stream in totem without getting demux errors afterwards.
28355
28356 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28357
28358         * ext/ogg/gstoggdemux.c: (get_relative):
28359           Check for non-NULL before accessing member (end-of-chain).
28360
28361 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28362
28363         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28364         (cdparanoia_set_property), (cdparanoia_get_property):
28365         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28366         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28367         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28368         (dvdreadsrc_init), (dvdreadsrc_set_property),
28369         (dvdreadsrc_get_property):
28370         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28371         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28372           Synchronize property names where not yet the case. Devices are
28373           now device=X, other versions are deprecated (but still exist).
28374           Also use g_free() unconditionally.
28375         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28376         (setup_source), (gst_play_base_bin_get_property):
28377           Expose source.
28378
28379 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28380
28381         * configure.ac: move GCONF macro outside conditional for the am
28382           conditional. Fixes #160439
28383
28384 2004-12-08  David Schleef  <ds@schleef.org>
28385
28386         * tools/gst-visualise-m.m: Switch to elements that currently
28387         exist.
28388
28389 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28390
28391         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28392           We love wrong commas.
28393
28394 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28395
28396         * gst/matroska/matroska-demux.c:
28397         (gst_matroska_demux_handle_src_query):
28398           Don't set DEFAULT, unsupported - makes length display incorrectly
28399           in some cases.
28400
28401 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28402
28403         * gst/monoscope/README: remove blurb about files being GPL
28404         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28405         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28406           monoscope is now effectively LGPL licensed
28407
28408 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28409
28410         * gst/monoscope/README: Update information to be more correct
28411         * gst/monoscope/convolve.c: Relicense to LGPL
28412         * gst/monoscope/convolve.h: Relicense to LGPL
28413
28414 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28415
28416         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28417           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28418         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28419           set default_duration for mpeg1 audio
28420
28421 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28422
28423         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28424         * ext/alsa/gstalsa.h:
28425           refactor big chunks of the core caps negotiation code to make it
28426           a lot faster, because people claim it's really slow
28427           (actually, just cache the getcaps when the device is opened)
28428
28429 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28430
28431         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28432         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28433         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28434         (gst_a52dec_change_state), (plugin_init):
28435         * ext/a52dec/gsta52dec.h:
28436           Do something useful with timestamps. Make chain-based (since
28437           there's really no reason to be loopbased).
28438         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28439           Update current_byte/frame correctly.
28440
28441 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28442
28443         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28444         (gst_ape_demux_stream_init):
28445           Forward tags, too.
28446
28447 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28448
28449         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28450           Let's make sure we're done typefinding when detecting tags.
28451
28452 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28453
28454         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28455         (gst_ebml_read_init), (gst_ebml_read_use_event),
28456         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28457         (gst_ebml_read_seek), (gst_ebml_read_skip),
28458         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28459         (gst_ebml_read_master):
28460         * gst/matroska/ebml-read.h:
28461         * gst/matroska/matroska-demux.c:
28462         (gst_matroska_demux_parse_contents),
28463         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28464           Disgustingly evil hack for working around INTERRUPT events and
28465           their extremely annoying habit of being a pain in the ass. We
28466           simply peek a cluster before reading any of it.
28467
28468 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28469
28470         * ext/musepack/gstmusepackdec.cpp:
28471           There's also floating point libmusepacks.
28472
28473 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28474
28475         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28476         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28477           Set DURATION even if source buffer didn't. Also use increasing
28478           timestamps.
28479         * gst-libs/gst/riff/riff-media.c:
28480         (gst_riff_create_audio_caps_with_data):
28481           Block_align can have larger values than 8192.
28482
28483 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28484
28485         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28486         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28487         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28488         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28489           Fix caps.
28490
28491 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28492
28493         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28494           Fix logic bug.
28495
28496 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28497
28498         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28499           Yay, another one.
28500
28501 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28502
28503         * ext/esd/esdsink.c: (gst_esdsink_chain):
28504           Make error actually say something useful (fixes #156798).
28505         * gst-libs/gst/riff/riff-media.c:
28506         (gst_riff_create_video_caps_with_data),
28507         (gst_riff_create_video_template_caps):
28508           Add Intel Video 5.0 fourcc (IV50).
28509
28510 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28511
28512         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28513         detection on mono and stereo mp3 files.
28514
28515 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28516
28517         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28518           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28519           the contained stream).
28520
28521 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28522
28523         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28524           Oops, remove debug.
28525
28526 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28527
28528         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28529
28530         * gst/law/alaw-decode.c: (alawdec_getcaps):
28531         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28532           Prevent warnings when negotiating caps (fixes #159338).
28533
28534 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28535
28536         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28537         (gst_ffmpegcsp_chain):
28538           Remove old leftover that shouldn't be there...
28539
28540 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28541
28542         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28543
28544         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28545           Don't forward DISCONT events (fixes #159684).
28546
28547 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28548
28549         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28550           Unlink manually since sometimes bin disposal (and therefore
28551           pad unlinking) is delayed, which will cause a new media file
28552           to not be able to start playing instantly.
28553
28554 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28555
28556         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28557           On mute of an unlinked stream, check for pad availability so
28558           we don't crash on unlinked pad.
28559
28560 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28561
28562         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28563         (gst_avi_demux_massage_index):
28564           Fix quite humiliating bug in omitting 0-sized index chunks but
28565           forgetting to count them for timestamps.
28566
28567 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28568
28569         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28570           Actually leave the loop if we failed to sync. Don't crash.
28571
28572 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28573
28574         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28575         (gst_dvd_demux_process_private):
28576         * gst/mpegstream/gstdvddemux.h:
28577           Fix crash (#159759). Doesn't work, though. :-(.
28578
28579 2004-11-28  Benjamin Otte  <otte@gnome.org>
28580
28581         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28582           more overwriting protection due to modifying channels one by one
28583           instead of all at once
28584
28585 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28586
28587         * gst/audioconvert/gstchannelmix.c:
28588         (gst_audio_convert_fill_normalize):
28589           Normalize using absolute values.
28590
28591 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28592
28593         * configure.ac:
28594         * ext/Makefile.am:
28595         * ext/directfb/Makefile.am:
28596         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28597         (gst_directfbvideosink_get_pixel_format),
28598         (gst_directfbvideosink_get_format_from_fourcc),
28599         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28600         (gst_directfbvideosink_sink_link),
28601         (gst_directfbvideosink_change_state),
28602         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28603         (gst_directfbvideosink_buffer_alloc),
28604         (gst_directfbvideosink_interface_supported),
28605         (gst_directfbvideosink_interface_init),
28606         (gst_directfbvideosink_navigation_send_event),
28607         (gst_directfbvideosink_navigation_init),
28608         (gst_directfbvideosink_set_property),
28609         (gst_directfbvideosink_get_property),
28610         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28611         (gst_directfbvideosink_base_init),
28612         (gst_directfbvideosink_class_init),
28613         (gst_directfbvideosink_get_type), (plugin_init):
28614         * ext/directfb/directfbvideosink.h: Adding a first version of
28615         directfbvideosink.
28616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28617         more.
28618
28619 2004-11-28  Benjamin Otte  <otte@gnome.org>
28620
28621         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28622           walk the samples backwards if out_channels > in_channels so we don't
28623           overwrite data
28624
28625 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28626
28627         * gst/audioconvert/Makefile.am:
28628         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28629         (gst_audio_convert_link), (gst_audio_convert_change_state),
28630         (gst_audio_convert_channels):
28631         * gst/audioconvert/gstchannelmix.c:
28632         (gst_audio_convert_unset_matrix),
28633         (gst_audio_convert_fill_identical),
28634         (gst_audio_convert_fill_compatible),
28635         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28636         (gst_audio_convert_fill_others),
28637         (gst_audio_convert_fill_normalize),
28638         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28639         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28640         * gst/audioconvert/gstchannelmix.h:
28641           Implement a channel mixer.
28642
28643 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28644
28645         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28646         * ext/alsa/gstalsa.h:
28647         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28648         Make alsasink actually honor gst_element_set_clock and use that
28649         clock instead of its internal one.
28650
28651 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28652
28653         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28654         (gst_play_base_bin_change_state): nullify source and decoder when
28655         going from READY to NULL so that we don't try to do weird stuff with
28656         them when going from NULL to READY
28657         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28658         instead of g_object_unref
28659         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28660         it should be correct
28661         (gst_play_bin_change_state): don't call remove_sinks if we are
28662         currently disposing the object
28663
28664 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28665
28666         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28667           Don't forget bass if it's there. Else left channel is silent...
28668
28669 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28670
28671         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28672         (gst_a52dec_change_state):
28673           Don't do sample adjusting anymore, we use float audio now.
28674         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28675           Don't fixate to non-existing properties.
28676
28677 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28678
28679         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28680         (gst_a52dec_change_state):
28681           Advertise that we can do surround sound.
28682
28683 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28684
28685         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28686           Add buffer-frames=0.
28687         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28688         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28689         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28690         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28691         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28692         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28693         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28694         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28695         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28696         * ext/dvdread/dvdreadsrc.h:
28697           Add seeking, querying for bytes, sectors, title, angle and
28698           chapter. Handle multiple chapters. Relicense to LGPL because
28699           Billy agreed on that (thanks Billy!).
28700
28701 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28702
28703         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28704         call parent dispose method
28705
28706 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28707
28708         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28709         (gst_audio_clock_get_internal_time):
28710         Fix active <-> inactive transitions: ensure time value always
28711         grows and avoid abrupt value changes.
28712
28713 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28714
28715         * configure.ac:
28716         * gst/tta/Makefile.am:
28717         * gst/tta/crc32.h:
28718         * gst/tta/filters.h:
28719         * gst/tta/gsttta.c:
28720         * gst/tta/gstttadec.c:
28721         * gst/tta/gstttadec.h:
28722         * gst/tta/gstttaparse.c:
28723         * gst/tta/gstttaparse.h:
28724         * gst/tta/ttadec.h:
28725           added TTA parser and decoder
28726
28727 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28728
28729         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28730         (probe_triggered), (check_queue), (buffer_underrun),
28731         (buffer_running), (buffer_overrun), (gen_source_element),
28732         (setup_source):
28733         * gst/playback/gstplaybasebin.h:
28734           Implement buffering. Needs some more work.
28735
28736 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28737
28738         * ext/theora/theoradec.c: (theora_dec_chain):
28739           Fix ilog mask range overflow.
28740
28741 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28742
28743         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28744           Don't omit the last (which in case of dmix is the only :) )
28745           channel count. Don't set channels if <= 2.
28746
28747 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28748
28749         * gst/playback/gstplaybin.c: (gen_video_element),
28750         (gen_audio_element): Removed 2 obsolete comments
28751
28752 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28753
28754         * ext/vorbis/oggvorbisenc.c
28755         * ext/vorbis/vorbisenc.c :
28756           change description fields of those plugins to differentiate them
28757           (pitivi show Encoders by description, they had the same one)
28758
28759 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28760
28761         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28762
28763         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28764         (gst_play_bin_set_property), (gen_video_element),
28765         (gen_audio_element):
28766           Refcounting fixes for provided audio-/videosinks.
28767
28768 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28769
28770         * gst/playback/gstplaybin.c: (gen_video_element),
28771         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28772           Don't reference all sinks, but only the video- and audiosinks.
28773           The vis. element should be disposed when we're done with it.
28774           We don't have any reason to keep it around. This fixes warnings
28775           when reusing playbin for playing multiple audio files with
28776           vis. enabled. Also release audio device on pause - idea stolen
28777           from Rhythmbox.
28778
28779 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28780
28781         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28782         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28783         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28784         * ext/alsa/gstalsaplugin.c: (plugin_init):
28785         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28786         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28787         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28788         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28789         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28790         (gst_faad_change_state), (plugin_init):
28791         * ext/faad/gstfaad.h:
28792         * ext/vorbis/vorbis.c: (plugin_init):
28793         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28794         * gst-libs/gst/audio/Makefile.am:
28795         * gst-libs/gst/audio/audio.c: (plugin_init):
28796         * gst-libs/gst/audio/multichannel.c:
28797         (gst_audio_check_channel_positions),
28798         (gst_audio_get_channel_positions),
28799         (gst_audio_set_channel_positions),
28800         (gst_audio_set_structure_channel_positions_list),
28801         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28802         (gst_audio_fixate_channel_positions):
28803         * gst-libs/gst/audio/multichannel.h:
28804         * gst-libs/gst/audio/testchannels.c: (main):
28805         * gst/audioconvert/gstaudioconvert.c:
28806         (gst_audio_convert_class_init), (gst_audio_convert_init),
28807         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28808         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28809         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28810         * gst/audioconvert/plugin.c: (plugin_init):
28811           Surround sound support.
28812
28813 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28814
28815         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28816           Fix position for discont if we're close as well. Nitpicking, but
28817           saves a few milliseconds of extra waiting or skipping.
28818
28819 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28820
28821         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28822           We sometimes need parsers for playback, so add those too.
28823
28824 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28825
28826         * configure.ac:
28827         * gst/apetag/Makefile.am:
28828         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28829         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28830         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28831         (gst_ape_demux_get_src_query_types),
28832         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28833         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28834         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28835         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28836         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28837         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28838         (gst_ape_demux_change_state):
28839         * gst/apetag/apedemux.h:
28840         * gst/apetag/apetag.c: (plugin_init):
28841         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28842         (plugin_init):
28843           APE v1/2 tag reader plus typefind function.
28844
28845 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28846
28847         * configure.ac:
28848         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28849         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28850           Remove hacks for older core. Require newer core version
28851           accordingly.
28852
28853 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28854
28855         * gst/cdxaparse/Makefile.am:
28856         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28857         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28858         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28859         * gst/cdxaparse/gstcdxaparse.h:
28860         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28861         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28862         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28863         (gst_cdxastrip_get_src_query_types),
28864         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28865         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28866         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28867         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28868         * gst/cdxaparse/gstcdxastrip.h:
28869           SVCD/VCD header stripping separated from CDXA image parsing.
28870         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28871         (plugin_init):
28872           Add VCD/SVCD header typefinding for VCD/SVCD.
28873         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28874         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28875         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28876         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28877         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28878         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28879         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28880         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28881         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28882         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28883         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28884         * sys/vcd/vcdsrc.h:
28885           Fix up, add seeking, querying, URI interface. Works in totem now.
28886
28887 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28888
28889         * configure.ac:
28890           back to CVS
28891
28892 === release 0.8.6 ===
28893
28894 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28895
28896         * NEWS:
28897         * RELEASE:
28898         * configure.ac:
28899         * po/af.po:
28900         * po/az.po:
28901         * po/cs.po:
28902         * po/en_GB.po:
28903         * po/hu.po:
28904         * po/it.po:
28905         * po/nb.po:
28906         * po/nl.po:
28907         * po/or.po:
28908         * po/sq.po:
28909         * po/sr.po:
28910         * po/sv.po:
28911         * po/uk.po:
28912           releasing 0.8.6, "IOU Love"
28913
28914 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28915
28916         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28917
28918         * gst/playback/gstplaybasebin.c:
28919           Fix unplayable files error handling.  Fixes #158365
28920
28921 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28922
28923         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28924
28925         * gst/typefind/gsttypefindfunctions.c:
28926           Fix broken mp3 typefinding.  Fixes #158375
28927
28928 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28929
28930         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28931
28932         * ext/ogg/gstoggdemux.c:
28933           Fix sync on broken files.  Fixes #158976
28934
28935 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28936
28937         patch by: Edward Hervey <bilboed@bilboed.com>
28938
28939         * ext/libpng/gstpngenc.c:
28940           Copy over buffer properties.  Fixes #158832
28941
28942 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28943
28944         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28945
28946         * ext/dvdread/dvdreadsrc.c:
28947           Fixes invalid reads (#158462)
28948
28949 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28950
28951         * sys/v4l/gstv4lsrc.c:
28952         * sys/v4l/gstv4lsrc.h:
28953         * sys/v4l/v4lsrc_calls.c:
28954           Probe less and cache it.  Fixes #159187.
28955
28956 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28957
28958         * gst/videorate/gstvideorate.c:
28959           Handle all video formats. Fixes #159186.
28960
28961 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28962         * gst/synaesthesia/gstsynaesthesia.c:
28963         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28964         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28965         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28966         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28967         (gst_synaesthesia_change_state), (plugin_init):
28968         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28969         Force 320x200 output, as that's the only thing the underlying
28970         synaesthesia implementation supports. Still needs to be made
28971         re-entrant.
28972
28973 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28974
28975         * configure.ac:
28976           Fix mpeg2enc configure check (similar to mplex check below).
28977
28978 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28979
28980         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28981
28982         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28983           Fix for gcc-2.95 (fixes #158221).
28984
28985 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28986
28987         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28988           Re-add clock distribution hack (until new core is released).
28989           Fixes #158125.
28990
28991 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28992         * configure.ac:
28993           fix mplex configure check segfaulting on some systems (bug #140994)
28994
28995 2004-11-13  Benjamin Otte  <otte@gnome.org>
28996
28997         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28998           add debugging
28999         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29000           do a wait when we enter the loop func with no data available to
29001           write instead of getting into an 100% CPU loop by just returning and
29002           being called again by the scheduler
29003
29004 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
29005
29006         * configure.ac:
29007         * ext/libvisual/visual.c: (gst_visual_get_type),
29008         (libvisual_log_handler), (gst_visual_getcaps),
29009         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
29010         (plugin_init):
29011           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
29012         * ext/smoothwave/Makefile.am:
29013         * ext/smoothwave/demo-osssrc.c: (main):
29014         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
29015         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
29016         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
29017         (plugin_init):
29018         * ext/smoothwave/gstsmoothwave.h:
29019           Make gstsmoothwave a working element in the 20th century.
29020
29021         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
29022           Fix incorrect link function
29023
29024 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29025
29026         * gst/volume/gstvolume.c:
29027           Allow buffer-frames=0.
29028
29029 2004-11-12 Iain <iaingnome@gmail.com>
29030
29031         * configure.ac: Check for polypaudio
29032
29033         * ext/Makefile.am: Build the polyp dir
29034
29035         * ext/polyp: The polypsink sources.
29036
29037 2004-10-30 Iain <iaingnome@gmail.com>
29038
29039         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
29040         caps to reflect the new number of channels.
29041
29042 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29043
29044         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29045           Fix for negotiation order problem. This would show when the
29046           ALSA loopfuction was called before any other function. ALSA
29047           wouldn't do anything because we're not negotiated yet, leading
29048           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
29049
29050 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29051
29052         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29053
29054         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
29055           No warnings (#157986).
29056
29057 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29058
29059         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29060           Prefer apev1/2 and id3v1 (at end of file) over musepack.
29061
29062 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29063
29064         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
29065           Signal no-more-pads (so it works in playbin).
29066
29067 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29068
29069         * ext/musepack/gstmusepackreader.cpp:
29070           Workaround for older core.
29071
29072 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29073
29074         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29075           Actually test for odd width/height rather than testing whether
29076           a temporary variable that was 0 before we subtracted 1 is now
29077           not equal to zero (which it always is).
29078
29079 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29080
29081         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29082         Fix compilation if HAVE_XVIDEO is not defined
29083
29084 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29085
29086         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29087         Fix compilation if HAVE_XVIDEO is not defined
29088
29089 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
29090
29091         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29092         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29093         (gst_goom_change_state), (plugin_init):
29094         Use the bytestream adapter so goom doesn't depend on the input
29095         buffer size.
29096         Add a debug category
29097
29098 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29099
29100         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29101           Only set hardware parameters *after* negotiation. Before
29102           negotiation, it will set ANY and that seems to cause crashes
29103           (see e.g. #151288, #153227).
29104
29105 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29106
29107         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29108           This seems to be antique leftover. It needs to pass error
29109           checking.
29110         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29111         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29112         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29113         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29114           Fix GstXOverlay implementation (#151059).
29115
29116 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29117
29118         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29119           Don't assert (#157853).
29120
29121 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29122
29123         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29124           Fix bytes/samples confustion.
29125         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29126           Fix for underrun (#144389).
29127
29128 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29129
29130         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29131           Disable halfway-seek for pending release (since it needs a new
29132           core release).
29133
29134 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29135
29136         * sys/v4l/gstv4lsrc.c:
29137         * sys/v4l/gstv4lsrc.h:
29138         * sys/v4l/v4lsrc_calls.c:
29139           add autoprobe-fps property so we can separate autoprobing parts
29140
29141 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29142
29143         * sys/v4l/gstv4lsrc.c:
29144         * sys/v4l/v4lsrc_calls.c:
29145         initialise fourcc to catch unset fourcc's, and debug
29146
29147 2004-11-09  Wim Taymans  <wim@fluendo.com>
29148
29149         * gst/playback/README:
29150         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29151         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29152         (gst_play_bin_dispose), (gst_play_bin_set_property),
29153         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29154         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29155         (gst_play_bin_get_formats), (gst_play_bin_convert),
29156         (gst_play_bin_get_query_types), (gst_play_bin_query):
29157         Cleanups and some more documentation.
29158
29159 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29160
29161         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29162         (gst_cacasink_init), (gst_cacasink_chain):
29163         * ext/libcaca/gstcacasink.h:
29164         Cacasink inherits from VideoSink, so let that store the clock.
29165
29166 2004-11-09  Wim Taymans  <wim@fluendo.com>
29167
29168         * gst/playback/README:
29169         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29170         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29171         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29172         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29173         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29174         (setup_sinks):
29175         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29176         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29177         * gst/playback/gststreaminfo.h:
29178         Updated README.
29179         Only switch groups if all streams have muted (EOSed).
29180         Send Tags in sync with the stream playback instead of in
29181         the playback/preroll phase.
29182         Some cleanups, free the fakesrc elements.
29183
29184 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29185
29186         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29187           buffer-frames property was missing
29188         * ext/arts/gst_arts.c:
29189           rate missing from sinkcaps
29190         * ext/audiofile/gstafparse.c:
29191         * ext/audiofile/gstafsink.c:
29192         * ext/audiofile/gstafsrc.c:
29193         * ext/swfdec/gstswfdec.c:
29194           int audio doesn't know buffer-frames
29195         * ext/cdparanoia/gstcdparanoia.c:
29196           int audio doesn't know chunksize either
29197         * ext/nas/nassink.c:
29198           it's endianness, not endianess
29199         * gst-libs/gst/audio/audio.h:
29200           make float standard pad template caps really describe float
29201         * gst/law/mulaw.c: (linear_factory):
29202           signed only, please
29203         * gst/mpegstream/gstdvddemux.c:
29204           widths of 20 are not valid
29205
29206 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29207
29208         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29209
29210         * po/LINGUAS:
29211         * po/it.po:
29212           Add Italian
29213
29214 2004-11-08  Wim Taymans  <wim@fluendo.com>
29215
29216         * gst/playback/README:
29217         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29218         * gst/playback/gstplaybasebin.c: (probe_triggered),
29219         (gst_play_base_bin_change_state):
29220         Updated README, added more comments for fixmes etc..
29221
29222 2004-11-08  Wim Taymans  <wim@fluendo.com>
29223
29224         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29225         We can remove this hack now.
29226
29227 2004-11-08  Wim Taymans  <wim@fluendo.com>
29228
29229         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29230         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29231         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29232         Only mix AYUV for maximum quality.
29233
29234 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29235
29236         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29237         (gst_ogg_demux_push), (gst_ogg_pad_push):
29238           Let's act as if we're synchronized now! :).
29239         * ext/theora/theoradec.c: (theora_dec_chain):
29240           Add some debug.
29241
29242 2004-11-08  Wim Taymans  <wim@fluendo.com>
29243
29244         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29245         (gst_alpha_set_property), (gst_alpha_sink_link),
29246         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29247         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29248         (gst_alpha_init_params), (gst_alpha_chain):
29249         Implement alpha functions for AYUV too, this increases
29250         accuracy quite a bit.
29251
29252 2004-11-08  Wim Taymans  <wim@fluendo.com>
29253
29254         * gst/ffmpegcolorspace/avcodec.h:
29255         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29256         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29257         (gst_ffmpegcsp_avpicture_fill):
29258         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29259         (gst_ffmpegcsp_caps_remove_format_info):
29260         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29261         (shrink12), (img_get_alpha_info), (deinterlace_line),
29262         (deinterlace_line_inplace):
29263         * gst/ffmpegcolorspace/imgconvert_template.h:
29264         Added AYUV colorspace and handle RGBA a bit more respectful.
29265
29266 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29267
29268         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29269           Actually always send a discont (cornercase when resending the
29270           same serial-tagged chain twice).
29271
29272 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29273
29274         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29275         (gst_ximagesink_finalize):
29276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29277         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29278
29279 2004-11-08  Wim Taymans  <wim@fluendo.com>
29280
29281         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29282         Don't segfault on NULL data.
29283
29284 2004-11-08  Wim Taymans  <wim@fluendo.com>
29285
29286         * gst/playback/gstdecodebin.c: (unlinked):
29287         * gst/playback/gstplay-marshal.list:
29288         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29289         (gst_play_base_bin_init), (group_create), (get_active_group),
29290         (get_building_group), (group_destroy), (group_commit),
29291         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29292         (add_element_stream), (no_more_pads), (probe_triggered),
29293         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29294         (state_change), (setup_source), (gst_play_base_bin_get_property),
29295         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29296         (gst_play_base_bin_link_stream),
29297         (gst_play_base_bin_get_streaminfo):
29298         * gst/playback/gstplaybasebin.h:
29299         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29300         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29301         Add support for chained ogg files. Prepare for playlist
29302         support. This patch introduces the concept of pad groups, which
29303         together compose one playable media file.
29304
29305 2004-11-07  David Schleef  <ds@schleef.org>
29306
29307         * testsuite/gst-lint: Check for pad templates that aren't statically
29308         scoped.
29309
29310 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29311
29312         * configure.ac:
29313         * ext/Makefile.am:
29314         * ext/musepack/Makefile.am:
29315         * ext/musepack/gstmusepackdec.cpp:
29316         * ext/musepack/gstmusepackdec.h:
29317         * ext/musepack/gstmusepackreader.cpp:
29318         * ext/musepack/gstmusepackreader.h:
29319           Add musepack decoder.
29320         * ext/faad/gstfaad.c: (gst_faad_base_init):
29321           Make pad templates static.
29322         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29323         (plugin_init):
29324           Add musepack typefinder, make mp3 typefinding work halfway stream,
29325           which doesn't actually work yet because id3demux doesn't implement
29326           _get_length().
29327
29328 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29329
29330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29331         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29332           Fix interrupt event handling (#144436).
29333
29334 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29335
29336         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29337           Hide unused glory.
29338
29339 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29340
29341         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29342
29343         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29344           Fix weird caps (#157548).
29345
29346 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29347
29348         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29349
29350         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29351           Add missing NULL terminator (#157543).
29352
29353 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29354
29355         * gst/tcp/gsttcp.h:
29356         * gst/tcp/gsttcpclientsink.c:
29357         * gst/tcp/gsttcpclientsrc.c:
29358         * gst/tcp/gsttcpserversink.c:
29359         * gst/tcp/gsttcpserversrc.c:
29360           ports can go up to 65535.  Move common defines to gsttcp.h
29361
29362 2004-11-05  Wim Taymans  <wim@fluendo.com>
29363
29364         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29365         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29366         Added two more colorspaces.
29367
29368 2004-11-05  Wim Taymans  <wim@fluendo.com>
29369
29370         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29371         (gst_ffmpegcsp_avpicture_fill):
29372         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29373         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29374         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29375         More stride fixes.
29376
29377 2004-11-05  Wim Taymans  <wim@fluendo.com>
29378
29379         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29380         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29381         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29382         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29383         (gst_videomixer_loop):
29384         More stride fixes.
29385
29386 2004-11-05  Benjamin Otte  <otte@gnome.org>
29387
29388         * ext/mad/gstmad.c: (gst_mad_chain):
29389           don't overflow data buffer. Flush not needed sync data when syncing
29390           failed.
29391
29392 2004-11-04  Wim Taymans  <wim@fluendo.com>
29393
29394         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29395         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29396         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29397         (gst_alpha_init_params), (gst_alpha_chain),
29398         (gst_alpha_change_state):
29399         Updated the chroma keying algorithm with something more
29400         sophisticated.
29401
29402 2004-11-03  Wim Taymans  <wim@fluendo.com>
29403
29404         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29405         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29406         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29407         Fix stride issues. Does not completely work for odd
29408         heights.
29409
29410 2004-11-03  Wim Taymans  <wim@fluendo.com>
29411
29412         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29413         (gst_alpha_chroma_key), (gst_alpha_chain):
29414         Fix stride issues. Does not completely work for odd
29415         heights.
29416
29417 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29418
29419         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29420         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29421         leak fixes
29422
29423 2004-11-03  Wim Taymans  <wim@fluendo.com>
29424
29425         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29426         (gst_ffmpegcsp_avpicture_fill):
29427         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29428         (avpicture_alloc):
29429         * gst/ffmpegcolorspace/imgconvert_template.h:
29430         Use correct _fill function to get correct strides.
29431
29432 2004-11-02  David Schleef  <ds@schleef.org>
29433
29434         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29435         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29436         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29437         Change all g_print()s to debugging.  Add a bunch of consistency
29438         checks.
29439
29440 2004-11-02  Wim Taymans  <wim@fluendo.com>
29441
29442         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29443         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29444         (unlinked), (no_more_pads), (close_link):
29445         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29446         (unknown_type), (add_element_stream), (new_decoded_pad),
29447         (removed_decoded_pad), (setup_source):
29448         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29449         (gst_stream_info_class_init), (gst_stream_info_init),
29450         (gst_stream_info_new), (gst_stream_info_dispose),
29451         (stream_info_mute_pad), (gst_stream_info_set_property),
29452         (gst_stream_info_get_property):
29453         * gst/playback/gststreaminfo.h:
29454         Fix playback of multiple files.
29455         a slightly different approach to handling dynamic pad removals.
29456         This one only looks at pads that we have linked.
29457
29458 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29459
29460         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29461         free" warning from libc.
29462
29463 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29464
29465         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29466         (get_unconnected_element), (remove_starting_from), (pad_removed),
29467         (close_link):
29468           Implement support for dynamic pad changing. We listen to "live"
29469           pad removals (i.e. while playing) and re-setup autoplugging
29470           after that. Playbasebin/playbin need some more work for this
29471           to finally work, but decodebin supports (and replugs) chained
29472           ogg now.
29473
29474 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29475
29476         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29477         (gst_alsa_finalize):
29478         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29479         (gst_cdaudio_finalize):
29480         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29481         (cdparanoia_finalize):
29482         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29483         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29484         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29485         (dvdreadsrc_finalize):
29486         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29487         (gst_flacdec_finalize):
29488         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29489         (gst_flacenc_finalize):
29490         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29491         (gst_gnomevfssink_finalize):
29492         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29493         (gst_gnomevfssrc_finalize):
29494         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29495         (gst_fameenc_finalize):
29496         * ext/nas/nassink.c: (gst_nassink_class_init),
29497         (gst_nassink_finalize):
29498         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29499         (gst_sdlvideosink_class_init):
29500         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29501         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29502         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29503         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29504         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29505         (gst_x_window_listener_dispose):
29506         * gst/audioscale/gstaudioscale.c:
29507         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29508         (play_on_demand_finalize):
29509         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29510         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29511         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29512         (cdplayer_finalize):
29513         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29514         (gst_glimagesink_class_init):
29515         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29516         (gst_osselement_finalize):
29517         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29518         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29519         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29520           Fixes a bunch of problems with finalize and dispose functions,
29521           either assumptions that dispose is only called once, or not calling
29522           the parent class dispose/finalize function
29523
29524 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29525
29526         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29527           added two api precondition guards
29528           use g_strdup with getenv to fix crash when using ENVVAR
29529
29530 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29531         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29532         (gst_esdsink_finalize):
29533         Use a finalize function, not dispose, and more importantly,
29534         call the parent class finalize function too
29535
29536 2004-11-01  Johan Dahlin  <johan@gnome.org>
29537
29538         * ext/ogg/gstoggdemux.c:
29539         * gst/tags/gstvorbistag.c:
29540         Plug leaks.
29541
29542 2004-10-31  Benjamin Otte  <otte@gnome.org>
29543
29544         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29545           lotsa memleaks today. But they're all small...
29546
29547 2004-10-31  Benjamin Otte  <otte@gnome.org>
29548
29549         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29550           another memleak crushed
29551
29552 2004-10-31  Benjamin Otte  <otte@gnome.org>
29553
29554         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29555           fix memleak
29556
29557 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29558
29559         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29560           Hack to prevent crash when going to READY inside signal handler
29561           while this function is active.
29562
29563 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29564
29565         * gst/ffmpegcolorspace/Makefile.am:
29566         * gst/ffmpegcolorspace/avcodec.h:
29567         * gst/ffmpegcolorspace/common.h:
29568         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29569         * gst/ffmpegcolorspace/dsputil.h:
29570         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29571         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29572         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29573         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29574         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29575         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29576         (gst_ffmpegcsp_avpicture_fill):
29577         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29578         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29579         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29580         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29581         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29582         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29583         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29584         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29585         * gst/ffmpegcolorspace/imgconvert.c:
29586         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29587         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29588         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29589         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29590         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29591         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29592         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29593         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29594         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29595         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29596         (grow21), (grow22), (grow41), (grow44), (conv411),
29597         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29598         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29599         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29600         (avpicture_free), (is_yuv_planar), (img_convert),
29601         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29602         (deinterlace_line_inplace), (deinterlace_bottom_field),
29603         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29604         * gst/ffmpegcolorspace/imgconvert_template.h:
29605         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29606         * gst/ffmpegcolorspace/mmx.h:
29607         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29608         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29609         (av_freep), (avcodec_get_context_defaults),
29610         (avcodec_alloc_context), (avcodec_init):
29611           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29612           handling plus update from ffmpeg CVS. Large clean-up.
29613
29614 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29615
29616         * gst/playback/Makefile.am:
29617           We need the marshallers for decodebin, too.
29618
29619 2004-10-30  David Schleef  <ds@schleef.org>
29620
29621         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29622           quicktime typefinding work with 64-bit offsets.
29623
29624 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29625
29626         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29627           Set EOS on the element when processing an EOS event.
29628         * ext/speex/gstspeexdec.h:
29629         * ext/speex/gstspeexenc.h:
29630           Only keep a const ptr to the mode
29631         * gst-libs/gst/riff/riff-media.c:
29632         (gst_riff_create_audio_caps_with_data),
29633         (gst_riff_create_audio_template_caps):
29634           Allow WMAV3, with up to 6 channels.
29635         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29636           Don't call gst_pad_set_event_function on a sink pad.
29637         * gst/mpegstream/gstdvddemux.c:
29638         (gst_dvd_demux_get_subpicture_stream),
29639         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29640           Copy the explicit caps that were set across to the cur_* pads,
29641           instead of trying to use a possibly non-existent negotiated caps.
29642           Reset the type of subpicture pads to UNKNOWN after calling
29643           init_stream, so that the caps get set.
29644
29645 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29646
29647         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29648
29649         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29650           Don't touch buffer if it is of size 0 (fixes #151064).
29651
29652 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29653
29654         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29655           Synchronized discont handling.
29656
29657 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29658
29659         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29660         (gst_ogg_demux_push):
29661           Make seeking sort-of exact again (fixes #156387).
29662
29663 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29664
29665         * gst/playback/gstplaybasebin.c: (unknown_type),
29666         (add_element_stream), (new_decoded_pad),
29667         (gst_play_base_bin_change_state):
29668         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29669         (gst_stream_info_init), (gst_stream_info_new),
29670         (gst_stream_info_dispose), (gst_stream_info_get_property):
29671         * gst/playback/gststreaminfo.h:
29672           Make caps explicitely available. Makes testing for unsupported
29673           types possible. Improves error reporting.
29674
29675 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29676
29677         * gst/audioconvert/gstaudioconvert.c:
29678         (gst_audio_convert_buffer_to_default_format):
29679           Really don't touch read-only buffers (#156563).
29680
29681 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29682
29683         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29684
29685         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29686           Fix memleak (#155223).
29687
29688 2004-10-29  Wim Taymans  <wim@fluendo.com>
29689
29690         * gst/tcp/.cvsignore:
29691         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29692         (gst_multifdsink_class_init), (gst_multifdsink_init),
29693         (gst_multifdsink_add), (gst_multifdsink_remove),
29694         (gst_multifdsink_remove_client_link), (is_sync_frame),
29695         (gst_multifdsink_new_client),
29696         (gst_multifdsink_handle_client_write),
29697         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29698         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29699         (gst_multifdsink_get_property):
29700         * gst/tcp/gstmultifdsink.h:
29701         Added burst on connect sync_method, deprecated sync_clients,
29702         streamlined the sync code some more.
29703
29704 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29705
29706         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29707         (gst_play_base_bin_change_state):
29708           Improve error reporting.
29709
29710 2004-10-28  Wim Taymans  <wim@fluendo.com>
29711
29712         * gst/tcp/Makefile.am:
29713         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29714         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29715         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29716         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29717         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29718         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29719         (gst_fdset_wait):
29720         Added more locks around fdset structures. Fixed/reworked
29721         the poll array resizing code.
29722         Added stress test for fdset.
29723
29724 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29725
29726         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29727         fix build
29728
29729 2004-10-28  Benjamin Otte  <otte@gnome.org>
29730
29731         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29732           fix link function to always query channels and query width for
29733           floats
29734         * configure.ac:
29735           add equalizer dir
29736         * gst/equalizer/Makefile.am:
29737         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29738         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29739         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29740         (arg_to_scale), (setup_filter),
29741         (gst_iir_equalizer_compute_frequencies),
29742         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29743         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29744         (plugin_init):
29745           add an equalizer
29746
29747 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29748
29749         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29750
29751         * po/LINGUAS:
29752         * po/nb.po:
29753           Added Norwegian Bokmaal translation
29754
29755 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29756
29757         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29758           Don't break on options (fixes #156488).
29759
29760 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29761
29762         * configure.ac:
29763         * ext/cdaudio/Makefile.am:
29764         * sys/Makefile.am:
29765           fix build on older automake
29766
29767 2004-10-26  Wim Taymans  <wim@fluendo.com>
29768
29769         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29770         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29771         Allow a little margin when negotiating the framerate.
29772
29773 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29774
29775         * gst/level/gstlevel.c:
29776           synchonised naming of pads and pad-templates
29777
29778 2004-10-26  Wim Taymans  <wim@fluendo.com>
29779
29780         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29781         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29782         (_find_streams_check), (gst_ogg_demux_push):
29783         Fix EOS again. Needs to be done in a better way. We should not
29784         remove the pad if there is no new chained stream.
29785
29786 2004-10-26 Iain <iaingnome@gmail.com>
29787
29788         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29789         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29790         of the caps.
29791         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29792         pad.
29793         (interleave_release_pad): Remove the pad.
29794         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29795         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29796         the set device.
29797         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29798         attrs
29799         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29800         (gst_xvimagesink_finalize): Free the par.
29801
29802 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29803
29804         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29805         (gst_avimux_stop_file):
29806           First calculate the rate, and only then use it. Hdr.rate is a
29807           multiple and not a derivative of hdr.scale. Scale is not the
29808           same as blockalign but is solely related to rate.
29809
29810 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29811
29812         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29813         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29814           Implement seeking.
29815
29816 2004-10-25  James Henstridge  <james@jamesh.id.au>
29817
29818         Reviewed by:  David Schleef  <ds@schleef.org>
29819
29820         * examples/gstplay/player.c: (got_stream_length), (main):
29821         * examples/seeking/cdplayer.c: (update_scale):
29822         * examples/seeking/seek.c: (format_value), (update_scale):
29823         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29824         (stop_seek):
29825         Build fixes on AMD64.
29826
29827 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29828
29829         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29830
29831         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29832         Fix for some v4l cards which hang in v4lsrc
29833
29834 2004-10-25  Wim Taymans  <wim@fluendo.com>
29835
29836         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29837         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29838         Make sure to remove the pad when a new chain is
29839         encountered. Set some vars to NULL so we don't try
29840         to reference freed memory.
29841
29842 2004-10-25  Wim Taymans  <wim@fluendo.com>
29843
29844         * examples/seeking/Makefile.am:
29845         * examples/seeking/cdplayer.c: (update_scale):
29846         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29847         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29848         (format_value), (update_scale), (iterate), (start_seek),
29849         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29850         (print_usage), (main):
29851         Added some more examples, update others.
29852
29853 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29854
29855         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29856         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29857         * ext/theora/theoradec.c: (theora_dec_chain):
29858         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29859           Add codec-name metadata.
29860
29861 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29862
29863         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29864
29865         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29866         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29867         * ext/alsa/gstalsamixertrack.h:
29868         * po/POTFILES.in:
29869           ALSA mixer track label internationalization (#154054).
29870
29871 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29872
29873         * ext/theora/theoradec.c: (theora_dec_chain):
29874           Export bitrate as metadata.
29875
29876 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29877
29878         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29879         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29880         * ext/alsa/gstalsamixertrack.h:
29881           Fix names, fix loop.
29882
29883 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29884
29885         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29886         (speex_dec_convert):
29887           sinkconvert function so oggdemux can get the file length (totem).
29888
29889 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29890
29891         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29892
29893         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29894           Don't push incomplete packets.
29895         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29896           Fix MPEG-4 audio typefinding.
29897
29898 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29899
29900         * sys/v4l/Makefile.am:
29901         * sys/v4l/gstv4l.c: (plugin_init):
29902         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29903         (gst_v4lelement_init), (gst_v4lelement_dispose),
29904         (gst_v4lelement_change_state):
29905         * sys/v4l/gstv4lelement.h:
29906         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29907         (gst_v4l_xoverlay_close), (idle_refresh),
29908         (gst_v4l_xoverlay_set_xwindow_id):
29909         * sys/v4l/gstv4lxoverlay.h:
29910         * sys/v4l/v4l-overlay_calls.c:
29911         * sys/v4l/v4l_calls.h:
29912         * sys/v4l2/Makefile.am:
29913         * sys/v4l2/gstv4l2.c: (plugin_init):
29914         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29915         (gst_v4l2element_init), (gst_v4l2element_dispose),
29916         (gst_v4l2element_change_state):
29917         * sys/v4l2/gstv4l2element.h:
29918         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29919         (gst_v4l2_xoverlay_close), (idle_refresh),
29920         (gst_v4l2_xoverlay_set_xwindow_id):
29921         * sys/v4l2/gstv4l2xoverlay.h:
29922         * sys/v4l2/v4l2-overlay_calls.c:
29923         * sys/v4l2/v4l2_calls.h:
29924           Remove client-side overlay handling, use the X-server v4l plugin
29925           for that. Nicer overlay, less code. Also make the plugin
29926           compileable without X (but then without overlay, obviously).
29927           Makes xwindowlistener obsolete, should we remove that?
29928
29929 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29930
29931         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29932         (gst_osssrc_src_query):
29933         * sys/oss/gstosssrc.h:
29934           OK, so people want offset in DEFAULT. This time, actually fix all
29935           cases.
29936         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29937           Add FPS properly.
29938
29939 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29940
29941         * gst/asfdemux/gstasfmux.c:
29942         * gst/avi/gstavimux.c:
29943           Framerate.
29944
29945 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29946
29947         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29948           Fix properties (channel, norm, frequency).
29949
29950 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29951
29952         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29953           Flag typo.
29954         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29955           No warnings.
29956
29957 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29958
29959         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29960           Fix hang.
29961
29962 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29963
29964         * sys/v4l2/gstv4l2element.h:
29965           Yet Another Hack (tm) for kernel header borkedness.
29966         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29967         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29968         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29969         (gst_v4l2src_change_state):
29970         * sys/v4l2/gstv4l2src.h:
29971         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29972         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29973           Fix caps, keep track of state, work.
29974
29975 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29976
29977         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29978           Quiet.
29979
29980 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29981
29982         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29983           Don't mix bytes and samples.
29984
29985 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29986
29987         * ext/ogg/gstoggmux.c:
29988           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29989           and theora. Any is incorrect.
29990         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29991           Fix caps.
29992         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29993         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29994         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29995         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29996         * sys/v4l/gstv4lmjpegsrc.h:
29997         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29998         (gst_v4lsrc_change_state):
29999         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
30000         (gst_v4lmjpegsrc_capture_stop):
30001           Fix caps. Keep track of internal state. Work.
30002
30003 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30004
30005         * ext/Makefile.am:
30006           Fix the build fixes.
30007
30008 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30009
30010         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30011         (gst_ogg_demux_src_event), (_find_chain_seek),
30012         (gst_ogg_pad_push):
30013           Check for pad availability before using it.
30014         * ext/ogg/gstoggdemux.c: (_find_chain_process):
30015           Fix parsing of chained ogg. Needs more work on the decoder side.
30016
30017 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30018
30019         * gst/spectrum/Makefile.am:
30020         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
30021         (idle_func):
30022           Fix demo and reenable it. Yes, I'm currently playing with audio
30023           analysis tools
30024
30025 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30026
30027         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30028           We love it if files that start at zero work too...
30029
30030 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30031
30032         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30033           Handle files with missing EOS headers.
30034
30035 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30036
30037         * gst/tcp/gsttcpserversink.c:
30038         (gst_tcpserversink_handle_server_read),
30039         (gst_tcpserversink_init_send):
30040         Zero some variables first (need for accept not to return EINVAL)
30041
30042 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30043
30044         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30045         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30046         * ext/theora/theoradec.c: (theora_dec_sink_convert),
30047         (theora_dec_chain):
30048         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30049         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
30050           Seeking and querying finetune.
30051
30052 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30053
30054         * configure.ac:
30055         * ext/Makefile.am:
30056         * ext/raw1394/Makefile.am:
30057           fix the build
30058
30059 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30060
30061         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30062           Wrong return.
30063         * gst/playback/Makefile.am:
30064         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
30065         * gst/playback/gstplay-marshal.list:
30066         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
30067           Fix marshallers.
30068
30069 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30070
30071         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
30072           Silence.
30073
30074 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30075
30076         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30077         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30078         (gst_ogg_pad_push):
30079           Yay for non-lineair granulepos in theora.
30080
30081 2004-10-18  Wim Taymans  <wim@fluendo.com>
30082
30083         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30084         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30085         * ext/dv/gstdvdec.h:
30086         Make sure we renegotiate aspect ratio when the camera switches.
30087
30088 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30089
30090         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30091         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30092           Start at zero.
30093         * ext/theora/theoradec.c: (theora_dec_chain):
30094           Skip headers. Bad idea for chained ogg, but fixes seeking.
30095
30096 2004-10-18  Wim Taymans  <wim@fluendo.com>
30097
30098         * configure.ac:
30099         I swear, this is the last time I touch this.
30100
30101 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30102
30103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30104         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30105         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30106           Faster seeking.
30107         * ext/theora/theoradec.c: (theora_dec_sink_convert):
30108           Time-to-default conversion.
30109         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30110           Don't error on unknown packets, just skip. We should probably
30111           read them if we want to support chained ogg.
30112
30113 2004-10-18  Wim Taymans  <wim@fluendo.com>
30114
30115         * configure.ac:
30116         Added cdaudio to wrong list.
30117
30118 2004-10-18  Wim Taymans  <wim@fluendo.com>
30119
30120         * configure.ac:
30121         Revive cdaudio.
30122
30123 2004-10-18  Wim Taymans  <wim@fluendo.com>
30124
30125         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30126         (gst_dvdec_video_link), (gst_dvdec_push):
30127         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30128         (gst_smokeenc_resync), (gst_smokeenc_chain):
30129         Fix mimetype on smoke encoder.
30130         Add aspect ratio to dvdec. Not sure if these
30131         values are correct though....
30132
30133 2004-10-18  Wim Taymans  <wim@fluendo.com>
30134
30135         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30136         Fix vorbis property descriptions and ranges.
30137
30138 2004-10-18  Wim Taymans  <wim@fluendo.com>
30139
30140         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30141         Really do nothing when no data is available.
30142         Go to the playing state when the stream is not seekable
30143         instead of failing.
30144
30145 2004-10-18  Wim Taymans  <wim@fluendo.com>
30146
30147         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30148         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30149         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30150         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30151         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30152         Added uri handler for cd://
30153         Port to new API.
30154
30155 2004-10-18  Wim Taymans  <wim@fluendo.com>
30156
30157         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30158         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30159         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30160         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30161         (remove_prerolls), (unknown_type), (add_element_stream),
30162         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30163         (gst_play_base_bin_remove_element),
30164         (gst_play_base_bin_link_stream):
30165         * gst/playback/gstplaybin.c: (gen_video_element),
30166         (gen_vis_element), (remove_sinks), (setup_sinks):
30167         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30168         (gst_stream_info_get_type), (gst_stream_info_class_init),
30169         (gst_stream_info_init), (gst_stream_info_new),
30170         (gst_stream_info_dispose), (stream_info_mute_pad),
30171         (gst_stream_info_set_property), (gst_stream_info_get_property):
30172         * gst/playback/gststreaminfo.h:
30173         Add sink padtemplate to decodebin.
30174         Added some more comments.
30175         Make queue size configurable in playbasebin.
30176         Added possibility to use elements as sinks (ex cdaudio).
30177
30178 2004-10-15  Wim Taymans  <wim@fluendo.com>
30179
30180         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30181         (gst_speexenc_chain):
30182         Fix speex timestamps so that it gets muxed properly.
30183
30184 2004-10-15  Wim Taymans  <wim@fluendo.com>
30185
30186         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30187         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30188         (gst_dv1394src_init), (gst_dv1394src_dispose),
30189         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30190         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30191         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30192         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30193         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30194         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30195         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30196         * ext/raw1394/gstdv1394src.h:
30197         Added conversion/query functions.
30198         Update buffer timestamps,
30199         Added signals.
30200         Added uri dv:// so it might play from the firewire in playbin.
30201         Fix a possible leak.
30202         Added debugging.
30203
30204 2004-10-15  Wim Taymans  <wim@fluendo.com>
30205
30206         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30207         (gst_dv1394src_init), (gst_dv1394src_set_property),
30208         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30209         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30210         * ext/raw1394/gstdv1394src.h:
30211         Added AV/C VTR control support needed for some cameras.
30212         Added automatic port detection.
30213         Added properties for selecting the channel.
30214         The configure.ac script is not yet updated to reflect the
30215         new libavc1394 and librom1394 dependencies.
30216
30217 2004-10-15  Wim Taymans  <wim@fluendo.com>
30218
30219         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30220         (qtdemux_parse), (gst_qtdemux_handle_esds):
30221         An esds box is not a container.
30222         Fix parsing of mp4v boxes.
30223         Do not try to renegotiate fps for each frame. Need to
30224         find a better method. This should fix mp4 playback.
30225
30226 2004-10-14  David Schleef  <ds@schleef.org>
30227
30228         * configure.ac: update for swfdec-0.3 and liboil-0.2
30229         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30230         * ext/swfdec/gstswfdec.h: same
30231         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30232         * gst/videotestsrc/videotestsrc.c: same
30233
30234 2004-10-14  Wim Taymans  <wim@fluendo.com>
30235
30236         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30237         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30238         (is_sync_frame), (gst_multifdsink_new_client),
30239         (gst_multifdsink_handle_client_write),
30240         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30241         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30242         Turn warnings into info.
30243         Don't allow a state change in the streaming thread.
30244
30245 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30246
30247         * ext/vorbis/oggvorbisenc.c:
30248         * ext/vorbis/vorbisdec.c:
30249           fix template sample rate
30250
30251 2004-10-13  Wim Taymans  <wim@fluendo.com>
30252
30253         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30254         Decoding the header first fixes some problems in resyncing
30255         in more mp3s.
30256
30257 2004-10-12  Wim Taymans  <wim@fluendo.com>
30258
30259         * gst/playback/gstplaybin.c: (gen_video_element),
30260         (gen_vis_element), (remove_sinks), (setup_sinks):
30261         Added vis plugin support, need to configure the vis
30262         element to activate it.
30263
30264 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30265
30266         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30267         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30268           Some debug.
30269         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30270         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30271         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30272         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30273         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30274         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30275         * gst/avi/gstavidemux.h:
30276           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30277           recovery (where, if part of the index is broken, we will still read
30278           the rest of the index and recover the broken part by stream
30279           scanning). More broken media support. EOS workarounds. General AVI
30280           braindamage headache recovery. Aspirin included.
30281
30282 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30283
30284         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30285         (cdparanoia_event), (cdparanoia_query):
30286           Get rid of hideous lead-in.
30287
30288 2004-10-11  Wim Taymans  <wim@fluendo.com>
30289
30290         * gst/playback/gstplaybasebin.c: (setup_source):
30291         Wrong var used to get g_list_next.
30292
30293 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30294
30295         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30296         (cdparanoia_get), (cdparanoia_open):
30297           Report discid as metadata, add duration.
30298
30299 2004-10-11  Wim Taymans  <wim@fluendo.com>
30300
30301         * gst/playback/gstplaybasebin.c: (setup_source):
30302         Cleanup the previous pipeline a little earlier for the
30303         case that a source element provides raw data.
30304
30305 2004-10-11  Benjamin Otte  <otte@gnome.org>
30306
30307         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30308           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30309           consuming the last 128 bytes, even though it was valid mp3 data.
30310
30311 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30312
30313         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30314         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30315         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30316         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30317
30318 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30319
30320         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30321         Fix for webcams that support only specific width or height
30322
30323 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30324
30325         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30326
30327         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30328           Fix wrong discont event setup (fixes #154967).
30329
30330 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30331
30332         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30333
30334         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30335           Error out on invalid data (fixes #154807).
30336
30337 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30338
30339         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30340
30341         * ext/dvdread/dvdreadsrc.c: (_read):
30342           Make titles > 0 work again (fixes #154834).
30343
30344 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30345
30346         * gst-libs/gst/riff/riff-media.c:
30347         (gst_riff_create_video_template_caps):
30348           WMV3 missing in template caps.
30349
30350 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30351
30352         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30353           OK, so the original code was too strict. It makes random AVI files
30354           hang for seconds upon opening, which is unacceptable and is far
30355           beyond the original goal of getting multiple chunks for one-chunk
30356           sounc stream files. So now do just that.
30357
30358 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30359
30360         * gst/playback/gstplaybasebin.c: (setup_source),
30361         (gst_play_base_bin_change_state):
30362           Actually clean up streaminfo if output fails. This would trigger
30363           if, for example, there was no CD in the drive. No preroll, so
30364           a streaminfo structure is created, but the subsequent state change
30365           of the thread fails.
30366         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30367           Don't change state if parent failed.
30368
30369 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30370
30371         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30372         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30373         (gen_video_element), (remove_sinks):
30374           Add small bits of code for screenshot handling.
30375
30376 2004-10-08  Wim Taymans  <wim@fluendo.com>
30377
30378         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30379         (gen_video_element), (gen_audio_element), (setup_sinks):
30380         Don't assume the user provided sinks are named "sink"...
30381
30382 2004-10-08  Wim Taymans  <wim@fluendo.com>
30383
30384         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30385         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30386         (gst_play_base_bin_link_stream):
30387         Do not try to autoplug sources that generate raw streams like
30388         cdparanoia.
30389         disconnect the preroll overrun signal when we don't need it anymore.
30390
30391 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30392
30393         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30394         Added reworked patch from #154903 from milosz derezynski (deadchip).
30395
30396 2004-10-08  Wim Taymans  <wim@fluendo.com>
30397
30398         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30399         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30400         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30401         (cdparanoia_convert), (cdparanoia_uri_get_type),
30402         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30403         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30404         * ext/cdparanoia/gstcdparanoia.h:
30405         This adds the cdda://<tracknum> uri.
30406
30407 2004-10-08  Wim Taymans  <wim@fluendo.com>
30408
30409         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30410         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30411         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30412         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30413         (unknown_type), (gst_play_base_bin_remove_element),
30414         (gst_play_base_bin_link_stream):
30415         * gst/playback/gstplaybasebin.h:
30416         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30417         (gst_play_bin_set_property), (gen_video_element),
30418         (gen_audio_element), (setup_sinks):
30419         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30420         (gst_stream_info_get_type), (gst_stream_info_class_init),
30421         (gst_stream_info_init), (gst_stream_info_new),
30422         (gst_stream_info_dispose), (stream_info_mute_pad),
30423         (gst_stream_info_set_property), (gst_stream_info_get_property):
30424         * gst/playback/gststreaminfo.h:
30425         Reuse the audio and video bins.
30426         Some internal cleanups in the stream selection code.
30427
30428 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30429
30430         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30431         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30432         * sys/ximage/ximagesink.h:
30433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30434         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30435         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30436         not coming from those elements. Moreover these elements should not keep
30437         the xid they have been given when in NULL state.
30438
30439 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30440
30441         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30442         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30443         * sys/ximage/ximagesink.h:
30444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30445         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30446         * sys/xvimage/xvimagesink.h:
30447           Actually only create a new toplevel window if we're not gonna
30448           embed it right after.
30449
30450 2004-10-07  Wim Taymans  <wim@fluendo.com>
30451
30452         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30453         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30454         * gst/playback/gstplaybin.c: (setup_sinks):
30455         Implement muting/unmuting of streams, mute streams that are not
30456         used.
30457
30458 2004-10-07  Wim Taymans  <wim@fluendo.com>
30459
30460         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30461         (plugin_init):
30462         Added lame audio/x-ac3 typefind function.
30463
30464 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30465
30466         * configure.ac:
30467           bump nano to cvs
30468
30469 === release 0.8.5 ===
30470
30471 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30472
30473         * NEWS:
30474         * RELEASE:
30475         * configure.ac:
30476           releasing 0.8.5, "Take You On"
30477
30478 2004-10-06  Wim Taymans  <wim@fluendo.com>
30479
30480         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30481         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30482         (no_more_pads), (close_link), (type_found):
30483         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30484         * gst/playback/gstplaybin.c: (gen_video_element):
30485         Do not signal the no_more_pads after the first pad when
30486         we are plugging a non dynamic element with multiple
30487         output pads (like swfdec, dvdec, ...).
30488
30489 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30490
30491         * configure.ac:
30492           bump for prerelease
30493
30494 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30495
30496         * gst/wavparse/gstwavparse.c:
30497           add ATRAC3 to STATIC CAPS to fix a warning
30498
30499         * gst/matroska/ebml-read.c:
30500         * gst-libs/gst/riff/riff-read.c:
30501           fix typos
30502
30503 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30504
30505         * gst-libs/gst/riff/riff-media.c:
30506           generate caps for ATRAC3 audio streams
30507
30508         * gst/realmedia/rmdemux.c:
30509           generate caps for ATRAC3 audio streams
30510
30511 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30512
30513         * gst/wavparse/Makefile.am
30514         * gst/wavparse/riff.h
30515         * gst/wavparse/wavparse.vcproj
30516           riff.h removal (unused and duplication with riff-ids.h)
30517
30518 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30519
30520         * gst/wavparse/gstwavparse.h
30521           remove duplicated defines for audio codec codes
30522
30523         * gst-libs/gst/riff/riff-ids.h
30524         * gst/wavenc/riff.h:
30525           add "4CC" code for ATRAC3 audio streams
30526           add "4CC" code for ITU_G721_ADPCM (unused for now)
30527
30528 2004-10-06  Wim Taymans  <wim@fluendo.com>
30529
30530         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30531         Actually _do_ negotiation. Pass gdouble as arg instead
30532         of guint64 for the framerate.
30533
30534 2004-10-06  Wim Taymans  <wim@fluendo.com>
30535
30536         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30537         (find_compatibles), (close_pad_link), (try_to_link_1),
30538         (no_more_pads), (close_link), (type_found):
30539         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30540         * gst/playback/gstplaybin.c: (gen_video_element),
30541         (gen_audio_element):
30542         Set state on newly added element to READY so that negotiation
30543         can happen ASAP.
30544         Addes some more debug info.
30545         Do not try to plug pads with multiple caps structures or ANY
30546         because it is too dangerous since we do not do dynamic
30547         replugging.
30548
30549 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30550
30551         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30552
30553         * po/LINGUAS:
30554         * po/or.po:
30555           add Oriya translation
30556
30557 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30558
30559         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30560           Prevent overwrite of size member. Makes audio sound crappy.
30561
30562 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30563
30564         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30565         Add rmvb to the list of known RealMedia extensions
30566
30567 2004-10-05  Wim Taymans  <wim@fluendo.com>
30568
30569         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30570         (mngdec_openstream), (mngdec_closestream),
30571         (mngdec_handle_sink_event), (mngdec_readdata),
30572         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30573         (mngdec_getcanvasline), (mngdec_refresh),
30574         (gst_mngdec_change_state):
30575         Set the framerate correctly.
30576
30577 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30578
30579         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30580           There was something wrong with the index massaging.
30581
30582 2004-10-04  Wim Taymans  <wim@fluendo.com>
30583
30584         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30585         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30586         (gst_smokedec_chain):
30587         * ext/jpeg/gstsmokedec.h:
30588         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30589         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30590         * ext/jpeg/gstsmokeenc.h:
30591         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30592         (smokecodec_decode_new), (smokecodec_info_free),
30593         (smokecodec_set_quality), (smokecodec_get_quality),
30594         (smokecodec_set_threshold), (smokecodec_get_threshold),
30595         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30596         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30597         (smokecodec_encode), (smokecodec_parse_id),
30598         (smokecodec_parse_header), (smokecodec_decode):
30599         * ext/jpeg/smokecodec.h:
30600         * ext/jpeg/smokeformat.h:
30601         Updated smoke, new bitstream, allows embedding in ogg.
30602
30603 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30604
30605         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30606           Fix seeking in some files. All this code is no longer needed (and
30607           actually breaks stuff) because we now synchronize the full index
30608           right when reading the header.
30609
30610 2004-10-04  Wim Taymans  <wim@fluendo.com>
30611
30612         * configure.ac:
30613         configure update for libmng.
30614
30615 2004-10-04  Wim Taymans  <wim@fluendo.com>
30616
30617         * ext/libmng/Makefile.am:
30618         * ext/libmng/gstmng.c: (plugin_init):
30619         * ext/libmng/gstmng.h:
30620         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30621         (gst_mngdec_base_init), (gst_mngdec_class_init),
30622         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30623         (gst_mngdec_loop), (gst_mngdec_get_property),
30624         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30625         (mngdec_closestream), (mngdec_handle_sink_event),
30626         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30627         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30628         (gst_mngdec_change_state):
30629         * ext/libmng/gstmngdec.h:
30630         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30631         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30632         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30633         (gst_mngenc_chain), (gst_mngenc_get_property),
30634         (gst_mngenc_set_property):
30635         * ext/libmng/gstmngenc.h:
30636         Added basic MNG decoder. Needs more work. The encoder does
30637         not work yet.
30638
30639 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30640
30641         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30642         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30643         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30644           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30645           no-more-pads.
30646
30647 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30648
30649         * configure.ac:
30650           you need at least 1.0.4 of speex
30651
30652 2004-10-04 Iain <iaingnome@gmail.com>
30653
30654         * ext/speex/gstspeexdec.h: Revert the includes changes.
30655
30656         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30657
30658 2004-09-30 Iain <iaingnome@gmail.com>
30659
30660         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30661         found during init or set as a property instead of hardcoding /dev/audio
30662
30663 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30664
30665         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30666         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30667         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30668         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30669         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30670         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30671         (gst_rmdemux_dump_data):
30672           Use debug category, fix EOS handling. filesrc ! rmdemux now
30673           works.
30674
30675 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30676
30677         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30678         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30679         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30680           Improve allocation, cutting and sorting of the index. How takes a
30681           few seconds instead of minutes.
30682
30683 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30684
30685         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30686           fixed compilation
30687
30688 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30689
30690         * gst-libs/gst/riff/riff-media.c:
30691         (gst_riff_create_video_caps_with_data),
30692         (gst_riff_create_video_template_caps):
30693           Add wing commander format mimetype/fourccs.
30694         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30695           Don't crash if some value is 0.
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 DIB fourcc (raw, palettized 8-bit RGB).
30703         * gst-libs/gst/riff/riff-read.c:
30704         (gst_riff_read_strf_vids_with_data):
30705           Oops, fix strf_data reading bug.
30706         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30707           Use a non-NULL tag.
30708         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30709           Time for hacks. Sorry Dave. At least one quicktime movie (a
30710           trailer) that I've encountered contains multiple video tracks.
30711           One of those is the actual video track, the other are one-frame
30712           tracks (images). Unfortunately, the number of frames according
30713           to the trak header is 1 for each, so that doesn't help. So
30714           instead, I look at the duration and discard tracks with a
30715           duration shorter than 20% of the length of the stream. Better
30716           than nothing.
30717
30718 2004-10-01  Christian Schaller <christian@fluendo.com>
30719
30720         * ext/ivorbis/vorbis.c:
30721           Patch from Phil Blundell (Bug 152341)
30722
30723 2004-10-01  Wim Taymans  <wim@fluendo.com>
30724
30725         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30726         (speex_dec_get_formats), (speex_dec_convert),
30727         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30728         (speex_dec_chain), (gst_speexdec_get_property),
30729         (gst_speexdec_set_property):
30730         Small cleanups.
30731
30732 2004-10-01  Wim Taymans  <wim@fluendo.com>
30733
30734         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30735         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30736         (gst_wavparse_other), (gst_wavparse_loop),
30737         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30738         (gst_wavparse_srcpad_event):
30739         * gst/wavparse/gstwavparse.h:
30740         Added some more debugging info.
30741         Fix the case where the length of the file is 0.
30742         Make sure we seek to sample borders.
30743
30744 2004-10-01  Wim Taymans  <wim@fluendo.com>
30745
30746         * gst/playback/README:
30747         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30748         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30749         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30750         Add some debug info to decodebin, update README
30751
30752 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30753
30754         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30755           Don't use g_print(); use GST_DEBUG().
30756
30757 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30758
30759         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30760         (gst_ogg_mux_queue_pads):
30761           Handle EOS properly.
30762
30763 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30764
30765         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30766
30767         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30768         (gst_faad_chain), (gst_faad_change_state):
30769         * ext/faad/gstfaad.h:
30770           Allow playback of raw (unframed) MPEG AAC files (#148993).
30771
30772 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30773
30774         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30775
30776         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30777           Throw error if we didn't recognize the stream. Fixes #152289.
30778
30779 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30780
30781         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30782           Fix negotiation.
30783
30784 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30785
30786         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30787
30788         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30789           Fix memleak.
30790
30791 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30792
30793         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30794
30795         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30796           Solve #152805.
30797         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30798           Solve 152806.
30799
30800 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30801
30802         * gst-libs/gst/riff/riff-media.c:
30803         (gst_riff_create_video_caps_with_data),
30804         (gst_riff_create_audio_caps_with_data):
30805           Add codec_data handling (like asfdemux used to do).
30806         * gst/asfdemux/gstasf.c: (plugin_init):
30807         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30808         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30809           Use riff-media for caps creation instead of our own (mostly
30810           broken) copy of its functions.
30811
30812 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30813
30814         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30815           Don't actually error out if we get another return value than
30816           -EINVAL. Opposite to what I first thought, drivers have random
30817           return values for this, although -EINVAL is the expected return
30818           value. Since this is not fatal, we shouldn't use
30819           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30820
30821 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30822
30823         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30824         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30825         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30826         (dvdreadsrc_get), (dvdreadsrc_open_file),
30827         (dvdreadsrc_change_state):
30828           Fix. Don't do one big huge loop around the whole DVD, that will
30829           cache all data and thus eat sizeof(dvd) (several GB) before we
30830           see something.
30831         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30832           Actually NULL'ify event after using it.
30833         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30834         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30835         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30836         (gst_ebml_read_seek), (gst_ebml_read_skip):
30837           Handle events.
30838         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30839         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30840         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30841           Fix timing (this will probably break if I seek using menus, but
30842           I didn't get there yet). VOBs and normal DVDs should now work.
30843           Add a mpeg2-only pad with high rank so this get autoplugged for
30844           MPEG-2 movies.
30845         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30846         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30847         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30848         (gst_mpeg_demux_get_audio_stream),
30849         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30850         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30851           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30852           MPEG-1 but use dvddemux for MPEG-2.
30853         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30854         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30855         (gst_mpeg_parse_parse_packhead):
30856           Timing. Only add pad template if it exists. Add sink template from
30857           class and not from ourselves. This means we will always use the
30858           correct sink template even if it is not the one defined in this
30859           file.
30860
30861 2004-09-29  Wim Taymans  <wim@fluendo.com>
30862
30863         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30864         (gst_mpeg_demux_parse_pes):
30865         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30866         Fix playback of mpeg again, timestamps where screwed up by
30867         patch 1.61.
30868
30869 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30870
30871         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30872           Only return true if we actually filled something in. Prevents
30873           player applications from showing a random length for flac files.
30874         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30875         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30876         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30877         (gst_riff_read_strf_vids_with_data),
30878         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30879           OK, ok, so I implemented event handling. Apparently it's normal
30880           that we receive random events at random points without asking
30881           for it.
30882         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30883         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30884         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30885         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30886         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30887         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30888         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30889         * gst/avi/gstavidemux.h:
30890           Implement non-lineair chunk handling and subchunk processing.
30891           The first solves playback of AVI files where the audio and video
30892           data of individual buffers that we read are not synchronized.
30893           This should not happen according to the wonderful AVI specs, but
30894           of course it does happen in reality. It is also a prerequisite for
30895           the second. Subchunk processing allows us to cut chunks in small
30896           pieces and process each of these pieces separately. This is
30897           required because I've seen several AVI files with incredibly large
30898           audio chunks, even some files with only one audio chunk for the
30899           whole file. This allows for proper playback including seeking.
30900           This patch is supposed to fix all AVI A/V sync issues.
30901         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30902         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30903           Work.
30904         * gst/modplug/gstmodplug.cc:
30905           Proper return value setting for the query() function.
30906         * gst/playback/gstplaybasebin.c: (setup_source):
30907           Being in non-playing state (after, e.g., EOS) is not necessarily
30908           a bad thing. Allow for that. This fixes playback of short files.
30909           They don't actually playback fully now, because the clock already
30910           runs. This means that small files (<500kB) with a small length
30911           (<2sec) will still not or barely play. Other files, such as mod
30912           or flx, will work correctly, however.
30913
30914 2004-09-28  Wim Taymans  <wim@fluendo.com>
30915
30916         * ext/speex/gstspeex.c: (plugin_init):
30917         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30918         (gst_speex_dec_class_init), (speex_dec_get_formats),
30919         (speex_get_event_masks), (speex_get_query_types),
30920         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30921         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30922         (gst_speexdec_get_property), (gst_speexdec_set_property),
30923         (speex_dec_change_state):
30924         * ext/speex/gstspeexdec.h:
30925         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30926         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30927         (gst_speexenc_base_init), (gst_speexenc_class_init),
30928         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30929         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30930         (gst_speexenc_src_query), (gst_speexenc_init),
30931         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30932         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30933         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30934         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30935         (gst_speexenc_chain), (gst_speexenc_get_property),
30936         (gst_speexenc_set_property), (gst_speexenc_change_state):
30937         * ext/speex/gstspeexenc.h:
30938         Rewrote speex encoder, make sure it can be embedded in ogg.
30939         Implemented speex decoder.
30940
30941 2004-09-28  Christian Schaller <christian@fluendo.com>
30942
30943         * configure.ac:
30944         Remove kioslave plugin. Markey is brewing a new working one
30945         * ext/Makefile.am: Remove kioslave plugin
30946         * ext/kio: remove
30947         * gst-plugins.spec.in: remove kio plugin from spec
30948
30949 2004-09-27  Wim Taymans  <wim@fluendo.com>
30950
30951         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30952         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30953         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30954         (gst_multifdsink_new_client),
30955         (gst_multifdsink_handle_client_write),
30956         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30957         (gst_multifdsink_handle_clients):
30958         * gst/tcp/gstmultifdsink.h:
30959         Make syncing to keyframes actually work for new clients and lagging
30960         clients.
30961
30962 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30963
30964         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30965         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30966         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30967         * gst/debug/gstnavigationtest.h:
30968           make navigationtest display button-press and button-release events
30969
30970 2004-09-26 Iain <iaingnome@gmail.com>
30971
30972         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30973         the channels have received a new media event.
30974         (interleave_buffered_loop): Compresses a new media event on all
30975         channels into one.
30976
30977 2004-09-26 Iain <iaingnome@gmail.com>
30978
30979         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30980         call the sinkpad's default event handler and not the srcpads. He also
30981         says this is confusing :)
30982         (gst_wavenc_stop_file): Company says that seek events only go upstream
30983         we should send a discontinuous downstream instead.
30984
30985 2004-09-25  Christian Schaller <christian@fluendo.com>
30986
30987         * Update SPEC file to be usable in conjunction with Fedora Core,
30988           Fedora.us and freshrpms packages
30989         * Fix typo in multifilesrc test Makefile
30990
30991 2004-09-24  Wim Taymans  <wim@fluendo.com>
30992
30993         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30994         Only signal the no_more_pads signal when we have
30995         added the stream to our list.
30996
30997 2004-09-24  Wim Taymans  <wim@fluendo.com>
30998
30999         * gst/playback/gstplaybasebin.c: (remove_prerolls),
31000         (new_decoded_pad):
31001         * gst/playback/gstplaybasebin.h:
31002         * gst/playback/gstplaybin.c: (setup_sinks):
31003         Don't try to preroll or decode more than one audio/video
31004         track.
31005
31006 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31007
31008         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31009           Throw error if we failed to find a suitable output. This should
31010           throw an error if we successfully set up a pipeline (e.g. because
31011           we recognized a media file) but found no decodable streams in it
31012           (e.g. because it contains only media stream types for which we
31013           have no decoders, or because it's not a media type).
31014
31015 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31016
31017         * ext/dirac/Makefile.am:
31018         * ext/dirac/gstdirac.cc:
31019         * ext/dirac/gstdiracdec.cc:
31020         * ext/dirac/gstdiracdec.h:
31021           Do something. Don't actually know if this works because I don't
31022           have a demuxer yet.
31023         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
31024           Add channels=1 to caps returned from _getcaps().
31025         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
31026         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
31027         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
31028         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
31029         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
31030         (gst_ogm_parse_change_state):
31031           Separate between audio/video so ogmaudioparse actually uses the
31032           audio pad templates. Both audio and video work now, including
31033           autoplugging. Also use sometimes-srcpad hack.
31034         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31035           Handle events better. Don't hang on infinite loops.
31036         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
31037         (gst_avi_demux_init), (gst_avi_demux_reset),
31038         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31039         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
31040         (gst_avi_demux_change_state):
31041         * gst/avi/gstavidemux.h:
31042           Improve A/V sync. Still not perfect.
31043         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
31044         (gst_ebml_read_skip):
31045           Handle events better.
31046         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31047         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
31048         (qtdemux_audio_caps):
31049           Add IMA4. Improve event handling. Save offset after a seek when
31050           the headers are at the end of the file so that we don't end up in
31051           an infinite loop.
31052         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
31053           Add low-priority typefind support for files with no length.
31054
31055 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31056
31057         * testsuite/multifilesink/Makefile.am:
31058         fix typo
31059
31060 2004-09-22  Julien MOUTTE  <julien@moutte.net>
31061
31062         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
31064         mistakes from thaytan's patches.
31065
31066 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31067
31068         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31069           For completeness, XSync in the destroy function as xvimage does.
31070
31071 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31072
31073         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31074            Correct caps negotiation
31075         * gst/volume/gstvolume.c: (volume_chain_float),
31076         (volume_chain_int16):
31077            Modify debug output to be little more informative
31078         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31080         (gst_xvimagesink_xvimage_destroy):
31081           Add XSync calls after detaching from the shared memory segment to
31082           avoid a crash.
31083
31084 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31085
31086         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31087         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31088         * ext/vorbis/vorbis.c: (plugin_init):
31089         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31090         (gst_vorbisenc_chain):
31091         * ext/vorbis/vorbisenc.h:
31092         remove explicit newmedia support from oggmux and vorbisenc
31093         add debug category to vorbisenc
31094         * gst/multifilesink/gstmultifilesink.c:
31095         (gst_multifilesink_class_init), (gst_multifilesink_init),
31096         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31097         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31098         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31099         (plugin_init):
31100         * gst/multifilesink/gstmultifilesink.h:
31101         add support for streamheader in multifilesink
31102
31103 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31104
31105         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31106         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31107         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31108           Prevent infinite loops. More correct error reporting.
31109         * gst/auparse/gstauparse.c: (gst_auparse_chain):
31110           Error out if negotiation fails.
31111         * gst/playback/gstplaybasebin.c: (setup_source),
31112         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31113         (gst_play_base_bin_found_tag):
31114           Error/tag forwarding. Pre-roll fixes for source errors on state
31115           changes (e.g. "file does not exist") to prevent hangs.
31116
31117 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31118
31119         * testsuite/multifilesink/Makefile.am:
31120         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31121         (gst_newmedia_class_init), (gst_newmedia_init),
31122         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31123         (newfile_signal), (test_signal), (main):
31124         * testsuite/multifilesink/multifilesrc_test.c: (main):
31125         * testsuite/multifilesink/oggtheora_test.c:
31126         (gst_newmedia_base_init), (gst_newmedia_class_init),
31127         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31128         (test_format), (newfile_signal), (test_signal), (main):
31129         * testsuite/multifilesink/oggvorbis_test.c:
31130         (gst_newmedia_base_init), (gst_newmedia_class_init),
31131         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31132         (test_format), (newfile_signal), (test_signal), (main):
31133         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31134         (gst_newmedia_class_init), (gst_newmedia_init),
31135         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31136         (newfile_signal), (test_signal), (main):
31137         New media tests
31138
31139 2004-09-20  Christian Schaller <christian@fluendo.com>
31140
31141         * Fix mikmod license to LGPL as they have relicensed
31142         * Move Dirac and Effectv into LGPL section of README_license
31143
31144 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31145
31146         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31147         (gst_mad_change_state):
31148           Allow for mp3 rate/channels changes. However, only very
31149           conservatively. Reason that we *have* to enable this is smiply
31150           because the mad find_sync() function is not good enough, it will
31151           regularly sync on random data as valid frames and therefore make
31152           us provide random caps as *final* caps of the stream. The best fix
31153           I could think of is to simply require several of the same stream
31154           changes in a row before we change caps.
31155           The actual testcase that works now is #
31156         * ext/ogg/Makefile.am:
31157         * ext/ogg/gstogg.c: (plugin_init):
31158         * ext/ogg/gstogmparse.c:
31159           OGM support (video only for now; I need an audio sample file).
31160         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31161         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31162         (gst_asf_demux_add_video_stream):
31163           WMV extradata.
31164         * gst/playback/gstplaybasebin.c: (unknown_type):
31165           Don't error out on single unknown-types after all. It's wrong.
31166           If we found type of video and audio but not of a subtitle stream,
31167           it will still error out (which is unwanted). Will find a better fix
31168           later on.
31169         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31170         (ogmaudio_type_find), (plugin_init):
31171           OGM support.
31172
31173 2004-09-20  Johan Dahlin  <johan@gnome.org>
31174
31175         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31176         after setting caps.
31177
31178 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31179
31180         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31181         * gst/wavenc/gstwavenc.h:
31182         Added newmedia support to wavenc
31183
31184 2004-09-17  Wim Taymans  <wim@fluendo.com>
31185
31186         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31187         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31188         (gst_fdset_fd_can_write), (gst_fdset_wait):
31189         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31190         (gst_multifdsink_init), (gst_multifdsink_add),
31191         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31192         (gst_multifdsink_remove_client_link),
31193         (gst_multifdsink_client_queue_buffer),
31194         (gst_multifdsink_handle_client_write),
31195         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31196         (gst_multifdsink_close), (gst_multifdsink_change_state):
31197         * gst/tcp/gstmultifdsink.h:
31198         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31199         (gst_tcpserversink_removed):
31200         Small cleanups in fdset.c
31201         Use a hastable to map fd to the client structure for faster
31202         lookup in _remove and get_stats.
31203         Added virtual function to close the fds.
31204         Handle clients even when the select/poll call was unblocked because
31205         of a command.
31206         Implement syncing to keyframe in the recovery procedure.
31207
31208 2004-09-16 Iain <iaingnome@gmail.com>
31209
31210         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31211         try caps.
31212
31213 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31214
31215         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31216           Caps are only set if the type of the stream is unknown, but this
31217           is initialized in ->init_stream(), so set to UNKNOWN after calling
31218           ->init_stream() so that capsnego starts.
31219
31220 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31221
31222         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31223         (gst_avi_demux_stream_data):
31224           Just hardcode for raw audio then. AVI audio sucks.
31225
31226 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31227
31228         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31229         * gst/matroska/matroska-mux.c: (audiosink_templ),
31230         (gst_matroska_mux_audio_pad_link):
31231         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31232         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31233
31234 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31235
31236         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31237         (gst_avi_demux_stream_data):
31238           Try to fix a/v sync issues.
31239
31240 2004-09-15  David Schleef  <ds@schleef.org>
31241
31242         * configure.ac: remove NASM check, since we don't use it.  Update
31243         dirac check to 0.4
31244         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31245         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31246         Initialized variables.
31247         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31248         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31249         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31250         SVQ3 format
31251
31252 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31253
31254         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31255         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31256         * gst/avi/gstavidemux.h:
31257           Fix for compressed audio (mp3) timestamp generation. How did this
31258           ever work?
31259
31260 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31261
31262         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31263           Volume is a double not a float.
31264
31265 2004-09-15  Wim Taymans  <wim@fluendo.com>
31266
31267         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31268         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31269         Don't close the fd in multifdsink as we didn't open it in the
31270         first place. Some cleanups.
31271
31272 2004-09-15  Wim Taymans  <wim@fluendo.com>
31273
31274         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31275         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31276         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31277         Fix the case where the muxer would mark pages as delta
31278         frames when they are not (vorbis only ogg).
31279
31280 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31281
31282         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31283         (gst_play_base_bin_change_state):
31284           Handle the case where we failed to setup a clear pipeline. This
31285           will throw an error (or EOS, another nice case) and if you don't
31286           catch that, the app will wait for the signal forever (and thus
31287           hang).
31288
31289 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31290
31291         * ext/gnomevfs/gstgnomevfssink.c:
31292         (gst_gnomevfssink_uri_get_protocols):
31293         * ext/gnomevfs/gstgnomevfssrc.c:
31294         (gst_gnomevfssrc_uri_get_protocols):
31295         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31296         * ext/gnomevfs/gstgnomevfsuri.h:
31297           Use _uri_new() instead of _open(), so it doesn't take as long and
31298           Christophe's computer won't hang.
31299         * gst/playback/gstplaybasebin.c: (unknown_type):
31300           Throw error on unknown media type, so apps actually display it.
31301
31302 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31303
31304         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31305           this script to work on Solaris since bash shell handles echo
31306           differenly than bash.
31307
31308 2004-09-17  Wim Taymans  <wim@fluendo.com>
31309
31310         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31311         (setup_source), (gst_play_base_bin_set_property),
31312         (gst_play_base_bin_add_element):
31313         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31314         Some more work on making sure seeking pauses the pipeline and
31315         that changing the uri actually does something.
31316
31317 2004-09-17  Wim Taymans  <wim@fluendo.com>
31318
31319         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31320         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31321         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31322         (gst_tcpserversink_close):
31323         Be a bit more paranoid when freeing memory.
31324
31325 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31326
31327         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31328         (qtdemux_parse_trak):
31329           Don't crash by dividing by zero (see sample movie in #126922).
31330
31331 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31332
31333         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31334           Don't touch non-existing data (fixes crash on file in #140147).
31335
31336 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31337
31338         * gst/playback/gstplaybasebin.c:
31339         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31340           Handle double disposals, and proper change of URIs.
31341
31342 2004-09-13  Martin Eikermann <meiker@upb.de>
31343
31344         * gst/mpegstream/gstmpegparse.c:
31345           fix synchronistation for streams recorded from digital PCR
31346           fixes bug #119376
31347
31348 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31349
31350         * ext/gnomevfs/Makefile.am:
31351         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31352         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31353         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31354         (gst_gnomevfssink_uri_get_type),
31355         (gst_gnomevfssink_uri_get_protocols),
31356         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31357         (gst_gnomevfssink_uri_handler_init),
31358         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31359         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31360         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31361         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31362         (gst_gnomevfssrc_uri_get_type),
31363         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31364         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31365         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31366         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31367         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31368         * ext/gnomevfs/gstgnomevfsuri.h:
31369           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31370           of fake URIs to see which this version of Gnome-VFS likes, and
31371           uses that for the Gst-URI interface. Makes playbin support http://
31372           streams. Also fix up some stupid behaviour in gnomevfssrc.
31373
31374 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31375
31376         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31377         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31378         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31379         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31380           Update mixer (to sync with other sessions) if we try to obtain
31381           a new value. This makes alsamixer work accross applications.
31382         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31383           Only call sync functions if we're running, else alsalib asserts.
31384         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31385           Sometimes fails to compile. Possibly a gcc bug.
31386         * gst/playback/gstplaybin.c: (gen_video_element),
31387         (gen_audio_element):
31388           Add a reference to an application-provided object, because we lose
31389           this same reference if we add it to the bin. If we don't do this,
31390           we can only use this object once and thus crash if we go from
31391           ready to playing, back to ready and back to playing again.
31392           Also add an audioscale element because several cheap soundcards -
31393           like mine - don't support all samplerates.
31394         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31395         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31396           Fix wrong order or PAR calls. Makes automatically obtained PAR
31397           from the X server atually being used.
31398
31399 2004-09-12  David Schleef  <ds@schleef.org>
31400
31401         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31402         #151887, #152102, #152247.
31403         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31404         * examples/seeking/cdparanoia.c: same
31405         * examples/seeking/cdplayer.c: same
31406         * examples/seeking/seek.c: same
31407         * examples/seeking/spider_seek.c: same
31408         * examples/seeking/vorbisfile.c: same
31409         * examples/stats/mp2ogg.c: same
31410         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31411         (gst_esdsink_dispose): Dispose of element properly.
31412         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31413         fixes.
31414         * ext/nas/nassink.c: (gst_nassink_class_init),
31415         (gst_nassink_dispose): Dispose of element correctly.
31416         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31417         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31418         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31419         Fix 64-bit warning.
31420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31421         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31422         Fix 64-bit warning.
31423
31424 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31425
31426         * configure.ac : change speex detection as 1.1.6 now uses
31427           .pc/pkg-config and they changed their headers location.
31428
31429 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31430
31431         * gst/matroska/matroska-mux.h:
31432         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31433         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31434         (gst_matroska_mux_write_data):
31435           Write multiple blocks/frames per cluster.
31436                 Write meta-seek information (seek heads).
31437
31438 2004-09-09  Scott Wheeler <wheeler@kde.org>
31439
31440         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31441         (gst_play_bin_set_property), (gst_play_bin_get_property),
31442         (gen_audio_element), (gen_audio_element):
31443           Add a volume element / property to the pipeline.
31444
31445 2004-09-07  Wim Taymans  <wim@fluendo.com>
31446
31447         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31448         Copy timestamps from the master pad to the output buffers.
31449
31450 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31451
31452         * ext/raw1394/gstdv1394src.c:
31453           throw errors when applicable
31454
31455 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31456
31457         * gst/matroska/ebml-ids.h:
31458         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31459         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31460         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31461           automatically convert unix time <-> ebml time when reading/writing
31462           a date, use gst_ebml_write_uint to write CUETIME,
31463           not gst_ebml_write_date.
31464         * gst/matroska/matroska-ids.h:
31465         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31466         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31467         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31468         (gst_matroska_mux_write_data):
31469           Write track and segment UIDs, write muxing date, write
31470           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31471           Create cues for audio only files.
31472
31473 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31474
31475         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31476         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31477           Re-commit ALSA switches.
31478         * gst/adder/gstadder.c: (gst_adder_loop):
31479           64-bit fix (#151416).
31480         * gst/debug/progressreport.c: (gst_progressreport_report):
31481           64-bit fix (#151419).
31482         * gst/matroska/matroska-demux.c:
31483         (gst_matroska_demux_parse_contents):
31484           64-bit fix (#151420).
31485         * gst/playback/test3.c: (update_scale):
31486           64-bit fix (#151421).
31487
31488 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31489
31490         * configure.ac:
31491           bump nano to cvs
31492
31493 === release 0.8.4 ===
31494
31495 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31496
31497         * configure.ac: releasing 0.8.4, "Alias"
31498
31499 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31500
31501         * ext/theora/Makefile.am:
31502           fix makefile.  Fixes #151462.
31503
31504 2004-08-30  Wim Taymans  <wim@fluendo.com>
31505
31506         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31507         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31508         (gst_multifdsink_remove_client_link),
31509         (gst_multifdsink_client_queue_buffer),
31510         (gst_multifdsink_handle_client_write):
31511         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31512         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31513         Fix some memory leaks.
31514
31515 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31516
31517         Patch by: David Schleef
31518
31519         * configure.ac:
31520         * sys/Makefile.am:
31521           rename our detection macro for V4L2.  Fixes #151236.
31522
31523 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31524
31525         Patch by: David Schleef
31526
31527         * configure.ac:
31528           check to define LAMEPRESET.  Fixes #151232.
31529
31530 2004-08-27  David Schleef  <ds@schleef.org>
31531
31532         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31533         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31534         (gst_glimagesink_fixate):  Move local variable declarations to
31535         make gcc-2.95 happy.
31536
31537 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31538
31539         * configure.ac:
31540           bump nano for prerelease
31541
31542 2004-08-27  David Schleef  <ds@schleef.org>
31543
31544         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31545         * sys/sunaudio/gstsunaudiosrc.c:
31546         * sys/sunaudio/gstsunaudiosrc.h:
31547
31548 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31549
31550         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31551         handle EOS correctly
31552         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31553         * gst/matroska/matroska-mux.h:
31554         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31555         VFW compatibility mode
31556
31557 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31558
31559         patch by: Zaheer Abbas Merali
31560
31561         * ext/ogg/gstoggmux.c:
31562         * ext/vorbis/vorbisenc.c:
31563         * ext/vorbis/vorbisenc.h:
31564           handle NEWMEDIA
31565
31566 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31567
31568         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31569         fix byte order reversion on little endian machines.
31570         * gst/matroska/matroska-mux.c: (audiosink_templ),
31571         (gst_matroska_mux_audio_pad_link):
31572         add TTA codec to the list of supported codecs.
31573         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31574         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31575         (gst_matroska_mux_write_data):
31576         * gst/matroska/matroska-mux.h:
31577         write segment duration correctly, write muxing app string, fixes bugs
31578         #140897 and #140898.
31579         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31580         wait for all pads to be negotiated before starting to mux.
31581
31582 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31583
31584         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31585         * ext/lame/gstlame.h:
31586         Added new media support to lame
31587
31588 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31589
31590         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31591         send vorbis headers at the beginning of a stream, fixes bug #141554.
31592         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31593         bug #148950.
31594         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31595         (gst_matroska_demux_plugin_init):
31596         * gst/matroska/matroska-ids.h:
31597         enable demuxing of TTA audio streams, fixes bug #148951.
31598         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31599         enable typefinding for TTA audio files, fixes bug #148711.
31600         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31601         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31602         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31603
31604 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31605
31606         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31607         (gst_riff_read_element_data), (gst_riff_read_seek),
31608         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31609         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31610         <teuf@gnome.org>
31611
31612 2004-08-23 Iain <iaingnome@gmail.com>
31613
31614         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31615         tags. They appear to be handled differently to normal.
31616         (tag_list_to_id3_tag_foreach): Ditto.
31617
31618 2004-08-22  Wim Taymans  <wim@fluendo.com>
31619
31620         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31621         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31622         Make sure we never send -1 granulepos.
31623
31624 2004-08-20  Wim Taymans  <wim@fluendo.com>
31625
31626         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31627         (gst_ogg_mux_loop):
31628         I will accept bitchslappings with non sharp objects.
31629
31630 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31631
31632         * configure.ac:
31633         Clean up the test for lame presets
31634
31635 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31636
31637         * configure.ac:
31638         * ext/lame/Makefile.am:
31639         * ext/lame/gstlame.c: (gst_lame_class_init),
31640         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31641         Only enable lame presets if version of lame has presets in API
31642
31643 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31644         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31645         * gst/udp/gstudpsrc.h:
31646           Don't call gst_pad_push in a get function. Fixes #150449
31647
31648 2004-08-18  Wim Taymans  <wim@fluendo.com>
31649
31650         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31651         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31652         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31653         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31654         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31655         (gst_fdset_wait):
31656         * gst/tcp/gstfdset.h:
31657         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31658         (gst_multifdsink_client_queue_buffer),
31659         (gst_multifdsink_handle_client_write):
31660         * gst/tcp/gstmultifdsink.h:
31661         Some extra checks in gstfdset.
31662         Only use send() when the fd is a socket. Don't try to
31663         read from write only fds.
31664
31665 2004-08-18  Wim Taymans  <wim@fluendo.com>
31666
31667         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31668         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31669         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31670         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31671         (gst_fdset_wait):
31672         Add more locking and bounds checking.
31673
31674 2004-08-18  Wim Taymans  <wim@fluendo.com>
31675
31676         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31677         Realloc test fdset in the lock and right before starting
31678         the poll call. Bump the limit to 4096.
31679
31680 2004-08-17  David Schleef  <ds@schleef.org>
31681
31682         * sys/sunaudio/Makefile.am:
31683         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31684         of rates and channels.  Make debugging less obnoxious.
31685
31686         Patch from Balamurali Viswanathan implementing a mixer for
31687         Sun audio.  (bug #144091):
31688         * sys/sunaudio/gstsunelement.c:
31689         * sys/sunaudio/gstsunelement.h:
31690         * sys/sunaudio/gstsunmixer.c:
31691         * sys/sunaudio/gstsunmixer.h:
31692
31693 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31694
31695         * gst/audioscale/gstaudioscale.c:
31696         * gst/audioscale/gstaudioscale.h:
31697         made audioscale resample from any sample rate to any sample rate
31698
31699 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31700
31701         * ext/libpng/gstpngdec.c:
31702           error out on unsupported types
31703
31704 2004-08-17  Iain <iaingnome@gmail.com>
31705
31706         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31707         mid_side and loose_mid_side properties if its a stereo stream.
31708
31709 2004-08-17  Wim Taymans  <wim@fluendo.com>
31710
31711         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31712         (theora_get_formats), (theora_dec_src_convert),
31713         (theora_dec_sink_convert), (theora_dec_src_query),
31714         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31715         Add a debug line.
31716
31717 2004-08-17  Wim Taymans  <wim@fluendo.com>
31718
31719         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31720         (gst_ogg_pad_push):
31721         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31722         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31723         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31724         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31725         Mark delta units in the muxer.
31726         Try to decode the packet after an out-of-sync error from
31727         libogg.
31728
31729 2004-08-17  Wim Taymans  <wim@fluendo.com>
31730
31731         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31732         (gst_multifdsink_init), (gst_multifdsink_add),
31733         (gst_multifdsink_client_queue_buffer),
31734         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31735         * gst/tcp/gstmultifdsink.h:
31736         Added option to send a keyframe to clients as the first buffer.
31737         Make timeout property writable.
31738
31739 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31740
31741         patch by: Wim Taymans
31742
31743         * gst/tcp/gstfdset.c:
31744         * gst/tcp/gstmultifdsink.c:
31745           fix index comparison, should include 0
31746
31747 2004-08-16  Wim Taymans  <wim@fluendo.com>
31748
31749         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31750         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31751         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31752         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31753         (gst_fdset_wait):
31754           copy when reallocing for poll so the select arguments don't get
31755           changed during the call
31756
31757 2004-08-16  Wim Taymans  <wim@fluendo.com>
31758
31759         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31760         (gst_theora_enc_class_init), (theora_enc_sink_link),
31761         (theora_buffer_from_packet), (theora_enc_chain):
31762         Fix bug where buffers were not marked as keyframes
31763         correctly.
31764
31765 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31766
31767         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31768         (gst_lame_preset_get_type), (gst_lame_class_init):
31769         describe the enum values for vbr mode and presets more verbosely
31770
31771 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31772
31773         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31774         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31775         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31776         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31777         * ext/lame/gstlame.h:
31778         add preset property to lame so it can use lame presets
31779
31780 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31781
31782         * ext/lame/gstlame.c: (gst_lame_get_property):
31783         whoops forgot break, thanks teuf
31784
31785 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31786
31787         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31788         (gst_lame_class_init), (gst_lame_src_getcaps),
31789         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31790         (gst_lame_get_property), (gst_lame_setup):
31791         * ext/lame/gstlame.h:
31792         fix lame's broken vbr stuff, allow it to resample if need be, and also
31793         make xing header optional
31794
31795 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31796
31797         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31798         added getcaps function so samplerate doesnt get fixated to silly values
31799
31800 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31801
31802         * ext/lame/gstlame.c: (gst_lame_src_link):
31803         revert previous fix
31804
31805 2004-08-12  Johan Dahlin  <johan@gnome.org>
31806
31807         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31808         checks. Doesn't matter what state we are in. Interfaces are a
31809         compile time thing, not runtime. It also broke the python bindings.
31810
31811 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31812
31813         * ext/lame/gstlame.c: (gst_lame_src_link):
31814         made source pad link function check if sinkpad is ok..fixes the problem
31815         where core fixates the output rate of lame stupidly
31816
31817 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31818
31819         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31820         * sys/v4l/v4l_calls.c:
31821         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31822           fix fixate function to handle nonsimple caps.
31823           remove bogus check in _link
31824           cleanups
31825
31826 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31827
31828         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31829         set default compression ratio parameter to 0.0 so bitrate parameter
31830         works :)
31831
31832 2004-08-11  David Schleef  <ds@schleef.org>
31833
31834         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31835
31836 2004-08-11  David Schleef  <ds@schleef.org>
31837
31838         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31839         before.
31840
31841 2004-08-11  David Schleef  <ds@schleef.org>
31842
31843         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31844
31845 2004-08-11  David Schleef  <ds@schleef.org>
31846
31847         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31848           license field
31849         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31850         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31851           LGPL.
31852         * gst/auparse/gstauparse.c: Fix plugin license field.
31853         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31854         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31855         * gst/rtp/gstrtp.c: Fix plugin license field.
31856
31857 2004-08-11  Wim Taymans  <wim@fluendo.com>
31858
31859         * gst/tcp/Makefile.am:
31860         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31861         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31862         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31863         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31864         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31865         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31866         (gst_fdset_fd_can_write), (gst_fdset_wait):
31867         * gst/tcp/gstfdset.h:
31868         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31869         (gst_multifdsink_class_init), (gst_multifdsink_init),
31870         (gst_multifdsink_add), (gst_multifdsink_remove),
31871         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31872         (gst_multifdsink_remove_client_link),
31873         (gst_multifdsink_handle_client_read),
31874         (gst_multifdsink_client_queue_data),
31875         (gst_multifdsink_client_queue_caps),
31876         (gst_multifdsink_client_queue_buffer),
31877         (gst_multifdsink_handle_client_write),
31878         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31879         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31880         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31881         (gst_multifdsink_close):
31882         * gst/tcp/gstmultifdsink.h:
31883         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31884         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31885         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31886         (gst_tcpserversink_close):
31887         * gst/tcp/gsttcpserversink.h:
31888         Abstracted away the select call, implemented poll (yes we ran into
31889         the 1024 limit in production).
31890
31891 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31892
31893         * gst/tcp/gsttcp.c:
31894         * gst/tcp/gsttcpplugin.c:
31895           improve debuggging, remove assert
31896
31897 2004-08-10  Wim Taymans  <wim@fluendo.com>
31898
31899         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31900         (gst_client_status_get_type), (gst_multifdsink_class_init),
31901         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31902         (gst_multifdsink_handle_client_read),
31903         (gst_multifdsink_handle_client_write),
31904         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31905         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31906         (gst_multifdsink_get_property):
31907         * gst/tcp/gstmultifdsink.h:
31908         * gst/tcp/gsttcp-marshal.list:
31909         Starting to prepare for specifying buffer time in other units
31910         than buffers. Expose remove reason in signal.
31911
31912 2004-08-10  Wim Taymans  <wim@fluendo.com>
31913
31914         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31915         (gst_multifdsink_remove), (gst_multifdsink_clear),
31916         (gst_multifdsink_remove_client_link),
31917         (gst_multifdsink_handle_client_read),
31918         (gst_multifdsink_client_queue_data),
31919         (gst_multifdsink_client_queue_buffer),
31920         (gst_multifdsink_handle_client_write),
31921         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31922         (gst_multifdsink_chain), (gst_multifdsink_close):
31923         * gst/tcp/gstmultifdsink.h:
31924         Added more debugging info. Changed the way clients are
31925         removed from the lists. Fixed a bug where a bad file descriptor
31926         could cause many clients to be removed.
31927
31928 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31929
31930         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31931           allow all pixel-aspect-ratios, not just 1:1
31932
31933 2004-08-09  David Schleef  <ds@schleef.org>
31934
31935         * sys/glsink/ARB_multitexture.h:  Remove old files.
31936         * sys/glsink/EXT_paletted_texture.h:
31937         * sys/glsink/NV_register_combiners.h:
31938         * sys/glsink/gstgl_nvimage.c:
31939         * sys/glsink/gstgl_pdrimage.c:
31940         * sys/glsink/gstgl_rgbimage.c:
31941         * sys/glsink/gstglsink.c:
31942         * sys/glsink/gstglsink.h:
31943         * sys/glsink/gstglxwindow.c:
31944         * sys/glsink/regcomb_yuvrgb.c:
31945
31946 2004-08-09  David Schleef  <ds@schleef.org>
31947
31948         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31949         GL sink plugin.  (Bug #147302)
31950
31951         * configure.ac: Test for OpenGL
31952         * sys/Makefile.am: Use test for OpenGL
31953         * sys/glsink/Makefile.am:
31954         * sys/glsink/glimagesink.c: rewrite
31955         * sys/glsink/glimagesink.h: rewrite
31956
31957 2004-08-09  David Schleef  <ds@schleef.org>
31958
31959         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31960         sane framerates.
31961         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31963         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31964
31965 2004-08-09  Wim Taymans  <wim@fluendo.com>
31966
31967         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31968         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31969         (gst_multifdsink_client_remove),
31970         (gst_multifdsink_handle_client_read),
31971         (gst_multifdsink_handle_client_write),
31972         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31973         Do a bit more logging, make the client_read code more robust.
31974
31975 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31976
31977         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31978         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31979         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31980         (gst_jpegdec_init), (gst_jpegdec_chain):
31981         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31982         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31983           cleanups, debugging fixes and memleak plugging
31984
31985 2004-08-09  Wim Taymans  <wim@fluendo.com>
31986
31987         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31988         (theora_get_formats), (theora_dec_src_convert),
31989         (theora_dec_sink_convert), (theora_dec_src_query),
31990         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31991         (theora_dec_change_state):
31992         Don't crash on missing header packets.
31993
31994 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31995
31996         * po/LINGUAS:
31997         * po/sq.po:
31998           Added Albanian translation (Laurent Dhima)
31999         * po/cs.po:
32000           updated
32001
32002 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32003
32004         * ext/lame/gstlame.c:
32005           fix/add debugging
32006
32007 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32008
32009         * sys/ximage/ximagesink.c:
32010         * sys/xvimage/xvimagesink.c:
32011           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
32012
32013 2004-08-06  Wim Taymans  <wim@fluendo.com>
32014
32015         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32016         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32017         (gst_multifdsink_client_remove),
32018         (gst_multifdsink_handle_client_read),
32019         (gst_multifdsink_handle_client_write),
32020         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32021         Make sure we don't try to read more from a client that what
32022         ioctl says us or we deadlock.
32023
32024 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32025
32026         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
32027         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
32028         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32029           decouple running_time and n_frames so it can handle changing
32030           framerate while running
32031
32032 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32033
32034         * po/nl.po:
32035         * po/sv.po:
32036           updated translations
32037
32038 2004-08-04  Benjamin Otte  <otte@gnome.org>
32039
32040         * gst/videotestsrc/gstvideotestsrc.c:
32041         (gst_videotestsrc_get_capslist), (generate_capslist),
32042         (plugin_init):
32043           generate the list of supported caps at startup and reuse it instead
32044           of always generating it
32045
32046 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32047
32048         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
32049           whoops, last checkin broke normal build
32050
32051 2004-08-03  Benjamin Otte  <otte@gnome.org>
32052
32053         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
32054         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32055         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32056         (gst_alsa_mixer_get_option):
32057         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
32058         (dvdnavsrc_print_event):
32059         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
32060         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
32061         (gst_ogg_mux_pad_unlink):
32062         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
32063         (gst_multipart_mux_pad_unlink):
32064         * gst/videofilter/gstvideobalance.c:
32065         (gst_videobalance_colorbalance_set_value):
32066         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
32067         (gst_videomixer_pad_unlink):
32068         * po/uk.po:
32069         * sys/oss/gstossmixer.c:
32070         * sys/v4l/gstv4lcolorbalance.c:
32071         * sys/v4l/gstv4ltuner.c:
32072         * sys/v4l/v4lsrc_calls.c:
32073         * sys/v4l2/gstv4l2colorbalance.c:
32074         * sys/v4l2/gstv4l2tuner.c:
32075           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32076
32077 2004-08-03  Benjamin Otte  <otte@gnome.org>
32078
32079         * examples/dynparams/filter.c: (ui_control_create):
32080         * examples/gstplay/player.c: (print_tag):
32081         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32082         * ext/gdk_pixbuf/gstgdkanimation.c:
32083         (gst_gdk_animation_iter_may_advance):
32084         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32085         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32086         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32087         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32088         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32089         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32090         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32091         * gst/sine/demo-dparams.c: (main):
32092         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32093         * testsuite/alsa/formats.c: (create_pipeline):
32094         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32095           fixes for G_DISABLE_ASSERT and friends
32096         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32097         (mp3_type_frame_length_from_header), (mp3_type_find),
32098         (plugin_init):
32099           require mp3 typefinding to have at least MIN_HEADERS valid headers
32100           add typefinding for AAC adts files
32101
32102 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
32103
32104         * sys/ximage/ximagesink.c:
32105         (gst_ximagesink_calculate_pixel_aspect_ratio):
32106         * sys/xvimage/xvimagesink.c:
32107         (gst_xvimagesink_calculate_pixel_aspect_ratio):
32108         Make sure we calculate pixel-aspect-ratio using floating point maths
32109
32110 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32111
32112         * po/uk.po:
32113           updated translation
32114
32115 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32116
32117         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32119           add debugging for display PAR calculation
32120
32121 2004-08-02  David Schleef  <ds@schleef.org>
32122
32123         * configure.ac: Fix mikmod CFLAGS.
32124
32125 2004-07-27  Benjamin Otte  <otte@gnome.org>
32126
32127         * gst/audioscale/gstaudioscale.c:
32128         - fix templates to only support S16, it's the only format that works
32129         - make caps nego code use try_set_caps_nonfixed and fixation instead
32130         of try_set_caps twice, which is not nice for autopluggers
32131         - change rank to secondary, so autopluggers can pick it up after
32132         audioconvert
32133
32134 2004-08-02  Iain <iain@prettypeople.org>
32135
32136         * gst/interleave/interleave.c (interleave_init),
32137         (interleave_request_new_pad),
32138         (interleave_pad_removed),
32139         (interleave_buffered_loop): Use the real pad count, not the artificial
32140         one.
32141
32142 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32143
32144         * configure.ac: bump nano back to development
32145
32146 === release 0.8.3 ===
32147
32148 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32149
32150         * configure.ac: releasing 0.8.3, "Water"
32151
32152 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32153
32154         * sys/xvimage/xvimagesink.c:
32155         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32156         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32157         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32158         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32159         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32160         * sys/xvimage/xvimagesink.h:
32161           apply similar PAR fixes as to ximagesink
32162
32163 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32164
32165         patch from: Benjamin Otte
32166
32167         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32168           add link function to lame.  Fixes #148986.
32169
32170 2004-08-02  Johan Dahlin  <johan@gnome.org>
32171
32172         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32173         fix debugging log
32174
32175 2004-07-30  David Schleef  <ds@schleef.org>
32176
32177         * gst/videomixer/Makefile.am: Fix things that should have been
32178         fixed in the last checkin.
32179
32180 2004-07-30  David Schleef  <ds@schleef.org>
32181
32182         * gst/multipart/Makefile.am: Fix things that should have been
32183         fixed in the last checkin.
32184
32185 2004-07-30  David Schleef  <ds@schleef.org>
32186
32187         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32188
32189 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32190
32191         * configure.ac:
32192           bump nano for prerelease
32193         * po/af.po:
32194         * po/az.po:
32195         * po/cs.po:
32196         * po/en_GB.po:
32197         * po/hu.po:
32198         * po/nl.po:
32199         * po/sr.po:
32200         * po/sv.po:
32201         * po/uk.po:
32202           updates
32203
32204 2004-07-30  Wim Taymans  <wim@fluendo.com>
32205
32206         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32207         (gst_multifdsink_add), (gst_multifdsink_remove),
32208         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32209         (gst_multifdsink_client_remove),
32210         (gst_multifdsink_handle_client_write),
32211         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32212         * gst/tcp/gstmultifdsink.h:
32213         Recover from a select with a bad file descriptor by removing
32214         the client.
32215
32216 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32217
32218         * configure.ac:
32219           fix requirement of core
32220         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32221         (gst_play_pipeline_setup):
32222           don't use colorspace element.  do use hermescolorspace element.
32223           make macro to get a colorspace element.
32224           mark strings for translation.
32225         * po/POTFILES.in:
32226           add play.c
32227         * po/af.po:
32228         * po/az.po:
32229         * po/cs.po:
32230         * po/en_GB.po:
32231         * po/hu.po:
32232         * po/nl.po:
32233         * po/sr.po:
32234         * po/sv.po:
32235         * po/uk.po:
32236           update translations
32237
32238 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32239
32240         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32241         fix default for newmedia flag
32242
32243 2004-07-30  Wim Taymans  <wim@fluendo.com>
32244
32245         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32246         (gst_theora_dec_init), (theora_get_formats),
32247         (theora_dec_src_convert), (theora_dec_sink_convert),
32248         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32249         (theora_dec_chain), (theora_dec_set_property),
32250         (theora_dec_get_property):
32251         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32252         (gst_theora_enc_class_init), (gst_theora_enc_init),
32253         (theora_enc_sink_link), (theora_enc_chain),
32254         (theora_enc_set_property), (theora_enc_get_property):
32255         Added cropping option to theora decoder.
32256         Added border option to theora encoder.
32257
32258 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32259
32260         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32261         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32262         (gst_pngenc_set_property):
32263         * ext/libpng/gstpngenc.h:
32264         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
32265
32266 2004-07-30  Wim Taymans  <wim@fluendo.com>
32267
32268         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32269         (theora_enc_sink_link), (theora_enc_chain),
32270         (theora_enc_set_property), (theora_enc_get_property):
32271         Fix encoding of non-multiple-of-16 video.
32272
32273 2004-07-29  David Schleef  <ds@schleef.org>
32274
32275         * configure.ac: make test for audiofile more strict
32276
32277 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32278
32279         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32280           give different names to typefind functions
32281
32282 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32283
32284         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32285         (gst_ximagesink_calculate_pixel_aspect_ratio),
32286         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32287         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32288         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32289         (gst_ximagesink_get_property), (gst_ximagesink_init):
32290         * sys/ximage/ximagesink.h:
32291           allocate PAR's dynamically.
32292           use autodetected PAR if no object-set PAR is given.
32293           add workaround for directfb's X not setting physical size.
32294           fix to xvimagesink will follow tomorrow.
32295
32296 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32297
32298         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32299         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32300         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32301         (gst_shout2send_class_init), (gst_shout2send_init),
32302         (set_shout_metadata), (gst_shout2send_set_metadata),
32303         (gst_shout2send_chain), (gst_shout2send_set_property),
32304         (gst_shout2send_get_property), (gst_shout2send_connect),
32305         (gst_shout2send_change_state):
32306         * ext/shout2/gstshout2.h:
32307         - fix for sending mp3 audio to icecast2 server, if pad link function not
32308         called before PAUSED state
32309         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32310         - added tagging support for mp3 audio broadcasted
32311         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32312         debug info
32313
32314 2004-07-28  Wim Taymans  <wim@fluendo.com>
32315
32316         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32317         (gst_ogg_demux_push):
32318         Return query failure when we don't know the length of
32319         an ogg stream insteda of returning TRUE with a bogus value.
32320
32321 2004-07-28  Wim Taymans  <wim@fluendo.com>
32322
32323         * ext/theora/theoradec.c: (theora_get_formats),
32324         (theora_dec_src_convert), (theora_dec_sink_convert),
32325         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32326         (theora_dec_chain):
32327         Don't screw up the 1 Chroma for 1 luma sample situation when we
32328         have an odd offset/width by adding a black border in those cases.
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         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32337         Added first attempt at cropping of the image as required by the
32338         theora spec. We need more properties in the caps (offset_x,
32339         offset_y,stride) to implement this correctly.
32340
32341 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32342
32343         * ext/dvdnav/README:
32344           Update the README to use dvddemux
32345         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32346           Ensure getcaps returns a subset of the template caps
32347         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32348         (gst_mpeg2subt_init):
32349           Ensure getcaps returns a subset of the template caps
32350         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32351         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32352         (gst_dvd_demux_get_subpicture_stream),
32353         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32354         * gst/mpegstream/gstdvddemux.h:
32355           Set the explicit caps on the current_video pad before pushing
32356           anything
32357         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32358         (gst_mpeg_demux_get_audio_stream):
32359           Free caps used to gst_pad_set_explicit_caps, which takes a const
32360           GstCaps *
32361
32362 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32363
32364         * configure.ac: update GStreamer requirement to 0.8.4 because of
32365           GstFraction.
32366
32367 2004-07-28  Wim Taymans  <wim@fluendo.com>
32368
32369         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32370         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32371         Add the pad to the element after setting up the caps. This
32372         makes it a lot easier to autoplug.
32373
32374 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32375
32376         * gst/median/gstmedian.c:
32377         * gst/mpeg2subt/gstmpeg2subt.c:
32378         * gst/mpegaudioparse/gstmpegaudioparse.c:
32379         * gst/mpegstream/gstdvddemux.c:
32380         * gst/mpegstream/gstmpegdemux.c:
32381         * gst/mpegstream/gstmpegpacketize.c:
32382         * gst/rtjpeg/gstrtjpeg.c:
32383         * gst/rtjpeg/gstrtjpegdec.c:
32384         * gst/rtjpeg/gstrtjpegenc.c:
32385         * gst/sine/gstsinesrc.c:
32386         * gst/smooth/gstsmooth.c:
32387         * gst/smpte/gstsmpte.c:
32388         * gst/smpte/gstsmpte.h:
32389         * gst/stereo/gststereo.c:
32390         * gst/videofilter/gstgamma.c:
32391         * gst/videofilter/gstvideobalance.c:
32392         * gst/videofilter/gstvideofilter.c:
32393         * gst/videofilter/gstvideoflip.c:
32394         * gst/videoscale/gstvideoscale.c:
32395         * gst/videoscale/videoscale.c:
32396         * gst/videotestsrc/gstvideotestsrc.c:
32397         * gst/videotestsrc/videotestsrc.c:
32398         * gst/wavenc/gstwavenc.c:
32399         * gst/wavparse/gstwavparse.c:
32400           fix local includes and 64 bits constants
32401
32402 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32403
32404         * win32/gst.sln:
32405         * gst-libs/gst/*/*.vcproj:
32406         * gst/*/*.vcproj:
32407           more working plugins
32408
32409 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32410
32411         * testsuite/alsa/Makefile.am:
32412         * testsuite/alsa/srcstate.c:
32413         add test for alsasrc changing state
32414
32415 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32416
32417         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32418         (gst_silence_get):
32419         * gst/silence/gstsilence.h:
32420         fix silence generation for 16bit raw audio
32421
32422 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32423
32424         * gst/matroska/matroska-demux.c:
32425         (gst_matroska_demux_parse_metadata),
32426         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32427         * gst/mpegaudio/common.c:
32428         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32429         (gst_videoscale_getcaps), (gst_videoscale_link),
32430         (gst_videoscale_src_fixate), (gst_videoscale_init),
32431         (gst_videoscale_finalize):
32432         * gst/videoscale/gstvideoscale.h:
32433         * gst/videotestsrc/gstvideotestsrc.c:
32434         (gst_videotestsrc_get_capslist):
32435         * gst/wavenc/gstwavenc.c:
32436         * sys/oss/gstossmixer.c: (fill_labels):
32437         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32438         (gst_ximagesink_handle_xevents),
32439         (gst_ximagesink_calculate_pixel_aspect_ratio),
32440         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32441         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32442         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32443         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32444         (gst_ximagesink_init), (gst_ximagesink_class_init):
32445         * sys/ximage/ximagesink.h:
32446         * sys/xvimage/xvimagesink.c:
32447         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32448         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32449         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32450         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32451         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32452         * sys/xvimage/xvimagesink.h:
32453           first batch of pixel aspect ratio commits.
32454
32455 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32456
32457         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32458         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32459         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32460           handle stride, needs work if we want to move stride handling
32461           upstream, but works correctly for our purposes.
32462
32463 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32464
32465         * gst/videoscale/README:
32466           add testing examples
32467         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32468         (gst_videoscale_chain):
32469         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32470         (gst_videoscale_get_size):
32471           add get_size function that handles stride like videotestsrc.
32472           fixes conversion for YUV formats for as much as I can test them.
32473
32474 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32475
32476         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32477         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32479         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32480         (gst_xvimagesink_xvimage_put):
32481           further cleanups, logging, error handling and synchronizing
32482
32483 2004-07-27  Wim Taymans  <wim@fluendo.com>
32484
32485         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32486         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32487         (gst_videomixer_pad_set_property),
32488         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32489         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32490         (gst_videomixer_class_init), (gst_videomixer_init),
32491         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32492         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32493         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32494         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32495         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32496         (gst_videomixer_loop), (plugin_init):
32497         Be a nicer negotiation citizen and provide a getcaps function on
32498         the srcpad. This also fixes a crash when resizing.
32499
32500 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32501
32502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32503         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32504
32505 2004-07-27  Wim Taymans  <wim@fluendo.com>
32506
32507         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32508         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32509         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32510         (gst_pngenc_set_property):
32511         * ext/libpng/gstpngenc.h:
32512         Added snapshot property to pngenc.
32513         removed g_print from pngdec
32514
32515 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32516
32517         * gst/ac3parse/ac3parse.vcproj
32518         * gst/adder/adder.vcproj
32519         * gst/alpha/alpha.vcproj
32520         * gst/alpha/alphacolor.vcproj
32521         * gst/asfdemux/asf.vcproj
32522         * gst/audioconvert/audioconvert.vcproj
32523         * gst/audiorate/audiorate.vcproj
32524         * gst/audioscale/audioscale.vcproj
32525         * gst/auparse/auparse.vcproj
32526         * gst/avi/avi.vcproj
32527         * gst/cdxaparse/cdxaparse.vcproj
32528         * gst/chart/chart.vcproj
32529         * gst/colorspace/colorspace.vcproj
32530         * gst/cutter/cutter.vcproj
32531         * gst/debug/debug.vcproj
32532         * gst/debug/efence.vcproj
32533         * gst/debug/navigationtest.vcproj
32534         * gst/deinterlace/deinterlace.vcproj
32535         * gst/effectv/effectv.vcproj
32536         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32537         * gst/filter/filter.vcproj
32538         * gst/flx/flxdec.vcproj
32539         * gst/goom/goom.vcproj
32540         * gst/interleave/interleave.vcproj
32541         * gst/law/alaw.vcproj
32542         * gst/law/mulaw.vcproj
32543         * gst/matroska/matroska.vcproj
32544         * gst/median/median.vcproj
32545         * gst/mixmatrix/mixmatrix.vcproj
32546         * gst/mpeg1sys/mpeg1systemencode.vcproj
32547         * gst/mpeg1videoparse/mp1videoparse.vcproj
32548         * gst/mpeg2sub/mpeg2subt.vcproj
32549         * gst/mpegaudio/mpegaudio.vcproj
32550         * gst/mpegaudioparse/mpegaudioparse.vcproj
32551         * gst/mpegstream/mpegstream.vcproj
32552         * gst/multifilesink/multifilesink.vcproj
32553         * gst/multipart/multipart.vcproj
32554         * gst/oneton/oneton.vcproj
32555         * gst/overlay/overlay.vcproj
32556         * gst/passthrough/passthrough.vcproj
32557         * gst/qtdemux/qtdemux.vcproj
32558         * gst/realmedia/rmdemux.vcproj
32559         * gst/rtjpeg/rtjpeg.vcproj
32560         * gst/rtp/rtp.vcproj
32561         * gst/silence/silence.vcproj
32562         * gst/sine/sinesrc.vcproj
32563         * gst/smooth/smooth.vcproj
32564         * gst/smpte/smpte.vcproj
32565         * gst/spectrum/spectrum.vcproj
32566         * gst/speed/speed.vcproj
32567         * gst/stereo/stereo.vcproj
32568         * gst/switch/switch.vcproj
32569         * gst/tags/tagedit.vcproj
32570         * gst/tcp/tcp.vcproj
32571         * gst/typefind/typefindfunctions.vcproj
32572         * gst/udp/udp.vcproj
32573         * gst/videobox/videobox.vcproj
32574         * gst/videocrop/videocrop.vcproj
32575         * gst/videodrop/videodrop.vcproj
32576         * gst/videofilter/gamma.vcproj
32577         * gst/videofilter/videobalance.vcproj
32578         * gst/videofilter/videofilter.vcproj
32579         * gst/videofilter/videoflip.vcproj
32580         * gst/videoflip/videoflip.vcproj
32581         * gst/videomixer/videomixer.vcproj
32582         * gst/videorate/videorate.vcproj
32583         * gst/videoscale/videoscale.vcproj
32584         * gst/videotestsrc/videotestsrc.vcproj
32585         * gst/virtualdub/virtualdub.vcproj
32586         * gst/volenv/volenv.vcproj
32587         * gst/volume/volume.vcproj
32588         * gst/wavenc/wavenc.vcproj
32589         * gst/wavparse/wavparse.vcproj
32590         * gst/y4m/y4menc.vcproj
32591         * gst-libs/gst/audio/audio.vcproj
32592         * gst-libs/gst/audio/audiofilter.vcproj
32593         * gst-libs/gst/colorbalance/colorbalance.vcproj
32594         * gst-libs/gst/idct/idtc.vcproj
32595         * gst-libs/gst/media-info/media-info.vcproj
32596         * gst-libs/gst/mixer/mixer.vcproj
32597         * gst-libs/gst/navigation/navigation.vcproj
32598         * gst-libs/gst/play/play.vcproj
32599         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32600         * gst-libs/gst/resample/resample.vcproj
32601         * gst-libs/gst/riff/riff.vcproj
32602         * gst-libs/gst/tuner/tuner.vcproj
32603         * gst-libs/gst/video/video.vcproj
32604         * gst-libs/gst/xoverlay/xoverlay.vcproj
32605           avoid problems with math.h, fix release dependancy
32606           rename GStreamer-0.8.lib to libgstreamer.lib
32607
32608 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32609
32610         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32612         the atom is not available we have to unlock the mutex. Fixes #148023
32613
32614 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32615
32616         * gst-libs/gst/media-info/media-info.h:
32617           issue for a vararg macro with MSVC
32618
32619 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32620
32621         * gst/effectv/effectv.vcproj
32622         * gst-libs/gst/idct/idct.vcproj:
32623         * gst-libs/gst/media-info/media-info.vcproj:
32624         * gst-libs/gst/navigation/navigation.vcproj:
32625         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32626         * gst-libs/gst/video/video.vcproj:
32627         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32628           fixes for build problems
32629
32630 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32631
32632         * gst-libs/gst/audio/audio.def:
32633         * gst-libs/gst/audio/riff.def:
32634           add some definitions needed by plugins
32635
32636 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32637
32638         * gst/asfdemux/gstasfmux.c
32639           Fix some 64 bits constants to be glib friendly
32640
32641 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32642
32643         * gst/ac3parse/gstac3parse.c
32644         * gst/audioscale/gstaudioscale.c
32645         * gst/auparse/gstauparse.c
32646         * gst/colorspace/gstcolorspace.c
32647         * gst/colorspace/yuv2rgb.h
32648           local include fixes
32649
32650 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32651
32652         * win32/gst.sln
32653           add more plugins to the build
32654
32655 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32656
32657         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32658         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32659
32660 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32661
32662         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32663         (gst_level_set_property), (gst_level_get_property),
32664         (gst_level_base_init), (gst_level_class_init):
32665           add debugging categories.  cleanups.
32666
32667 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32668
32669         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32670         (gst_videoscale_planar411), (gst_videoscale_planar400),
32671         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32672         (gst_videoscale_scale_nearest_str1),
32673         (gst_videoscale_scale_nearest_str2),
32674         (gst_videoscale_scale_nearest_str4),
32675         (gst_videoscale_scale_nearest_16bit),
32676         (gst_videoscale_scale_nearest_24bit):
32677           fixed stride issues
32678           tested with 320x240 -> 321, 322, 324 x240
32679           tested with YV12, I420, YUY2, UYVY
32680           fixed packed422rev (don't think it could have worked before)
32681           by testing with UYVY
32682
32683 2004-07-26  Benjamin Otte  <otte@gnome.org>
32684
32685         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32686         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32687         (plugin_init):
32688           add debugging category, add error checks like checking return values
32689           of setup calls, make sure it still works after
32690           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32691
32692 2004-07-26  Wim Taymans  <wim@fluendo.com>
32693
32694         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32695         (gst_mpeg_demux_get_audio_stream),
32696         (gst_mpeg_demux_process_private):
32697         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32698         Check for error codes from the negotiation functions. Make sure
32699         we really set the pad caps when a new pad is created.
32700
32701 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32702
32703         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32704         (gst_ffmpeg_caps_to_pix_fmt):
32705         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32706         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32707         (gst_ffmpegcolorspace_pad_link):
32708           don't make function do two things at the same time without reason.
32709
32710 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32711
32712         * gst/ac3parse/ac3parse.vcproj
32713         * gst/adder/adder.vcproj
32714         * gst/alpha/alpha.vcproj
32715         * gst/alpha/alphacolor.vcproj
32716         * gst/asfdemux/asf.vcproj
32717         * gst/audioconvert/audioconvert.vcproj
32718         * gst/audiorate/audiorate.vcproj
32719         * gst/audioscale/audioscale.vcproj
32720         * gst/auparse/auparse.vcproj
32721         * gst/avi/avi.vcproj
32722         * gst/cdxaparse/cdxaparse.vcproj
32723         * gst/chart/chart.vcproj
32724         * gst/colorspace/colorspace.vcproj
32725         * gst/cutter/cutter.vcproj
32726         * gst/debug/debug.vcproj
32727         * gst/debug/efence.vcproj
32728         * gst/debug/navigationtest.vcproj
32729         * gst/deinterlace/deinterlace.vcproj
32730         * gst/effectv/effectv.vcproj
32731         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32732         * gst/filter/filter.vcproj
32733         * gst/flx/flxdec.vcproj
32734         * gst/goom/goom.vcproj
32735         * gst/interleave/interleave.vcproj
32736         * gst/law/alaw.vcproj
32737         * gst/law/mulaw.vcproj
32738         * gst/matroska/matroska.vcproj
32739         * gst/median/median.vcproj
32740         * gst/mixmatrix/mixmatrix.vcproj
32741         * gst/mpeg1sys/mpeg1systemencode.vcproj
32742         * gst/mpeg1videoparse/mp1videoparse.vcproj
32743         * gst/mpeg2sub/mpeg2subt.vcproj
32744         * gst/mpegaudio/mpegaudio.vcproj
32745         * gst/mpegaudioparse/mpegaudioparse.vcproj
32746         * gst/mpegstream/mpegstream.vcproj
32747         * gst/multifilesink/multifilesink.vcproj
32748         * gst/multipart/multipart.vcproj
32749         * gst/oneton/oneton.vcproj
32750         * gst/overlay/overlay.vcproj
32751         * gst/passthrough/passthrough.vcproj
32752         * gst/qtdemux/qtdemux.vcproj
32753         * gst/realmedia/rmdemux.vcproj
32754         * gst/rtjpeg/rtjpeg.vcproj
32755         * gst/rtp/rtp.vcproj
32756         * gst/silence/silence.vcproj
32757         * gst/sine/sinesrc.vcproj
32758         * gst/smooth/smooth.vcproj
32759         * gst/smpte/smpte.vcproj
32760         * gst/spectrum/spectrum.vcproj
32761         * gst/speed/speed.vcproj
32762         * gst/stereo/stereo.vcproj
32763         * gst/switch/switch.vcproj
32764         * gst/tags/tagedit.vcproj
32765         * gst/tcp/tcp.vcproj
32766         * gst/typefind/typefindfunctions.vcproj
32767         * gst/udp/udp.vcproj
32768         * gst/videobox/videobox.vcproj
32769         * gst/videocrop/videocrop.vcproj
32770         * gst/videodrop/videodrop.vcproj
32771         * gst/videofilter/gamma.vcproj
32772         * gst/videofilter/videobalance.vcproj
32773         * gst/videofilter/videofilter.vcproj
32774         * gst/videofilter/videoflip.vcproj
32775         * gst/videoflip/videoflip.vcproj
32776         * gst/videomixer/videomixer.vcproj
32777         * gst/videorate/videorate.vcproj
32778         * gst/videoscale/videoscale.vcproj
32779         * gst/videotestsrc/videotestsrc.vcproj
32780         * gst/virtualdub/virtualdub.vcproj
32781         * gst/volenv/volenv.vcproj
32782         * gst/volume/volume.vcproj
32783         * gst/wavenc/wavenc.vcproj
32784         * gst/wavparse/wavparse.vcproj
32785         * gst/y4m/y4menc.vcproj
32786           more plugins supported under windows
32787
32788 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32789
32790         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32791         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32792         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32794         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32795           Add debugging statements.  Use the sizes as returned by the
32796           *CreateImage calls.
32797
32798 2004-07-26  Johan Dahlin  <johan@gnome.org>
32799
32800         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32801         the pad is negotiated.
32802
32803         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32804
32805 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32806
32807         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32808         * gst-libs/gst/idct/idct.vcproj:
32809         * gst-libs/gst/media-info/media-info.vcproj:
32810         * gst-libs/gst/mixer/mixer.vcproj:
32811         * gst-libs/gst/navigation/navigation.vcproj:
32812         * gst-libs/gst/play/play.vcproj:
32813         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32814         * gst-libs/gst/resample/resample.vcproj:
32815         * gst-libs/gst/tuner/tuner.vcproj:
32816         * gst-libs/gst/video/video.vcproj:
32817         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32818           more plugins supported under windows
32819
32820 2004-07-25 Iain <iain@prettypeople.org>
32821
32822         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32823         pad now rather than when the pad is created because state changes wipe
32824         explicit caps (fixes #148043).
32825
32826 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32827
32828         reviewed by Benjamin Otte  <otte@gnome.org>
32829
32830         * ext/mad/gstmad.c:
32831           fix mad plugin crashing on Sun (fixes #148289)
32832
32833 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32834
32835         * gst/avi/avi.def:
32836         * gst/avi/avi.vcproj:
32837         * gst/matroska/matroska.def:
32838         * gst/matroska/matroska.vcproj:
32839           remove unused .def files
32840
32841 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32842
32843         * gst-libs/gst/audio/gstaudiofilter.c:
32844           Clean the local include
32845
32846 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32847
32848         * win32/gst.sln:
32849         * gst-libs/gst/audio/audio.def:
32850         * gst-libs/gst/audio/audio.vcproj:
32851         * gst-libs/gst/audio/audiofilter.vcproj:
32852         * gst-libs/gst/audio/riff.def:
32853         * gst-libs/gst/audio/riff.vcproj:
32854         * gst-libs/gst/gst-libs.def:
32855         * gst-libs/gst/gst-libs.vcproj:
32856         * gst/avi/avi.vcproj:
32857         * gst/avi/avi.vcproj:
32858           Copy the files where needed after building, cleaner projects
32859
32860 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32861
32862         * gst/matroska/ebml-write.c:
32863           Fix some 64 bits constants to be glib friendly
32864
32865 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32866
32867         * win32/gst.sln:
32868         * gst-libs/gst/gst-libs.def:
32869         * gst-libs/gst/gst-libs.vcproj:
32870         * gst/matroska/matroska.def:
32871         * gst/matroska/matroska.vcproj:
32872           Add the preliminary canvas to build plugins on Win32
32873
32874 2004-07-23  Benjamin Otte  <otte@gnome.org>
32875
32876         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32877           don't enfore negotiation from source side, it breaks
32878           sinesrc ! audioconvert ! osssink
32879
32880 2004-07-22  David Schleef  <ds@schleef.org>
32881
32882         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32883         for ELF files, since they can easily be recognized as audio/mpeg.
32884         (bug #147441)
32885
32886 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32887
32888         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32889         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32890         (gst_videoscale_scale_nearest_24bit),
32891         (gst_videoscale_scale_nearest_16bit):
32892           fix 16bit and 24bit for stride (24bit might need testing)
32893           don't pretend we do more than one algorithm
32894
32895 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32896
32897         * configure.ac:
32898         * gst/Makefile.am:
32899         * gst/multifilesink/Makefile.am:
32900         * gst/multifilesink/gstmultifilesink.c:
32901         (gst_multifilesink_get_formats),
32902         (gst_multifilesink_get_query_types), (_do_init),
32903         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32904         (gst_multifilesink_init), (gst_multifilesink_dispose),
32905         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32906         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32907         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32908         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32909         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32910         (gst_multifilesink_uri_get_type),
32911         (gst_multifilesink_uri_get_protocols),
32912         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32913         (gst_multifilesink_uri_handler_init), (plugin_init):
32914         * gst/multifilesink/gstmultifilesink.h:
32915         * testsuite/Makefile.am:
32916         * testsuite/multifilesink/Makefile.am:
32917         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32918         (gst_newmedia_class_init), (gst_newmedia_init),
32919         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32920         (newfile_signal), (test_signal), (main):
32921         multifilesink plugin for creating new files every time a new media
32922         discontinuity event occurs
32923
32924 2004-07-22  Wim Taymans  <wim@fluendo.com>
32925
32926         * gst/alpha/Makefile.am:
32927         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32928         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32929         (gst_alpha_color_init), (gst_alpha_color_set_property),
32930         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32931         (transform), (gst_alpha_color_chain),
32932         (gst_alpha_color_change_state), (plugin_init):
32933         Stupid plugin to to RGBA to AYUV conversion because none of
32934         the colorspace plugins can handle that yet.
32935
32936 2004-07-22  Wim Taymans  <wim@fluendo.com>
32937
32938         * examples/seeking/seek.c: (update_scale), (main):
32939         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32940         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32941         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32942         (gst_decode_bin_init), (gst_decode_bin_dispose),
32943         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32944         (no_more_pads), (close_link), (type_found),
32945         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32946         (plugin_init):
32947         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32948         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32949         (gst_play_base_bin_dispose), (queue_overrun),
32950         (gen_preroll_element), (remove_prerolls), (unknown_type),
32951         (no_more_pads), (new_stream), (setup_source),
32952         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32953         (play_base_eos), (gst_play_base_bin_change_state),
32954         (gst_play_base_bin_add_element),
32955         (gst_play_base_bin_remove_element),
32956         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32957         (gst_play_base_bin_unlink_stream),
32958         (gst_play_base_bin_get_streaminfo):
32959         * gst/playback/gstplaybin.c: (gen_video_element),
32960         (gen_audio_element):
32961         * gst/playback/gststreaminfo.h:
32962         More playback updates, attempt to fix things after the state change
32963         breakage.
32964
32965 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32966
32967         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32968         (gst_videoscale_scale_nearest_16bit):
32969           comment algorithm
32970
32971 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32972
32973         * gst/videotestsrc/gstvideotestsrc.c:
32974         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32975         (gst_videotestsrc_init), (gst_videotestsrc_get),
32976         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32977         (gst_videotestsrc_get_property):
32978         * gst/videotestsrc/gstvideotestsrc.h:
32979         * gst/videotestsrc/videotestsrc.c:
32980         * gst/videotestsrc/videotestsrc.h:
32981           cleanup and commenting
32982
32983 2004-07-21  Wim Taymans  <wim@fluendo.com>
32984
32985         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32986         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32987         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32988         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32989         (_find_chain_get_unknown_part), (_find_streams_check),
32990         (gst_ogg_demux_push), (gst_ogg_pad_push):
32991         * ext/theora/theoradec.c: (theora_get_formats),
32992         (theora_dec_src_convert), (theora_dec_sink_convert),
32993         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32994         (theora_dec_chain):
32995         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32996         (vorbis_dec_convert), (vorbis_dec_src_query),
32997         (vorbis_dec_src_event), (vorbis_dec_event):
32998         More seeking fixes, oggdemux now supports seeking to time and
32999         uses the downstream element to convert granulepos to time.
33000         Seeking in theora-only ogg files now works.
33001
33002 2004-07-21  Wim Taymans  <wim@fluendo.com>
33003
33004         * ext/theora/theoradec.c: (gst_theora_dec_init),
33005         (theora_get_formats), (theora_get_event_masks),
33006         (theora_get_query_types), (theora_dec_src_convert),
33007         (theora_dec_sink_convert), (theora_dec_src_query),
33008         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
33009         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33010         (vorbis_get_event_masks), (vorbis_get_query_types),
33011         (gst_vorbis_dec_init), (vorbis_dec_convert),
33012         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
33013         Added query/convert/formats functions to vorbis and theora decoders
33014         so that the outside world can use them too. Fixed seeking on an
33015         ogg/theora/vorbis file by disabling the seeking seeking on the
33016         theora srcpad.
33017
33018 2004-07-21  Julien MOUTTE  <julien@moutte.net>
33019
33020         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33021         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
33022         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
33023         images creation for both elements. We don't create the image on caps
33024         nego or renego, we just destroy the internal one if present if it does
33025         not match the needs. The chain function takes care of creating a new
33026         image when needed.
33027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33028         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
33029         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
33030         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
33031         the image format information. The buffer pool checks for the context
33032         image format and discard images with different formats.
33033         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
33034
33035 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33036
33037         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33038         (gst_ffmpegcolorspace_chain):
33039           no point in doing any chaining if the pad we want to push from
33040           isn't usable.
33041
33042 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33043
33044         * gst-libs/gst/riff/riff-media.c:
33045         (gst_riff_create_audio_caps_with_data):
33046           Fix double end-to-native symbol conversion (#148021).
33047
33048 2004-07-20  David Schleef  <ds@schleef.org>
33049
33050         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
33051         Don't use an Atom that doesn't exist.
33052
33053 2004-07-20  Wim Taymans  <wim@fluendo.com>
33054
33055         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33056         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33057         (gst_multifdsink_client_remove),
33058         (gst_multifdsink_handle_client_write),
33059         (gst_multifdsink_queue_buffer):
33060         * gst/tcp/gstmultifdsink.h:
33061         More multifdsink stats. Avoid deadlock by releasing locks
33062         before sending out a signal.
33063
33064 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33065
33066         * po/LINGUAS:
33067         * po/hu.po:
33068           added Hungarian translation (Laszlo Dvornik)
33069
33070 2004-07-20  Wim Taymans  <wim@fluendo.com>
33071
33072         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33073         (gst_multifdsink_add), (gst_multifdsink_client_remove),
33074         (gst_multifdsink_handle_client_write),
33075         (gst_multifdsink_queue_buffer):
33076         * gst/tcp/gsttcp-marshal.list:
33077         Fixed the stupid marshal definition.
33078
33079 2004-07-20  Wim Taymans  <wim@fluendo.com>
33080
33081         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33082         (gst_multifdsink_init), (gst_multifdsink_add),
33083         (gst_multifdsink_client_remove),
33084         (gst_multifdsink_handle_client_write),
33085         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33086         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33087         (gst_multifdsink_init_send):
33088         * gst/tcp/gstmultifdsink.h:
33089         Added more stats, added timeout for a client, fixed some typos
33090         and added some comments.
33091
33092 2004-07-20  Wim Taymans  <wim@fluendo.com>
33093
33094         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33095         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33096         (gst_multifdsink_client_remove),
33097         (gst_multifdsink_handle_client_write):
33098         * gst/tcp/gstmultifdsink.h:
33099         * gst/tcp/gsttcp-marshal.list:
33100         Added get_stats method that returns a GValueArray of
33101         stats values.
33102
33103 2004-07-19  Benjamin Otte  <otte@gnome.org>
33104
33105         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33106           make sure longname, description and author are valid UTF-8
33107
33108 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33109
33110         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33111         (gst_ximagesink_set_property):
33112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33113         (gst_xvimagesink_set_property):
33114           make sure SYNCHRONOUS is respected after getting the X context
33115
33116 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33117
33118         * gst/matroska/matroska-demux.c:
33119         (gst_matroska_demux_handle_src_event),
33120         (gst_matroska_demux_parse_blockgroup):
33121         * gst/matroska/matroska-ids.h:
33122           add BlockReference tag and ignore it to clear out log.
33123           ignore NAVIGATION events to clear out log.
33124
33125 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33126
33127         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33128         (gst_matroska_demux_add_stream):
33129         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33130           add debug categories
33131
33132 2004-07-16  Wim Taymans  <wim@fluendo.com>
33133
33134         * ext/libpng/Makefile.am:
33135         * ext/libpng/gstpng.c: (plugin_init):
33136         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33137         (gst_pngdec_get_type), (gst_pngdec_base_init),
33138         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33139         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33140         * ext/libpng/gstpngdec.h:
33141         Added png decoder.
33142
33143 2004-07-16  Julien MOUTTE  <julien@moutte.net>
33144
33145         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33146         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33147         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33148         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33149         (gst_ximagesink_buffer_alloc):
33150         * sys/ximage/ximagesink.h:
33151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33152         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33153         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33154         (gst_xvimagesink_buffer_alloc):
33155         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33156         again. Using internal data pointer of the x(v)image to store image's
33157         data to be coherent with the buffer alloc mechanism. Investigated the
33158         image destruction code to be sure that everything gets freed correctly.
33159
33160 2004-07-16  Wim Taymans  <wim@fluendo.com>
33161
33162         * gst-libs/gst/riff/riff-read.c:
33163         (gst_riff_read_strf_vids_with_data),
33164         (gst_riff_read_strf_auds_with_data):
33165         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33166         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33167         Make sure we don't create 0 sized subbuffers in riff-read.
33168         Signal the no more pads signal after reading the avi header.
33169
33170 2004-07-16  Wim Taymans  <wim@fluendo.com>
33171
33172         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33173         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33174         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33175         (gst_decode_bin_init), (gst_decode_bin_dispose),
33176         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33177         (no_more_pads), (close_link), (type_found),
33178         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33179         (gst_decode_bin_change_state), (plugin_init):
33180         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33181         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33182         (gst_play_base_bin_dispose), (queue_overrun),
33183         (gen_preroll_element), (remove_prerolls), (unknown_type),
33184         (no_more_pads), (new_stream), (setup_source),
33185         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33186         (play_base_eos), (gst_play_base_bin_change_state),
33187         (gst_play_base_bin_add_element),
33188         (gst_play_base_bin_remove_element),
33189         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33190         (gst_play_base_bin_unlink_stream),
33191         (gst_play_base_bin_get_streaminfo):
33192         * gst/playback/gstplaybasebin.h:
33193         Better error recovery. Added configurable preroll queue size. Faster
33194         detection of no-more-pads.
33195
33196 2004-07-16  Wim Taymans  <wim@fluendo.com>
33197
33198         * gst-libs/gst/video/video.h:
33199         Added 32 bits RGBA. Not sure if we should use another mime-type
33200         for alpha rgb. Currently the presence of the alpha_mask property
33201         signals an alpha channel.
33202
33203 2004-07-16  Wim Taymans  <wim@fluendo.com>
33204
33205         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33207         FPS seems to be 0.0 to MAX everywhere else.
33208
33209 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33210
33211         * gst-libs/gst/riff/riff-media.c:
33212         (gst_riff_create_video_caps_with_data):
33213           mp42/mp43 (no caps) exist too.
33214         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33215           Set pixel_width/height; we've got them in-caps.
33216         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33217         * gst/wavparse/gstwavparse.c: (plugin_init):
33218           Both are valid primary.
33219         * sys/oss/gstossmixer.c:
33220           Remove i18n hack and enable translations.
33221
33222 2004-07-15  Benjamin Otte  <otte@gnome.org>
33223
33224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33225         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33226           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33227
33228 2004-07-15  Benjamin Otte  <otte@gnome.org>
33229
33230         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33231         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33232         (gst_alsa_close_audio):
33233           disable some of the debugging code for now. Writing debugging to a
33234           buffer is broken in current alsalib releases.
33235
33236 2004-07-12  Benjamin Otte  <otte@gnome.org>
33237
33238         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33239           use bufferpools
33240
33241 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33242
33243         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33244         (theora_dec_src_query), (theora_dec_event):
33245         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33246           add debugging categories.  Remove \n's.
33247
33248 2004-07-13  Johan Dahlin  <johan@gnome.org>
33249
33250         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33251         (gst_play_bin_get_property): Impl.
33252
33253 2004-07-13  Wim Taymans  <wim@fluendo.com>
33254
33255         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33256         When trying to find the stream length, seek back N pages
33257         instead of just one, where N is the number of streams in
33258         the current chain.
33259
33260 2004-07-13  Wim Taymans  <wim@fluendo.com>
33261
33262         * gst-libs/gst/riff/riff-media.c:
33263         (gst_riff_create_audio_caps_with_data),
33264         (gst_riff_create_audio_caps),
33265         (gst_riff_create_audio_template_caps):
33266         * gst-libs/gst/riff/riff-media.h:
33267         * gst-libs/gst/riff/riff-read.c:
33268         (gst_riff_read_strf_vids_with_data),
33269         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33270         * gst-libs/gst/riff/riff-read.h:
33271         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33272         (gst_avi_demux_add_stream):
33273         Set codec_data on caps for avidemuxer.
33274
33275 2004-07-12  David Schleef  <ds@schleef.org>
33276
33277         * configure.ac: Fix test for Objective C
33278
33279 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33280         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33281         (gst_gdk_pixbuf_chain):
33282           Add svg and pcx to template caps, and ensure that getcaps returns a
33283           subset of the template caps.
33284           Copy each row manually for output, as gdkpixbuf may pad the
33285           rowstride to a 32-bit word boundary.
33286
33287 2004-07-12  Wim Taymans  <wim@fluendo.com>
33288
33289         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33290         (gst_riff_create_video_template_caps):
33291         Fix the template caps to include some more media types.
33292
33293 2004-07-12  Wim Taymans  <wim@fluendo.com>
33294
33295         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33296         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33297         (compare_ranks), (print_feature), (gst_decode_bin_init),
33298         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33299         (try_to_link_1), (new_pad), (close_link), (type_found),
33300         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33301         (gst_decode_bin_change_state), (plugin_init):
33302         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33303         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33304         (gst_play_base_bin_dispose), (queue_overrun),
33305         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33306         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33307         (gst_play_base_bin_get_property), (play_base_eos),
33308         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33309         (gst_play_base_bin_remove_element),
33310         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33311         (gst_play_base_bin_unlink_stream),
33312         (gst_play_base_bin_get_streaminfo):
33313         * gst/playback/gstplaybasebin.h:
33314         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33315         (gst_play_bin_class_init), (gst_play_bin_init),
33316         (gst_play_bin_dispose), (gst_play_bin_set_property),
33317         (gst_play_bin_get_property), (gen_video_element),
33318         (gen_audio_element), (remove_sinks), (setup_sinks),
33319         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33320         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33321         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33322         (gst_play_bin_query), (plugin_init):
33323         * gst/playback/test4.c: (main):
33324         More fixes on reusing of the element.
33325
33326 2004-07-11  Benjamin Otte  <otte@gnome.org>
33327
33328         * ext/mad/gstmad.c: (normal_seek):
33329           allow seeking for other methods than just SET
33330
33331 2004-07-11  Andy Wingo  <wingo@pobox.com>
33332
33333         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33334         float, "any" caps -> buffer_frames=[0,MAX].
33335
33336         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33337         doesn't intersect our caps with the template any more. Do it
33338         ourselves.
33339         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33340
33341 2004-07-09  Wim Taymans  <wim@fluendo.com>
33342
33343         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33344         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33345         (compare_ranks), (print_feature), (gst_decode_bin_init),
33346         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33347         (try_to_link_1), (new_pad), (close_link), (type_found),
33348         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33349         (gst_decode_bin_change_state), (plugin_init):
33350         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33351         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33352         (gst_play_base_bin_dispose), (queue_overrun),
33353         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33354         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33355         (gst_play_base_bin_get_property), (play_base_eos),
33356         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33357         (gst_play_base_bin_remove_element),
33358         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33359         (gst_play_base_bin_unlink_stream),
33360         (gst_play_base_bin_get_streaminfo):
33361         * gst/playback/gstplaybasebin.h:
33362         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33363         (gst_play_bin_class_init), (gst_play_bin_init),
33364         (gst_play_bin_dispose), (gst_play_bin_set_property),
33365         (gst_play_bin_get_property), (gen_video_element),
33366         (gen_audio_element), (remove_sinks), (setup_sinks),
33367         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33368         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33369         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33370         (gst_play_bin_query), (plugin_init):
33371         * gst/playback/test4.c: (main):
33372         Work on object reuse and seeking.
33373
33374 2004-07-09  Wim Taymans  <wim@fluendo.com>
33375
33376         * examples/seeking/seek.c: (iterate):
33377         Don't consume all CPU in the idle loop.
33378
33379 2004-07-09  Wim Taymans  <wim@fluendo.com>
33380
33381         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33382         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33383         Add pad to element *after* setting the pad functions so that
33384         the scheduler can use the correct ones.
33385
33386 2004-07-09  Wim Taymans  <wim@fluendo.com>
33387
33388         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33389         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33390         Sync to keyframe after seek
33391
33392 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33393
33394         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33395         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33396         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33397         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33398         * ext/libvisual/visual.c: (gst_visual_change_state):
33399         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33400         * ext/theora/theoradec.c: (theora_dec_change_state):
33401         * ext/theora/theoraenc.c: (theora_enc_change_state):
33402         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33403         * gst-libs/gst/navigation/navigation.c:
33404         * gst/adder/gstadder.c: (gst_adder_change_state):
33405         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33406         (gst_audio_convert_get_buffer):
33407         * gst/multipart/multipartdemux.c:
33408         (gst_multipart_demux_change_state):
33409         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33410         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33411         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33412         * gst/videoscale/gstvideoscale.c:
33413         (gst_videoscale_handle_src_event):
33414         * gst/volume/gstvolume.c: (volume_chain_int16):
33415           don't assert in state change, this should be done by the base
33416           GstElement class.
33417           various debugging fixes.
33418
33419 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33420
33421         * configure.ac:
33422         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33423         (gst_play_dispose), (gst_play_set_location),
33424         (gst_play_set_data_src), (gst_play_set_video_sink),
33425         (gst_play_set_audio_sink), (gst_play_set_visualization),
33426         (gst_play_connect_visualization), (gst_play_get_sink_element),
33427         (gst_play_get_all_by_interface):
33428         * gst-libs/gst/play/play.h:
33429           add new method to get elements implementing an interface.
33430           add various error logging
33431
33432 2004-07-08  Wim Taymans  <wim@fluendo.com>
33433
33434         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33435         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33436         (make_playerbin_pipeline), (query_durations_elems),
33437         (query_durations_pads), (query_positions_elems),
33438         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33439         (main):
33440         Added playbin seeking example.
33441
33442 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33443
33444         * gst-libs/gst/play/play.c: (gst_play_set_location),
33445         (gst_play_set_data_src), (gst_play_set_video_sink),
33446         (gst_play_set_audio_sink), (gst_play_set_visualization),
33447         (gst_play_connect_visualization), (gst_play_get_framerate):
33448           use a macro to look up elements from hash table
33449
33450 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33451
33452         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33453         (gst_play_get_length_callback), (gst_play_set_location),
33454         (gst_play_seek_to_time), (gst_play_set_data_src),
33455         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33456         (gst_play_set_visualization), (gst_play_connect_visualization),
33457         (gst_play_get_sink_element):
33458         - add debugging info
33459         - fix looking up sink elements by iterating over complete caps
33460         - put everything except for source and autoplugger in a complete bin
33461
33462 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33463
33464         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33465         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33466         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33467         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33468         * ext/alsa/gstalsasink.h:
33469         - add debugging info
33470         - clean up schizophrenia of data/buffer/event
33471         - fix double event unref error
33472
33473 2004-07-08  Wim Taymans  <wim@fluendo.com>
33474
33475         * gst/playback/Makefile.am:
33476         Add headers to noinst
33477
33478 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33479
33480         * tools/gst-launch-ext-m.m:
33481         * tools/gst-launch-ext.1.in:
33482           convert to the third millenium
33483
33484 2004-07-07  David Schleef  <ds@schleef.org>
33485
33486         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33487
33488 2004-07-07  Wim Taymans  <wim@fluendo.com>
33489
33490         * gst/playback/Makefile.am:
33491         * gst/playback/README:
33492         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33493         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33494         (compare_ranks), (print_feature), (gst_decode_bin_init),
33495         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33496         (try_to_link_1), (new_pad), (close_link), (type_found),
33497         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33498         (plugin_init):
33499         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33500         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33501         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33502         (gen_preroll_element), (no_more_pads), (new_stream),
33503         (setup_source), (gst_play_base_bin_set_property),
33504         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33505         (gst_play_base_bin_add_element),
33506         (gst_play_base_bin_remove_element),
33507         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33508         (gst_play_base_bin_unlink_stream),
33509         (gst_play_base_bin_get_streaminfo):
33510         * gst/playback/gstplaybasebin.h:
33511         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33512         (gst_play_bin_class_init), (gst_play_bin_init),
33513         (gst_play_bin_dispose), (gst_play_bin_set_property),
33514         (gst_play_bin_get_property), (gen_video_element),
33515         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33516         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33517         (gst_play_bin_get_formats), (gst_play_bin_convert),
33518         (gst_play_bin_get_query_types), (gst_play_bin_query),
33519         (plugin_init):
33520         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33521         (gst_stream_info_get_type), (gst_stream_info_class_init),
33522         (gst_stream_info_init), (gst_stream_info_new),
33523         (gst_stream_info_dispose), (gst_stream_info_set_property),
33524         (gst_stream_info_get_property):
33525         * gst/playback/gststreaminfo.h:
33526         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33527         (main):
33528         * gst/playback/test2.c: (main):
33529         * gst/playback/test3.c: (update_scale), (main):
33530         More playbin fixes. Added README. Do better element filtering.
33531         Added base class to preroll media. Added test apps.
33532
33533 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33534
33535         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33536         * ext/mpeg2dec/gstmpeg2dec.h:
33537           various debugging improvements.  Reset stream to next picture
33538           instead of sequence header, otherwise seeks cannot work.
33539
33540 2004-07-07  Wim Taymans  <wim@fluendo.com>
33541
33542         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33543         (gst_video_box_class_init), (gst_video_box_set_property),
33544         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33545         Use pad_alloc where possible.
33546
33547 2004-07-07  Wim Taymans  <wim@fluendo.com>
33548
33549         * sys/oss/gstosselement.c: (gst_osselement_reset),
33550         (gst_osselement_parse_caps):
33551         * sys/oss/gstosselement.h:
33552         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33553         Fix offset on osssrc.
33554
33555 2004-07-07  Wim Taymans  <wim@fluendo.com>
33556
33557         * ext/theora/theora.c: (plugin_init):
33558         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33559         (theora_dec_src_query), (theora_dec_chain):
33560         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33561         (theora_enc_sink_link), (theora_buffer_from_packet),
33562         (theora_push_packet), (theora_enc_chain):
33563         Fix theora granulepos calculation.
33564         Fix overflow in duration/position calculation.
33565         Bump rank to PRIMARY for theoradec.
33566         Use granulepos of last packet to calculate position.
33567         Set keyframe flag on buffers when needed.
33568
33569 2004-07-06  David Schleef  <ds@schleef.org>
33570
33571         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33572         serious?  (Fixed, obviously.)
33573
33574 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33575
33576         * po/LINGUAS:
33577         * po/cs.po:
33578           added Czech translation (Miloslav Trmac)
33579
33580 2004-07-05  Wim Taymans  <wim@fluendo.com>
33581
33582         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33583         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33584         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33585         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33586         (close_link), (type_found), (gst_decode_bin_set_property),
33587         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33588         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33589         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33590         (gst_decode_bin_query), (plugin_init):
33591         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33592         (gst_play_bin_class_init), (gst_play_bin_init),
33593         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33594         (get_video_element), (new_pad), (setup_source),
33595         (gst_play_bin_set_property), (gst_play_bin_get_property),
33596         (gst_play_bin_change_state), (gst_play_bin_add_element),
33597         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33598         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33599         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33600         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33601         * gst/playback/test.c: (main):
33602         More fixes, cleaned up playbin, make it use decodebin. Added
33603         threaded property to playbin.
33604
33605 2004-07-05  Wim Taymans  <wim@fluendo.com>
33606
33607         * configure.ac:
33608         * gst/playback/Makefile.am:
33609         * gst/playback/decodetest.c: (main):
33610         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33611         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33612         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33613         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33614         (close_link), (type_found), (gst_decode_bin_set_property),
33615         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33616         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33617         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33618         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33619         (plugin_init):
33620         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33621         (gst_play_bin_class_init), (gst_play_bin_init),
33622         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33623         (collect_sink_pads), (find_compatibles), (close_pad_link),
33624         (try_to_link_1), (new_pad), (close_link), (type_found),
33625         (setup_source), (gst_play_bin_set_property),
33626         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33627         (compare_ranks), (gst_play_bin_collect_factories),
33628         (gst_play_bin_change_state), (gst_play_bin_add_element),
33629         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33630         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33631         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33632         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33633         * gst/playback/test.c: (main):
33634         Added some playback helper elements and some test apps, very alpha
33635         still.
33636
33637 2004-07-04  Benjamin Otte  <otte@gnome.org>
33638
33639         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33640           only restart audio when we indeed have an xrun to fix repeated
33641           xruns. Fix suggested by Giuliano Pochini.
33642
33643 2004-07-03  David Schleef  <ds@schleef.org>
33644
33645         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33646         call to gst_debug_log() if debugging is disabled (bug #145118)
33647
33648 2004-07-03  Benjamin Otte  <otte@gnome.org>
33649
33650         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33651           use our own functions for restarting the alsa device.
33652         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33653           I should apply patches myself - use MIN for the third argument, not
33654           the second, this fixes seeking
33655
33656 2004-07-02  David Schleef  <ds@schleef.org>
33657
33658         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33659         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33660         do with the logic.
33661
33662 2004-07-02  David Schleef  <ds@schleef.org>
33663
33664         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33665         output buffers.  Fix logic mistake.  (bug #144866)
33666
33667 2004-07-02  David Schleef  <ds@schleef.org>
33668
33669         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33670         on X.  (bug #144753)
33671
33672 2004-07-02  David Schleef  <ds@schleef.org>
33673
33674         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33675         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33676         (bug #144624)
33677         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33678         (gst_osselement_rate_probe_check): Add another workaround for
33679         buggy drivers (bug #145336)
33680
33681 2004-07-02  David Schleef  <ds@schleef.org>
33682
33683         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33684         Most systems don't have MSG_NOSIGNAL.
33685
33686 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33687
33688         * Makefile.am:
33689         * gst-libs/gst/colorbalance/Makefile.am:
33690         * gst-libs/gst/mixer/Makefile.am:
33691         * gst-libs/gst/play/Makefile.am:
33692         * gst-libs/gst/tuner/Makefile.am:
33693           (hopefully) fix both install and dist and make error message useful.
33694           needs testing across automakes.
33695
33696 2004-07-02  Benjamin Otte  <otte@gnome.org>
33697
33698         * ext/ogg/gstogg.c: (plugin_init):
33699           we require bytestream now
33700         * ext/ogg/gstoggdemux.c:
33701           huge diff to implement chain setup in a fast and generic way. This
33702           improves tag reading and startup of huge files (read: Theora videos)
33703           quite a bit. It probably contains bugs, too, so please test.
33704           Seeking is not improved to the fast method.
33705
33706 2004-06-29  Wim Taymans  <wim@fluendo.com>
33707
33708         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33709         * ext/ogg/gstoggmux.c:
33710         Fix memleak in oggdemux when running unconnected pads.
33711         doc update in mux, start working on keyframe mode.
33712
33713 2004-06-29  Benjamin Otte  <otte@gnome.org>
33714
33715         * sys/oss/gstosssink.c:
33716         * sys/oss/gstosssrc.c:
33717           advertise correct template caps - we indeed do non-native endianness
33718           and 8bit audio has no endianness
33719         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33721           avoid (wrong) duplications in getcaps function and return
33722           template caps
33723
33724 2004-06-29  Wim Taymans  <wim@fluendo.com>
33725
33726         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33727         (gst_multifdsink_class_init), (gst_multifdsink_add),
33728         (gst_multifdsink_remove), (gst_multifdsink_clear),
33729         (gst_multifdsink_client_remove),
33730         (gst_multifdsink_handle_client_read),
33731         (gst_multifdsink_client_queue_data),
33732         (gst_multifdsink_client_queue_caps),
33733         (gst_multifdsink_client_queue_buffer),
33734         (gst_multifdsink_handle_client_write),
33735         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33736         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33737         (gst_multifdsink_init_send), (gst_multifdsink_close):
33738         Fix wrong GList iteration that could crash the server when
33739         more then 2 clients disconnect at the same time. Read all the
33740         pending commands in one batch to recover from command storms under
33741         very heavy load.
33742
33743 2004-06-28  Wim Taymans  <wim@fluendo.com>
33744
33745         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33746         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33747         (gst_videomixer_pad_set_property),
33748         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33749         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33750         (gst_videomixer_class_init), (gst_videomixer_init),
33751         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33752         (pad_zorder_compare), (gst_videomixer_sort_pads),
33753         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33754         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33755         (gst_videomixer_update_queues), (gst_videomixer_loop),
33756         (plugin_init):
33757         Avoid divide by zero, choose masterpad as the pad with the highest
33758         framerate.
33759
33760 2004-06-27  Julien Moutte  <julien@moutte.net>
33761
33762         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33763         (gst_ximagesink_xwindow_new):
33764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33765         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33766         function directly. We might want to call it from somewhere else one day.
33767
33768 2004-06-27  Julien Moutte  <julien@moutte.net>
33769
33770         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33771         (gst_ximagesink_xwindow_new):
33772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33773         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33774         window decorations.
33775
33776 2004-06-27  Wim Taymans  <wim@fluendo.com>
33777
33778         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33779         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33780         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33781         (gst_dvdec_set_property), (gst_dvdec_get_property):
33782         * ext/dv/gstdvdec.h:
33783         Implement drop_factor property to lower the framerate with
33784         a factor.
33785
33786 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33787
33788         * gst-libs/gst/colorbalance/Makefile.am:
33789         * gst-libs/gst/mixer/Makefile.am:
33790         * gst-libs/gst/play/Makefile.am:
33791         * gst-libs/gst/tuner/Makefile.am:
33792           unbreak Company's fix that didn't install the -enum.h files
33793
33794 2004-06-27  Wim Taymans  <wim@fluendo.com>
33795
33796         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33797         (gst_dvdec_change_state):
33798         * ext/dv/gstdvdec.h:
33799         Fix timestamp, duration and offset of the buffers.
33800
33801 2004-06-27  Wim Taymans  <wim@fluendo.com>
33802
33803         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33804         (gst_multifdsink_class_init), (gst_multifdsink_add),
33805         (gst_multifdsink_remove), (gst_multifdsink_clear),
33806         (gst_multifdsink_client_remove),
33807         (gst_multifdsink_handle_client_read),
33808         (gst_multifdsink_client_queue_data),
33809         (gst_multifdsink_client_queue_caps),
33810         (gst_multifdsink_client_queue_buffer),
33811         (gst_multifdsink_handle_client_write),
33812         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33813         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33814         (gst_multifdsink_init_send), (gst_multifdsink_close):
33815         * gst/tcp/gstmultifdsink.h:
33816         * gst/tcp/gsttcpserversink.c:
33817         (gst_tcpserversink_handle_server_read),
33818         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33819         More multifdsink fixes, more recovery policy fixes.
33820         Removed stupid g_print
33821
33822 2004-06-26  Wim Taymans  <wim@fluendo.com>
33823
33824         * gst/tcp/Makefile.am:
33825         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33826         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33827         (gst_multifdsink_class_init), (gst_multifdsink_init),
33828         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33829         (gst_multifdsink_handle_client_read),
33830         (gst_multifdsink_client_queue_data),
33831         (gst_multifdsink_client_queue_caps),
33832         (gst_multifdsink_client_queue_buffer),
33833         (gst_multifdsink_handle_client_write),
33834         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33835         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33836         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33837         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33838         (gst_multifdsink_close), (gst_multifdsink_change_state):
33839         * gst/tcp/gstmultifdsink.h:
33840         * gst/tcp/gsttcpplugin.c: (plugin_init):
33841         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33842         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33843         (gst_tcpserversink_handle_server_read),
33844         (gst_tcpserversink_handle_select),
33845         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33846         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33847         * gst/tcp/gsttcpserversink.h:
33848         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33849         one of the locks, added recovery policy to multifdsink.
33850
33851 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33852
33853         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33854           fix decision for when getting frames with same timestamp
33855         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33856         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33857         (gst_v4lsrc_get_property):
33858         * sys/v4l/gstv4lsrc.h:
33859           add latency offset property
33860
33861 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33862
33863         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33864         (plugin_init):
33865           fix debugging. add category.
33866
33867 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33868
33869         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33870           fix wrong offsets
33871
33872 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33873
33874         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33875         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33876         (gst_alsa_src_change_state):
33877           return a time that is in sync with the element's processing
33878
33879 2004-06-25  Wim Taymans  <wim@fluendo.com>
33880
33881         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33882         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33883         (gst_tcpserversink_client_remove),
33884         (gst_tcpserversink_handle_client_read),
33885         (gst_tcpserversink_client_queue_data),
33886         (gst_tcpserversink_client_queue_caps),
33887         (gst_tcpserversink_client_queue_buffer),
33888         (gst_tcpserversink_handle_client_write),
33889         (gst_tcpserversink_queue_buffer),
33890         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33891         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33892         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33893         (gst_tcpserversink_close):
33894         * gst/tcp/gsttcpserversink.h:
33895         Serversink rewrite. Really do non blocking writes to clients and
33896         maintain an internal queue to handle slower clients while not
33897         disturbing fast clients.
33898
33899 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33900
33901         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33902           better debug, don't override OFFSET and OFFSET_END
33903
33904 2004-06-25  Iain <iain@prettypeople.org>
33905
33906         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33907         name=source for the wavparse pipeline.
33908
33909 2004-06-24  Johan Dahlin  <johan@gnome.org>
33910
33911         * ext/theora/theoraenc.c (theora_enc_chain): Call
33912         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33913         streamheader caps are set correctly.
33914
33915 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33916
33917         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33918         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33919           respect minimum bitrate; same could be done for max bitrate
33920
33921 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33922
33923         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33924         (gst_vorbisenc_setup):
33925           fix sample rate range
33926
33927 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33928
33929         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33930         (gst_oggvorbisenc_setup):
33931         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33932         (gst_vorbisenc_setup):
33933           resolve ambiguities in code and description
33934
33935 2004-06-24  Wim Taymans  <wim@fluendo.com>
33936
33937         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33938         * ext/alsa/gstalsa.h:
33939         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33940         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33941         Use alsa trigger_tstamp to get the timestamp of the first
33942         sample in the buffer for more precise sync. Some cleanups.
33943
33944 2004-06-24  Wim Taymans  <wim@fluendo.com>
33945
33946         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33947         (gst_audiorate_init), (gst_audiorate_chain),
33948         (gst_audiorate_set_property), (gst_audiorate_get_property):
33949         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33950         (gst_videorate_chain):
33951         Added some logging, fixed an overflow bug in videorate.
33952
33953 2004-06-24  Benjamin Otte  <otte@gnome.org>
33954
33955         * ext/kio/Makefile.am:
33956           fix for builddir != srcdir and distcheck
33957
33958 2004-06-24  Benjamin Otte  <otte@gnome.org>
33959
33960         * gst-libs/gst/colorbalance/Makefile.am:
33961         * gst-libs/gst/mixer/Makefile.am:
33962         * gst-libs/gst/play/Makefile.am:
33963         * gst-libs/gst/tuner/Makefile.am:
33964         * gst/tcp/Makefile.am:
33965         * sys/dxr3/Makefile.am:
33966           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33967           tarball.
33968           Also add all *.list files that were missing.
33969         * Makefile.am:
33970           add a distcheck hook to ensure the above doesn't happen again.
33971
33972 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33973
33974         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33975
33976 2004-06-23  Colin Walters  <walters@redhat.com>
33977
33978         * m4/Makefile.am: Distribute gst-fionread.m4.
33979
33980 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33981
33982         * configure.ac: back to dev
33983
33984 2004-06-23  Wim Taymans  <wim@fluendo.com>
33985
33986         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33987         (gst_alsa_xrun_recovery):
33988         * ext/alsa/gstalsa.h:
33989         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33990         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33991         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33992         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33993         (gst_alsa_src_loop):
33994         Add clock to alsasrc. Take new capture timestamp when
33995         restarting after an overrun. Split up some functions between
33996         alsasrc and alsasink.
33997
33998 === release 0.8.2 ===
33999
34000 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34001
34002         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34003         (gst_alsa_change_state), (gst_alsa_update_avail),
34004         (gst_alsa_xrun_recovery):
34005         * ext/alsa/gstalsa.h:
34006         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34007           merge back changes from release
34008
34009 2004-06-23  Wim Taymans  <wim@fluendo.com>
34010
34011         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
34012         (gst_audiorate_init), (gst_audiorate_chain),
34013         (gst_audiorate_set_property), (gst_audiorate_get_property):
34014         Implement sample dropping and notify
34015
34016 2004-06-22  Wim Taymans  <wim@fluendo.com>
34017
34018         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34019         (theora_enc_sink_link), (theora_buffer_from_packet),
34020         (theora_push_packet), (theora_enc_chain):
34021         Some cleanups, make sure the timestamps are correct.
34022
34023 2004-06-22  Wim Taymans  <wim@fluendo.com>
34024
34025         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
34026         (gst_alsa_change_state), (gst_alsa_update_avail),
34027         (gst_alsa_xrun_recovery):
34028         * ext/alsa/gstalsa.h:
34029         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34030         Cleanups, take queued samples into account when reporting
34031         the time.
34032
34033 2004-06-22  Wim Taymans  <wim@fluendo.com>
34034
34035         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34036         (gst_videorate_init):
34037         Initialize the property as well.
34038
34039 2004-06-22  Wim Taymans  <wim@fluendo.com>
34040
34041         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34042         (gst_videorate_init), (gst_videorate_chain),
34043         (gst_videorate_set_property), (gst_videorate_get_property):
34044         Add property to make videorate silent.
34045         Add property to prefer new frames over old ones.
34046
34047 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34048
34049         * sys/osxvideo/Makefile.am:
34050         Workaround so that the osxvideo .so file gets linked with the
34051         Cocoa, OpenGL and QuickTime frameworks
34052
34053 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34054
34055         * sys/osxaudio/Makefile.am:
34056         Workaround so that the osxaudio .so file gets linked with the
34057         CoreAudio framework
34058
34059 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34060
34061         * configure.ac:
34062         Whoops, my fault...fixed build issues
34063
34064 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34065
34066         * configure.ac:
34067         Add objective-c support if running in Darwin/Mac OS X
34068         * sys/Makefile.am:
34069         * sys/osxvideo:
34070         * sys/osxvideo/Makefile.am:
34071         * sys/osxvideo/osxvideosink.h:
34072         * sys/osxvideo/osxvideosink.m:
34073         * sys/osxvideo/cocoawindow.h:
34074         * sys/osxvideo/cocoawindow.m:
34075         Add osxvideosink, a cocoa-based osx video sink
34076
34077
34078 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
34079         * ext/dvdnav/gst-dvd:
34080         Grab the gconf key from the right spot
34081         * gst/debug/gstnavseek.c: (gst_navseek_init),
34082         (gst_navseek_segseek), (gst_navseek_handle_src_event),
34083         (gst_navseek_chain):
34084         * gst/debug/gstnavseek.h:
34085           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34086           and loop parameters of a segment seek.
34087         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34088         (gst_videotestsrc_get_event_masks),
34089         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34090         * gst/videotestsrc/gstvideotestsrc.h:
34091           Add seeking support to videotestsrc
34092           Initialise the timestamp_offset variable.
34093
34094 2004-06-18  Wim Taymans  <wim@fluendo.com>
34095
34096         * ext/sidplay/gstsiddec.cc:
34097         Fix negotiation and set correct end offset.
34098
34099 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34100
34101         * configure.ac: branch and prerelease
34102
34103 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34104
34105         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34106         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34107         (gst_tcpclientsrc_init_receive):
34108         * gst/tcp/gsttcpclientsrc.h:
34109           read caps when connecting to server for GDP so we set them correctly
34110
34111 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34112
34113         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34114           notify drops and duplicates
34115         * gst/videoscale/videoscale.c: (videoscale_get_structure):
34116           no good reason to limit ourselves to 100x100
34117
34118 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34119
34120         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34121         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34122         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34123         (gst_v4lsrc_get_property):
34124         * sys/v4l/gstv4lsrc.h:
34125         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34126         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34127         (gst_v4l_set_audio):
34128         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34129         (gst_v4lsrc_try_capture):
34130         * sys/v4l/v4lsrc_calls.h:
34131           change try_palette to more general try_capture
34132           add autoprobe option so we can turn off autoprobing
34133           various fixes
34134
34135 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34136
34137         * configure.ac:
34138           add videorate
34139         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34140         (gst_ximagesink_class_init):
34141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34142         (gst_xvimagesink_class_init):
34143           run them as finalize, not dispose, since dispose can be invoked
34144           multiple times
34145
34146 2004-06-17  Wim Taymans  <wim@fluendo.com>
34147
34148         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34149         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34150         * ext/alsa/gstalsa.h:
34151         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34152         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34153         (gst_alsa_src_change_state):
34154         * ext/alsa/gstalsasrc.h:
34155         Make the xrun code timestamp and offset the buffers correctly.
34156         moved the clock to the base class, use alsa methods to get time.
34157         Do correct timestamping on outgoing buffers.
34158
34159 2004-06-17  Wim Taymans  <wim@fluendo.com>
34160
34161         * gst/audiorate/Makefile.am:
34162         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34163         (gst_audiorate_base_init), (gst_audiorate_class_init),
34164         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34165         (gst_audiorate_set_property), (gst_audiorate_get_property),
34166         (gst_audiorate_change_state), (plugin_init):
34167         Added an audiorate converter that fills in gaps.
34168
34169 2004-06-17  Johan Dahlin  <johan@gnome.org>
34170
34171         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34172
34173 2004-06-16  Wim Taymans  <wim@fluendo.com>
34174
34175         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34176         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34177         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34178         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34179         (gst_v4lsrc_get_property):
34180         * sys/v4l/gstv4lsrc.h:
34181         Added a copy mode to v4lsrc where it will output a copied version
34182         of its internal hardware buffer.
34183         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34184         can't | them.
34185
34186 2004-06-16  Wim Taymans  <wim@fluendo.com>
34187
34188         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34189         Timestamp fixes.
34190
34191 2004-06-16  Wim Taymans  <wim@fluendo.com>
34192
34193         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34194         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34195         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34196         (gst_v4lsrc_get_property):
34197         * sys/v4l/gstv4lsrc.h:
34198         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34199         Added a sync mode enum property to control v4lsrc timestamp method
34200         Removed the use-fixed-fps property and moved functionality in
34201         the enum.
34202         Don't error on an error value from v4l-conf, it might not always
34203         be a real error.
34204
34205 2004-06-16  Wim Taymans  <wim@fluendo.com>
34206
34207         * gst/videorate/Makefile.am:
34208         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34209         (gst_videorate_base_init), (gst_videorate_class_init),
34210         (gst_videorate_getcaps), (gst_videorate_link),
34211         (gst_videorate_init), (gst_videorate_chain),
34212         (gst_videorate_set_property), (gst_videorate_get_property),
34213         (gst_videorate_change_state), (plugin_init):
34214         Added a video timestamp corrector.
34215
34216 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34217
34218         fixed a potential leak with previous commit
34219
34220         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34221
34222 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34223
34224         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34225         Added missing refcount, fixes bug #144425
34226         Cheers Tim for finding the bug
34227
34228 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34229
34230         * sys/v4l/gstv4l.c: (plugin_init):
34231         * sys/v4l/gstv4lcolorbalance.c:
34232         * sys/v4l/gstv4lcolorbalance.h:
34233         * sys/v4l/gstv4lelement.c:
34234         * sys/v4l/gstv4lelement.h:
34235         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34236         * sys/v4l/gstv4lmjpegsink.h:
34237         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34238         * sys/v4l/gstv4lmjpegsrc.h:
34239         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34240         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34241         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34242         * sys/v4l/gstv4lsrc.h:
34243         * sys/v4l/gstv4ltuner.c:
34244         * sys/v4l/gstv4ltuner.h:
34245         * sys/v4l/gstv4lxoverlay.c:
34246         * sys/v4l/gstv4lxoverlay.h:
34247         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34248         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34249         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34250         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34251         (gst_v4l_set_audio):
34252         * sys/v4l/v4l_calls.h:
34253         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34254         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34255         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34256         (gst_v4lmjpegsink_playback_init),
34257         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34258         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34259         (gst_v4lmjpegsink_playback_stop),
34260         (gst_v4lmjpegsink_playback_deinit):
34261         * sys/v4l/v4lmjpegsink_calls.h:
34262         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34263         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34264         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34265         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34266         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34267         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34268         * sys/v4l/v4lmjpegsrc_calls.h:
34269         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34270         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34271         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34272         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34273         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34274         (gst_v4lsrc_try_palette):
34275         * sys/v4l/v4lsrc_calls.h:
34276           bunch of paranoia cleanups
34277
34278 2004-06-14  David Schleef  <ds@schleef.org>
34279
34280         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34281         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34282         Send discont events and change timestamps appropriately when
34283         we get a seek event.  (bug #144240)
34284         * ext/cdparanoia/gstcdparanoia.h:
34285
34286 2004-06-14  Benjamin Otte  <otte@gnome.org>
34287
34288         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34289           snd_pcm_hw_params_set_rate  since the latter fails for no good
34290           reason on some setups.
34291
34292 2004-06-14  David Schleef  <ds@schleef.org>
34293
34294         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34295         standard.  Thank you for playing.
34296
34297 2004-06-14  Wim Taymans  <wim@fluendo.com>
34298
34299         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34300         Patch 1.3 broke the ordering of the colorspace info and
34301         made the plugin basically work by coincidence, reordered
34302         the info.
34303
34304 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34305
34306         * ext/lame/gstlame.c:
34307         * ext/mad/gstmad.c:
34308           sync caps.  Make sure mad can only output a list of rates, not
34309           a full range.  In the future, have three caps lists for each of the
34310           mpeg versions.  Change mpegversion to a double as well.
34311
34312 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34313
34314         * gst/volume/.cvsignore:
34315         * gst/volume/Makefile.am:
34316         * gst/volume/demo.c: (value_changed_callback), (idler),
34317         (setup_gui), (main):
34318           added small demo app
34319
34320 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34321         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34322         * ext/esd/esdsink.h:
34323         Close the esd connection on pause, because esd will just wait -
34324         blocking all other esd clients indefinitely.
34325
34326 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34327
34328         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34329           previous commit with GST_DEBUG
34330
34331 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34332
34333         * configure.ac:
34334           add a header check for a dvdread header in dvdnav.  Fixes #133002
34335
34336 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34337
34338         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34339         * gst/tcp/gsttcpclientsink.h:
34340         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34341         * gst/tcp/gsttcpclientsrc.h:
34342         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34343         (gst_tcpserversink_handle_server_read),
34344         (gst_tcpserversink_init_send):
34345         * gst/tcp/gsttcpserversink.h:
34346         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34347         * gst/tcp/gsttcpserversrc.h:
34348         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34349         version of IP)
34350
34351 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34352
34353         * configure.ac:
34354         Added ogg library so that OSX detects libtheora properly
34355
34356 2004-06-11  Wim Taymans  <wim@fluendo.com>
34357
34358         * ext/theora/theoradec.c: (theora_dec_chain),
34359         (theora_dec_change_state):
34360         Don't try to decode frames before we received a keyframe.
34361
34362 2004-06-11  Wim Taymans  <wim@fluendo.com>
34363
34364         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34365         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34366         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34367         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34368         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34369         Added property to set the maximum delay of a page.
34370
34371 2004-06-10  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 max-delay property to control the maximum amount
34379         of data to put in one page.
34380
34381 2004-06-10  Wim Taymans  <wim@fluendo.com>
34382
34383         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34384         (gst_theora_enc_init), (theora_enc_sink_link),
34385         (theora_buffer_from_packet), (theora_enc_set_property),
34386         (theora_enc_get_property):
34387         Set duration on encoded buffer, added some more properties
34388
34389 2004-06-10  Wim Taymans  <wim@fluendo.com>
34390
34391         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34392         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34393         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34394         * ext/theora/theoraenc.c: (theora_enc_chain):
34395         Fix refcounting bugs
34396
34397 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34398
34399         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34400         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34401         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34402         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34403         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34404         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34405         (gst_asf_demux_change_state):
34406         * gst/asfdemux/gstasfdemux.h:
34407           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34408           feels like. I think we should set a new requirement for demuxers
34409           from now on to implement sane loop functions, data loops, query
34410           and seek functions before first commit into CVS. And this commit
34411           fixes all of the above.
34412
34413 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34414
34415         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34416           vorbis comments are properly encoded in UTF-8 before adding them
34417           to a GstTagList
34418
34419 2004-06-09  Benjamin Otte  <otte@gnome.org>
34420
34421         * ext/alsa/gstalsa.c: (add_channels):
34422           handle min <= max correctly
34423         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34424         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34425           add fixation functions so we fixate correctly. No preferring of alaw
34426           anymore because it's the first structure.
34427         * ext/alsa/gstalsa.h:
34428         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34429         (gst_alsa_hw_params_dump):
34430           add functions to ease debugging in alsalib
34431         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34432         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34433         (gst_alsa_start_audio):
34434           only specify hw params if we really setup a format (fixes #134007 -
34435           or at least works around it)
34436
34437 2004-06-09  Wim Taymans  <wim@fluendo.com>
34438
34439         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34440         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34441         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34442         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34443         (gst_ogg_mux_loop):
34444         Use stream caps to setup the initial pages in the ogg stream.
34445         Correctly set the streamheader caps on the srcpad.
34446
34447 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34448
34449         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34450         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34451         (gst_v4lsrc_getcaps):
34452         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34453         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34454           add querying of fps lists for webcams.  Negotiating to a framerate
34455           now works.
34456
34457 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34458
34459         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34460         (theora_push_buffer), (theora_push_packet),
34461         (theora_set_header_on_caps), (theora_enc_chain):
34462           mark buffers and put on streamheader, raw theora streaming
34463           now works too, whee
34464
34465 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34466
34467         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34468         (gst_tcp_gdp_read_caps):
34469           do a looping read for caps and GDP headers too
34470
34471 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34472
34473         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34474         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34475           return EOS instead of NULL in _get
34476
34477 2004-06-08  Wim Taymans  <wim@fluendo.com>
34478
34479         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34480         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34481         (gst_tcp_gdp_write_caps):
34482         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34483         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34484         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34485         Memory leak fixes
34486
34487 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34488
34489         * ext/vorbis/Makefile.am:
34490         * ext/vorbis/vorbis.c: (plugin_init):
34491         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34492         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34493         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34494         (vorbis_parse_change_state):
34495         * ext/vorbis/vorbisparse.h:
34496           adding a vorbisparse element that marks the buffers, streaming
34497           raw vorbis using GDP now works, whee
34498
34499 2004-06-08  Wim Taymans  <wim@fluendo.com>
34500
34501         * ext/jpeg/Makefile.am:
34502         * ext/jpeg/README:
34503         * ext/jpeg/gstjpeg.c: (plugin_init):
34504         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34505         (gst_smokedec_base_init), (gst_smokedec_class_init),
34506         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34507         * ext/jpeg/gstsmokedec.h:
34508         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34509         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34510         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34511         (gst_smokeenc_resync), (gst_smokeenc_chain),
34512         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34513         * ext/jpeg/gstsmokeenc.h:
34514         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34515         (smokecodec_flush_destination), (smokecodec_term_destination),
34516         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34517         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34518         (smokecodec_term_source), (smokecodec_encode_new),
34519         (smokecodec_decode_new), (smokecodec_info_free),
34520         (smokecodec_set_quality), (smokecodec_get_quality),
34521         (smokecodec_set_threshold), (smokecodec_get_threshold),
34522         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34523         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34524         (smokecodec_parse_header), (smokecodec_decode):
34525         * ext/jpeg/smokecodec.h:
34526         Added a new simple jpeg based codec
34527
34528 2004-06-08  Wim Taymans  <wim@fluendo.com>
34529
34530         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34531         (gst_multipart_mux_loop):
34532         Fix memory leak
34533
34534 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34535
34536         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34537         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34538         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34539         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34540         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34541         * gst/tcp/gsttcpserversink.h:
34542           take streamheader into account
34543
34544 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34545
34546         * gst/level/Makefile.am:
34547         * gst/level/gstlevel.c: (gst_level_class_init):
34548           clean up marshal generation
34549
34550 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34551
34552         * gst/tcp/Makefile.am:
34553         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34554         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34555         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34556         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34557         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34558         (gst_tcpclientsrc_get_property):
34559         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34560         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34561         (gst_tcpserversink_handle_client_read),
34562         (gst_tcpserversink_handle_client_write),
34563         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34564         * gst/tcp/gsttcpserversink.h:
34565           add signals client-added and client-removed
34566         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34567         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34568         (gst_tcpserversrc_get_property):
34569         uniformized, change default protocol to NONE
34570         * gst/tcp/gsttcp-marshal.list: added
34571 2004-06-07  Benjamin Otte  <otte@gnome.org>
34572
34573         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34574           handle discont events if they happen before caps nego
34575
34576 2004-06-07  Wim Taymans  <wim@fluendo.com>
34577
34578         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34579         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34580         (gst_multipart_demux_plugin_init):
34581         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34582         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34583         (gst_multipart_mux_change_state):
34584         Small updates, fix a memleak
34585
34586 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34587
34588         * configure.ac: OSS portability
34589         * ext/arts/gst_arts.c: idem
34590         * sys/oss/gstosselement.c: idem
34591         * sys/oss/gstossmixer.c: idem
34592         * sys/oss/gstosssink.c: idem
34593         * sys/oss/gstosssrc.c: idem
34594         * sys/oss/oss_probe.c: idem
34595           - check for soundcard.h in different places for some BSD
34596
34597 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34598
34599         * AUTHORS:
34600         Add me to the authors file
34601         * configure.ac:
34602         Increase the libdv requirement to >= version 0.100
34603         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34604         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34605         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34606         * ext/dv/gstdvdec.h:
34607         Add support for the new_media flag when sending DISCONT events
34608         Make the querying work when video pad is not linked
34609
34610 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34611
34612         reviewed by Benjamin Otte  <otte@gnome.org>
34613
34614         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34615           create a NULL-initialized array of pads, so we don't think they
34616           exist already. (fixes #143130)
34617
34618 2004-06-07  Benjamin Otte  <otte@gnome.org>
34619
34620         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34621         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34622         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34623           don't use // coments
34624
34625 2004-06-07  Benjamin Otte  <otte@gnome.org>
34626
34627         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34628           cast to GstClockTime to get higher granularity
34629         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34630           use gst_element_set_time_delay to get the exact time
34631         * ext/mad/gstmad.c: (gst_mad_chain):
34632           use the negotiated rate instead of the current frame's rate which
34633           might be wrong because of bit errors. This avoids emitting totally
34634           bogus timestamps and screwing sync.
34635         (fixes #143454)
34636
34637 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34638
34639         reviewed by Benjamin Otte  <otte@gnome.org>
34640
34641         * gst/adder/gstadder.c: (gst_adder_loop):
34642           properly error out when no negotiation has happened yet. (fixes
34643           #143032)
34644
34645 2004-06-06  Benjamin Otte  <otte@gnome.org>
34646
34647         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34648           forward correctly transformed offset in discont events. Based on
34649           patch by Arwed v. Merkatz. (fixes #142851)
34650
34651 2004-06-06  David Schleef  <ds@schleef.org>
34652
34653         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34654         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34655         problems on several systems.
34656
34657 2004-06-06  Benjamin Otte  <otte@gnome.org>
34658
34659         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34660           use explicit caps on the srcpad
34661         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34662           properly error out if caps couldn't be set (fixes #142764)
34663
34664 2004-06-06  Benjamin Otte  <otte@gnome.org>
34665
34666         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34667         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34668         (gst_alsa_start_audio):
34669           - don't call set_periods_integer anymore, it breaks the
34670           configuration randomly
34671           - call snd_pcm_hw_params_set_access directly instead of using masks
34672           - don't fail if the sw_params can't be set, just use the default
34673           params and hope it works. Alsalib has weird issues when you touch
34674           sw_params and does no proper error reporting about what failed.
34675         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34676         (gst_alsa_close_audio):
34677           make our alsa debugging go via gst debugging and not conditionally
34678           defined
34679         * ext/alsa/gstalsa.h:
34680           add ALSA_DEBUG_FLUSH macro
34681         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34682         (plugin_init):
34683           wrap alsa errors to be printed via the gst debugging system and not
34684           spammed to stderr
34685
34686 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34687
34688         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34689         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34690         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34691         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34692         (qtdemux_parse_trak):
34693         * gst/qtdemux/qtdemux.h:
34694           Bitch. Also known as seeking, querying & co.
34695         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34696         (gst_osssink_change_state):
34697         * sys/oss/gstosssink.h:
34698           Resyncing is for weenies, this hack is no longer needed and was
34699           broken anyway (since it - unintendedly - always leaves resync to
34700           TRUE).
34701
34702 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34703
34704         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34705         * gst/tcp/gsttcpclientsrc.h: idem
34706           - define MSG_NOSIGNAL if not done
34707           - include unistd.h for off_t
34708           (fixes #143749)
34709
34710 2004-06-05  Benjamin Otte  <otte@gnome.org>
34711
34712         * configure.ac:
34713         * ext/kio/Makefile.am:
34714           check for qt's moc preprocessor explicitly and use it
34715
34716 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34717
34718         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34719           don't get a signal for EPIPE on socket writes
34720           (somebody check if this works on other platforms)
34721
34722 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34723
34724         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34725         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34726           check error condition on available samples correctly
34727
34728 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34729
34730         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34731           avoid a segfault
34732         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34733         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34734         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34735         (gst_tcpserversrc_gdp_read_header):
34736          use ssize_t over size_t since the former is signed and thus the
34737          check for error codes can work
34738
34739 2004-06-02  Wim Taymans  <wim@fluendo.com>
34740
34741         reviewed by: Johan
34742
34743         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34744         (gst_multipart_mux_loop):
34745         Oops
34746
34747 2004-06-02  Wim Taymans  <wim@fluendo.com>
34748
34749         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34750         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34751         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34752         (gst_multipart_mux_change_state):
34753         Added configurable boundary specifier, added the value as a
34754         caps field as well.
34755
34756 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34757
34758         * gst/tcp/gsttcp.c:
34759         * gst/tcp/gsttcpclientsrc.c:
34760         * gst/tcp/gsttcpclientsrc.h:
34761         * gst/tcp/gsttcpserversrc.c:
34762           - portability fix, to compile on OSX
34763             (fixes #143146)
34764
34765         * sys/osxaudio/gstosxaudioelement.c:
34766         * sys/osxaudio/gstosxaudiosink.c:
34767         * sys/osxaudio/gstosxaudiosrc.c:
34768           - compilation warnings on OSX
34769             (fixes #143153)
34770
34771 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34772
34773         * ext/vorbis/vorbisdec.c : sign warning fixes
34774
34775         * gst-libs/gst/mixer/mixertrack.c :
34776           do no use defines which are glib 2.4 specific
34777
34778 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34779
34780         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34781           buffer since libflac doesn't expect it (reports a sync error when
34782           it encounters that)
34783
34784
34785 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34786
34787         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34788         * gst-libs/gst/mixer/mixertrack.c:
34789         (gst_mixer_track_get_property), (get_mixer_track_init),
34790         (get_mixer_track_get_property): Added property accessors
34791         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34792         * gst-libs/gst/mixer/mixeroptions.c:
34793         (gst_mixer_options_get_values): Added
34794         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34795         * gst-libs/gst/mixer/mixer.c: Fixed comment
34796
34797
34798 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34799
34800         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34801           improve error messages on open
34802
34803
34804 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34805
34806         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34807           check if v4l-conf is in path
34808
34809 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34810
34811         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34812           change assert to a more readable error message
34813
34814 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34815
34816         * gst-libs/gst/tuner/tunerchannel.h:
34817           - add a freq_multiplicator field to make the conversion
34818             between internal frequency unit and Hz
34819         * sys/v4l/gstv4lelement.c:
34820         * sys/v4l2/gstv4l2element.c:
34821           - change default video device to /dev/video0
34822         * sys/v4l/v4l_calls.c:
34823         * sys/v4l2/v4l2_calls.c:
34824           - we only expose frequency to the user in Hz instead of
34825             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34826
34827 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34828         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34829           Initialise b_o_s and e_o_s variables
34830         * gst-libs/gst/riff/riff-media.c:
34831         (gst_riff_create_video_caps_with_data):
34832           Add some unusual fourcc's from mplayer avi's
34833         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34834           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34835           autoplugging.
34836
34837 2004-05-28  Wim Taymans  <wim@fluendo.com>
34838
34839         * configure.ac:
34840         * gst/alpha/Makefile.am:
34841         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34842         (gst_alpha_get_type), (gst_alpha_base_init),
34843         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34844         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34845         (gst_alpha_chroma_key), (gst_alpha_chain),
34846         (gst_alpha_change_state), (plugin_init):
34847         A plugin to add an alpha channel to I420 video. Can optionally do
34848         chroma keying.
34849         * gst/multipart/Makefile.am:
34850         * gst/multipart/multipart.c: (plugin_init):
34851         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34852         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34853         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34854         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34855         (gst_multipart_demux_change_state),
34856         (gst_multipart_demux_plugin_init):
34857         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34858         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34859         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34860         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34861         (gst_multipart_mux_pad_unlink),
34862         (gst_multipart_mux_request_new_pad),
34863         (gst_multipart_mux_handle_src_event),
34864         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34865         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34866         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34867         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34868         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34869         send multipart jpeg images to a browser.
34870         * gst/videobox/Makefile.am:
34871         * gst/videobox/README:
34872         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34873         (gst_video_box_get_type), (gst_video_box_base_init),
34874         (gst_video_box_class_init), (gst_video_box_init),
34875         (gst_video_box_set_property), (gst_video_box_get_property),
34876         (gst_video_box_sink_link), (gst_video_box_i420),
34877         (gst_video_box_ayuv), (gst_video_box_chain),
34878         (gst_video_box_change_state), (plugin_init):
34879         Crops or adds borders around an image. can do alpha channel
34880         borders as well.
34881         * gst/videomixer/Makefile.am:
34882         * gst/videomixer/README:
34883         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34884         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34885         (gst_videomixer_pad_get_sink_event_masks),
34886         (gst_videomixer_pad_get_property),
34887         (gst_videomixer_pad_set_property),
34888         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34889         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34890         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34891         (gst_videomixer_base_init), (gst_videomixer_class_init),
34892         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34893         (gst_videomixer_handle_src_event),
34894         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34895         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34896         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34897         (gst_videomixer_loop), (gst_videomixer_get_property),
34898         (gst_videomixer_set_property), (gst_videomixer_change_state),
34899         (plugin_init):
34900         Generic video mixer plugin, can handle multiple inputs all with
34901         different framerates and video sizes. Is fully alpha channel
34902         aware.
34903
34904 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34905
34906         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34907           Select first track as master track. Not sure how else to handle
34908           that...
34909         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34910           Discard discont events. Should fix #142962.
34911
34912 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34913
34914         * ext/alsa/Makefile.am:
34915         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34916         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34917         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34918         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34919         (gst_alsa_mixer_get_option):
34920         * ext/alsa/gstalsamixer.h:
34921         * ext/alsa/gstalsamixeroptions.c:
34922         (gst_alsa_mixer_options_get_type),
34923         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34924         (gst_alsa_mixer_options_new):
34925         * ext/alsa/gstalsamixeroptions.h:
34926         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34927         * ext/alsa/gstalsamixertrack.h:
34928           Add enumerations (as GstMixerOptions). Make correct distinction
34929           between input/output tracks. Add capture/playback private flag.
34930           Use flag to decide on whether to set capture or playback volumes
34931           or switches. Use playback and record switches.
34932         * gst-libs/gst/mixer/Makefile.am:
34933         * gst-libs/gst/mixer/mixer-marshal.list:
34934         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34935         (gst_mixer_set_option), (gst_mixer_get_option),
34936         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34937         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34938         * gst-libs/gst/mixer/mixer.h:
34939         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34940         (gst_mixer_options_class_init), (gst_mixer_options_init),
34941         (gst_mixer_options_dispose):
34942         * gst-libs/gst/mixer/mixeroptions.h:
34943           Add GstMixerOptions.
34944         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34945           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34946           broken device detection on computers with multiple OSS sound
34947           cards.
34948
34949 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34950
34951         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34952           fixate nicely even when the peer is not negotiating
34953
34954 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34955
34956         * gst/audioconvert/gstaudioconvert.c:
34957         (gst_audio_convert_parse_caps):
34958           make sure we don't allow depth > width
34959         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34960           fixate endianness to G_BYTE_ORDER as default
34961         * gst/audioscale/gstaudioscale.c:
34962           we don't handle another endianness as host-endianness
34963
34964 2004-05-25  David Schleef  <ds@schleef.org>
34965
34966         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34967
34968 2004-05-24  Benjamin Otte  <otte@gnome.org>
34969
34970         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34971         (gst_oggvorbisenc_setup):
34972           properly fail when we can't setup the vorbis encoder due to
34973           unsupported settings
34974         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34975         (gst_vorbisenc_setup):
34976           same
34977         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34978           fix case where warnings occured when one pad was unlinked while the
34979           other's link function was called
34980
34981 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34982
34983         * gst/tcp/Makefile.am:
34984           use GST_ENABLE_NEW
34985
34986 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34987
34988         * gst-libs/gst/resample/private.h:
34989           don't use optimizations that are #if 0'ed
34990
34991 2004-05-24  Wim Taymans  <wim@fluendo.com>
34992
34993         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34994         Fix potential division by zero error and hopefully get
34995         the position query right to get correct timestamps on avi
34996         audio.
34997
34998 2004-05-24  Wim Taymans  <wim@fluendo.com>
34999
35000         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
35001         (gst_videoscale_scale_nearest_str2),
35002         (gst_videoscale_scale_nearest_str4),
35003         (gst_videoscale_scale_nearest_32bit),
35004         (gst_videoscale_scale_nearest_24bit),
35005         (gst_videoscale_scale_nearest_16bit):
35006         Fix the scaling algorithm and avoid a buffer overflow.
35007         removed the while loop in the scaling function as it
35008         was used for point sampling only.
35009
35010 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35011
35012         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35013         (gst_id3_tag_class_init), (gst_id3_tag_init),
35014         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
35015         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
35016         (gst_id3_tag_send_tag_event):
35017           lots of fixes to make id3mux work and id3demux work correctly
35018
35019 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35020
35021         * ext/Makefile.am:
35022           add rules to build shout2send (was removed by accident
35023           when this module was no more marked experimental/broken)
35024
35025 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35026
35027         * ext/shout2/gstshout2.c:
35028         * ext/shout2/gstshout2.h:
35029           adding a "connection problem" signal to shout2send
35030           (fixes #142954)
35031
35032 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35033
35034         * ext/kio/kioreceiver.cpp:
35035         * ext/kio/kioreceiver.h:
35036           fix sign comparison issues
35037
35038 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35039
35040         * gst/cdxaparse/gstcdxaparse.c:
35041         * gst/cdxaparse/gstcdxaparse.h:
35042           some renaming
35043           add some checks/sanity
35044           prepare for seek addition
35045
35046         * sys/sunaudio/gstsunaudio.c:
35047           remove exported dupe init function
35048
35049 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
35050
35051         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
35052         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
35053           Fix format conversion and position querying.
35054         * gst/debug/progressreport.c: (gst_progressreport_report):
35055           Don't output a bogus total value that we didn't query.
35056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35057           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
35058           only a blank window after xine has been used.
35059
35060 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
35061
35062         * m4/as-arts.m4:
35063           sync with upstream version to fix test on FC2
35064           readd with -ko to preserve Id header
35065
35066 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35067
35068         * configure.ac:
35069           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
35070         * gst/tcp/gsttcpclientsrc.c: idem
35071         * gst/tcp/gsttcpserversink.c: idem
35072         * gst/tcp/gsttcpserversrc.c: idem
35073         * m4/gst-fionread.m4: idem
35074
35075         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35076
35077         * configure.ac: enable speex plugin for speex 1.1.5+
35078         * ext/speex/gstspeexenc.c: fix cast warning
35079
35080         * ext/esd/README: fix typo
35081
35082 2004-05-20  David Schleef  <ds@schleef.org>
35083
35084         * configure.ac: Minor cosmetic change to convince the buildbot to
35085         reautogen.
35086         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35087         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35088         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35089         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35090         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35091         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35092         More hacking.  Plays audio now.
35093
35094 2004-05-20  David Schleef  <ds@schleef.org>
35095
35096         * configure.ac:
35097         * sys/Makefile.am:
35098
35099 2004-05-20  David Schleef  <ds@schleef.org>
35100
35101         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
35102         * sys/osxaudio/gstosxaudio.c:
35103         * sys/osxaudio/gstosxaudioelement.c:
35104         * sys/osxaudio/gstosxaudioelement.h:
35105         * sys/osxaudio/gstosxaudiosink.c:
35106         * sys/osxaudio/gstosxaudiosink.h:
35107         * sys/osxaudio/gstosxaudiosrc.c:
35108         * sys/osxaudio/gstosxaudiosrc.h:
35109
35110 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35111
35112         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35113         (gst_vorbisenc_chain):
35114           put the codec headers on the caps as streamheader as well as
35115           pushing them out
35116
35117 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35118
35119         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35120         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35121         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35122         split up push_packet into two functions
35123
35124 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35125
35126         * gst/tcp/.cvsignore:
35127           ignore enums
35128         * gst/tcp/Makefile.am:
35129         * gst/tcp/README:
35130         * gst/tcp/gsttcp.c:
35131         * gst/tcp/gsttcp.h:
35132         * gst/tcp/gsttcpclientsink.c:
35133         * gst/tcp/gsttcpclientsink.h:
35134         * gst/tcp/gsttcpclientsrc.c:
35135         * gst/tcp/gsttcpclientsrc.h:
35136         * gst/tcp/gsttcpplugin.c:
35137         * gst/tcp/gsttcpserversink.c:
35138         * gst/tcp/gsttcpserversink.h:
35139         * gst/tcp/gsttcpserversrc.c:
35140         * gst/tcp/gsttcpserversrc.h:
35141           add new tcp elements
35142
35143 2004-05-19  Wim Taymans  <wim@fluendo.com>
35144
35145         * gst/law/mulaw-conversion.c: (mulaw_encode):
35146         Fix overflow bug in ulaw encoding.
35147
35148 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35149
35150         * ext/mad/gstmad.c: (gst_mad_handle_event):
35151           don't unref the event twice
35152
35153 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35154
35155         * configure.ac:
35156           remove -Wno-sign-compare
35157
35158 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35159
35160         * configure.ac:
35161           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35162           if you want to work against glib 2.2 and 2.4
35163
35164 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35165
35166         * gst/tcp/Makefile.am:
35167         * gst/tcp/gsttcp.c:
35168         * gst/tcp/gsttcp.h:
35169         * gst/tcp/gsttcpsink.h:
35170         * gst/tcp/gsttcpsrc.h:
35171           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35172
35173 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35174
35175         * gst/debug/tests.c: (md5_get_value):
35176           fix segfault on gst-inspect
35177
35178 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35179
35180         * gst/debug/testplugin.c:
35181         * gst/debug/tests.c:
35182         * gst/debug/tests.h:
35183           add new extensible and configurable testing element. Current tests
35184           include buffer count, stream length, timestamp/duration matching and
35185           md5.
35186         * gst/debug/Makefile.am:
35187         * gst/debug/gstdebug.c: (plugin_init):
35188           add infrastructure for new element
35189
35190 2004-05-19  Johan Dahlin  <johan@gnome.org>
35191
35192         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35193         ending of the array. Fixes gst-inspect segfault on ppc.
35194
35195 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35196
35197         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35198
35199         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35200
35201 2004-05-18  David Schleef  <ds@schleef.org>
35202
35203         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35204         warnings (bugs, actually) noticed by gcc but not forte.
35205
35206 2004-05-18  David Schleef  <ds@schleef.org>
35207
35208         * sys/sunaudio/Makefile.am:
35209         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35210
35211 2004-05-18  David Schleef  <ds@schleef.org>
35212
35213         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35214         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35215         to allow qtdemux to use non-seekable streams. (bug #142272)
35216
35217 2004-05-18  David Schleef  <ds@schleef.org>
35218
35219         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35220         (gst_resample_sinc_ft_float): Remove use of static temporary
35221         buffer.  This code was obviously not supposed to last long, but
35222         it's stuck in our ABI, so it required a little hack to make it
35223         ABI-compatible.  Fixes #142585.
35224         * gst-libs/gst/resample/resample.h: same.
35225
35226 2004-05-18  David Schleef  <ds@schleef.org>
35227
35228         * configure.ac: Add sunaudio
35229         * examples/Makefile.am: make gstplay depend on gconf
35230         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35231         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35232         (convert_table_lookup), (img_convert): remove c99-isms
35233         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35234           unsigned, to fix a warning on Solaris
35235         * gst/mpeg1sys/systems.c: bcopy->memcpy
35236         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35237         * sys/Makefile.am: Add sunaudio
35238
35239 2004-05-18  Wim Taymans  <wim@fluendo.com>
35240
35241         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35242         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35243         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35244         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35245         (gst_ogg_mux_loop):
35246         Fix an ugly memleak where the muxer didn't flush enough ogg
35247         pages. This also resulted in badly muxed ogg files.
35248
35249 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35250
35251         * gst/asfdemux/asfheaders.c :
35252         * gst/asfdemux/asfheaders.h :
35253         * gst/asfdemux/gstasfdemux.c :
35254           - fix ASF_OBJ_PADDING guid
35255           - add 3 new object guids (language list, metadata,
35256             extended stream properties)
35257           - add a function to parse extended header objects
35258
35259 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35260
35261         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35262           remove leftover debugging g_print
35263
35264 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35265
35266         * ext/mad/gstmad.c: (gst_mad_handle_event):
35267           Fix for when the first format in a discont event is not a
35268           byte-based one. Should fix #137710.
35269
35270 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35271
35272         * m4/a52.m4 : fix compilation with -Wall -Werror
35273         * m4/libfame.m4 : idem
35274         * m4/libmikmod.m4 : idem
35275
35276 2004-05-17  Benjamin Otte  <otte@gnome.org>
35277
35278         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35279           signal the new tags before giving up the reference
35280
35281 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35282
35283         * ext/shout2/gstshout2.c:
35284           use application/ogg instead of application/x-ogg (patch by Patrick
35285           Guimond, fixes #142432)
35286         * sys/oss/gstosselement.c: (gst_osselement_reset),
35287         (gst_osselement_sync_parms):
35288           don't set fragment size unless specified (fixes #142493)
35289
35290 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35291
35292         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35293           fixes #142664
35294
35295 2004-05-17  Benjamin Otte  <otte@gnome.org>
35296
35297         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35298           compute offsets correctly for internal buffers so timestamps are set
35299           correctly when we can't seek. Also handle cases where there are no
35300           offsets. (based on a patch by David Moore, fixes #142507)
35301
35302 2004-05-17  Benjamin Otte  <otte@gnome.org>
35303
35304         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35305           use correct variable when determining amount of data to skip so we
35306           don't skip into the void and segfault
35307
35308 2004-05-16  Benjamin Otte  <otte@gnome.org>
35309
35310         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35311           Hi, I'm a memleak
35312
35313 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35314
35315         * gst/asfdemux/gstasfdemux.c:
35316           - fix a mem leak and always propagate tags
35317           - add WMV3 to known video codecs (but no decoder yet)
35318           - replace "surplus data" at end of audio header for what
35319             it is : codec specific data
35320           - fix a typo
35321
35322 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35323
35324         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35325
35326         * gst-libs/gst/audio/audioclock.c:
35327           Fix wrong return type (#142205).
35328
35329 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35330
35331         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35332           Ignore CRCs by default (fixes #142566).
35333
35334 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35335
35336         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35337         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35338         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35339         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35340         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35341         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35342           Fix for cases where we fail to attach to a mixer.
35343
35344 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35345
35346         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35347           Don't touch events after not owning them anymore.
35348         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35349         (gst_wavparse_fmt), (gst_wavparse_other),
35350         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35351         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35352         (gst_wavparse_srcpad_event):
35353         * gst/wavparse/gstwavparse.h:
35354           Add seeking, fix querying.
35355
35356 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35357
35358         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35359           - process comments even if they don't end with \0\0
35360             g_convert would ignore them if present and works well without them
35361
35362 2004-05-16  Benjamin Otte  <otte@gnome.org>
35363
35364         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35365           simplify caps
35366
35367 2004-05-16  Benjamin Otte  <otte@gnome.org>
35368
35369         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35370           don't write to memory we might not write to - g_convert does that
35371           for us anyway (fixes #142613)
35372         (gst_asf_demux_audio_caps):
35373           comment out gst_util_dump_mem
35374
35375 2004-05-16  Benjamin Otte  <otte@gnome.org>
35376
35377         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35378           compute correct expected timestamps after seek (broken since
35379           last commit)
35380         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35381           rename element and debugging category to gdkpixbufscale
35382
35383 2004-05-16  Benjamin Otte  <otte@gnome.org>
35384
35385         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35386           add error checking to snd_pcm_delay and remove duplicate call to
35387           snd_pcm_delay that caused issues (see inline code comments)
35388         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35389           make more readable and fix return value when snd_pcm_delay fails
35390         (fixes #142586)
35391
35392 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35393         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35394         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35395         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35396         (gst_pixbufscale_link), (gst_pixbufscale_init),
35397         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35398         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35399         (gst_pixbufscale_get_property), (pixbufscale_init):
35400         * ext/gdk_pixbuf/pixbufscale.h:
35401         Add these files I forgot earlier
35402
35403 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35404         * ext/gdk_pixbuf/Makefile.am:
35405         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35406         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35407         Add new pixbufscale element to scale RGB video
35408         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35409         and HYPER interpolation correctly.
35410         * ext/theora/theoraenc.c: (theora_enc_chain),
35411         Discard buffer and return if explicit caps could not be set
35412         (theora_enc_get_property):
35413         Make _get return kbps for the bitrate consistent with
35414         the _set function.
35415
35416
35417 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35418
35419         * ext/libvisual/visual.c: (gst_visual_chain):
35420           add missing visual_audio_analyze
35421
35422 2004-05-14  David Schleef  <ds@schleef.org>
35423
35424         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35425         is killed while we're playing.
35426         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35427         gst_element_no_more_pads().
35428
35429 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35430
35431         * gst-libs/gst/riff/riff-read.c :
35432           - fix INFO tag extraction in RIFF/AVI files
35433             because gst_event_unref (event) also freed taglist
35434           - avoid a mem leak
35435
35436 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35437
35438         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35439         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35440
35441         * gst/auparse/gstauparse.c :
35442           - add code (commented for now) to support audio/x-adpcm on src pad
35443             (we have no decoder for those layout yet)
35444
35445         * gst/cdxaparse/gstcdxaparse.c :
35446         * gst/cdxaparse/gstcdxaparse.h :
35447           - partial rewrite using RiffRead (ripped iain's wavparse code)
35448
35449         * gst/rtp/gstrtpL16enc.c : typo
35450         * gst/rtp/gstrtpgsmenc.c : typo
35451
35452 2004-05-13  Benjamin Otte  <otte@gnome.org>
35453
35454         * configure.ac:
35455           check for exact version of libvisual, it's not supposed to be
35456           API/ABI stable yet
35457
35458 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35459
35460         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35461           signal no-more-pads
35462
35463 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35464
35465         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35466         Report which format was used for GST_FORMAT_DEFAULT
35467         * gst/debug/Makefile.am:
35468         * gst/debug/gstdebug.c: (plugin_init):
35469         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35470         (gst_progressreport_class_init), (gst_progressreport_init),
35471         (gst_progressreport_report), (gst_progressreport_set_property),
35472         (gst_progressreport_get_property), (gst_progressreport_chain),
35473         (gst_progressreport_plugin_init):
35474         Add progressreport element for testing.
35475
35476 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35477
35478         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35479         * sys/v4l/gstv4lsrc.h:
35480         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35481         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35482         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35483         (gst_v4lsrc_grab_frame):
35484           add more debugging
35485           send a discont at start
35486
35487 2004-05-12  Colin Walters  <walters@redhat.com>
35488
35489         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35490         inflooping if we can't find a chunk.  Or in other words, don't blow
35491         chunks if we don't have a chunk to blow.
35492
35493 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35494         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35495         Remove old debug output
35496         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35497         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35498         (gst_dvdec_set_property), (gst_dvdec_get_property):
35499         Change the quality setting to an enum, so it works from gst-launch
35500         Don't renegotiate a non-linked pad. Allows audio only decoding.
35501         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35502         (gst_deinterlace_link), (gst_deinterlace_init):
35503         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35504         (gst_videodrop_link):
35505         Some caps negotiation fixes
35506
35507 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35508
35509         * ext/tarkin/gsttarkin.c :
35510           - Change RANK from NONE to PRIMARY
35511         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35512           - Change RANK from NONE to MARGINAL
35513         * ext/divx/gstdivxenc.c :
35514           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35515
35516 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35517
35518         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35519         (gst_vorbisenc_push_packet):
35520           copy a function that was added between 1.0 and 1.0.1 until we
35521           depend on worthwhile features of post-1.0
35522
35523 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35524
35525         * configure.ac:
35526           enable shout2 by default
35527         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35528         (gst_shout2send_base_init), (gst_shout2send_init),
35529         (gst_shout2send_connect), (gst_shout2send_change_state):
35530         * ext/shout2/gstshout2.h:
35531           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35532           #142262)
35533         * ext/theora/theora.c: (plugin_init):
35534           don't set rank on encoders
35535
35536 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35537
35538         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35539           Use codec_data property instead of flag1 and flag2 for wma
35540
35541 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35542
35543         * gst/cdxaparse/gstcdxaparse.c :
35544           - Add mpegversion to CAPS to make it link
35545           - Rank is as GST_RANK_SECONDARY instead of NONE
35546         * gst/auparse/gstauparse.c :
35547           - Document all audio encoding we can encounter from Solaris 9
35548             headers and libsndfile information.
35549           - Increase max. rate from 48000 to 192000 (to match other elements)
35550           - Don't try to play junk data between header and samples
35551
35552 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35553
35554         * ext/libvisual/visual.c: (gst_visual_getcaps):
35555           use the right caps depending on endianness (I hope)
35556         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35557           use GST_RANK_NONE for all non-decoding elements or spider gets
35558           mighty confused
35559
35560 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35561
35562         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35563           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35564
35565 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35566
35567         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35568         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35569         (gst_switch_loop), (gst_switch_get_type):
35570           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35571           HEADERS. Had to be said.
35572
35573 2004-05-10  David Schleef  <ds@schleef.org>
35574
35575         * configure.ac: Add prototype Dirac support.
35576         * ext/Makefile.am:
35577         * ext/dirac/Makefile.am:
35578         * ext/dirac/gstdirac.cc:
35579         * ext/dirac/gstdiracdec.cc:
35580
35581 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35582
35583         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35584         (gst_auparse_init), (gst_auparse_chain),
35585         (gst_auparse_change_state):
35586           Hack around spider. Remove me some day please.
35587
35588 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35589
35590         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35591           Fix for some uninitialized variables in previous patch, also
35592           makes it work. Fixes #142286 while we're at it.
35593
35594 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35595
35596         * gst/auparse/gstauparse.c:
35597                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35598                 only unsupported formats are ADPCM/CCITT G.72x
35599                 reviewed by Ronald
35600         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35601
35602 2004-05-10  Wim Taymans  <wim@fluendo.com>
35603
35604         * ext/vorbis/Makefile.am:
35605         * ext/vorbis/README:
35606         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35607         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35608         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35609         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35610         (gst_oggvorbisenc_convert_sink),
35611         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35612         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35613         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35614         (get_constraints_string), (update_start_message),
35615         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35616         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35617         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35618         * ext/vorbis/oggvorbisenc.h:
35619         * ext/vorbis/vorbis.c: (plugin_init):
35620         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35621         (raw_caps_factory), (gst_vorbisenc_class_init),
35622         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35623         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35624         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35625         * ext/vorbis/vorbisenc.h:
35626         Added a raw vorbis encoder to be used with the oggmuxer.
35627         We still need the old encoder for some gnome applications,
35628         read the README to find out how that works.
35629         The raw encoder is called "rawvorbisenc" until 0.9.
35630
35631 2004-05-10  Wim Taymans  <wim@fluendo.com>
35632
35633         * ext/ogg/gstogg.c: (plugin_init):
35634         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35635         (gst_ogg_print):
35636         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35637         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35638         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35639         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35640         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35641         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35642         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35643         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35644         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35645         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35646         Added an ogg muxer.
35647         Small typo fixes in the demuxer.
35648
35649 2004-05-10  Wim Taymans  <wim@fluendo.com>
35650
35651         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35652         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35653         (theora_enc_change_state), (theora_enc_set_property),
35654         (theora_enc_get_property):
35655         Mark the last packet with an EOS flag which is not really needed
35656         in gstreamer.
35657         Do some better video framerate initialisation.
35658         Update the buffer timestamp.
35659
35660 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35661
35662         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35663         Return the result of the parent state change call
35664
35665 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35666
35667         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35668         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35669         * gst/law/alaw-encode.c : (idem)
35670         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35671         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35672         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35673
35674 2004-05-09  Benjamin Otte  <otte@gnome.org>
35675
35676         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35677           don't use a fixed buffer size when writing variable length data to
35678           it. Fixes memory corruption and makes alsasrc work
35679
35680 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35681
35682         * ext/gnomevfs/gstgnomevfssink.c:
35683         (_gst_boolean_allow_overwrite_accumulator),
35684         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35685           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35686           RUN_LAST, and don't use that to set the accumulator value because
35687           then it's always FALSE.
35688
35689 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35690
35691         * gst-libs/gst/riff/riff-media.c:
35692         (gst_riff_create_video_caps_with_data),
35693         (gst_riff_create_audio_caps),
35694         (gst_riff_create_audio_template_caps):
35695         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35696           Fix for unaligned RIFF files (i.e. where all the chunks together
35697           in a LIST chunk are not of the same size as the size given in
35698           the LIST chunk header). Fixes several odd WAVE files. Also fix
35699           ADPCM (block_align property) in audio, so that wavparse based
35700           on this works now as it used to stand-alone.
35701
35702 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35703
35704         reviewed by Benjamin Otte  <otte@gnome.org>
35705
35706         * ext/a52dec/gsta52dec.c:
35707         * ext/divx/gstdivxdec.c:
35708         * ext/divx/gstdivxenc.c:
35709         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35710         * ext/faac/gstfaac.c: (gst_faac_base_init):
35711         * ext/faad/gstfaad.c: (gst_faad_base_init):
35712         * ext/ivorbis/vorbisfile.c:
35713         * ext/lame/gstlame.c:
35714         * ext/libfame/gstlibfame.c:
35715         * ext/mpeg2enc/gstmpeg2enc.cc:
35716         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35717         * ext/sidplay/gstsiddec.cc:
35718         * ext/speex/gstspeexdec.c:
35719         * ext/speex/gstspeexenc.c:
35720         * ext/xvid/gstxviddec.c:
35721         * ext/xvid/gstxvidenc.c:
35722           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35723           (fixes #142193)
35724
35725 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35726
35727         * ext/alsa/gstalsa.c: (device_list),
35728         (gst_alsa_class_probe_devices):
35729         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35730           Fix alsa oddness in mixer after the combination of using mixer
35731           in source/sink elements and using hw:x,y instead of just hw:x.
35732
35733 2004-05-09  Benjamin Otte  <otte@gnome.org>
35734
35735         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35736         (gst_wavparse_create_sourcepad):
35737           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35738           sourcepads
35739
35740 2004-05-09  Benjamin Otte  <otte@gnome.org>
35741
35742         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35743           allow discont events before caps nego
35744
35745 2004-05-08  Benjamin Otte  <otte@gnome.org>
35746
35747         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35748           don't leak events
35749
35750 2004-05-08  Benjamin Otte  <otte@gnome.org>
35751
35752         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35753         (gst_level_change_state), (gst_level_init):
35754         * gst/level/gstlevel.h:
35755           figure out if we're initialized directly instead of keeping a
35756           variable that's wrong in 90% of cases
35757           don't initialize pads and then leak them and use a new unitialized
35758           pad. (fixes #142084)
35759           these were bugs so n00bish I didn't find them for an hour :/
35760
35761 2004-05-08 Iain <iain@prettypeople.org>
35762
35763         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35764         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35765         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35766         return the length that was read.
35767         (gst_riff_read_strf_auds): Allow fmt tags as well.
35768
35769 2004-05-07  David Schleef  <ds@schleef.org>
35770
35771         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35772         signed char assumption in faad.h.
35773
35774 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35775
35776         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35777           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35778
35779 2004-05-07  Colin Walters  <walters@redhat.com>
35780
35781         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35782         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35783         function.
35784         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35785         Add dispose function.
35786
35787 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35788         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35789           Fix caps nego and pad templates. RGB mode caps should
35790           work now.
35791         * ext/dvdnav/gst-dvd:
35792           Move mpeg2dec inside the thread because otherwise the
35793           queue rejects cap changes mid-stream
35794         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35795         (gst_mpeg2dec_flush_decoder):
35796           For mpeg2dec > 0.4.0, call the flush function instead of
35797           manually extracting all in-flight frames.
35798         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35799         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35800           Change mime type video/dv go video/x-dv to match the
35801           rest of gst-plugins
35802
35803 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35804
35805         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35806         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35807         (gst_alsa_sink_class_init):
35808         * ext/alsa/gstalsasink.h:
35809         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35810         (gst_alsa_src_class_init):
35811         * ext/alsa/gstalsasrc.h:
35812           Make alsasink/src a subclass of alsamixer so that mixer stuff
35813           shows up in gst-rec. Needs some finetuning.
35814
35815 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35816
35817         * ext/lame/gstlame.c: (gst_lame_chain):
35818           simplify
35819         * ext/mad/gstmad.c: (gst_mad_handle_event):
35820           fix event leak
35821         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35822           be able to detect mp3 files < 4096 bytes
35823
35824 2004-05-06  Wim Taymans  <wim@fluendo.com>
35825
35826         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35827         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35828         (theora_enc_set_property), (theora_enc_get_property):
35829         Also encode the first frame, cleanup some code.
35830
35831 2004-05-06  Wim Taymans  <wim@fluendo.com>
35832
35833         * ext/mpeg2enc/gstmpeg2enc.cc:
35834         Forward events first before deciding that negotiation was
35835         not performed.
35836
35837 2004-05-06  Wim Taymans  <wim@fluendo.com>
35838
35839         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35840         First process the events before deciding that negotiation
35841         was not performed.
35842
35843 2004-05-06  Wim Taymans  <wim@fluendo.com>
35844
35845         * ext/theora/Makefile.am:
35846         * ext/theora/theora.c: (plugin_init):
35847         * ext/theora/theoradec.c: (theora_dec_change_state):
35848         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35849         (gst_theora_enc_class_init), (gst_theora_enc_init),
35850         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35851         (theora_enc_chain), (theora_enc_change_state),
35852         (theora_enc_set_property), (theora_enc_get_property):
35853         Added a theora encoder, grouped the encoder and decoder into the
35854         same plugin.
35855
35856 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35857
35858         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35859         (gst_jpegenc_chain):
35860         fix DURATION on outgoing buffers
35861         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35862         debug using time formats
35863         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35865         (gst_xvimagesink_sink_link):
35866         windows with width/height 0 generate X errors, so don't allow them
35867
35868 2004-05-05  Wim Taymans  <wim@fluendo.com>
35869
35870         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35871         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35872         (gst_mpeg2dec_negotiate_format):
35873         * ext/mpeg2dec/gstmpeg2dec.h:
35874           removed the static pad template so that we can add the
35875           more accurate framerate value to the caps.
35876
35877
35878 2004-05-04  Benjamin Otte  <otte@gnome.org>
35879
35880         * configure.ac:
35881           check for kdemacros.h, too (should fix #141821)
35882         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35883           don't crash if no header was sent, but nicely error out (fixes part
35884           of #141554)
35885
35886 2004-05-04  Wim Taymans  <wim@fluendo.com>
35887
35888         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35889         parent dispose function to avoid segfault on destroy.
35890
35891 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35892
35893         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35894         (plugin_init):
35895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35896         (gst_xvimagesink_sink_link):
35897         clean up debugging caps
35898         also recreate xvimage when format has changed
35899
35900 2004-05-04  Benjamin Otte  <otte@gnome.org>
35901
35902         * ext/libvisual/Makefile.am:
35903         * ext/libvisual/visual.c: (gst_visual_class_init),
35904         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35905         (gst_visual_srclink), (gst_visual_chain),
35906         (gst_visual_change_state), (plugin_init):
35907           use a GstAdapter to correctly adapt buffer sizes - allows using a
35908           framerate
35909
35910 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35911
35912         * sys/v4l/gstv4lelement.h:
35913         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35914         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35915         (gst_v4lsrc_buffer_free):
35916         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35917         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35918         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35919         (gst_v4lsrc_requeue_frame):
35920         move some debugging categories around
35921         query for fps index and set accordingly if found
35922
35923 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35924
35925         * ext/lame/gstlame.c:
35926         correct defaults that lame_init puts out of range
35927
35928 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35929
35930         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35931         (gst_divxenc_class_init):
35932         fix range since -1 is the default
35933         * gst/mpeg1sys/gstmpeg1systemencode.c:
35934         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35935         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35936         (gst_rtjpegdec_chain):
35937         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35938         (gst_rtjpegenc_chain):
35939         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35940         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35941         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35942         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35943         * sys/v4l/gstv4lsrc.c:
35944         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35945         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35946         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35947         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35948         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35949           remove gst_info calls
35950
35951 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35952
35953         * Makefile.am:
35954         * po/af.po:
35955         * po/az.po:
35956         * po/en_GB.po:
35957         * po/nl.po:
35958         * po/sr.po:
35959         * po/sv.po:
35960           Updated translations
35961
35962 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35963
35964         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35965           refactor/comment code
35966
35967 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35968
35969         * gst/asfdemux/Makefile.am:
35970         * gst/asfdemux/asfheaders.c:
35971         * gst/asfdemux/asfheaders.h:
35972         * gst/asfdemux/gstasf.c: (plugin_init):
35973         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35974         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35975         (gst_asf_demux_setup_pad):
35976         * gst/asfdemux/gstasfdemux.h:
35977         * gst/asfdemux/gstasfmux.c:
35978         * gst/asfdemux/gstasfmux.h:
35979           Add tagging support to demuxer, split out registration in its own
35980           file instead of in demux (hacky), and prevent having some tables
35981           in our memory multiple times (in asfheaders.h).
35982
35983 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35984
35985         * gst/matroska/matroska-demux.c:
35986         (gst_matroska_demux_parse_metadata):
35987         * gst/matroska/matroska-ids.h:
35988           Basic tag reading support.
35989
35990 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35991
35992         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35993           Really detect ac-3 audio.
35994         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35995           really detect matroska files (off-by-1).
35996
35997 2004-04-30  David Schleef  <ds@schleef.org>
35998
35999         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36000         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
36001         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
36002         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
36003         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
36004         hackage -- parse a lot more atoms, extract a few tags.  One might even
36005         mistake this for tag support.  Maybe it is.
36006         * gst/qtdemux/qtdemux.h:
36007
36008 2004-04-30  Colin Walters  <walters@verbum.org>
36009
36010         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
36011
36012 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
36013
36014         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36015         (gst_ffmpegcolorspace_getcaps):
36016           remove broken nego fix
36017
36018 2004-04-30  Benjamin Otte  <otte@gnome.org>
36019
36020         * configure.ac:
36021         * ext/Makefile.am:
36022         * ext/libvisual/Makefile.am:
36023         * ext/libvisual/visual.c:
36024           add initial support for libvisual (http://libvisual.sourceforge.net)
36025           libvisual is still quite alpha, so expect crashes in there :)
36026
36027 2004-04-29  David Schleef  <ds@schleef.org>
36028
36029         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
36030         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
36031         up qtdemux to make it spit out codec_data.  Do _not_ look at this
36032         code; you will no longer respect me.
36033
36034 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36035
36036         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
36037         * ext/alsa/gstalsa.h :
36038         change alsa pcm device discovery to find more than 1 device
36039         per card. code review by Ronald.
36040
36041 2004-04-29  David Schleef  <ds@schleef.org>
36042
36043         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
36044         Add a check for a driver bug on FreeBSD.  (bug #140565)
36045
36046 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36047
36048         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
36049         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36050         (gst_jpegenc_getcaps):
36051           move format setting to inner loop
36052         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36053         (gst_ffmpegcolorspace_getcaps):
36054           use GST_PAD_CAPS if available so that we use already negotiated
36055           caps
36056         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36057         (qtdemux_parse_moov), (qtdemux_parse):
36058           extra debugging
36059         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
36060         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
36061           move hardcoded path to DEFINE
36062
36063 2004-04-28  David Schleef  <ds@schleef.org>
36064
36065         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
36066         (bug #140064)
36067
36068 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36069
36070         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36071           Don't probe for playback device if we're a source element. Fixes
36072           #139658.
36073
36074 2004-04-29  Benjamin Otte  <otte@gnome.org>
36075
36076         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36077         (gst_id3_tag_chain):
36078           rewrite buffer offset
36079
36080 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36081
36082         * configure.ac:
36083         * ext/Makefile.am:
36084         * ext/dts/Makefile.am:
36085         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36086         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36087         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36088         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36089         (gst_dtsdec_loop), (gst_dtsdec_change_state),
36090         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36091         (plugin_init):
36092         * ext/dts/gstdtsdec.h:
36093           New DTS decoder.
36094         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36095         (gst_faad_srcconnect):
36096           Add ESDS atom handling (.m4a).
36097
36098 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36099
36100         * ext/divx/gstdivxdec.c: (plugin_init):
36101           Remove comment that makes no sense.
36102         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36103           Fix for obvious typo that resulted in warnings during gst-register.
36104         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36105         (gst_xviddec_sink_link):
36106           Fix caps negotiation a bit better.
36107         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36108           We call this 'codec_data', not 'esds'.
36109
36110 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36111
36112         * gst/monoscope/gstmonoscope.c:
36113           make sure we only provide 256x128
36114         * gst/monoscope/monoscope.c: (monoscope_init):
36115           assert size of 256x128
36116
36117 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36118
36119         * Makefile.am:
36120         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36121         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36122           fixate to max width and height of device
36123
36124 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36125
36126         * Makefile.am:
36127         * sys/v4l/gstv4l.c:
36128         * sys/v4l/gstv4lsrc.c:
36129         * sys/v4l/v4l_calls.c:
36130         * sys/v4l/v4lsrc_calls.c:
36131           fix for qc-usb driver which fakes having more than one buffer
36132           by handing the same buffer twice, which confused GStreamer's/v4lsrc
36133           buffer_free override
36134           add debugging
36135
36136 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36137
36138         * Makefile.am:
36139         * gst/videotestsrc/gstvideotestsrc.c:
36140         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36141         (gst_videotestsrc_init), (gst_videotestsrc_get),
36142         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36143         * gst/videotestsrc/gstvideotestsrc.h:
36144           add num-buffers property
36145
36146         2004-04-26  Benjamin Otte  <otte@gnome.org>
36147
36148         * ext/mad/gstid3tag.c: (plugin_init):
36149           set id3mux rank to NONE so it doesn't confuse spider
36150           require audio/mpeg,mpegversion=1 in id3mux
36151
36152 2004-04-26  Benjamin Otte  <otte@gnome.org>
36153
36154         * configure.ac:
36155           detect faad correctly as non-working if it's indeed non-working
36156
36157 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36158
36159         * Makefile.am:
36160         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36161         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36162         fix _getcaps so it only negotiates to its supported format
36163
36164 2004-04-25  Benjamin Otte  <otte@gnome.org>
36165
36166         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36167           fix memleak
36168
36169 2004-04-23  Benjamin Otte  <otte@gnome.org>
36170
36171         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36172           audio/x-raw-int with height rules! not. Now it's depth.
36173
36174 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36175
36176         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36177         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36178         (gst_wavparse_loop):
36179           Missing variable initialization. Add handling of DVI ADPCM. Fix
36180           mis-parsing of LIST chunks. This works around a bug where we mis-
36181           parse non-aligning LIST chunks (so LIST chunks where the contents
36182           don't align with the actual LIST size). The correct fix is to use
36183           rifflib, I'm not going to fix wavparse - too much work. All this
36184           fixes #104878.
36185
36186 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36187
36188         reviewed by Benjamin Otte  <otte@gnome.org>
36189
36190         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36191           fix shoutcast not working (fixes #140844)
36192
36193 2004-04-22  Benjamin Otte  <otte@gnome.org>
36194
36195         * ext/hermes/gsthermescolorspace.c:
36196         (gst_hermes_colorspace_caps_remove_format_info):
36197         * gst/colorspace/gstcolorspace.c:
36198         (gst_colorspace_caps_remove_format_info):
36199         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36200         (gst_ffmpegcolorspace_caps_remove_format_info):
36201           s/gst_caps_simplify/gst_caps_do_simplify/
36202
36203 2004-04-22  Benjamin Otte  <otte@gnome.org>
36204
36205         * gst-libs/gst/riff/riff-media.c:
36206         (gst_riff_create_video_caps_with_data):
36207           mpegversion is an int
36208         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36209           don't try to create pad templates with NULL caps, use any caps
36210           instead.
36211
36212 2004-04-20  David Schleef  <ds@schleef.org>
36213
36214         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36215         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36216         (bug #140384)
36217
36218 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36219
36220         reviewed by David Schleef
36221
36222         * ext/mad/gstid3tag.c: Add stdlib.h
36223         * gst/rtp/gstrtpgsmenc.c: same
36224         * gst/tags/gstid3tag.c: same
36225         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36226         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36227         GST_DISABLE_LOADSAVE use.
36228         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36229         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36230         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36231         atol(3)).
36232         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36233         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36234         strtoul(3)).
36235         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36236         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36237         $(ID3_CFLAGS).
36238         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36239         $(LIBFAME_CFLAGS).
36240
36241 2004-04-20  David Schleef  <ds@schleef.org>
36242
36243         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36244         last checkin.  Same idea.
36245
36246 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36247
36248         reviewed by David Schleef
36249
36250         * configure.ac: bump required gstreamer version to 0.8.1.1
36251         because of following changes [--ds]
36252
36253         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36254         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36255         (gst_riff_read_header):  Use GST_READ_UINT*
36256         macros to access possibly unaligned memory.
36257
36258         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36259         (mp3_type_find):  Use GST_READ_UINT*
36260         macros to access possibly unaligned memory.
36261         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36262         (speex_type_find): Likewise
36263
36264         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36265
36266         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36267         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36268         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36269         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36270         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36271         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36272         macros to access possibly unaligned memory.
36273
36274         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36275         Likewise.
36276
36277         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36278         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36279
36280         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36281         Likewise.
36282
36283         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36284         (gst_mpeg2subt_chain_subtitle): Likewise.
36285
36286         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36287         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36288         Likewise.
36289
36290         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36291         Likewise.
36292
36293         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36294         Likewise.
36295
36296         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36297         Likewise.
36298
36299 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36300
36301         * configure.ac:
36302           update required version of GStreamer because of GST_TIME_FORMAT
36303
36304 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36305
36306         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36307           remove leftover g_print
36308         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36309           don't try setting only a subset of the caps. We don't want to kill
36310           autoplugging on purpose
36311
36312 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36313
36314         * sys/ximage/ximagesink.c: (plugin_init):
36315         * sys/xvimage/xvimagesink.c: (plugin_init):
36316           add debugging categories
36317
36318 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36319
36320         * po/en_GB.po:
36321         * po/LINGUAS:
36322           Adding en_GB translation (Gareth Owen)
36323
36324 2004-04-20  David Schleef  <ds@schleef.org>
36325
36326         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36327         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36328         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36329         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36330         A number of new features and hacks to extract the esds atom and
36331         put it into the caps.  (bug #137724)
36332
36333 2004-04-19  David Schleef  <ds@schleef.org>
36334
36335         * gconf/Makefile.am: Fix for non-GNU make
36336         * gst-libs/gst/Makefile.am: Change directory order to handle
36337         GstPlay linking with gstinterfaces
36338         * gst-libs/gst/audio/make_filter: make use of tr portable
36339         * gst-libs/gst/play/Makefile.am: Add intended \
36340         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36341         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36342         function prototype instead of void *.
36343         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36344         macro.
36345         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36346         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36347         * gst/videofilter/make_filter: make use of tr portable
36348         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36349
36350 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36351
36352         * po/LINGUAS:
36353         * po/uk.po:
36354           Added Ukrainian translation (Maxim V. Dziumanenko)
36355
36356 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36357
36358         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36359         (gst_gsmdec_link), (gst_gsmdec_chain):
36360           Fix capsnego, simplify chain function slightly.
36361         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36362           Add GSM.
36363
36364 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36365
36366         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36367         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36368         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36369           Hack to make wavparse work with spider (always -> sometimes pad).
36370           Fixes #135862 && #140411.
36371
36372 2004-04-18  Benjamin Otte  <otte@gnome.org>
36373
36374         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36375         (gst_osselement_rate_probe_check),
36376         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36377           get rid of \n in debug output
36378
36379 2004-04-17  Iain <iain@prettypeople.org>
36380
36381         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36382         not just EOS.
36383
36384 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36385
36386         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36387         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36388         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36389         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36390         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36391         (gst_id3_tag_change_state), (plugin_init):
36392           deprecate id3tag element and replace with id3demux/id3mux.
36393           great side effect: this ugly file is now even uglier, yay!
36394         * ext/mad/gstmad.h:
36395           remove non-available function
36396           update for new get_type
36397
36398 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36399
36400         * configure.ac:
36401           require mpeg2dec >= 0.4.0
36402
36403 2004-04-17  Benjamin Otte  <otte@gnome.org>
36404
36405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36406         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36407         (gst_xvimagesink_set_xwindow_id):
36408           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36409           assorted cleanup fixes.
36410
36411 2004-04-16  David Schleef  <ds@schleef.org>
36412
36413         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36414         * sys/xvimage/xvimagesink.h: same
36415
36416 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36417
36418         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36419           Fix GST_ELEMENT_ERROR with (NULL)
36420
36421 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36422
36423         * gst-libs/gst/riff/riff-media.c:
36424         (gst_riff_create_video_caps_with_data):
36425           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36426
36427 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36428
36429         * gst-libs/gst/riff/riff-media.c:
36430         (gst_riff_create_video_caps_with_data),
36431         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36432         (gst_riff_create_video_template_caps),
36433         (gst_riff_create_audio_template_caps):
36434         * gst-libs/gst/riff/riff-media.h:
36435         * gst-libs/gst/riff/riff-read.c:
36436         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36437         * gst-libs/gst/riff/riff-read.h:
36438         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36439           Add MS RLE support. I added some functions to read out strf chunks
36440           into strf chunks and the data behind it. This is usually color
36441           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36442           caps creation. Lastly, add ADPCM (similar to wavparse - which
36443           should eventually be rifflib based).
36444         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36445         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36446         * gst/matroska/matroska-demux.h:
36447           Remove placeholders for some prehistoric tagging system. Didn't add
36448           support for any tag system really anyway.
36449         * gst/qtdemux/qtdemux.c:
36450           Add support for audio/x-m4a (MPEG-4) through spider.
36451         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36452         (gst_wavparse_loop):
36453           ADPCM support (#135862). Increase max. buffer size because we
36454           cannot split buffers for ADPCM (screws references) and I've seen
36455           files with 2048 byte chunks. 4096 seems safe for now.
36456
36457 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36458
36459         * configure.ac: bump nano to 1
36460
36461 === release 0.8.1 ===
36462
36463 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36464
36465         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36466
36467 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36468
36469         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36470           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36471           Fixes #140058
36472
36473 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36474
36475         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36476           lower rank of dvddemux so that it's not used for mpeg playback.
36477
36478 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36479
36480         * configure.ac:
36481           save libs correctly when checking mad
36482
36483 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36484
36485         * ext/mad/gstid3tag.c: (plugin_init):
36486           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36487
36488 2004-04-13  David Schleef  <ds@schleef.org>
36489
36490         * common/m4/gst-feature.m4: Call -config scripts with
36491         --plugin-libs if it is supported.
36492         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36493         JPEG images are image/jpeg.
36494         * gst/debug/Makefile.am:
36495         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36496         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36497         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36498         (gst_negotiation_plugin_init): Add a property that acts like
36499         filter caps.
36500         * testsuite/gst-lint:  Move license checking to be a standard
36501         test.
36502
36503 2004-04-13  David Schleef  <ds@schleef.org>
36504
36505         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36506         patch from Sebastien Cote (bug #139958)
36507
36508 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36509
36510         * examples/gstplay/Makefile.am:
36511         * examples/gstplay/player.c: (main):
36512           make the commandline player example use gconf settings
36513
36514 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36515
36516         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36517         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36518         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36519           init/end library during state transition, not object
36520           creation/disposal.  get rid of custom dispose handler.
36521
36522
36523 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36524
36525         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36526         be a symlink
36527
36528 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36529
36530         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36531           Handle JUNK chunks inside data section. Prevents warnings.
36532
36533 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36534
36535         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36536         (gst_riff_create_video_template_caps):
36537           Add MS video v1.
36538         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36539         (gst_avi_demux_stream_data):
36540           Add support for "rec-list" chunks.
36541
36542 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36543
36544         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36545           Fix another codecname mismatch.
36546
36547 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36548
36549         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36550           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36551           so that MJPEG plays back.
36552
36553 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36554
36555         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36556         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36557         * gst/mpeg1videoparse/gstmp1videoparse.h:
36558           Fix for some slight mis-cuts in buffer parsing, and for some
36559           potential overflows or faults-causers. Adds disconts. Also fixes
36560           #139105 while we're at it.
36561
36562 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36563
36564         * configure.ac:
36565         * sys/v4l2/gstv4l2element.h:
36566           Workaround for missing struct v4l2_buffer declaration in Suse 9
36567           and Mandrake 10 linux/videodev2.h header file (#135919).
36568
36569 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36570
36571         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36572           Bail out if no filename was given.
36573
36574 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36575
36576         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36577         (gst_v4l2_fourcc_from_structure):
36578           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36579           Y41B somewhere).
36580
36581 2004-04-09  Benjamin Otte  <otte@gnome.org>
36582
36583         * ext/gnomevfs/gstgnomevfssink.c:
36584         (_gst_boolean_allow_overwrite_accumulator),
36585         (gst_gnomevfssink_class_init):
36586           fix erase signal - if any handler returns false the file will not be
36587           overwritten. If no handler is connected, the file will not be
36588           overwritten either.
36589           renamed signal to "allow-overwrite"
36590         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36591           free string when adding it to ID3 failed
36592         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36593           unref event when done
36594         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36595           free caps
36596         * gst/typefind/gsttypefindfunctions.c:
36597         (mpeg_video_stream_type_find):
36598           fix invalid read
36599
36600 2004-04-08  David Schleef  <ds@schleef.org>
36601
36602         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36603         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36604
36605 2004-04-08  David Schleef  <ds@schleef.org>
36606
36607         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36608         we don't support (bug #139532)
36609
36610 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36611
36612         * ext/mad/gstmad.c: (gst_mad_handle_event),
36613         (gst_mad_check_caps_reset), (gst_mad_chain),
36614         (gst_mad_change_state):
36615           only set explicit caps if they haven't been set before for
36616           this stream.  MPEG-audio sample rate/channels aren't allowed
36617           to change in-stream.
36618           Fixes #139382
36619
36620 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36621
36622         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36623         (_gst_boolean_did_something_accumulator),
36624         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36625         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36626         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36627         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36628         (gst_gnomevfssink_change_state):
36629           Fix erase signal. Don't erase by default. Remove handoff signal.
36630           Remove erase property. Don't segfault. General cleanup.
36631
36632 2004-04-07  Benjamin Otte  <otte@gnome.org>
36633
36634         * gst-libs/gst/gconf/test-gconf.c: (main):
36635           add missing gst_init
36636
36637 2004-04-07  Benjamin Otte  <otte@gnome.org>
36638
36639         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36640           free the mutexes, too
36641
36642 2004-04-07  Benjamin Otte  <otte@gnome.org>
36643
36644         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36645           actually free the URI string
36646         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36647           compute offset correctly when passing discont events
36648         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36649           don't leak discont events
36650         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36651           add some missing breaks so caps aren't copied randomly
36652         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36653           if we realloc memory, we better use it
36654
36655 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36656
36657         * ext/mad/gstmad.c: (normal_seek):
36658           fix GST_FORMAT_TIME usage
36659
36660 2004-04-05  David Schleef  <ds@schleef.org>
36661
36662         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36663         a deprecated function (hack!)
36664
36665 2004-04-05  Benjamin Otte  <otte@gnome.org>
36666
36667         * ext/esd/esdmon.c: (gst_esdmon_get):
36668           fix nonterminated vararg and memleak
36669
36670 2004-04-05  Benjamin Otte  <otte@gnome.org>
36671
36672         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36673         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36674         (gst_ladspa_set_property), (gst_ladspa_get_property),
36675         (gst_ladspa_instantiate), (gst_ladspa_activate),
36676         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36677           clean up debugging
36678
36679 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36680
36681         reviewed by Benjamin Otte  <otte@gnome.org>
36682
36683         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36684           check for broken LADSPA parameters (fixes #138635)
36685
36686 2004-04-05  Benjamin Otte  <otte@gnome.org>
36687
36688         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36689           advertise buffer-frames correctly on sinkpads
36690
36691 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36692
36693         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36694         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36695         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36696         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36697         (gst_mad_check_caps_reset), (gst_mad_chain):
36698         add more debugging, only reset caps when we're not in error state
36699
36700 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36701
36702         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36703
36704 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36705
36706         reviewed by Benjamin Otte  <otte@gnome.org>
36707
36708         * configure.ac:
36709           fix == in test(1) operator
36710
36711 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36712
36713         reviewed by Benjamin Otte  <otte@gnome.org>
36714
36715         * configure.ac:
36716           fix --export-symblos-regex to a working regex.
36717
36718 2004-04-04  Benjamin Otte  <otte@gnome.org>
36719
36720         * sys/oss/.cvsignore:
36721           add for oss_probe
36722
36723 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36724
36725         reviewed by Benjamin Otte  <otte@gnome.org>
36726
36727         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36728           add missing 'new_media' argument (fixes #138168)
36729         * gst/matroska/matroska-demux.c:
36730         (gst_matroska_demux_handle_seek_event):
36731           add vararg terminator (fixes #138169)
36732
36733 2004-04-02  David Schleef  <ds@schleef.org>
36734
36735         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36736         disted (bug #138914)
36737
36738 2004-04-01  Benjamin Otte  <otte@gnome.org>
36739
36740         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36741         (gst_alsa_close_audio):
36742           handle case better where a soundcard can't pause
36743         * ext/ogg/gstoggdemux.c:
36744           don't crash when we get events but don't have pads yet
36745
36746 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36747
36748         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36749           throw an error if we couldn't probe any caps.
36750
36751 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36752
36753         * ext/dvdnav/gst-dvd:
36754         Add a really simple sample DVD player
36755
36756 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36757
36758         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36759         (gst_a52dec_push), (gst_a52dec_handle_event),
36760         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36761         (gst_a52dec_change_state):
36762         * ext/a52dec/gsta52dec.h:
36763           Use a debug category, Output timestamps correctly
36764           Emit tag info, Handle events, tell liba52dec about cpu
36765           capabilities so it can use MMX etc.
36766         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36767           Fix a crasher accessing invalid memory
36768         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36769         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36770         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36771         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36772         (dvdnavsrc_query):
36773           Some support for byte-format seeking.
36774           Small fixes for still frames and menu button overlays
36775         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36776         (gst_mpeg2dec_alloc_buffer):
36777           Use a debug category. Adjust the report level of several items to
36778           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36779           so it doesn't lose the GstBuffer pointer
36780         * gst/debug/Makefile.am:
36781         * gst/debug/gstdebug.c: (plugin_init):
36782         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36783         (gst_navseek_base_init), (gst_navseek_class_init),
36784         (gst_navseek_init), (gst_navseek_seek),
36785         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36786         (gst_navseek_get_property), (gst_navseek_chain),
36787         (gst_navseek_plugin_init):
36788         * gst/debug/gstnavseek.h:
36789           Add the navseek debug element for seeking back and forth in a
36790           video stream using arrow keys.
36791         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36792         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36793         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36794         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36795         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36796         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36797         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36798         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36799         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36800         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36801         * gst/mpeg2sub/gstmpeg2subt.h:
36802           Pretty much a complete rewrite. Now a loopbased element. May still
36803           require work to properly synchronise subtitle buffers.
36804         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36805         (gst_dvd_demux_send_subbuffer):
36806         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36807           Don't attempt to create subbuffers of size 0
36808           Reduce a couple of error outputs to warnings.
36809         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36810         (gst_y4mencode_chain):
36811         Output the y4m frame header correctly.
36812
36813 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36814
36815         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36816           throw errors instead of allowing SIGFPE
36817
36818 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36819
36820         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36821         (gst_gconf_render_bin_from_key):
36822           leak plugging and style fixing
36823
36824 2004-03-31  David Schleef  <ds@schleef.org>
36825
36826         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36827         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36828         (bug #138225)
36829         * gst/debug/Makefile.am:
36830         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36831         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36832         plugin.
36833         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36834         (gst_negotiation_base_init), (gst_negotiation_class_init),
36835         (gst_negotiation_init), (gst_negotiation_getcaps),
36836         (gst_negotiation_pad_link), (gst_negotiation_chain),
36837         (gst_negotiation_set_property), (gst_negotiation_get_property),
36838         (gst_negotiation_plugin_init):  New element to talk about random
36839         negotiation things happening in a pipeline.
36840
36841 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36842
36843         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36844           fix integer addition with help of Stefan Kost
36845
36846 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36847
36848         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36849
36850 2004-03-30  David Schleef  <ds@schleef.org>
36851
36852         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36853         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36854         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36855         (bug #137504)
36856         * ext/mpeg2dec/gstmpeg2dec.h:
36857
36858 2004-03-30  David Schleef  <ds@schleef.org>
36859
36860         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36861
36862 2004-03-30  David Schleef  <ds@schleef.org>
36863
36864         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36865         Michael Petullo) to handle .mov
36866
36867 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36868
36869         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36870         (gst_osselement_rate_check_rate):
36871           probe caps correctly for sound cards that only support one format
36872
36873 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36874
36875         * ext/kio/kiosrc.cpp: (process_events):
36876           update handling event processing if inside KDE - untested
36877
36878 2004-03-29  David Schleef  <ds@schleef.org>
36879
36880         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36881         by 2 to not interfere with other colorspaces.
36882         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36883         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36884         one to not interfere with ffmpeg_colorspace.
36885
36886 2004-03-29  David Schleef  <ds@schleef.org>
36887
36888         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36889         aren't in the caps.
36890         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36891         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36892
36893 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36894
36895         * gst-libs/gst/riff/riff-media.c:
36896           fail on error, don't try to set stuff on NULL caps
36897
36898 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36899
36900         * configure.ac:
36901         * ext/Makefile.am:
36902         * ext/kio/Makefile.am:
36903         * ext/kio/kioreceiver.cpp:
36904         * ext/kio/kioreceiver.h:
36905         * ext/kio/kiosrc.cpp:
36906         * ext/kio/kiosrc.h:
36907           add experimental kiosrc plugin
36908         * ext/alsa/gstalsaplugin.c: (plugin_init):
36909           initialize debugging category only when we're sure registering the
36910           plugins worked.
36911
36912 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36913
36914         * examples/gstplay/player.c: (main):
36915         * gst-libs/gst/play/play.c: (gst_play_class_init),
36916         (gst_play_set_location), (gst_play_set_data_src),
36917         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36918         (gst_play_set_visualization), (gst_play_connect_visualization):
36919           check return values of element_set_state and return FALSE where
36920           failed
36921
36922 2004-03-29  Benjamin Otte  <otte@gnome.org>
36923
36924         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36925           try harder to check if an event is really a discont
36926
36927 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36928
36929         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36930         * po/az.po:
36931
36932 2004-03-28  Benjamin Otte  <otte@gnome.org>
36933
36934         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36935         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36936         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36937           get rid of non-standard "..." ranges in case statements.
36938
36939 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36940
36941         * gst/mpegstream/gstmpegdemux.c:
36942         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36943         specific functionality split to the new dvddemux element.
36944         * gst/mpegstream/gstdvddemux.c:
36945         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36946         streams, derived from mpegdemux.
36947         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36948         up. SCR based timestamp rewriting can be turned off (will probably
36949         completely disappear soon).
36950         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36951         hacking. General cleanup. All printf statements replaced by
36952         debugging messages. Almost complete libdvdnav support.
36953         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36954         by events. New properties for audio and subpicture languages.
36955         (dvdnavsrc_update_highlight): Now uses events.
36956         (dvdnavsrc_user_op): Cleaned up.
36957         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36958         based). Lots of cleanup, and propper support for most libdvdnav
36959         events.
36960         (dvdnavsrc_make_dvd_event): New function.
36961         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36962         (dvdnavsrc_make_clut_change_event): New function.
36963
36964 2004-03-26  Benjamin Otte  <otte@gnome.org>
36965
36966         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36967           fix bug where typefinding would claim it's theora whenever less then
36968           7 bytes of data were available
36969
36970 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36971
36972         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36973         (gst_alawdec_base_init), (gst_alawdec_class_init),
36974         (gst_alawdec_init), (gst_alawdec_chain):
36975         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36976         (gst_alawenc_base_init), (gst_alawenc_class_init),
36977         (gst_alawenc_init), (gst_alawenc_chain):
36978         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36979         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36980         (gst_mulawdec_init), (gst_mulawdec_chain):
36981         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36982         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36983         (gst_mulawenc_init), (gst_mulawenc_chain):
36984           Fix capsnego in all four, remove the unused property functions and
36985           simplify the chain functions slightly. I guess we could use macros
36986           or something similar for those, since the code is so similar, but
36987           I'm currently too lazy...
36988
36989 2004-03-24  David Schleef  <ds@schleef.org>
36990
36991         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36992         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36993         (gst_osselement_get_format_structure),
36994         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36995         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36996         (gst_osselement_rate_int_compare): Add code to handle rate probing
36997         (bug #120883)
36998         * sys/oss/gstosselement.h: same
36999         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
37000         Use rate probing provided by osselement.
37001         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
37002
37003 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37004
37005         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
37006         (gst_xvidenc_get_property):
37007           ulong/int mess-up.
37008
37009 2004-03-24  David Schleef  <ds@schleef.org>
37010
37011         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
37012         (gst_speexdec_init):
37013         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
37014         (gst_speexenc_init):  Create the pad template correctly (from
37015         the static pad template, not a NULL pointer.)
37016
37017 2004-03-25  Benjamin Otte  <otte@gnome.org>
37018
37019         * gst/debug/Makefile.am:
37020         * gst/debug/breakmydata.c:
37021           add element that quasi-randomly changes bytes in the stream.
37022           Intended use is robustness checking of demuxers and decoders in
37023           media tests.
37024
37025 2004-03-24  Benjamin Otte  <otte@gnome.org>
37026
37027         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37028         (gst_alsa_probe_hw_params):
37029         * ext/alsa/gstalsa.h:
37030           debugging output fixes
37031
37032 2004-03-24  Benjamin Otte  <otte@gnome.org>
37033
37034         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
37035           don't g_return_if_fail if element is PLAYING, fail silently as every
37036           other element.
37037         * gst/effectv/gstquark.c: (gst_quarktv_chain):
37038           only fix needed for cast lvalue issues in gst-plugins
37039         * gst/volenv/gstvolenv.c: (gst_volenv_init):
37040           add proxy_getcaps
37041
37042 2004-03-24  Benjamin Otte  <otte@gnome.org>
37043
37044         * gst/level/gstlevel.c: (gst_level_init):
37045           add proxying getcaps function, so level doesn't advertise impossible
37046           caps
37047
37048 2004-03-24  David Schleef  <ds@schleef.org>
37049
37050         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37051         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
37052         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
37053         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
37054         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
37055         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
37056         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
37057         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
37058         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
37059         messages.  Divide the chunk size by the compression ratio
37060         (needed for MACE audio)
37061
37062 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37063
37064         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37065           Fix buffer overflow read error.
37066
37067 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37068
37069         * ext/alsa/gstalsa.h:
37070           Remove unused entry.
37071         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
37072           Add cinepak.
37073         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37074         (gst_videodrop_link), (gst_videodrop_chain):
37075           Fix, sort of. Was horribly broken with new capsnego. Bah...
37076
37077 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
37078
37079         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37080         (plugin_init):
37081         Add a monkeysaudio typefind function
37082
37083 2004-03-23  Johan Dahlin  <johan@gnome.org>
37084
37085         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37086         (gst_play_video_fixate): Check so the structure has the field
37087         before trying to fixate them, this makes it possible to have
37088         fakesinks for video and audio output without printing errors on
37089         the output console.
37090
37091 2004-03-22  David Schleef  <ds@schleef.org>
37092
37093         * sys/oss/Makefile.am:
37094         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37095         (check_rate), (add_rate):  Rate probing test app.
37096
37097 2004-03-21  Benjamin Otte  <otte@gnome.org>
37098
37099         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37100         (_fixate_caps_to_int), (gst_audio_convert_fixate):
37101           add a fixation function that pretty much does the right thing (fixes
37102           #137556)
37103
37104 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
37105
37106         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37107
37108 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
37109
37110         reviewed by: Benjamin Otte  <otte@gnome.org>
37111
37112         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37113           terminate gst_event_new_discontinuous correctly (fixes parts of
37114           #137711)
37115
37116 2004-03-19  David Schleef  <ds@schleef.org>
37117
37118         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
37119         since it doesn't depend on X, and it's part of our ABI.
37120
37121 2004-03-19  Iain <iain@prettypeople.org>
37122
37123         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37124         is_int in the structure, not the local variable.
37125
37126 2004-03-19  David Schleef  <ds@schleef.org>
37127
37128         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37129         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37130         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37131         Improvements in caps negotiation.
37132
37133 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37134
37135         * po/LINGUAS:
37136         * po/af.po:
37137           adding Afrikaans (Petri Jooste)
37138
37139 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37140
37141         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37142         (gst_ffmpegcolorspace_chain):
37143         throw error instead of g_critical (#137588)
37144
37145 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37146
37147         * Makefile.am:
37148         * configure.ac:
37149           dist common and m4 correctly
37150         * po/sv.po:
37151
37152 2004-03-17  David Schleef  <ds@schleef.org>
37153
37154         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37155         (bug #137348)
37156
37157 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37158
37159         * po/LINGUAS:
37160         * po/sv.po:
37161           adding Swedish translation (Christian Rose)
37162
37163 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37164
37165         * Makefile.am: use release.mak
37166
37167 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37168
37169         * common/ChangeLog:
37170         * common/gst-autogen.sh:
37171           add some explanation about the version detection
37172         * configure.ac:
37173           fix X check
37174
37175 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37176
37177         * configure.ac: bump nano to 1
37178
37179 === release 0.8.0 ===
37180
37181 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37182
37183         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37184
37185 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37186
37187         * configure.ac:
37188           update libtool version
37189         * gst-libs/gst/media-info/Makefile.am:
37190           actually use libtool version
37191
37192 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37193
37194         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37195
37196 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37197
37198         * configure.ac:
37199         * gst-plugins.spec.in:
37200         * pkgconfig/Makefile.am:
37201         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37202         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37203         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37204         * pkgconfig/gstreamer-libs.pc.in:
37205         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37206         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37207         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37208         * pkgconfig/gstreamer-plugins.pc.in:
37209           remove @VERSION@ from some of the pc files since core and plugins
37210           are decoupled.
37211           created gstreamer-plugins.pc as it's a better name, but keeping
37212           -libs around for now to get fixes upstream done first.
37213
37214 2004-03-15  Julien MOUTTE <julien@moutte.net>
37215
37216         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37217         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37218         * gst-libs/gst/play/play.h:
37219
37220 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37221
37222         * *.c, *.cc: don't mix tabs and spaces
37223
37224 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37225
37226         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37227           use the new ffmpegcolorspace
37228         * gst-plugins.spec.in:
37229           package new colorspace and media-info
37230         * configure.ac:
37231         * pkgconfig/Makefile.am:
37232           fix some more disting issues
37233         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37234         * pkgconfig/gstreamer-media-info.pc.in:
37235           generate media-info pc files
37236
37237 2004-03-15  Johan Dahlin  <johan@gnome.org>
37238
37239         * *.h: Revert indenting
37240
37241 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37242
37243         * configure.ac:
37244           adding ffmpegcolorspace element
37245         * gst/ffmpegcolorspace/Makefile.am:
37246         * gst/ffmpegcolorspace/avcodec.h:
37247         * gst/ffmpegcolorspace/common.h:
37248         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37249         * gst/ffmpegcolorspace/dsputil.h:
37250         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37251         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37252         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37253         (gst_ffmpeg_caps_to_pix_fmt):
37254         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37255         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37256         (gst_ffmpegcolorspace_caps_remove_format_info),
37257         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37258         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37259         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37260         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37261         (gst_ffmpegcolorspace_set_property),
37262         (gst_ffmpegcolorspace_get_property),
37263         (gst_ffmpegcolorspace_register):
37264         * gst/ffmpegcolorspace/imgconvert.c:
37265         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37266         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37267         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37268         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37269         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37270         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37271         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37272         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37273         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37274         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37275         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37276         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37277         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37278         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37279         (img_get_alpha_info), (deinterlace_line),
37280         (deinterlace_line_inplace), (deinterlace_bottom_field),
37281         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37282         * gst/ffmpegcolorspace/imgconvert_template.h:
37283         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37284         * gst/ffmpegcolorspace/mmx.h:
37285         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37286           adding ffmpegcolorspace element supplied by Ronald after cleaning
37287           up and pulling in the right bits of upstream source.
37288           I'm sure a better C/compiler wizard could do some cleaning up (for
37289           example use GLIB's malloc stuff), but as a first pass this
37290           works very well
37291
37292 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37293
37294         * ext/alsa/gstalsa.h:
37295           I assume Ronald forgot to commit the change to have cardname
37296           as a struct member.  Expect some public spanking at the next
37297           opportunity.
37298
37299 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37300
37301         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37302         (gst_alsa_open_audio), (gst_alsa_close_audio):
37303         * ext/alsa/gstalsa.c:
37304           Don't open the device if we're a mixer (= padless).
37305         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37306         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37307         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37308           Open mixer during state change rather than during object
37309           initialization. Also, get a device name. Currently in a somewhat
37310           hackish fashion, but I didn't really find something better.
37311
37312 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37313
37314         * *.c, *.h: run gst-indent
37315
37316 2004-03-14  Benjamin Otte  <otte@gnome.org>
37317
37318         * gst/modplug/gstmodplug.cc:
37319         * gst/modplug/gstmodplug.h:
37320           set correct timestamps on outgoing buffers
37321
37322 2004-03-14  Benjamin Otte  <otte@gnome.org>
37323
37324         * gst/modplug/gstmodplug.cc:
37325           handle events - don't do crap when a discont arrives that's not
37326           necessary
37327           This allows correct loading and playback of mods in Rhythmbox
37328
37329 2004-03-14  Benjamin Otte  <otte@gnome.org>
37330
37331         * configure.ac:
37332         * gst-libs/gst/gconf/Makefile.am:
37333         * pkgconfig/Makefile.am:
37334           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37335           they get rebuilt properly
37336         * configure.ac:
37337           when checking for vorbis, try pkgconfig first.
37338         * gst/modplug/gstmodplug.cc:
37339           add fixate function
37340
37341 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37342
37343         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37344           Fix for obvious mistake, where we first shift the offset and then
37345           read a samplesize element assuming the old offset. Note that this
37346           part still has something weird, i.e. my movies containing those
37347           don't actually play well, but at least there's something that looks
37348           like sound now.
37349
37350 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37351         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37352         (plugin_init):
37353         Add a typefind function for speex format
37354
37355 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37356
37357         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37358         (gst_asf_demux_setup_pad):
37359           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37360           instead of 0. Reason is simple: some elements have a fps range
37361           of 1-max instead of 0-max. So now ASF video actually works.
37362
37363 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37364
37365         * po/LINGUAS:
37366         * po/sr.po:
37367           adding serbian as a language
37368
37369 2004-03-13  Benjamin Otte  <otte@gnome.org>
37370
37371         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37372           return taglist correctly from _get function, don't gst_pad_push it.
37373           (fixes #137042)
37374
37375 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37376         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37377
37378 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37379
37380         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37381         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37382         (gst_alsa_mixer_track_new):
37383         * ext/alsa/gstalsamixertrack.h:
37384           Fix ancient leftovers... MixerTrack is a GObject.
37385
37386 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37387
37388         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37389         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37390           Don't block during probing...
37391
37392 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37393
37394         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37395         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37396         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37397         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37398         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37399         (gst_alsa_open_audio), (gst_alsa_close_audio):
37400         * ext/alsa/gstalsa.h:
37401           Add propertyprobe interface implementation, add some device-name
37402           property, all this so that it looks good in gnome-volume-control.
37403
37404 2004-03-12  David Schleef  <ds@schleef.org>
37405
37406         * configure.ac: the Hermes library controls hermescolorspace, not
37407         colorspace.
37408         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37409         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37410         not /* */
37411         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37412         * ext/sdl/sdlvideosink.h: ditto.
37413         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37414
37415 2004-03-12  Benjamin Otte  <otte@gnome.org>
37416
37417         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37418         (gst_x_overlay_got_xwindow_id):
37419         * gst-libs/gst/xoverlay/xoverlay.h:
37420           replace XID with unsigned long to get rid of the xlibs dependency in
37421           XOverlay (fixes #137004)
37422
37423 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37424         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37425         (gst_agingtv_setup):
37426         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37427         (gst_dicetv_base_init), (gst_dicetv_class_init),
37428         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37429         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37430         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37431         (gst_edgetv_setup), (gst_edgetv_rgb32):
37432         * gst/effectv/gsteffectv.c:
37433         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37434         (gst_quarktv_set_property):
37435         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37436         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37437         (gst_revtv_setup), (gst_revtv_rgb32):
37438         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37439         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37440         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37441         (gst_shagadelictv_rgb32):
37442         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37443         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37444         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37445         * gst/effectv/gstwarp.c:
37446         Port everything that can be ported to videofilter and fix up the caps.
37447         Can someone with a big-endian machine please check these?
37448
37449 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37450
37451         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37452         (gst_osssink_chain), (gst_osssink_change_state):
37453           Latest fixes for A/V sync, audio playback and such. This is about
37454           all... MPEG playback issues are mostly related to the async build-
37455           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37456
37457 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37458
37459         patch from: Stephane Loeuillet
37460
37461         * configure.ac:
37462           use pkg-config for some libraries, falling back to the old .m4 way
37463           (fixes #131270)
37464         * m4/libdv.m4:
37465           removed
37466
37467 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37468
37469         * configure.ac:
37470         * tools/Makefile.am:
37471         * tools/Makefile.in:
37472         * tools/gst-launch-ext-m.m:
37473         * tools/gst-launch-ext.1.in:
37474         * tools/gst-visualise-m.m:
37475         * tools/gst-visualise.1:
37476         * tools/gst-visualise.1.in:
37477           reorganizing generation of script tools
37478
37479 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37480
37481         * ext/divx/gstdivxdec.c:
37482           Downgrade priority. We prefer ffdec_mpeg4.
37483         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37484         (gst_faad_chain), (gst_faad_change_state):
37485           Fix capsnego. Doesn't work for some sounds because we don't have
37486           a 5:1 to stereo element.
37487         * ext/xvid/gstxvid.c: (plugin_init):
37488           Add priority.
37489         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37490         (gst_osssink_change_state):
37491           Add discont handling.
37492
37493 2004-03-09  Colin Walters  <walters@verbum.org>
37494
37495         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37496         conversion.
37497
37498 2004-03-09  Benjamin Otte  <otte@gnome.org>
37499
37500         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37501           the signals take 2 arguments
37502
37503 2004-03-09  David Schleef  <ds@schleef.org>
37504
37505         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37506         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37507         * ext/alsa/gstalsa.h:
37508         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37509
37510 2004-03-09  Benjamin Otte  <otte@gnome.org>
37511
37512         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37513         (gst_mikmod_change_state):
37514         * ext/mikmod/gstmikmod.h:
37515           make mikmod's loop function not loop infinitely and call
37516           gst_element_yield anymore
37517         * gst/modplug/gstmodplug.cc:
37518           fix pad negotiation (fixes #136590)
37519
37520 2004-03-09  David Schleef  <ds@schleef.org>
37521
37522         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37523         doesn't conflict with the internal colorspace plugin.
37524         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37525         satisfy the crappy-ass shell shipped by a certain vendor.
37526         * gst/videofilter/make_filter: same (bug #135299)
37527
37528 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37529
37530         * configure.ac: bump nano to 1
37531
37532 === release 0.7.6 ===
37533
37534 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37535
37536         * configure.in: releasing 0.7.6, "There"
37537
37538 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37539
37540         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37541         * pkgconfig/gstreamer-play.pc.in:
37542           synchronize the two
37543
37544 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37545
37546         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37547         (cdparanoia_open), (cdparanoia_event):
37548           fix/add error handling
37549         * po/POTFILES.in:
37550           add cdparanoia source
37551         * tools/Makefile.am:
37552           make scripts executable
37553
37554 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37555
37556         * configure.ac:
37557         * ext/vorbis/Makefile.am:
37558         * sys/Makefile.am:
37559           remove id3types, vorbisfile and xvideosink from the build (#133783)
37560
37561 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37562
37563         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37564           Fix metadata read crash (#136537).
37565
37566 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37567
37568         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37569         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37570           adding mime types, fixing the one-stop function
37571
37572 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37573
37574         * ext/nas/nassink.c and /ext/nas/nassink.h:
37575         More NAS love from Arwed von Merkatz
37576         So lets all sing 'Can you feel the NAS tonight'
37577
37578 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37579
37580         * tools/gst-launch-ext.in:
37581         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37582
37583 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37584
37585         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37586         (gst_mpeg2dec_init):
37587         remove the user_data pad for now, because it is being used in
37588         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37589         If someone knows how to fix this properly, please do.
37590
37591 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37592
37593         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37594         (gst_osssink_get_time):
37595         add a warning, IMO this won't get triggered anymore, remove later
37596
37597 2004-03-07  David Schleef  <ds@schleef.org>
37598
37599         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37600         format (bug #136470)
37601
37602 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37603
37604         * gst-libs/Makefile.am:
37605         * gst-libs/gst/media-info/Makefile.am:
37606         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37607         (error_callback), (gst_media_info_error_create),
37608         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37609         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37610         * gst-libs/gst/media-info/media-info-priv.h:
37611         * gst-libs/gst/media-info/media-info-test.c: (main):
37612         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37613         (gst_media_info_class_init), (gst_media_info_instance_init),
37614         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37615         (gst_media_info_read_idler), (gst_media_info_read):
37616         * gst-libs/gst/media-info/media-info.h:
37617         fixed, should work now
37618
37619 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37620
37621         * ext/nas/nassink.c:
37622         A bunch of NAS fixes from Arwed von Merkatz
37623
37624 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37625
37626         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37627         (qtdemux_parse_trak):
37628           Fix crash (j might be greater than n_samples, in which case we're
37629           writing outside the allocated space for the array) and memleak.
37630
37631 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37632
37633         * sys/oss/gstosssink.c: (gst_osssink_chain):
37634           And another caller that couldn't handle delay < 0 (unsigned
37635           integer overflow). Video now continues playing on an audio
37636           buffer underrun, and the clock continues working. Audio still
37637           stalls.
37638
37639 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37640
37641         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37642         (gst_osssink_get_time):
37643           get_delay() may return values lower than 0. In those cases, we
37644           should not actually cast to *unsigned* int64, that will break
37645           stuff horribly. In my case, it screwed up A/V sync in movies
37646           in totem rather badly.
37647
37648 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37649
37650         * ext/faac/gstfaac.c: (gst_faac_chain):
37651         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37652         * ext/libpng/gstpngenc.c: (user_write_data):
37653         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37654         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37655         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37656         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37657         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37658         of any buffer), should fix some leaks. I hope I didn't unref buffers
37659         that shouldn't be...
37660
37661 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37662
37663         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37664         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37665         (error_callback), (gmi_reset), (gmi_seek_to_track),
37666         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37667         (gmip_find_type_post), (gmip_find_stream_post),
37668         (gmip_find_track_streaminfo_post):
37669         * gst-libs/gst/media-info/media-info-priv.h:
37670         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37671         (info_print), (main):
37672         * gst-libs/gst/media-info/media-info.c:
37673         (gst_media_info_error_create), (gst_media_info_error_element),
37674         (gst_media_info_instance_init), (gst_media_info_get_property),
37675         (gst_media_info_new), (gst_media_info_set_source),
37676         (gst_media_info_read_idler), (gst_media_info_read):
37677         * gst-libs/gst/media-info/media-info.h:
37678           first pass at making this work again.  This seems to work on
37679           tagged ogg/vorbis and mp3 files.
37680
37681 2004-03-06  Benjamin Otte  <otte@gnome.org>
37682
37683         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37684           fix huge leak: gst_buffer_merge doesn't unref the first argument
37685           itself.
37686
37687 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37688
37689         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37690           report layer/mode/emphasis
37691
37692 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37693
37694         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37695
37696 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37697
37698         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37699           signal serial
37700
37701 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37702
37703         * ext/vorbis/vorbis.c: (plugin_init):
37704         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37705         (gst_vorbis_dec_init), (vorbis_dec_event):
37706         add debug category
37707         make vorbisdec handle _BYTE and _TIME queries
37708
37709 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37710
37711         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37712           from the xing header
37713
37714 2004-03-06  Benjamin Otte  <otte@gnome.org>
37715
37716         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37717         (gst_audio_convert_link), (gst_audio_convert_change_state),
37718         (gst_audio_convert_buffer_from_default_format):
37719           do conversions from/to float correctly, fix some caps nego errors,
37720           export correct supported caps in template and getcaps, use correct
37721           caps in try_set_caps functions
37722
37723 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37724
37725         For some reason, I only committed a ChangeLog entry yesterday and
37726         not the corresponding code...
37727         * ext/mad/gstmad.c: Fix detection of Xing headers
37728         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37729
37730 2004-03-06  Benjamin Otte  <otte@gnome.org>
37731
37732         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37733         (gst_ogg_demux_src_query):
37734           make sure to handle the case where there's no current chain
37735           gracefully.
37736
37737 2004-03-05  David Schleef  <ds@schleef.org>
37738
37739         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37740         Add fixate function. (bug #131128)
37741         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37742         (gst_sdlvideosink_fixate):  Add fixate function.
37743         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37744         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37745         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37746         Fix missing break that was causing ulaw to be interpreted as
37747         raw int.
37748
37749 2004-03-05  David Schleef  <ds@schleef.org>
37750
37751         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37752         Fix code that ignores return value of gst_buffer_merge().
37753         (bug #114560)
37754         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37755         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37756         * testsuite/gst-lint:  Check for above.
37757
37758 2004-03-05  David Schleef  <ds@schleef.org>
37759
37760         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37761         caps and throw an element error.  (bug #136334)
37762
37763 2004-03-05  David Schleef  <ds@schleef.org>
37764
37765         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37766         (gst_faad_chain): Fix negotiation.
37767         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37768         key and button events.
37769         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37770         dung heap of code.
37771         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37772         depends on gconf
37773         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37774         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37775         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37776         function to encourage better negotiation, particularly between
37777         audioconvert and osssink.
37778         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37779         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37780         more important.
37781         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37782         typefinding.
37783         * gst/vbidec/vbiscreen.c:  Add glib header
37784         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37785
37786 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37787
37788         * ext/mad/gstmad.c: Fix detection of Xing headers
37789         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37790
37791 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37792
37793         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37794         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37795           debug updates
37796
37797 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37798
37799         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37800         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37801         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37802         files, and report the parsed length as a GST_TAG_DURATION tag.
37803         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37804
37805 2004-03-05  Benjamin Otte  <otte@gnome.org>
37806
37807         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37808           convert channels correctly. convert correctly to unsigned.
37809
37810 2004-03-05  Julien MOUTTE <julien@moutte.net>
37811
37812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37813         we have a window before clearing it.
37814
37815 2004-03-05  Julien MOUTTE <julien@moutte.net>
37816
37817         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37818         have a window before clearing it.
37819
37820 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37821
37822         * gconf/gstreamer.schemas.in:
37823         * gst-libs/gst/gconf/Makefile.am:
37824           version installation path the same way as for 0.6
37825         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37826         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37827         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37828           remove comment that was fixed
37829
37830 2004-03-05  David Schleef  <ds@schleef.org>
37831
37832         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37833         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37834         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37835         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37836         Add prototype code for handling seeking and querying.
37837
37838 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37839
37840         * examples/gstplay/player.c: (main):
37841           Initialize variables to NULL. Prevents a segfault because the
37842           (uninitialized) variable is not NULL, resulting in a crash on
37843           trying to reach error->message.
37844
37845 2004-03-05  Benjamin Otte  <otte@gnome.org>
37846
37847         * gst/audioconvert/gstaudioconvert.c:
37848         (gst_audio_convert_buffer_to_default_format):
37849         make float=>int conversion work correctly even in cornercases.
37850
37851 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37852
37853         * debian/README.Debian:
37854         * debian/build-deps:
37855         * debian/changelog:
37856         * debian/control:
37857         * debian/control.in:
37858         * debian/copyright:
37859         * debian/gstreamer-a52dec.files:
37860         * debian/gstreamer-aa.files:
37861         * debian/gstreamer-alsa.files:
37862         * debian/gstreamer-alsa.manpages:
37863         * debian/gstreamer-arts.files:
37864         * debian/gstreamer-artsd.files:
37865         * debian/gstreamer-audiofile.files:
37866         * debian/gstreamer-avifile.files:
37867         * debian/gstreamer-cdparanoia.files:
37868         * debian/gstreamer-colorspace.files:
37869         * debian/gstreamer-doc.files:
37870         * debian/gstreamer-dv.files:
37871         * debian/gstreamer-dvd.files:
37872         * debian/gstreamer-esd.files:
37873         * debian/gstreamer-festival.files:
37874         * debian/gstreamer-flac.files:
37875         * debian/gstreamer-gconf.conffiles:
37876         * debian/gstreamer-gconf.files:
37877         * debian/gstreamer-gconf.postinst:
37878         * debian/gstreamer-gnomevfs.files:
37879         * debian/gstreamer-gsm.files:
37880         * debian/gstreamer-http.files:
37881         * debian/gstreamer-jack.files:
37882         * debian/gstreamer-jpeg.files:
37883         * debian/gstreamer-mad.files:
37884         * debian/gstreamer-mikmod.files:
37885         * debian/gstreamer-misc.files:
37886         * debian/gstreamer-mpeg2dec.files:
37887         * debian/gstreamer-oss.files:
37888         * debian/gstreamer-plugin-apps.files:
37889         * debian/gstreamer-plugin-apps.manpages:
37890         * debian/gstreamer-plugin-libs-dev.files:
37891         * debian/gstreamer-plugin-libs.files:
37892         * debian/gstreamer-plugin-template.postinst:
37893         * debian/gstreamer-plugin-template.postrm:
37894         * debian/gstreamer-sdl.files:
37895         * debian/gstreamer-sid.files:
37896         * debian/gstreamer-vorbis.files:
37897         * debian/gstreamer-x.files:
37898         * debian/mk.control:
37899         * debian/rules:
37900         Debian package info not maintained here.
37901
37902 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37903
37904         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37905         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37906         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37907         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37908         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37909         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37910         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37911         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37912         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37913         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37914         * gst-libs/gst/colorbalance/colorbalance.c:
37915         (gst_color_balance_class_init):
37916         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37917         (gst_color_balance_channel_class_init):
37918         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37919         * gst-libs/gst/play/play.c: (gst_play_class_init):
37920         * gst-libs/gst/propertyprobe/propertyprobe.c:
37921         (gst_property_probe_iface_init):
37922         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37923         * gst-libs/gst/tuner/tunerchannel.c:
37924         (gst_tuner_channel_class_init):
37925         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37926         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37927         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37928         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37929         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37930         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37931         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37932         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37933         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37934           fix signals to use - instead of _
37935         * ext/libcaca/gstcacasink.h:
37936         * ext/sdl/sdlvideosink.h:
37937           fix header rename
37938
37939 2004-03-04  David Schleef  <ds@schleef.org>
37940
37941         * testsuite/gst-lint:  Add a check for bad signal names.
37942
37943 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37944
37945         reviewed by David Schleef
37946
37947         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37948         modified the alpha channel and caused a warning. (bug #136192)
37949
37950 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37951
37952         * gst-plugins.spec.in:
37953         Change names of plugins to actually be correct. Try to keep things
37954         alphabetical to avoid getting beat up by Thomas
37955
37956 2004-03-03  Julien MOUTTE <julien@moutte.net>
37957
37958         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37959         Using ximagesink as a default if no gconf key found. We should
37960         probably consider using alsasink instead of osssink for the audio
37961         part.
37962
37963 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37964
37965         * configure.ac:
37966           fix --with-plugins, don't think it ever worked before
37967         * gst-plugins.spec.in:
37968           even more updates
37969
37970 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37971
37972         * ext/sdl/sdlvideosink.h:
37973         * sys/ximage/ximagesink.h:
37974         * sys/xvideo/xvideosink.h:
37975         * sys/xvimage/xvimagesink.h:
37976           Fix for move of gstvideosink.h -> videosink.h.
37977
37978 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37979
37980         * gst-libs/gst/xwindowlistener/Makefile.am:
37981           this is a plugin library, not a library
37982
37983 2004-03-01  David Schleef  <ds@schleef.org>
37984
37985         * AUTHORS:  Added some names.  Add yourself if you're still
37986         missing.
37987
37988 2004-03-01  David Schleef  <ds@schleef.org>
37989
37990         * MAINTAINERS: Add
37991
37992 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37993
37994         * gst-plugins.spec.in: clean up spec file
37995
37996 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37997
37998         * gst-libs/gst/video/Makefile.am:
37999         * gst-libs/gst/video/gstvideosink.c:
38000         * gst-libs/gst/video/gstvideosink.h:
38001           rename gstvideosink.h to videosink.h to match other headers
38002         * gst/mixmatrix/Makefile.am:
38003           fix plugin filename
38004         * gst/tags/Makefile.am: fix plugin filename
38005
38006 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38007
38008         * gst/tags/Makefile.am: fix plugin filename
38009
38010 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38011
38012         * examples/gstplay/player.c: (got_time_tick), (main):
38013           add error handler
38014           display time_tick more readably
38015         * gst/mixmatrix/Makefile.am:
38016           fix plugin file name
38017
38018 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
38019
38020         * sys/oss/gstosselement.c: (gst_osselement_probe),
38021         (device_combination_append), (gst_osselement_class_probe_devices):
38022         * sys/oss/gstosselement.h:
38023           Reworked enumeration of oss dsps and mixers so that gst-mixer works
38024           on my system using alsa oss emulation, fixes bug #135597
38025
38026 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38027
38028         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
38029         (gst_videodrop_chain), (gst_videodrop_change_state):
38030         * gst/videodrop/gstvideodrop.h:
38031           Work based on timestamp of input data, not based on the expected
38032           framerate from the input. The consequence is that this element now
38033           not only scales framerates, but also functions as a framerate
38034           corrector or framerate stabilizer/constantizer.
38035
38036 2004-02-27  David Schleef  <ds@schleef.org>
38037
38038         patches from jmmv@menta.net (Julio M. Merino Vidal)
38039
38040         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
38041         GST_ELEMENT_ERROR call (bug #135634)
38042         * gst/interleave/interleave.c: (interleave_buffered_loop),
38043         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
38044         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
38045         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
38046         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
38047         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
38048         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
38049         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
38050         Fix GST_ELEMENT_ERROR call.
38051         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
38052         GST_ELEMENT_ERROR call.
38053
38054 2004-02-27  Benjamin Otte  <otte@gnome.org>
38055
38056         * gst-libs/gst/audio/audio.h:
38057           add macro to make sure header isn't included twice
38058         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
38059           don't use gst_buffer_free
38060         * gst/playondemand/filter.func:
38061           don't use gst_data_free. Free data only once.
38062
38063 2004-02-26  David Schleef  <ds@schleef.org>
38064
38065         * gst-libs/gst/colorbalance/Makefile.am:
38066         * gst-libs/gst/mixer/Makefile.am:
38067         * gst-libs/gst/tuner/Makefile.am:
38068         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
38069         should not be disted, -marshal.h files should not be installed,
38070         and -enum.h files _should_ be installed.  Fix to make this the
38071         case.
38072
38073 === release 0.7.5 ===
38074
38075 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
38076
38077         * configure.ac: release 0.7.5, "Under The Sea"
38078
38079 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38080
38081         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38082         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38083         * gst/videoscale/gstvideoscale.c:
38084         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38085           assorted debug/warning fixes
38086
38087 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38088
38089         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38090         (gst_videoscale_init), (gst_videoscale_chain),
38091         (gst_videoscale_set_property), (plugin_init):
38092         * gst/videoscale/gstvideoscale.h:
38093         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38094         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38095         (gst_videoscale_planar400), (gst_videoscale_packed422),
38096         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38097         (gst_videoscale_24bit), (gst_videoscale_16bit),
38098         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38099         (gst_videoscale_scale_plane_slow),
38100         (gst_videoscale_scale_point_sample),
38101         (gst_videoscale_scale_nearest),
38102         (gst_videoscale_scale_nearest_str2),
38103         (gst_videoscale_scale_nearest_str4),
38104         (gst_videoscale_scale_nearest_32bit),
38105         (gst_videoscale_scale_nearest_24bit),
38106         (gst_videoscale_scale_nearest_16bit):
38107         add debugging category and use it properly
38108         fix use of GST_PTR_FORMAT
38109
38110 2004-02-25  Andy Wingo  <wingo@pobox.com>
38111
38112         * gst/interleave/interleave.c (interleave_buffered_loop): Always
38113         push only when channel->buffer is NULL. Prevents segfaults doing
38114         the state change after a nonlocal exit, like a scheme exception.
38115
38116         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38117         Handle the case where the intersected caps is empty.
38118
38119 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38120
38121         * gst/law/mulaw-decode.c: (mulawdec_link):
38122         * gst/law/mulaw.c: (plugin_init):
38123           fix mulawdec so it actually works again
38124
38125 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
38126
38127         reviewed by: David Schleef  <ds@schleef.org>
38128
38129         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38130         (gst_gamma_init), (gst_gamma_set_property),
38131         (gst_gamma_get_property), (gst_gamma_calculate_tables),
38132         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
38133         for RGB, with separate r g and b correction factors. (#131167)
38134
38135 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
38136
38137         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38138           only signal tags for bitrate if they're > 0 (#134894)
38139
38140 2004-02-24  David Schleef  <ds@schleef.org>
38141
38142         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38143         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38144         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38145         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38146         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38147         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38148         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38149         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38150         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
38151         category.  Attempt to fix timestamp calculation.
38152
38153 2004-02-24  Johan Dahlin  <johan@gnome.org>
38154
38155         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38156
38157 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38158
38159         * configure.ac:
38160         * gconf/Makefile.am:
38161         * gconf/gstreamer.schemas:
38162         * gst-libs/gst/gconf/Makefile.am:
38163         * gst-libs/gst/gconf/gconf.c:
38164           version gconf schemas and install locations
38165
38166 2004-02-23  Benjamin Otte  <otte@gnome.org>
38167
38168         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38169         (gst_xine_input_subclass_init):
38170           call parent dispose.
38171           change pad template for CD reader correctly
38172         * ext/xine/Makefile.am:
38173         * ext/xine/gstxine.h:
38174         * ext/xine/xine.c: (plugin_init):
38175         * ext/xine/xineaudiosink.c:
38176           wrap audio sinks, too
38177         * gst-libs/gst/resample/private.h:
38178         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38179         (gst_resample_reinit), (gst_resample_scale),
38180         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38181         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38182         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38183         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38184         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38185         * gst-libs/gst/resample/resample.h:
38186         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38187         (gst_audioscale_class_init), (gst_audioscale_link),
38188         (gst_audioscale_get_buffer), (gst_audioscale_init),
38189         (gst_audioscale_chain), (gst_audioscale_set_property),
38190         (gst_audioscale_get_property):
38191         * gst/audioscale/gstaudioscale.h:
38192           s/resample_*/gst_resample_*/i to not clobber namespaces
38193
38194 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38195
38196         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38197         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38198         (gst_riff_create_video_template_caps),
38199         (gst_riff_create_audio_template_caps),
38200         (gst_riff_create_iavs_template_caps):
38201         * gst-libs/gst/riff/riff-media.h:
38202         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38203         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38204         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38205         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38206         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38207         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38208         (gst_matroska_demux_plugin_init): First batch implementing audio and
38209         video codec tags in demuxers.
38210
38211 2004-02-22  Benjamin Otte  <otte@gnome.org>
38212
38213         * ext/xine/Makefile.am:
38214         * ext/xine/gstxine.h:
38215         * ext/xine/xine.c: (plugin_init):
38216         * ext/xine/xineinput.c:
38217           add input plugin wrapper. Playback from files, http, mms and cdda
38218           works.
38219         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38220           remove leftover G_GNUC_UNUSED
38221         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38222         (gst_asf_demux_identify_guid):
38223           improve debugging output
38224
38225 2004-02-22  Benjamin Otte  <otte@gnome.org>
38226
38227         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38228
38229         * autogen.sh:
38230           replace test -e with test -x for mkinstalldirs to be more portable.
38231           (fixes #134816)
38232
38233 2004-02-22  Benjamin Otte  <otte@gnome.org>
38234
38235         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38236
38237         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38238           set rank to PRIMARY
38239         * gst/volume/gstvolume.c: (plugin_init):
38240           set rank to NONE
38241         fixes #134960
38242
38243 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38244
38245         reviewed by Benjamin Otte  <otte@gnome.org>
38246
38247         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38248           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38249
38250 2004-02-22  Benjamin Otte  <otte@gnome.org>
38251
38252         * configure.ac:
38253           export [_]*{gst,Gst,GST}.* symbols from plugins
38254
38255 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38256
38257         reviewed by: Benjamin Otte  <otte@gnome.org>
38258
38259         * ext/lame/gstlame.c: (add_one_tag):
38260         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38261         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38262         (gst_vorbisenc_metadata_set1):
38263         * gst/tags/gstid3tag.c:
38264         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38265           apply fixes from bugs #135042 (lame can't write tags) and #133817
38266           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38267
38268 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38269
38270         * configure.ac: Export only gst_plugin_desc from plugins.
38271          Note that this change only makes any effect with Linux using libtool
38272          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38273          fine. And don't try to have several versions of libtool in different
38274          directories.
38275
38276 2004-02-20  Andy Wingo  <wingo@pobox.com>
38277
38278         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38279         interleave respectively.
38280
38281         * gst/interleave/deinterleave.c: New plugin: deinterleave
38282         (replaces on oneton).
38283         * gst/interleave/interleave.c: New plugin: interleave.
38284         * gst/interleave/plugin.h: Support file.
38285         * gst/interleave/plugin.c: Support file.
38286
38287         * configure.ac: Remove intfloat and oneton, add interleave.
38288
38289         * ext/sndfile/gstsf.c: Handle events better.
38290
38291         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38292         and float2int operation. int2float has scheduling problems as
38293         noted in in2float_chain.
38294
38295 2004-02-20  Benjamin Otte  <otte@gnome.org>
38296
38297         * ext/xine/Makefile.am:
38298         * ext/xine/gstxine.h:
38299         * ext/xine/xine.c:
38300         * ext/xine/xineaudiodec.c:
38301         * ext/xine/xinecaps.c:
38302           add first version of xine plugin wrapper. Currently only wraps the
38303           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38304         * configure.ac:
38305         * ext/Makefile.am:
38306           add xine plugin wrapper, disabled by default. Use --enable-xine to
38307           build. Note that it'll segfault on gst-register if you don't remove
38308           the goom and tvtime post plugins from xine.
38309         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38310         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38311           add extradata parsing for QDM2.
38312           change around debugging prints.
38313
38314 2004-02-19  Benjamin Otte  <otte@gnome.org>
38315
38316         * ext/lame/gstlame.c: (gst_lame_chain):
38317         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38318           use gst_tag_list_insert when you want to insert tags
38319
38320 2004-02-18  David Schleef  <ds@schleef.org>
38321
38322         * configure.ac:  Move massink to gst-rotten
38323         * ext/Makefile.am:
38324         * ext/mas/Makefile.am:
38325         * ext/mas/massink.c:
38326         * ext/mas/massink.h:
38327
38328 2004-02-18  David Schleef  <ds@schleef.org>
38329
38330         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38331         typefinding, since it seems to be worse than nothing.
38332         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38333         atom to recognize .mp4 and .m4a files as video/quicktime.
38334
38335 2004-02-18  David Schleef  <ds@schleef.org>
38336
38337         * gst/sine/demo-dparams.c: (quit_live),
38338         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38339         Use double dparams, not float.
38340         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38341         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38342         sync'd elements don't really work correctly.
38343         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38344         (volume_update_volume), (volume_get_property):  Change dparam
38345         to double.
38346
38347 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38348
38349         * sys/ximage/ximagesink.c:
38350         (gst_ximagesink_xwindow_update_geometry),
38351         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38352         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38353         (gst_ximagesink_init): Rework the way software video scaling works. So
38354         now we check on each chain call if the video frames are feeling the
38355         window. If not we try to renegotiate caps. On failure we memorize that
38356         and we won't try again for that PLAYING sessions.
38357         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38358         failure.
38359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38360         synchronous flag.
38361
38362 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38363
38364         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38365           break up _link so we can give a better debug message for errors
38366
38367 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38368
38369         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38370           set up debug category
38371
38372 2004-02-18  Julien MOUTTE <julien@moutte.net>
38373
38374         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38375         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38376         the way renegotiation work. The event handling function is not taking
38377         care of external windows and renegotiate method check for pad flags
38378         NEGOTIATING. Should fix : #133209
38379
38380 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38381
38382         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38383         pad is negotiating before trying renegotiation.
38384
38385 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38386
38387         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38388           pass on all possible mime types as typefind hints
38389
38390 2004-02-17  Julien MOUTTE <julien@moutte.net>
38391
38392         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38394         possible SHM leak if we crash. All other apps using XShm are doing
38395         that.
38396
38397 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38398
38399         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38400         (gst_ximagesink_expose): Renegotiate size on expose.
38401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38402         size on expose.
38403
38404 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38405
38406         * testsuite/alsa/sinesrc.c:
38407           cosmetic fix to fix compile issue with gcc 2.95.4
38408
38409 2004-02-16  Julien MOUTTE <julien@moutte.net>
38410
38411         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38412         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38413         failed opening the audio device.
38414         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38415         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38416         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38417         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38418         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38419         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38420         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38421         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38422         Removing some useless g_return_if_fail like wingo suggested.
38423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38424         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38425         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38426         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38427         (gst_xvimagesink_update_colorbalance),
38428         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38429         (gst_xvimagesink_xcontext_clear),
38430         (gst_xvimagesink_get_fourcc_from_caps),
38431         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38432         (gst_xvimagesink_set_xwindow_id),
38433         (gst_xvimagesink_colorbalance_list_channels),
38434         (gst_xvimagesink_colorbalance_set_value),
38435         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38436         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38437
38438 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38439
38440         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38441           throw error when not negotiated instead of asserting
38442
38443 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38444
38445         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38446         correct data refcounting.
38447
38448 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38449
38450         * gst/switch/gstswitch.c: (gst_switch_change_state),
38451         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38452         change, mostly the EOS flag.
38453
38454 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38455
38456         * examples/gstplay/player.c: (got_eos), (main): Adding some
38457         output for debugging.
38458         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38459         timeouts if we go to any state different from PLAYING.
38460         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38461         more EOS bugs in riff lib.
38462
38463 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38464
38465         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38466         visualization until i find a way to fix switch correctly.
38467         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38468         EOS arrives.
38469         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38470         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38471         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38472         Reworked switch to get a more correct behaviour with events and refing
38473         of data stored in sinkpads.
38474         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38475         we don't pull from a pad in EOS.
38476
38477 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38478
38479         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38480           remove v1 tag even if we can't read it (makes sure we don't detect
38481           it again)
38482
38483 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38484
38485         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38486         (gst_alsa_xrun_recovery):
38487         * ext/alsa/gstalsa.h:
38488           try xrun recovery when wait failed. Make xrun recovery function
38489           return TRUE/FALSE to indicate success. (might fix #134354)
38490
38491 2004-02-13  David Schleef  <ds@schleef.org>
38492
38493         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38494         (dynparm_value_changed), (main): Convert from float to double.
38495         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38496
38497 2004-02-13  David Schleef  <ds@schleef.org>
38498
38499         * gst/silence/gstsilence.c: (gst_silence_class_init),
38500         (gst_silence_set_clock), (gst_silence_get),
38501         (gst_silence_set_property), (gst_silence_get_property):
38502         * gst/silence/gstsilence.h: Add sync property.
38503         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38504         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38505         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38506         * gst/sine/gstsinesrc.h: Add sync property.
38507
38508 2004-02-13  David Schleef  <ds@schleef.org>
38509
38510         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38511         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38512
38513 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38514
38515         * configure.ac:
38516         * ext/Makefile.am:
38517         * gst-libs/ext/Makefile.am:
38518           move ffmpeg plugin to gst-ffmpeg module
38519
38520 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38521
38522         * configure.ac: use GST_ARCH to detect architecture
38523
38524 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38525
38526         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38527
38528 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38529
38530         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38531           classify LADSPA plugins based on number of src/sink pads
38532           (#133663, Stefan Kost)
38533         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38534           fix dparams registration
38535           (#133528, Stefan Kost)
38536         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38537           fix use of isprint and use g_ascii_isprint instead
38538           (#133316, Stefan Kost)
38539
38540 2004-02-11  David Schleef  <ds@schleef.org>
38541
38542         Convert a few inner loops to use liboil.  This is currently
38543         optional, and is only enabled if liboil is present (duh!).
38544         * configure.ac: Check for liboil-0.1
38545         * gst/intfloat/Makefile.am:
38546         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38547         (gst_int2float_chain_gint16):
38548         * gst/videofilter/Makefile.am:
38549         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38550         (tablelookup_u8), (gst_videobalance_planar411):
38551         * gst/videotestsrc/Makefile.am:
38552         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38553         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38554         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38555         (paint_hline_RGB565), (paint_hline_xRGB1555):
38556
38557 2004-02-11  David Schleef  <ds@schleef.org>
38558
38559         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38560         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38561         (gst_colorspace_getcaps), (gst_colorspace_link),
38562         (gst_colorspace_base_init), (gst_colorspace_init),
38563         (gst_colorspace_chain), (gst_colorspace_change_state),
38564         (plugin_init): Merge Ronald's patch (bug #117897) and update
38565         for new caps and negotiation.  Seems to work, although it
38566         shows off bugs in lcs.
38567
38568 2004-02-11  David Schleef  <ds@schleef.org>
38569
38570         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38571         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38572
38573 2004-02-11  David Schleef  <ds@schleef.org>
38574
38575         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38576         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38577         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38578         Add server and port properties
38579
38580 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38581
38582         * m4/a52.m4:
38583         * m4/aalib.m4:
38584         * m4/as-ffmpeg.m4:
38585         * m4/as-liblame.m4:
38586         * m4/as-slurp-ffmpeg.m4:
38587         * m4/check-libheader.m4:
38588         * m4/esd.m4:
38589         * m4/freetype2.m4:
38590         * m4/gconf-2.m4:
38591         * m4/glib.m4:
38592         * m4/gst-alsa.m4:
38593         * m4/gst-artsc.m4:
38594         * m4/gst-ivorbis.m4:
38595         * m4/gst-matroska.m4:
38596         * m4/gst-sdl.m4:
38597         * m4/gst-shout2.m4:
38598         * m4/gst-sid.m4:
38599         * m4/gtk.m4:
38600         * m4/libdv.m4:
38601         * m4/libfame.m4:
38602         * m4/libmikmod.m4:
38603         * m4/ogg.m4:
38604         * m4/vorbis.m4:
38605           fix underquotedness of macros (#133800)
38606         * m4/as-avifile.m4:
38607         * m4/xmms.m4:
38608           removed because no longer used
38609
38610 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38611
38612         * configure.ac:
38613           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38614           by autopoint (fixes #132996)
38615
38616 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38617
38618         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38619         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38620         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38621         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38622           fix memleaks
38623
38624 2004-02-11  David Schleef  <ds@schleef.org>
38625
38626         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38627         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38628         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38629         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38630         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38631         (gst_jpegenc_class_init), (gst_jpegenc_init),
38632         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38633         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38634         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38635         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38636
38637 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38638
38639         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38640         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38641         * ext/mikmod/gstmikmod.h:
38642           fix caps negotiation in mikmod
38643         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38644           output debug information
38645
38646 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38647
38648         * gst-libs/gst/colorbalance/Makefile.am:
38649         * gst-libs/gst/navigation/Makefile.am:
38650         * gst-libs/gst/xoverlay/Makefile.am:
38651           remove unused GST_OPT_CFLAGS from Makefiles
38652           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38653
38654 2004-02-07  David Schleef  <ds@schleef.org>
38655
38656         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38657         push events to pads that haven't been created (#133508)
38658
38659 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38660
38661         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38662         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38663         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38664         (gst_dvdec_loop), (gst_dvdec_change_state):
38665         Second attempt at committing a working dvdec element.
38666
38667 2004-02-06  David Schleef  <ds@schleef.org>
38668
38669         Build fixes for OS X: (see #129600)
38670         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38671         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38672         (gst_riff_read_strf_iavs):
38673         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38674         (gst_avi_demux_stream_odml):
38675         * gst/playondemand/Makefile.am:
38676         * gst/rtp/rtp-packet.c:
38677
38678 2004-02-05  David Schleef  <ds@schleef.org>
38679
38680         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38681         last change, because it Just Doesn't Compile.
38682
38683 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38684
38685         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38686           skip undecodable id3v2 tag instead of keeping it
38687
38688 2004-02-05  David Schleef  <ds@schleef.org>
38689
38690         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38691         Unref leaked buffer.  (Noticed by Ronald)
38692
38693 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38694
38695         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38696         Sync requires with other checks.  >= vs =.
38697
38698 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38699
38700         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38701         (gst_dvdec_video_link), (gst_dvdec_loop):
38702         * ext/dv/gstdvdec.h:
38703           rework the caps negotiation so that dvdec works again instead
38704           of just segfaulting.
38705
38706 === release 0.7.4 ===
38707
38708 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38709
38710         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38711         * configure.ac: changed for release
38712
38713 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38714
38715         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38716         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38717         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38718         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38719           reworked patch by David Lehn to fix libdir and includedir for
38720           uninstalled libraries
38721           removed play and gconf from gstreamer-libs since they have their
38722           own pkgconfig files
38723
38724 2004-02-04  David Schleef  <ds@schleef.org>
38725
38726         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38727         memleak.
38728
38729 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38730
38731         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38732           use correct GST_TAG_ENCODER tag
38733
38734 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38735
38736         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38737           be sure to stop the clock when going to paused
38738         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38739           reset number of transmitted when going to ready.
38740         fixes #132935
38741
38742 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38743
38744         reviewed by Benjamin Otte
38745
38746         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38747           extract track count (fixes #133410)
38748
38749 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38750
38751         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38752           that should be !=, not == (fixes #132519)
38753
38754 2004-02-04  David Schleef  <ds@schleef.org>
38755
38756         Make sure set_explicit_caps() is called before adding pad.
38757         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38758         * gst/id3/gstid3types.c: (gst_id3types_loop):
38759         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38760         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38761
38762 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38763
38764         * configure.ac:
38765           bump nano to 2, first prerelease
38766           put back AM_PROG_LIBTOOL
38767
38768 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38769
38770         * testsuite/alsa/Makefile.am:
38771           these are user test apps, not automatic testsuite tests
38772
38773 2004-02-04  David Schleef  <ds@schleef.org>
38774
38775         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38776         * gst/mpeg1videoparse/gstmp1videoparse.c:
38777         (mp1videoparse_parse_seq):
38778         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38779         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38780         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38781         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38782         (gst_xvideosink_getcaps):
38783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38784         * testsuite/gst-lint: more tests
38785
38786 2004-02-04  David Schleef  <ds@schleef.org>
38787
38788         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38789         with the code that they would expand to.
38790         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38791         (gst_flacdec_get_src_query_types),
38792         (gst_flacdec_get_src_event_masks):
38793         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38794         (gst_gnomevfssrc_get_query_types),
38795         (gst_gnomevfssrc_get_event_mask):
38796
38797 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38798
38799         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38800         (gst_sinesrc_dispose):
38801           fix memleak by properly disposing sinesrc
38802
38803 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38804
38805         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38806         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38807         an overlay to redraw the image because it has been exposed.
38808         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38809         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38810         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38811         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38812         interface
38813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38814         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38815         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38816         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38817         interface
38818
38819 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38820
38821         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38822           more memleak fixage
38823
38824 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38825
38826         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38827         * gst/typefind/gsttypefindfunctions.c:
38828           fix memleaks shown by gst-typefind
38829
38830 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38831
38832         * common/glib-gen.mak:
38833           add hack rule to touch .Plo files
38834         * gst-libs/gst/colorbalance/Makefile.am:
38835         * gst-libs/gst/mixer/Makefile.am:
38836         * gst-libs/gst/play/Makefile.am:
38837         * gst-libs/gst/tuner/Makefile.am:
38838           remove glib_root variable
38839
38840 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38841
38842         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38843           set explicit caps before adding the element, so the autopluggers can
38844           plug correctly.
38845         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38846         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38847         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38848         (dv_type_find):
38849           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38850           argument.
38851
38852 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38853
38854         * gst-libs/gst/colorbalance/Makefile.am:
38855         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38856         * gst-libs/gst/colorbalance/colorbalance.c:
38857         * gst-libs/gst/colorbalance/colorbalance.h:
38858         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38859         * gst-libs/gst/mixer/Makefile.am:
38860         * gst-libs/gst/mixer/mixer-marshal.list:
38861         * gst-libs/gst/mixer/mixer.c:
38862         * gst-libs/gst/mixer/mixer.h:
38863         * gst-libs/gst/mixer/mixermarshal.list:
38864         * gst-libs/gst/play/Makefile.am:
38865         * gst-libs/gst/play/play.h:
38866         * gst-libs/gst/tuner/Makefile.am:
38867         * gst-libs/gst/tuner/tuner-marshal.list:
38868         * gst-libs/gst/tuner/tuner.c:
38869         * gst-libs/gst/tuner/tuner.h:
38870         * gst-libs/gst/tuner/tunermarshal.list:
38871           use new glib-gen.mak snippet to clean up Makefile.am
38872           fix various bugs in Makefile.am's
38873
38874 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38875
38876         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38877           handle chain parsing correctly in the multichain case
38878         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38879         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38880         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38881         (theora_dec_chain):
38882           handle events and queries correctly
38883
38884 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38885
38886         * .cvsignore:
38887         Ignore generated file _stdint.h.
38888
38889 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38890
38891         * gst-libs/gst/colorbalance/Makefile.am:
38892         * gst-libs/gst/colorbalance/colorbalance.h:
38893         * gst-libs/gst/mixer/Makefile.am:
38894         * gst-libs/gst/mixer/mixer.h:
38895         * gst-libs/gst/play/Makefile.am:
38896         * gst-libs/gst/play/play.h:
38897         * gst-libs/gst/tuner/Makefile.am:
38898         * gst-libs/gst/tuner/tuner.h:
38899         Generate enum type code with glib-mkenums.
38900         * gst-libs/gst/colorbalance/.cvsignore:
38901         * gst-libs/gst/mixer/.cvsignore:
38902         * gst-libs/gst/play/.cvsignore:
38903         * gst-libs/gst/tuner/.cvsignore:
38904         Ignore generated files.
38905
38906 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38907
38908         * gst-libs/gst/audio/.cvsignore:
38909         Ignore generated file.
38910         * gst-libs/gst/audio/Makefile.am:
38911         Do not install example filter.
38912
38913 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38914
38915         * examples/switch/.cvsignore:
38916         Ignore generated file.
38917
38918 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38919
38920         * common/m4/ax_create_stdint_h.m4:
38921         * configure.ac:
38922           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38923           _stdint.h.
38924         * Makefile.am:
38925           remove generated _stdint.h in DISTCLEANFILES
38926         * ext/a52dec/gsta52dec.c:
38927           include _stdint.h for a52dec. (should fix #133064)
38928
38929 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38930
38931         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38932         (gst_tag_to_vorbis_comments):
38933         Add replaygain support to vorbistag
38934
38935 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38936         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38937         (gst_ffmpeg_caps_to_extradata):
38938           Fix SVQ3 caps flag properties
38939           Use glib macro for bytes swap
38940
38941 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38942
38943         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38944         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38945         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38946         * ext/sndfile/gstsf.c: (plugin_init):
38947         * gst/avi/gstavi.c: (plugin_init):
38948         * sys/dxr3/dxr3init.c: (plugin_init):
38949         * sys/oss/gstossaudio.c: (plugin_init):
38950         * sys/v4l/gstv4l.c: (plugin_init):
38951         * sys/v4l2/gstv4l2.c: (plugin_init):
38952           remove textdomain calls
38953         * po/nl.po:
38954           update Dutch translation
38955
38956 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38957
38958         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38959         (gst_play_set_audio_sink): Moving volume in the audio thread for
38960         instantaneous volume change. Maybe i will add another volume in front
38961         of visualization later, not sure yet though.
38962
38963 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38964
38965         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38966         (gst_ximagesink_handle_xevents): Better X events handling, only take
38967         the latest events for configure and motion.
38968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38969
38970 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38971
38972         reviewed by: David Schleef  <ds@schleef.org>
38973
38974         Fix memory leaks:
38975         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38976         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38977
38978 2004-02-02  David Schleef  <ds@schleef.org>
38979
38980         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38981         of lines.
38982         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38983         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38984         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38985         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38986         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38987         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38988         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38989         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38990         (gst_float2_2_int_link):
38991         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38992         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38993         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38994         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38995         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38996         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38997         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38998         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38999         * testsuite/gst-lint: Add tests for bzero and ;;
39000
39001 2004-02-02  David Schleef  <ds@schleef.org>
39002
39003         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
39004
39005 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39006
39007         * ext/aalib/gstaasink.c: (gst_aasink_open):
39008         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39009         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39010         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39011         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39012         (gst_afsink_close_file):
39013         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39014         (gst_afsrc_close_file):
39015         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39016         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39017         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39018         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39019         * ext/esd/esdmon.c: (gst_esdmon_get):
39020         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
39021         * ext/faac/gstfaac.c: (gst_faac_chain):
39022         * ext/faad/gstfaad.c: (gst_faad_chain):
39023         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39024         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39025         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39026         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39027         (gst_flacdec_loop):
39028         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39029         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39030         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39031         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39032         (gst_gnomevfssink_close_file):
39033         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39034         (gst_gnomevfssrc_open_file):
39035         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39036         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39037         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39038         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39039         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39040         * ext/mad/gstmad.c: (gst_mad_chain):
39041         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39042         * ext/mpeg2dec/gstmpeg2dec.c:
39043         * ext/mpeg2enc/gstmpeg2enc.cc:
39044         * ext/mplex/gstmplex.cc:
39045         * ext/mplex/gstmplexibitstream.cc:
39046         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39047         (gst_ogg_demux_push):
39048         * ext/raw1394/gstdv1394src.c:
39049         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39050         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39051         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39052         (gst_sf_loop):
39053         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39054         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
39055         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39056         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39057         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39058         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39059         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39060         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39061         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39062         (gst_riff_read_element_data), (gst_riff_read_seek),
39063         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39064         * gst/adder/gstadder.c: (gst_adder_loop):
39065         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39066         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39067         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39068         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39069         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39070         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39071         * gst/goom/gstgoom.c: (gst_goom_chain):
39072         * gst/id3/gstid3types.c: (gst_id3types_loop):
39073         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39074         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39075         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39076         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39077         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39078         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39079         (gst_ebml_read_float), (gst_ebml_read_header):
39080         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39081         (gst_matroska_demux_parse_blockgroup):
39082         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39083         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39084         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39085         * gst/silence/gstsilence.c: (gst_silence_get):
39086         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39087         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39088         * gst/speed/gstspeed.c: (speed_loop):
39089         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39090         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39091         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39092         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39093         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39094         (gst_wavparse_loop):
39095         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39096         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39097         (dxr3audiosink_close):
39098         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39099         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39100         (dxr3videosink_close), (dxr3videosink_write_data):
39101         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39102         * sys/oss/gstosssink.c: (gst_osssink_chain):
39103         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39104         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39105         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39106         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39107         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39108         (gst_v4l_set_window), (gst_v4l_enable_overlay):
39109         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39110         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39111         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39112         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39113         (gst_v4l_set_audio):
39114         * sys/v4l/v4l_calls.h:
39115         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39116         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39117         (gst_v4lmjpegsink_playback_init),
39118         (gst_v4lmjpegsink_playback_start):
39119         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39120         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39121         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39122         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39123         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39124         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39125         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39126         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39127         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39128         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39129         (gst_v4l2_get_output), (gst_v4l2_set_output),
39130         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39131         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39132         (gst_v4l2_set_attribute):
39133         * sys/v4l2/v4l2_calls.h:
39134         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39135         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39136         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39137         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39138         (gst_v4l2src_capture_stop):
39139         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39140         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39141         (gst_ximagesink_chain):
39142         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39143         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39144         (gst_xvideosink_xwindow_new):
39145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39146         (gst_xvimagesink_chain):
39147
39148 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39149
39150         * gst/volume/gstvolume.c: (gst_volume_set_volume),
39151         (gst_volume_get_volume), (volume_class_init), (volume_init),
39152         (volume_chain_int16), (volume_update_volume):
39153         * gst/volume/gstvolume.h:
39154           make code more readable by removing magic numbers
39155           make mixer interface export 0-100 range
39156           make it internally map to 0.0-1.0 range so users don't distort
39157           output by putting the sliders at full volume
39158
39159 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39160
39161         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39162         (gst_play_state_change), (gst_play_seek_to_time):
39163         block the tick callback for 0.5 secs after doing a seek
39164
39165 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39166
39167         * gst-libs/gst/play/play.c: (gst_play_new):
39168           check for GError
39169
39170 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39171
39172         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39173         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39174         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39175         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39177         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39178
39179 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39180
39181         * configure.ac:
39182         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39183           check for a function added in vorbis 1.1
39184
39185 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39186
39187         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39188         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39189           really start/stop clock only on PLAYING <=> PAUSED
39190         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39191           remove \n from debugging lines
39192         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39193           make it work when seeking does not
39194         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39195           reset on DISCONT
39196
39197 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39198
39199         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39200           start clock on PAUSED=>PLAYING, not later
39201         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39202           extract correct time for different discont formats
39203         (gst_alsa_sink_get_time):
39204           don't segfault when no format is negotiated yet, just return 0
39205         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39206         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39207         (gst_ogg_pad_push):
39208           handle flush and discont events correctly
39209         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39210           handle discont events correctly
39211
39212 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39213
39214         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39215         (gst_play_error_create), (gst_play_error_plugin),
39216         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39217         * gst-libs/gst/play/play.h:
39218           add error handling during creation
39219         * examples/gstplay/player.c: (main):
39220           use new gst_play_new
39221
39222
39223 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39224
39225         * ext/theora/theoradec.c: (theora_dec_chain):
39226           make comments work
39227         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39228         (vorbis_dec_src_event), (vorbis_dec_chain):
39229           add encoder tag, fix tag reading to be more error tolerant, change
39230           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39231           gst_pad_event_default.
39232         * gst/tags/gstvorbistag.c:
39233         (gst_tag_list_from_vorbiscomment_buffer):
39234           undefine function specific define at end of function
39235
39236 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39237
39238         * ext/flac/gstflac.c: (plugin_init):
39239         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39240         * ext/flac/gstflacdec.h:
39241         * ext/flac/gstflacenc.h:
39242           Fix typos
39243
39244 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39245
39246         * examples/gstplay/player.c: s/gstplay.h/play.h/
39247
39248 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39249
39250         * gst-libs/gst/play/Makefile.am:
39251         * gst-libs/gst/play/gstplay.c:
39252         * gst-libs/gst/play/gstplay.h:
39253         * gst-libs/gst/play/play.c:
39254           more surgery, operation complete
39255
39256 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39257
39258         * gst-libs/gst/play/play.old.c:
39259         * gst-libs/gst/play/play.old.h:
39260           after CVS surgery by moving, remove
39261         * gst-libs/gst/play/playpipelines.c:
39262           remove
39263
39264         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39265           add negotiation error
39266
39267 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39268
39269         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39270         (gst_ogg_demux_push):
39271           add some seeking debug info
39272           send a flush when seeking
39273
39274 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39275
39276         * configure.ac:
39277           use AC_C_INLINE
39278         * configure.ac:
39279         * ext/Makefile.am:
39280         * ext/theora/Makefile.am:
39281         * ext/theora/theoradec.c:
39282           add theora video decoder. Does just do simple decoding for now and
39283           has been tested against Theora cvs only. It only works when theora
39284           is compiled with --enable-static.
39285         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39286           always reset packetno on DISCONT
39287
39288 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39289
39290         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39291           Fix audio.
39292
39293 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39294
39295         * gst/mpegaudioparse/gstmpegaudioparse.c:
39296         (mp3_type_frame_length_from_header):
39297           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39298
39299 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39300
39301         * ext/esd/esdsink.c: (gst_esdsink_init):
39302           Since we have static pad template caps, we don't need to negotiate;
39303           either the core errors out or we know the format.
39304
39305 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39306
39307         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39308         (gst_riff_read_seek):
39309         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39310         (gst_ebml_read_seek):
39311           Fix event handling.
39312
39313 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39314
39315         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39316           removee video/x-theora from vp3 decoder, it doesn't handle raw
39317           theora streams
39318         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39319           fix bug with finalizing element that never went to PAUSED
39320         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39321           length and position queries were swapped
39322         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39323         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39324         (vorbis_dec_src_event):
39325           implement querying time and bytes
39326
39327 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39328
39329         * just about every source file:
39330           gst_element_error -> GST_ELEMENT_ERROR
39331
39332 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39333
39334         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39335         emiting FLUSH and even before DISCONT.
39336         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39337         get the best instant seeking as possible yay!
39338
39339 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39340
39341         * gst/mpeg1videoparse/gstmp1videoparse.c:
39342         (gst_mp1videoparse_real_chain):
39343           Committed wrong version last week... Grr... Didn't notice until now.
39344
39345 2004-01-29  Julien MOUTTE <julien@moutte.net>
39346
39347         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39349         have_xwindow_id signal in xwindow_create.
39350
39351 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39352
39353         * ext/ogg/gstoggdemux.c:
39354           lots of changes - mainly support for chained bitstreams, seeking,
39355           querying and bugfixes of course
39356         * ext/vorbis/Makefile.am:
39357         * ext/vorbis/vorbisdec.c:
39358         * ext/vorbis/vorbisdec.h:
39359           add vorbisdec raw vorbis decoder
39360         * ext/vorbis/vorbis.c: (plugin_init):
39361           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39362         * gst/intfloat/Makefile.am:
39363         * gst/intfloat/float22int.c:
39364         * gst/intfloat/float22int.h:
39365         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39366           add float2intnew plugin. It converts multichannel interleaved float to
39367           multichannel interleaved int. The name should probably be changed.
39368         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39369         (plugin_init):
39370           add typefinding for raw theora video so oggdemux can detect it.
39371
39372 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39373
39374         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39375         sink element first.
39376         * gst/videoscale/gstvideoscale.c:
39377         (gst_videoscale_handle_src_event): Fixing src event handler.
39378
39379 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39380
39381         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39382         (gst_v4lsrc_open), (gst_v4lsrc_close),
39383         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39384         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39385         * sys/v4l/gstv4lsrc.h:
39386         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39387         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39388           Implement resizing... Hack. But that's why v4l is b0rked...
39389
39390 2004-01-28  Julien MOUTTE <julien@moutte.net>
39391
39392         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39393         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39394         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39395         (gst_ximagesink_xwindow_destroy):
39396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39397         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39398         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39399         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39400         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39401         correctly cleaning the image created to check xshm calls on succes,
39402         added a lot of XSync calls in X11 functions, and fixed a segfault when
39403         no image format was defined before negotiation happened.
39404
39405 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39406
39407         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39408           use gst_element_get_time to get correct time
39409
39410 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39411
39412         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39413         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39414         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39416         (gst_xvimagesink_check_xshm_calls),
39417         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39418         X plugins are now able to detect that XShm calls will fail even if the
39419         server claims that it has XShm support (remote displays most of the
39420         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39421         so that we use non XShm functions. This feature is almost useless for
39422         xvimagesink as Xv is not supported on remote displays anyway, but
39423         it might happen than even on the local display XShm calls fail.
39424
39425 2004-01-27  David Schleef  <ds@schleef.org>
39426
39427         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39428         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39429         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39430         changed esdsink to only use 44100,16,2, since esd sucks at rate
39431         conversion and esdsink has had difficulty negotiating.
39432
39433 2004-01-27  Julien MOUTTE <julien@moutte.net>
39434
39435         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39436         (gst_play_seek_to_time): Fixing the way to get current position.
39437
39438 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39439
39440         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39441           use gst_element_get_time to get correct time
39442
39443 2004-01-27  Julien MOUTTE <julien@moutte.net>
39444
39445         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39446         fix ever... Inverting 2 lines of code make spider autoplug correctly
39447         tagged mp3 !
39448
39449 2004-01-27  David Schleef  <ds@schleef.org>
39450
39451         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39452         Use gst_pad_try_set_caps_nonfixed().
39453
39454 2004-01-27  David Schleef  <ds@schleef.org>
39455
39456         * gst/ac3parse/gstac3parse.c: update to checklist 5
39457         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39458         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39459         * gst/audioscale/gstaudioscale.c: same
39460         * gst/auparse/gstauparse.c: same
39461         * gst/avi/gstavidemux.c: same
39462
39463 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39464
39465         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39466           stop processing after EOS
39467
39468 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39469
39470         * gst/asfdemux/asfheaders.h:
39471         * gst/asfdemux/gstasfdemux.c:
39472         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39473         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39474         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39475           lot's of fixes to make data extraction simpler and get the code
39476           architecture and compiler independant. Add debugging category
39477         * gst/goom/gstgoom.c: (gst_goom_change_state):
39478           reset channel count on PAUSED=>READY, not READY=>PAUSED
39479
39480 2004-01-26  Colin Walters  <walters@verbum.org>
39481
39482         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39483         code to pull a bigger buffer in iradio mode.  This as a side effect
39484         makes typefinding work.
39485
39486 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39487
39488         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39489         Fix SVQ3 decoding on PPC
39490
39491 2004-01-26  Julien MOUTTE <julien@moutte.net>
39492
39493         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39494         that one managed to stay there... Fixed.
39495
39496 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39497
39498         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39499         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39500         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39501         (qtdemux_video_caps):
39502         * gst/qtdemux/qtdemux.h:
39503         Add SVQ3 specific flags to qtdemux and ffmpeg
39504
39505 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39506
39507         * gst-libs/gst/audio/audio.h:
39508           remove buffer-frames from audio caps
39509         * gst/audioconvert/gstaudioconvert.c:
39510           fix plugin to really work.
39511
39512 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39513
39514         * gst-libs/gst/mixer/mixer.c:
39515         * gst-libs/gst/propertyprobe/propertyprobe.c:
39516         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39517         (gst_tuner_find_channel_by_name):
39518         * gst-libs/gst/tuner/tuner.h:
39519           Add gtk-doc style comments. Also fix a function name.
39520
39521 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39522
39523         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39524         (gst_divxdec_negotiate):
39525           Fix for new capsnego - also fixes gst-player with divxdec.
39526
39527 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39528
39529         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39530         (gst_play_identity_handoff), (gst_play_set_location),
39531         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39532         try in visualization implementation. Still have an issue with switch
39533         blocking when pulling from video_queue and only audio comes out of
39534         spider.
39535         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39536         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39537         release method. And check if the pad is usable before pulling.
39538
39539 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39540
39541         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39542         (gst_videobalance_init),
39543         (gst_videobalance_colorbalance_list_channels),
39544         (gst_videobalance_colorbalance_set_value),
39545         (gst_videobalance_colorbalance_get_value),
39546         (gst_videobalance_update_properties),
39547         (gst_videobalance_update_tables_planar411),
39548         (gst_videobalance_planar411):
39549         * gst/videofilter/gstvideobalance.h:
39550           Implement lookup-tables. +/- 10x faster.
39551
39552 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39553
39554         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39555         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39556           The index reading was broken. The rest worked fine, but the whole
39557           goal of my rewrite was to make avidemux readable, and this was
39558           not at all readable. Please use typed variables.
39559
39560 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39561
39562         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39563           Additional pad usability check.
39564         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39565         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39566         (gst_mp1videoparse_real_chain):
39567           Fix MPEG video stream parsing. The original plugin had several
39568           issues, including not timestamping streams where the source was
39569           not timestamped (this happens with PTS values in mpeg system
39570           streams, but MPEG video is also a valid stream on its own so
39571           that needs timestamps too). We use the display time code for that
39572           for now. Also, if one incoming buffer contains multiple valid
39573           frames, we push them all on correctly now, including proper EOS
39574           handling. Lastly, several potential segfaults were fixed, and we
39575           properly sync on new sequence/gop headers to include them in next,
39576           not previous frames (since they're header for the next frame, not
39577           the previous). Also see #119206.
39578         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39579         (bpf_from_header):
39580           Move caps setting so we only do it after finding several valid
39581           MPEG-1 fraes sequentially, not right after the first one (which
39582           might be coincidental).
39583         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39584         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39585         (plugin_init):
39586           Add unsynced MPEG video stream typefinding, and change some
39587           probability values so we detect streams rightly. The idea is as
39588           follows: I can have an unsynced system stream which contains
39589           video. In the current code, I would randomly get a type for either
39590           system or video stream type found, because the probabilities are
39591           being calculated rather randomly. I now use fixed values, so we
39592           always prefer system stream if that was found (and that is how it
39593           should be). If no system stream was found, we can still identity                the stream as video-only.
39594
39595 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39596
39597         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39598         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39599           don't write to buffer. Extract data without the need of
39600           __attribute__ ((packed))
39601
39602 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39603
39604         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39605         (mpeg1_sys_type_find):
39606           Fix MPEG-1 stream typefinding.
39607
39608 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39609
39610         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39611           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39612
39613 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39614
39615         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39616         * ext/esd/gstesd.c: (plugin_init):
39617           private debugging, better error reporting
39618
39619 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39620
39621         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39622         (gst_riff_read_init), (gst_riff_read_change_state):
39623         * gst-libs/gst/riff/riff-read.h:
39624           Remove stuff fromold metadata system.
39625
39626 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39627
39628         * ext/ogg/gstoggdemux.c:
39629           Fix wrong file comment.
39630         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39631         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39632           Add metadata reading properly.
39633
39634 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39635
39636         * ext/Makefile.am:
39637           Fix nas DIST_SUBDIRS
39638           Uraeus:
39639           Fix bug where make distcheck doesn't get run on adding stuff to
39640           the build.
39641
39642 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39643
39644         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39645         * ext/divx/gstdivxdec.h:
39646           Fix divx3 ("msmpeg4") playback using divxdec.
39647
39648 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39649
39650         * gst/typefind/gsttypefindfunctions.c:
39651         (mp3_type_frame_length_from_header): fix bug in length computation
39652         (mp3_type_find): improve debugging output
39653
39654 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39655
39656         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39657         (gst_play_set_location), (gst_play_seek_to_time),
39658         (gst_play_set_audio_sink), (gst_play_set_visualization),
39659         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39660         the pipeline from scratch. Visualization is back and switch went out as
39661         i realized it was not possible to use the way i wanted.
39662         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39663         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39664         clearing in state change from READY to NULL. So that one can clean the
39665         X ressources keeping the element.
39666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39667         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39668         (gst_xvimagesink_colorbalance_set_value),
39669         (gst_xvimagesink_colorbalance_get_value),
39670         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39671         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39672         change from READY to NULL and fixed some stupid bugs in colorbalance
39673         get/set values. Also added the following feature : when nobody tries to
39674         set some values to the colorbalance levels before the xcontext is
39675         grabbed, then when creating channels list from Xv attributes we set the
39676         internal values to the Xv defaults. This way we handle buggy Xv drivers
39677         that set default hue values far from the middle of the range (Thanks
39678         to Jon Trowbridge for pointing that issue).
39679         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39680         colorbalance levels have been set before xcontext is grabbed.
39681
39682 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39683
39684         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39685           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39686           it might block operations (which is bad for a mixer).
39687
39688 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39689
39690         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39691         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39692         (gmip_find_type_pre):
39693         * gst-libs/gst/media-info/media-info-priv.h:
39694         * gst-libs/gst/media-info/media-info.c:
39695         (gst_media_info_instance_init), (gst_media_info_read_idler):
39696         add fakesink to get caps on decoder src pad again
39697         fix callback prototype to match new have_type signal signature
39698
39699 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39700
39701         * gst/adder/gstadder.c: (gst_adder_link):
39702           fix non-compile and cut-n-paste code
39703
39704 2004-01-21  David Schleef  <ds@schleef.org>
39705
39706         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39707         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39708         (gst_swfdec_init), (gst_swfdec_change_state):
39709         * ext/swfdec/gstswfdec.h:
39710         Fix negotiation.
39711         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39712         (gst_adder_request_new_pad): Fix negotiation.
39713         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39714         Add a fixate function.
39715         * gst/intfloat/gstfloat2int.c:
39716         * gst/intfloat/gstfloat2int.h:
39717         * gst/intfloat/gstint2float.c:
39718         * gst/intfloat/gstint2float.h:
39719         Completely rewrite the negotiation.  Doesn't quite work yet,
39720         due to some buffer-frames problem.
39721
39722 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39723
39724         * ext/gnomevfs/gstgnomevfssrc.c:
39725         * sys/v4l2/v4l2_calls.h:
39726           fix includes for distcheck
39727
39728 2004-01-21  Christian Schaller <uraeus@gnome.org>
39729
39730         * ext/nas/
39731         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39732         based on earlier patch from Laurent Vivier
39733
39734 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39735
39736         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39737         Fix wma caps property
39738         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39739         Fix typo (flags1 and flags2)
39740
39741 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39742
39743         * gst-libs/gst/media-info/media-info-priv.c:
39744         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39745         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39746         (gmip_find_stream), (gmip_find_track_metadata),
39747         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39748         (gmip_find_track_format):
39749         * gst-libs/gst/media-info/media-info-priv.h:
39750         * gst-libs/gst/media-info/media-info-test.c: (main):
39751         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39752         (gst_media_info_read_idler), (gst_media_info_read):
39753         * gst-libs/gst/media-info/media-info.h:
39754           register debugging category and use it for debugging
39755
39756 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39757
39758         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39759         (gst_vorbisfile_new_link):
39760           signal streaminfo through tags
39761
39762 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39763
39764         * ext/mplex/gstmplex.cc:
39765         * ext/mplex/gstmplexibitstream.cc:
39766           g++ doesn't like NULL in our i18n/error macros, should be
39767           either (NULL) or ("").
39768
39769 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39770
39771         * sys/dxr3/dxr3audiosink.c:
39772         * sys/dxr3/dxr3init.c:
39773         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39774         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39775           Fix more error error error errors (missing includes here).
39776
39777 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39778
39779         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39780           fix thomas' error errors.
39781
39782 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39783
39784         * ext/mpeg2enc/gstmpeg2enc.cc:
39785           fix error errors.
39786
39787 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39788
39789         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39790         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39791           Fix for new error system.
39792
39793 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39794
39795         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39796           fix for new error reporting
39797
39798 2004-01-20  David Schleef  <ds@schleef.org>
39799
39800         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39801         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39802         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39803         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39804         and neither is 100+, most likely.
39805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39806         (gst_xvimagesink_getcaps): same
39807
39808 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39809
39810         * configure.ac:
39811           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39812           clashes with ffmpeg.
39813
39814 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39815
39816         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39817         (gst_switch_init): Fixed switch element : proxying link and setting
39818         caps from src to sink on request.
39819
39820 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39821
39822         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39823         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39824         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39825         fix element_error
39826
39827 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39828
39829         * sys/v4l/v4l_calls.h:
39830         * sys/v4l2/v4l2_calls.h:
39831           element_error fixes
39832
39833 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39834
39835         * gst-libs/gst/gst-i18n-plugin.h:
39836           add locale.h
39837           remove config.h inclusion
39838
39839 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39840
39841         * autogen.sh:
39842           adding autopoint invocation
39843         * Makefile.am:
39844         * configure.ac:
39845         * gst-libs/gst/gettext.h:
39846           adding gettext bits
39847         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39848         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39849         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39850         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39851         (gst_gnomevfssink_close_file):
39852         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39853         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39854         * gst-libs/gst/gst-i18n-plugin.h:
39855         * gst/avi/gstavi.c: (plugin_init):
39856         * sys/dxr3/dxr3init.c: (plugin_init):
39857         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39858         * sys/oss/gstossaudio.c: (plugin_init):
39859         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39860         * sys/v4l/gstv4l.c: (plugin_init):
39861         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39862         * sys/v4l2/gstv4l2.c: (plugin_init):
39863         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39864         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39865         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39866         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39867         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39868         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39869           make sure locale and translation domain are set
39870           fix translated strings
39871         * po/.cvsignore:
39872         * po/LINGUAS:
39873         * po/Makevars:
39874         * po/POTFILES.in:
39875         * po/nl.po:
39876           put translation files into place
39877         * sys/xvideo/imagetest.c: (main):
39878         * ext/dv/demo-play.c: (main):
39879           fix unnecessary translations
39880
39881 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39882
39883         * ext/sndfile/gstsf.c:
39884         * gst/avi/gstavimux.c:
39885         * ext/audiofile/gstafsink.c:
39886         * ext/audiofile/gstafsrc.c:
39887         * ext/gnomevfs/gstgnomevfssink.c:
39888         * ext/gnomevfs/gstgnomevfssrc.c:
39889         * sys/oss/gstosselement.c:
39890         * sys/v4l/v4l_calls.h:
39891           fix i18n include
39892
39893 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39894
39895         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39896         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39897         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39898         (gst_v4l2_get_output), (gst_v4l2_set_output),
39899         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39900         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39901         (gst_v4l2_set_attribute):
39902         update to new error handling
39903
39904 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39905
39906         * ext/sidplay/gstsiddec.cc:
39907         * gst/modplug/gstmodplug.cc:
39908           parenthese NULL because C++ seems angry about it
39909
39910 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39911
39912         * gst-libs/gst/gst-i18n-plugin.h:
39913           add skeleton i18n stuff, but needs to be further implemented
39914
39915 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39916
39917         * examples/gstplay/player.c: (main):
39918         * ext/aalib/gstaasink.c: (gst_aasink_open):
39919         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39920         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39921         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39922         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39923         (gst_afsink_close_file):
39924         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39925         (gst_afsrc_close_file):
39926         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39927         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39928         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39929         * ext/esd/esdmon.c: (gst_esdmon_get):
39930         * ext/esd/esdsink.c: (gst_esdsink_chain):
39931         * ext/faac/gstfaac.c: (gst_faac_chain):
39932         * ext/faad/gstfaad.c: (gst_faad_chain):
39933         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39934         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39935         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39936         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39937         (gst_flacdec_loop):
39938         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39939         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39940         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39941         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39942         (gst_gnomevfssink_close_file):
39943         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39944         (gst_gnomevfssrc_open_file):
39945         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39946         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39947         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39948         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39949         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39950         * ext/mad/gstmad.c: (gst_mad_chain):
39951         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39952         * ext/mpeg2dec/gstmpeg2dec.c:
39953         * ext/mpeg2enc/gstmpeg2enc.cc:
39954         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39955         * ext/mplex/gstmplex.cc:
39956         * ext/mplex/gstmplexibitstream.cc:
39957         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39958         (gst_ogg_demux_push), (gst_ogg_pad_push):
39959         * ext/raw1394/gstdv1394src.c:
39960         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39961         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39962         * ext/sidplay/gstsiddec.cc:
39963         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39964         (gst_sf_loop):
39965         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39966         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39967         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39968         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39969         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39970         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39971         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39972         * gst-libs/gst/Makefile.am:
39973         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39974         (gst_riff_read_element_data), (gst_riff_read_seek),
39975         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39976         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39977         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39978         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39979         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39980         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39981         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39982         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39983         * gst/goom/gstgoom.c: (gst_goom_chain):
39984         * gst/id3/gstid3types.c: (gst_id3types_loop):
39985         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39986         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39987         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39988         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39989         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39990         (gst_ebml_read_float), (gst_ebml_read_header):
39991         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39992         (gst_matroska_demux_parse_blockgroup):
39993         * gst/modplug/gstmodplug.cc:
39994         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39995         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39996         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39997         * gst/silence/gstsilence.c: (gst_silence_get):
39998         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39999         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
40000         * gst/speed/gstspeed.c: (speed_loop):
40001         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
40002         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40003         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
40004         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
40005         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
40006         (gst_wavparse_loop):
40007         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
40008         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
40009         (dxr3audiosink_close):
40010         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
40011         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
40012         (dxr3videosink_close), (dxr3videosink_write_data):
40013         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40014         * sys/oss/gstosselement.h:
40015         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
40016         (gst_osssink_chain):
40017         * sys/oss/gstosssrc.c: (gst_osssrc_get):
40018         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40019         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
40020         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
40021         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
40022         (gst_v4l_enable_overlay):
40023         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
40024         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
40025         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
40026         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
40027         (gst_v4l_set_audio):
40028         * sys/v4l/v4l_calls.h:
40029         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
40030         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
40031         (gst_v4lmjpegsink_playback_init),
40032         (gst_v4lmjpegsink_playback_start):
40033         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
40034         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
40035         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
40036         (gst_v4lmjpegsrc_requeue_frame):
40037         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
40038         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
40039         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
40040         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
40041         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
40042         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
40043         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
40044         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
40045         (gst_v4l2src_capture_stop):
40046         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
40047         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40048         (gst_ximagesink_chain):
40049         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
40050         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
40051         (gst_xvideosink_xwindow_new):
40052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40053         (gst_xvimagesink_chain):
40054         use new error signal, function and categories
40055
40056 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
40057
40058         * configure.ac:
40059         * ext/Makefile.am:
40060         * ext/musicbrainz/gsttrm.c:
40061         * ext/musicbrainz/gsttrm.h:
40062         * ext/musicbrainz/Makefile.am:
40063         Add a trm plugin
40064
40065 2004-01-18  Julien MOUTTE  <julien@moutte.net>
40066
40067         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
40068         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
40069         synchronous property for debugging.
40070         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
40071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40072         (gst_xvimagesink_set_property): Moving a pointer declaration to a
40073         smaller block, fixing indent.
40074
40075 2004-01-16  David Schleef  <ds@schleef.org>
40076
40077         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40078         property affects the video stream.
40079         * sys/xvimage/xvimagesink.c:
40080         * sys/xvimage/xvimagesink.h:
40081         Add synchronous property for debugging.  Should probably be
40082         disabled in non-CVS builds.  Make sure that the Xv attribute
40083         exists before we set it (crash!).  Fix a silly float bug that
40084         caused colorbalance to just not work.
40085
40086 2004-01-17  Christian Schaller <Uraeus@gnome.org>
40087
40088         * tools/gst-launch-ext.in - update for new plugins
40089
40090 2004-01-16  David Schleef  <ds@schleef.org>
40091
40092         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40093         already-freed caps.
40094
40095 2994-01-16  Christian Schaller <Uraeus@gnome.org>
40096
40097         * Update spec for new colorspace plugin and libcaca plugin
40098         * Fix compilation of libcaca plugin (clock -> id)
40099
40100 2004-01-16  Julien MOUTTE <julien@moutte.net>
40101
40102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40103         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40104         (gst_xvimagesink_set_xwindow_id),
40105         (gst_xvimagesink_colorbalance_set_value),
40106         (gst_xvimagesink_colorbalance_get_value),
40107         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40108         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40109         correct colorbalance properties. They can now be set when the element
40110         is still in NULL state. The values will be committed to the Xv Port
40111         when xcontext is initialized.
40112         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40113         brightness int values in the GstXvImagesink structure.
40114
40115 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40116
40117         * gst-libs/gst/Makefile.am:
40118           restructure so having local patches works easier.
40119
40120 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40121
40122         * ext/mpeg2enc/Makefile.am:
40123         * ext/mpeg2enc/gstmpeg2enc.cc:
40124         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40125           Bugfix with respect to EOS handling.
40126
40127 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40128
40129         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40130           Link with right caps (else, it segfaults).
40131         * ext/mplex/gstmplexjob.cc:
40132           Fix for slight API change in 1.6.1.93 release of mjpegtools.
40133
40134 2004-01-15  David Schleef  <ds@schleef.org>
40135
40136         * gst-libs/gst/audio/Makefile.am:
40137         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40138         from the template.
40139         * gst-libs/gst/audio/gstaudiofilter.c:
40140         * gst-libs/gst/audio/gstaudiofilter.h:
40141         Add bytes_per_sample and size and n_samples calculation.
40142         * gst-libs/gst/audio/gstaudiofilterexample.c:
40143         Remove, now autogenerated.
40144         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40145         Moved from gstaudiofilterexample, object name changed, code added
40146         so that it actually works.
40147         * gst-libs/gst/audio/make_filter:
40148         Script to build an audiofilter subclass from the template.
40149         * gst/colorspace/Makefile.am:
40150         * gst/colorspace/yuv2yuv.c:
40151         Remove file, since it's GPL, and we don't use it.
40152
40153 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40154
40155         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40157         them use the buffer free function to test how the buffer was allocated.
40158
40159 2004-01-15  David Schleef  <ds@schleef.org>
40160
40161         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40162         that handles osssink fallback.
40163         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40164         (gst_audio_convert_getcaps):
40165         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40166         Add audio/x-qdm2 for QDM2 audio.
40167         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40168         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40169         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40170         Decrease minimum size to 16x16.
40171         * gst/wavparse/gstwavparse.c:
40172         Convert disabled pad template caps to new caps.
40173         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40175         (gst_xvimagesink_chain): Throw element error when display cannot
40176         be opened.  Increase minimum framerate to 1.0.  Check the data
40177         free function on a buffer to make sure it is the type we expect
40178         before manipulating it.
40179
40180 2004-01-15  Julien MOUTTE <julien@moutte.net>
40181
40182         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40183         (gst_videobalance_colorbalance_set_value): Implement passthru if
40184         settings are in the middle.
40185         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40186
40187 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40188
40189         * gst/videofilter/Makefile.am:
40190         * gst/volume/Makefile.am:
40191           Since we use videofilter symbols, link to it.
40192
40193 2004-01-15  Julien MOUTTE <julien@moutte.net>
40194
40195         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40196         mixer interface type to HARDWARE.
40197         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40198         type to SOFTWARE.
40199         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40200         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40201         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40202         (gst_volume_interface_init), (gst_volume_list_tracks),
40203         (gst_volume_set_volume), (gst_volume_get_volume),
40204         (gst_volume_set_mute), (gst_volume_mixer_init),
40205         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40206         (volume_init): Implementing mixer interface.
40207         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40208         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40209         (gst_osselement_change_state): Removing some trailing commas in
40210         structures.
40211         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40212         interface type to HARDWARE.
40213         * sys/v4l/gstv4lcolorbalance.c:
40214         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40215         type to HARDWARE.
40216         * sys/v4l2/gstv4l2colorbalance.c:
40217         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40218         interface type to HARDWARE.
40219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40220         same code than ximagesink for event handling.
40221
40222 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40223
40224         * ext/snapshot/Makefile.am:
40225         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40226         (gst_snapshot_chain):
40227         * ext/snapshot/gstsnapshot.h:
40228           This has to be a joke... Snapshot should be connected to a tee,
40229           colorspace element before it and EOS after that, where the other
40230           src of the tee receives normal data.
40231           The current way is *wrong*.
40232
40233 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40234
40235         * ext/hermes/gsthermescolorspace.c:
40236           Fix another compile error. Same as below.
40237
40238 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40239
40240         * gst/colorspace/gstcolorspace.c:
40241         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40242         (gst_colorspace_i420_to_yv12):
40243           Fix compiling... Didn't test if it actually works.
40244
40245 2004-01-15  David Schleef  <ds@schleef.org>
40246
40247         * configure.ac:
40248         * gst/colorspace/Makefile.am:
40249         * gst/colorspace/gstcolorspace.c:
40250         * gst/colorspace/gstcolorspace.h:
40251         * gst/colorspace/yuv2rgb.c:
40252         * gst/colorspace/yuv2rgb.h:
40253         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40254         code and GPL code.  Fix for new caps negotiation.  Rewrite
40255         much of the format handling code, and some of the conversion
40256         code.  Basically, rewrote almost everything.  This element
40257         handles I420, YV12 to RGB conversions.
40258         * ext/hermes/Makefile.am:
40259         * ext/hermes/gsthermescolorspace.c:
40260         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40261         Remove non-Hermes related code.  This element handles lots of
40262         RGB to RGB conversions, but no YUV.
40263         * ext/hermes/gstcolorspace.c:
40264         * ext/hermes/gstcolorspace.h:
40265         * ext/hermes/rgb2yuv.c:
40266         * ext/hermes/yuv2rgb.c:
40267         * ext/hermes/yuv2rgb.h:
40268         * ext/hermes/yuv2rgb_mmx16.s:
40269         * ext/hermes/yuv2yuv.c:
40270         * ext/hermes/yuv2yuv.h:
40271         Remove old code.
40272
40273 2004-01-14  Colin Walters  <walters@verbum.org>
40274
40275         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40276         they've already been.
40277
40278 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40279
40280         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40281           assume tag mode when pad is not connected
40282
40283 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40284
40285         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40286           Don't update the time of the clock
40287         (gst_alsa_sink_loop):
40288           sync to the clock given to alsasink, not the own clock
40289         * sys/oss/gstosssink.c: (gst_osssink_chain):
40290           sync to the clock
40291         (gst_osssink_change_state):
40292           activate the clock
40293         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40295           remove bogus code that made DISCONT events unhandled
40296         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40297           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40298           #131502)
40299         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40300         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40301         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40302           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40303           2nd warning in bug #131502)
40304
40305 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40306
40307         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40308         (gst_videobalance_colorbalance_set_value),
40309         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40310         for colorbalance interface implementation.
40311         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40312         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40313         (gst_ximagesink_dispose), (gst_ximagesink_init),
40314         (gst_ximagesink_class_init): Adding DISPLAY property.
40315         * sys/ximage/ximagesink.h: Adding display_name to store display.
40316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40317         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40318         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40319         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40320         properties (they still need polishing though for gst-launch use : no
40321         xcontext yet, i ll do that tomorrow).
40322         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40323
40324 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40325
40326         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40327         (gst_play_set_location), (gst_play_set_visualization): Preparing
40328         switch integration, adding videobalance in the pipeline.
40329
40330 2004-01-14  Julien MOUTTE <julien@moutte.net>
40331
40332         * gst-libs/gst/colorbalance/colorbalance.c:
40333         (gst_color_balance_class_init): Adding a default type.
40334         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40335         the type.
40336         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40337         (gst_videobalance_dispose), (gst_videobalance_class_init),
40338         (gst_videobalance_init), (gst_videobalance_interface_supported),
40339         (gst_videobalance_interface_init),
40340         (gst_videobalance_colorbalance_list_channels),
40341         (gst_videobalance_colorbalance_set_value),
40342         (gst_videobalance_colorbalance_get_value),
40343         (gst_videobalance_colorbalance_init): Implementing colorbalance
40344         interface.
40345         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40346         list.
40347         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40348         bug which was triggering a BadAccess X error when setting an overlay
40349         before pad was really negotiated.
40350         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40351         Using the colorbalance type macro.
40352
40353 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40354
40355         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40356         (gst_flacenc_chain):
40357           handle tags correctly
40358         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40359           extract ID3v1 tags correctly
40360
40361 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40362
40363         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40364         (plugin_init):
40365           Improve matroska typefinding for odd-typed headers...
40366
40367 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40368
40369         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40370           Fix for using incremental number on padnames.
40371
40372 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40373
40374         * ext/divx/gstdivxdec.c:
40375         * ext/divx/gstdivxenc.c:
40376           Set category to divx4linux instead of divx (too generic).
40377         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40378         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40379         (gst_wavparse_loop), (gst_wavparse_change_state):
40380         * gst/wavparse/gstwavparse.h:
40381           fix parsing of WAV files with non-standard fmt-tag size and fix
40382           skipping of unrecognized chunks... Someone please fix this thing
40383           to use rifflib so all this is automated.
40384         * sys/v4l/Makefile.am:
40385         * sys/v4l2/Makefile.am:
40386           Add X_CFLAGS because we depend on X (for overlay).
40387
40388 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40389
40390         * ext/mpeg2dec/gstmpeg2dec.c:
40391           Don't issue a timestamp unless we tagged the frame
40392           with a PTS.
40393
40394 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40395
40396         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40397           Query the audio element to get the time, not the clock. We're
40398           interested in the element's time here.
40399
40400 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40401
40402         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40403         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40404         * ext/esd/esdsink.c: (gst_esdsink_chain):
40405         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40406         * ext/mas/massink.c: (gst_massink_chain):
40407         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40408         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40409         (gst_matroska_demux_parse_metadata):
40410         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40411         (gst_mpeg_parse_release_locks):
40412         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40413         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40414         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40415         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40416         (gst_osssink_change_state):
40417         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40418         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40419         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40420         (gst_xvideosink_release_locks):
40421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40422           use element time.
40423         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40424         (gst_alsa_clock_stop):
40425         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40426         (gst_audio_clock_get_internal_time):
40427           simplify for use with new clocking code.
40428         * testsuite/alsa/Makefile.am:
40429         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40430           fix testsuite for new caps system
40431
40432 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40433
40434         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40435         * ext/flac/gstflacenc.c: (add_one_tag):
40436           length is already host endian, no need to convert. Fixes playback of
40437           tagged files on PPC. (bug #128384)
40438
40439 2004-01-13  Julien MOUTTE <julien@moutte.net>
40440
40441         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40442         colorbalance interface stating if it is hardware based or software
40443         based.
40444         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40445         Removing a trailing comma.
40446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40447         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40448         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40449         the documentation seems to be wrong on the -1000 to 1000 interval.
40450
40451 2004-01-12  David Schleef  <ds@schleef.org>
40452
40453         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40454         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40455         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40456         Fix negotiation.  Add a bufferalloc function for the sink pad,
40457         and generally clean up some of the code.
40458
40459 2004-01-12  Julien MOUTTE <julien@moutte.net>
40460
40461         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40462         (gst_color_balance_channel_dispose): Adding safety check in dispose
40463         method.
40464         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40465         (gst_xvimagesink_xcontext_clear),
40466         (gst_xvimagesink_interface_supported),
40467         (gst_xvimagesink_colorbalance_list_channels),
40468         (gst_xvimagesink_colorbalance_set_value),
40469         (gst_xvimagesink_colorbalance_get_value),
40470         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40471         Adding colorbalance interface support to set XV parameters such as
40472         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40473         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40474         interface.
40475
40476 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40477
40478         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40479         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40480         (gst_audio_convert_init), (gst_audio_convert_set_property),
40481         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40482         (gst_audio_convert_link),
40483         (gst_audio_convert_buffer_to_default_format),
40484         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40485           - implement _getcaps and use it
40486           - improve linking
40487           - remove float caps since no float conversion is actually done
40488           - remove properties and arguments that were to be used for rate
40489             conversion
40490
40491 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40492
40493         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40494         (gst_audio_structure_set_int):
40495         * gst-libs/gst/audio/audio.h:
40496           add helper functions for _getcaps matching the standard audio
40497           templates
40498
40499 2004-01-12  David Schleef  <ds@schleef.org>
40500
40501         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40502         Test that pad is negotiated before getting its caps.
40503
40504 2004-01-12  Julien MOUTTE <julien@moutte.net>
40505
40506         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40507         analyzing the pads of an element the bin is mostly in READY state so
40508         no caps were negotiated. This helper function needs to work with
40509         _get_caps directly then. I was not freeing them though, added that to
40510         fix the mem leak.
40511
40512 2004-01-12  Julien MOUTTE <julien@moutte.net>
40513
40514         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40516         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40517         than the free_func.
40518
40519 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40520
40521         * sys/oss/gstossaudio.c: (plugin_init):
40522         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40523         * sys/oss/gstosselement.h:
40524           make an oss debugging category
40525           make failure more descriptive
40526
40527 2004-01-11  David Schleef  <ds@schleef.org>
40528
40529         * ext/ffmpeg/gstffmpeg.c:
40530         * ext/ffmpeg/gstffmpegcodecmap.c:
40531         * ext/ffmpeg/gstffmpegdec.c:
40532         * ext/ffmpeg/gstffmpegenc.c:
40533         * ext/ffmpeg/gstffmpegprotocol.c:
40534         * ext/gdk_pixbuf/gstgdkanimation.c:
40535         * ext/jpeg/gstjpeg.c:
40536         * ext/libpng/gstpng.c:
40537         * ext/mpeg2dec/perftest.c:
40538         * ext/speex/gstspeex.c:
40539         * gst-libs/gst/resample/dtos.c:
40540         * gst/intfloat/gstintfloatconvert.c:
40541         * gst/oneton/gstoneton.c:
40542         * gst/rtjpeg/RTjpeg.c:
40543         * gst/rtp/gstrtp.c:
40544         * sys/dxr3/dxr3init.c:
40545         * sys/glsink/gstgl_nvimage.c:
40546         * sys/glsink/gstgl_pdrimage.c:
40547         * sys/glsink/gstglsink.c:
40548         * testsuite/gst-lint:
40549         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40550
40551 2004-01-11  David Schleef  <ds@schleef.org>
40552
40553         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40554         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40555         * ext/gdk_pixbuf/gstgdkanimation.c:
40556         (gst_gdk_animation_iter_create_pixbuf):
40557         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40558         (gst_gdk_pixbuf_chain):
40559         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40560         * ext/jack/gstjack.c: (gst_jack_change_state):
40561         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40562         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40563         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40564         * gst/videofilter/gstvideofilter.c:
40565         (gst_videofilter_set_output_size):
40566         Remove all usage of gst_pad_get_caps(), and replace it with
40567         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40568
40569 2004-01-11  David Schleef  <ds@schleef.org>
40570
40571         * configure.ac:
40572         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40573         * ext/divx/gstdivxdec.c:
40574         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40575         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40576         handle images that span multiple buffers.  Now work with both
40577         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40578         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40579         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40580         video/video.h changes
40581         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40582         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40583         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40584         of GstData free function.
40585         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40586         same.
40587
40588 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40589
40590         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40591         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40592         (gst_v4l2element_get_property):
40593         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40594           add norm, channel and frequency properties.
40595         * sys/v4l2/gstv4l2tuner.c:
40596           fixes for tuner interface changes
40597         * sys/v4l2/gstv4l2element.h:
40598         * sys/v4l2/gstv4l2src.c:
40599         * sys/v4l2/gstv4l2src.h:
40600         * sys/v4l2/v4l2src_calls.c:
40601         * sys/v4l2/v4l2src_calls.h:
40602           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40603
40604 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40605
40606         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40607         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40608         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40609         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40610         * gst-libs/gst/tuner/tuner.h:
40611           GObjects aren't const.
40612           Add find_by_name functions.
40613           Add checks to _changed functions.
40614         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40615         (gst_v4l_tuner_get_norm):
40616           Fixes for above.
40617
40618 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40619
40620         * gst-libs/gst/video/video.h:
40621           Fix caps template names to be understandable.
40622           Prefix everything with GST_VIDEO.
40623         * ext/aalib/gstaasink.c:
40624         * ext/divx/gstdivxdec.c:
40625         * ext/divx/gstdivxenc.c:
40626         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40627         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40628         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40629         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40630         * ext/libcaca/gstcacasink.c:
40631         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40632         * ext/snapshot/gstsnapshot.c:
40633         * ext/swfdec/gstswfdec.c:
40634         * ext/xvid/gstxviddec.c:
40635         * ext/xvid/gstxvidenc.c:
40636         * gst/chart/gstchart.c:
40637         * gst/deinterlace/gstdeinterlace.c:
40638         * gst/effectv/gsteffectv.c:
40639         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40640         * gst/goom/gstgoom.c:
40641         * gst/median/gstmedian.c:
40642         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40643         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40644         * gst/overlay/gstoverlay.c:
40645         * gst/smooth/gstsmooth.c:
40646         * gst/smpte/gstsmpte.c:
40647         * gst/synaesthesia/gstsynaesthesia.c:
40648         * gst/videocrop/gstvideocrop.c:
40649         * gst/videodrop/gstvideodrop.c:
40650         * gst/y4m/gsty4mencode.c:
40651         * sys/qcam/gstqcamsrc.c:
40652         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40653           Make them work with new video.h file.
40654         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40655         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40657         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40658           Make it work with new buffer allocation system.
40659
40660 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40661
40662         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40663         pad_alloc_buffer implementation to use ->srcpad
40664         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40665         pad_alloc_buffer implementation to use ->srcpad
40666         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40667         pad_alloc_buffer implementation to use ->srcpad
40668         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40669         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40670         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40671         a reference to everything we need.
40672         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40674         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40675         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40676         a reference to everything we need.
40677         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40678
40679 2004-01-11  David Schleef  <ds@schleef.org>
40680
40681         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40682         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40683         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40684         structure members.
40685         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40686         value during a resize/renegotiation.
40687         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40688         gst_pad_alloc_buffer();
40689         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40690         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40691         structure members.
40692         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40693         Fix for rename of buffer private structure members.
40694         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40695         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40696         Fix for rename of buffer private structure members.
40697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40698         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40699         Fix for rename of buffer private structure members.
40700
40701 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40702
40703         reviewed by: David Schleef <ds@schleef.org>
40704
40705         * gst/videofilter/Makefile.am:
40706         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40707         from the patch by ds to fit in with recent make_filter changes.
40708
40709 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40710
40711         * configure.ac: Adding examples/switch/Makefile
40712         * examples/Makefile.am: Adding examples/switch
40713         * examples/switch/Makefile.am: Adding switcher example.
40714         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40715         (switch_timer), (main): Adding an example demonstrating switch usage
40716         with 2 videotestsrc showing different patterns.
40717         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40718         (gst_switch_init): Fixing switch with the new caps system.
40719
40720 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40721
40722         * gst-libs/gst/video/video.h:
40723           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40724           They should probably be like
40725           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40726
40727 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40728
40729         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40730         (qtdemux_parse_trak):
40731           fix audio chunk size/timestamp calculation
40732
40733 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40734
40735         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40736           fix SVQ3 caps
40737
40738 2004-01-11  Steve Baker  <steve@stevebaker.org>
40739
40740         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40741         (gst_agingtv_base_init), (gst_agingtv_class_init),
40742         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40743         (gst_agingtv_set_property), (gst_agingtv_get_property):
40744         Port agingTV to videofilter
40745
40746 2004-01-09  Julien MOUTTE <julien@moutte.net>
40747
40748         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40749         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40750
40751 2004-01-09  Julien MOUTTE <julien@moutte.net>
40752
40753         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40754         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40755         * gst-libs/gst/xoverlay/xoverlay.c:
40756         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40757         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40758         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40759         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40760         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40761         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40762         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40763         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40764         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40765         interface implementation to handle xid being 0 and fix some bugs
40766         triggered by Benjamin's testcase.
40767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40768         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40769         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40770         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40771         interface implementation to handle xid being 0 and fix some bugs
40772         triggered by Benjamin's testcase.
40773
40774 2004-01-09  David Schleef  <ds@schleef.org>
40775
40776         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40777         mouse pointer events.  It works.
40778
40779 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40780
40781         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40782           Use explicit caps - fix capsnego.
40783         * ext/xvid/gstxviddec.c:
40784         * ext/xvid/gstxvidenc.c:
40785           Remove macro-inside-macro which caused compile errors.
40786         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40787           Error out if it's not a RIFF file. Else we error out without
40788           gst_element_error() which is not good...
40789
40790 2004-01-08  David Schleef  <ds@schleef.org>
40791
40792         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40793         Fix pad_link function to handle formats that ffmpeg returns
40794         as multiple caps structures.
40795         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40796         Only complain if source buffer is _smaller_ than expected.
40797         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40798         (gst_videoscale_handle_src_event): Resize navigation events
40799         when passing them upstream.
40800         * gst/videotestsrc/gstvideotestsrc.c:
40801         * gst/videotestsrc/gstvideotestsrc.h:
40802         * gst/videotestsrc/videotestsrc.c:
40803         * gst/videotestsrc/videotestsrc.h:
40804         Rewrite many of the buffer painting functions to handle odd
40805         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40806         been verified to work with my video card.
40807         * testsuite/gst-lint:  Add check for elements calling
40808         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40809
40810 2004-01-08  David Schleef  <ds@schleef.org>
40811
40812         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40813         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40814
40815 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40816
40817         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40818         configure event is not emiting the desired size signal. That fixes
40819         aspect ratio issues with gst-player.
40820
40821 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40822
40823         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40824           Fix capsnego.
40825
40826 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40827
40828         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40829         public method to fire size signal.
40830
40831 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40832
40833         * examples/gstplay/Makefile.am: Adding the interface library.
40834         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40835         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40836         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40837         GST_IS_X_OVERLAY before signal connect.
40838         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40839         Removing the have_video_size signal.
40840         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40841         and associated public method.
40842         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40843         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40844         signal.
40845         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40846         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40847         signal.
40848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40849         Using XOverlay public method to fire size signal.
40850
40851 2004-01-07  David Schleef  <ds@schleef.org>
40852
40853         * gst/videofilter/Makefile.am:
40854         * gst/videofilter/gstvideotemplate.c:
40855         * gst/videofilter/make_filter:
40856         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40857         Convert make_filter to /bin/sh script.
40858
40859 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40860
40861         * gst/modplug/gstmodplug.cc: fix element description
40862
40863 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40864
40865         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40866         (got_video_size): Adding some new lines in g_print calls.
40867         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40868         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40869         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40870         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40871         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40872         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40873         Complete code review, reverting some stuff i disagree with, adding
40874         some fixes : time synchronization on invalid timestamps, renegotiation
40875         of private window.
40876         * sys/ximage/ximagesink.h:
40877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40878         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40879         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40880         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40881         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40882         (gst_xvimagesink_buffer_new),
40883         (gst_xvimagesink_navigation_send_event),
40884         (gst_xvimagesink_set_xwindow_id),
40885         (gst_xvimagesink_get_desired_size),
40886         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40887         stuff i disagree with, adding some fixes : Renegotiation of private
40888         window, implementing get_desired_size.
40889
40890 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40891
40892         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40893         (gst_afsink_handle_event):
40894         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40895         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40896         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40897         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40898         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40899           Fix for instantiate-test (see core). Also remove dead code from
40900           jpegenc (which still needs fixing, but that's lower on my TODO
40901           list...).
40902         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40903           Never return NULL as caps.
40904
40905 2004-01-07  David Schleef  <ds@schleef.org>
40906
40907         * configure.ac:
40908         * ext/Makefile.am:
40909         * ext/librfb/Makefile.am:
40910         * ext/librfb/gstrfbsrc.c:
40911         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40912         is the protocol used by VNC.
40913
40914 2004-01-07  David Schleef  <ds@schleef.org>
40915
40916         * gst/videofilter/gstvideotemplate.c:
40917         * gst/videofilter/gstvideotemplate.h:
40918         * gst/videofilter/make_filter:
40919         Merge videotemplate header into source file.
40920         * gst/effectv/Makefile.am:
40921         * gst/effectv/gsteffectv.c: (plugin_init):
40922         * gst/effectv/gstwarp.c:
40923         Make warpTV a subclass of videofilter.
40924
40925 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40926
40927         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40928           Add guard against invalid utf-8 conversions in mad. Just in case.
40929
40930 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40931
40932         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40933           Fix for bug shown by poisoning
40934
40935 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40936
40937         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40938         (gst_v4lmjpegsrc_buffer_free):
40939         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40940         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40941         (gst_v4lsrc_buffer_free):
40942           Fix for removed bufferpools.
40943
40944 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40945
40946         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40947         Fix caps negotiation.
40948
40949         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40950         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40951         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40952         (dvdnavsrc_event):
40953         * ext/mpeg2dec/gstmpeg2dec.c:
40954         * gst-libs/gst/navigation/navigation.c:
40955         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40956         * gst-libs/gst/navigation/navigation.h:
40957         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40958         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40960         Super-simple first version of mouse and keyboard events. Clicking
40961         on a DVD menu now works, although it may not take you where you
40962         expected.
40963
40964         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40965         * gst/videotestsrc/gstvideotestsrc.c:
40966         (gst_videotestsrc_src_fixate):
40967         These fixate functions were broken - they never actually
40968         fixated :)
40969
40970 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40971
40972         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40973         (gst_icecastsend_init):
40974           fix for new caps system.
40975         * gst-libs/gst/mixer/mixertrack.h:
40976         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40977           Add 'master track' flag (for tools like ACME that only want to
40978           change the main volume).
40979
40980 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40981
40982         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40983         (gst_xvid_csp_to_caps):
40984         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40985         * ext/xvid/gstxvidenc.c:
40986         ifdef out ARGB type when it isn't available
40987         in xvidcore 1.0.0beta2
40988
40989 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40990
40991         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40992           When we have received a new SCR right in the first buffer after
40993           a seek (so in the same cycle that handles the discont), we should
40994           handle the buffer instead of unreffing it, else we lose data.
40995
40996 2004-01-06  Iain <iain@prettypeople.org>
40997
40998         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40999           buffer-frames caps too.
41000
41001         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
41002           caps that we need, don't destroy them all and rebuild them. And when
41003           creating src pads, use the src pad template rather than the sink...
41004
41005 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41006
41007         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
41008           Add pad to element *after* setting functions such as event handler.
41009           Without this, the scheduler (opt) will link pads, set the event
41010           handler from the default event function (dispatcher in gstpad.c)
41011           and *after* that, we will set our own event function, which will
41012           thus never be used (and thus mpegdemux doesn't handle events).
41013
41014 2004-01-04  David Schleef  <ds@schleef.org>
41015
41016         Fix the fixate functions to handle new prototype:
41017         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41018         * gst/videotestsrc/gstvideotestsrc.c:
41019         (gst_videotestsrc_src_fixate):
41020         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41021         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
41022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
41023
41024 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41025
41026         * sys/ximage/ximagesink.h:
41027         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41028         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
41029         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
41030         (gst_ximagesink_xoverlay_init):
41031           assorted fixes to make (re)embedding work
41032         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
41033         (gst_ximagesink_get_desired_size):
41034           implement desired size additions to XOverlay
41035
41036 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41037
41038         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
41039         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
41040         (gst_x_overlay_got_desired_size):
41041         * gst-libs/gst/xoverlay/xoverlay.h:
41042           Add optional "desired size" signal and querying.
41043
41044 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41045
41046         * gst/matroska/matroska-demux.c:
41047         (gst_matroska_demux_parse_blockgroup):
41048           Fix EBML-laced block parsing. Diffs are relative to previous
41049           lace, not the first lace. Thanks to Mosu from the Matroska
41050           team for detecting this.
41051         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41052         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
41053         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
41054         (gst_wavparse_change_state):
41055         * gst/wavparse/gstwavparse.h:
41056           Quickfix for capsnego.
41057
41058 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41059
41060         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
41061           Fix indenting, fix pad creation.
41062
41063 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41064
41065         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
41066         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
41067         (gst_xviddec_sink_link):
41068           Implement src_getcaps() so proper size caps is negotiated.
41069
41070 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41071
41072         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
41073           Finish flac decoder on EOS. See #116178.
41074
41075 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41076
41077         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41078         (gst_matroska_demux_add_stream):
41079         * gst/matroska/matroska-ids.h:
41080           Add getcaps() function to fix capsnego...
41081
41082 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41083
41084         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41085         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41086         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41087           Fix more integer overflows. Again, see #126967.
41088
41089 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41090
41091         * ext/mpeg2dec/gstmpeg2dec.c:
41092           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41093           #130416.
41094
41095 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41096
41097         * configure.ac:
41098         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41099         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41100         * ext/xvid/gstxvid.h:
41101         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41102         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41103         (gst_xviddec_src_link), (gst_xviddec_sink_link),
41104         (gst_xviddec_change_state):
41105         * ext/xvid/gstxviddec.h:
41106         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41107         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41108         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41109         (gst_xvidenc_link), (gst_xvidenc_set_property),
41110         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41111         * ext/xvid/gstxvidenc.h:
41112           Update xvid plugin to latest xvid (1.0.0-beta3) API.
41113
41114 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41115
41116         * gst/rtp/rtp-packet.c:
41117           Add sys/types.h include, since OS X doesn't define in_addr_t
41118           in netinet/in.h, like it does on Linux (see #129600).
41119
41120 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
41121
41122         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
41123
41124         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41125           Correct logic of dispose function (see #129306).
41126
41127 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41128
41129         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41130         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41131         (gst_mpeg_parse_init):
41132         * gst/mpegstream/gstmpegparse.h:
41133           Remove clock (which was never provided, i.e. dead code), and
41134           also fix integer overflows at high PTS values (see #126967).
41135
41136 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41137
41138         * ext/flac/gstflacdec.c:
41139         * ext/libpng/gstpngenc.h:
41140         * ext/mikmod/gstmikmod.h:
41141           OS X fixes (see #126628).
41142
41143 2004-01-02  David Schleef  <ds@schleef.org>
41144
41145         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41146         (gst_alsa_src_base_init): Remove bogus "src" request pad.
41147         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41148         (gst_mpeg_parse_class_init): Move pad template registration
41149         to class_init, since the derived class (mpegdemux) doesn't
41150         want them.
41151
41152 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41153
41154         * sys/ximage/Makefile.am:
41155         * sys/xvideo/Makefile.am:
41156         * sys/xvimage/Makefile.am:
41157           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41158           after installation (see #127664).
41159
41160 2004-01-02  David Schleef  <ds@schleef.org>
41161
41162         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41163         (gst_ffmpegenc_connect):  Negotiation fixes.
41164         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41165         Remove inappropriate gst_caps_free().
41166         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41167         Reenable Ronald's internal resize code, since the core handles
41168         it correctly now.
41169
41170 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41171
41172         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41173         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41174         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41175           Fix pad template stuff.
41176
41177 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41178
41179         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41180         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41181           fix signed integer reading/writing.
41182
41183 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41184
41185         * ext/alsa/README:
41186           Remove outdated document
41187
41188 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41189
41190         * gst/cutter/gstcutter.c: (gst_cutter_init):
41191           src pad was being created twice - oops.
41192
41193 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41194
41195         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41196           Comment out internal resize. It doesn't handle the resulting
41197           XEvent internally, does another try_set_caps() which leads to
41198           a really nice loop.
41199           Real fix will come when Julien and Dave are awake. ;).
41200
41201 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41202
41203         * ext/mpeg2enc/gstmpeg2enc.cc:
41204           fix const/nonconst compile issue.
41205
41206 2004-01-02  David Schleef  <ds@schleef.org>
41207
41208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41209         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41210         Add fixate function and a check for bad formats.
41211
41212 2004-01-01  David Schleef  <ds@schleef.org>
41213
41214         Negotiation fixes:
41215         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41216         (gst_audiofilter_init):
41217         * gst/debug/efence.c: (gst_efence_init):
41218         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41219         (gst_deinterlace_init):
41220         * gst/volume/gstvolume.c: (volume_connect):
41221
41222 2004-01-01  David Schleef  <ds@schleef.org>
41223
41224         Convert elements to use gst_pad_use_explicit_caps() where
41225         appropriate:
41226         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41227         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41228         (gst_afparse_open_file):
41229         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41230         (gst_afsrc_open_file):
41231         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41232         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41233         (gst_ffmpegdec_chain):
41234         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41235         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41236         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41237         (gst_gdk_pixbuf_chain):
41238         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41239         (gst_jpegdec_chain):
41240         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41241         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41242         (gst_mikmod_negotiate):
41243         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41244         (gst_mpeg2dec_negotiate_format):
41245         * ext/mpeg2enc/gstmpeg2enc.cc:
41246         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41247         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41248         (gst_speexdec_sinkconnect):
41249         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41250         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41251         (gst_vorbisfile_new_link):
41252         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41253         (gst_ac3parse_chain):
41254         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41255         (gst_asf_demux_setup_pad):
41256         * gst/auparse/gstauparse.c: (gst_auparse_init),
41257         (gst_auparse_chain):
41258         * gst/id3/gstid3types.c: (gst_id3types_loop):
41259         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41260         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41261         (mp1videoparse_parse_seq):
41262         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41263         (bpf_from_header):
41264         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41265         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41266         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41267         (gst_mpeg_parse_send_data):
41268         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41269         (gst_qtdemux_add_stream):
41270         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41271         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41272         (gst_wavparse_parse_fmt):
41273
41274 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41275
41276         * configure.ac:
41277           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41278           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41279           it therefore uses the wrong include paths. Too bad... Note
41280           that 1.6.1.93 is not release yet. ;).
41281           Also add a check for mplex, which is now using the lib'ified
41282           mplex from mjpegtools, too.
41283         * ext/ffmpeg/gstffmpegcodecmap.c:
41284           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41285           issues. I don't think ffmpeg handles 3ivx correctly, so this
41286           probably won't work. But it won't hurt either.
41287         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41288         (gst_ffmpegdec_chain):
41289         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41290         (gst_ffmpegenc_chain_audio):
41291           Fix memleak in audio encoding. Close codec if open fails, this
41292           calls the cleanup routines so we can re-use the context.
41293         * ext/mpeg2enc/gstmpeg2enc.cc:
41294           Fix pad template names/types, fix memory issue with getcaps().
41295         * ext/mpeg2enc/gstmpeg2encoder.cc:
41296         * ext/mpeg2enc/gstmpeg2encoder.hh:
41297           Fix compile issue with new caps system (const thingy).
41298         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41299         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41300           We read a first frame right on initing, so that we have a caps
41301           when we init the output. This caps is cached in padprivate and
41302           read as first frame.
41303         * ext/mplex/Makefile.am:
41304         * ext/mplex/gstmplex.cc:
41305         * ext/mplex/gstmplex.h:
41306         * ext/mplex/gstmplex.hh:
41307         * ext/mplex/gstmplexibitstream.cc:
41308         * ext/mplex/gstmplexibitstream.hh:
41309         * ext/mplex/gstmplexjob.cc:
41310         * ext/mplex/gstmplexjob.hh:
41311         * ext/mplex/gstmplexoutputstream.cc:
41312         * ext/mplex/gstmplexoutputstream.hh:
41313           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41314           had issues, didn't do capsnego, supported only a subset of the
41315           mplex features and required a mplex fork in our local CVS. Plus
41316           that it worked agaist a very old mplex version. Rewriting was
41317           faster than updating it.
41318         * gst-libs/ext/Makefile.am:
41319         * gst-libs/ext/mplex/INSTRUCT:
41320         * gst-libs/ext/mplex/Makefile.am:
41321         * gst-libs/ext/mplex/README:
41322         * gst-libs/ext/mplex/TODO:
41323         * gst-libs/ext/mplex/ac3strm_in.cc:
41324         * gst-libs/ext/mplex/audiostrm.hh:
41325         * gst-libs/ext/mplex/audiostrm_out.cc:
41326         * gst-libs/ext/mplex/aunit.hh:
41327         * gst-libs/ext/mplex/bits.cc:
41328         * gst-libs/ext/mplex/bits.hh:
41329         * gst-libs/ext/mplex/buffer.cc:
41330         * gst-libs/ext/mplex/buffer.hh:
41331         * gst-libs/ext/mplex/fastintfns.h:
41332         * gst-libs/ext/mplex/format_codes.h:
41333         * gst-libs/ext/mplex/inputstrm.cc:
41334         * gst-libs/ext/mplex/inputstrm.hh:
41335         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41336         * gst-libs/ext/mplex/mjpeg_logging.cc:
41337         * gst-libs/ext/mplex/mjpeg_logging.h:
41338         * gst-libs/ext/mplex/mjpeg_types.h:
41339         * gst-libs/ext/mplex/mpastrm_in.cc:
41340         * gst-libs/ext/mplex/mpegconsts.cc:
41341         * gst-libs/ext/mplex/mpegconsts.h:
41342         * gst-libs/ext/mplex/mplexconsts.hh:
41343         * gst-libs/ext/mplex/multplex.cc:
41344         * gst-libs/ext/mplex/outputstream.hh:
41345         * gst-libs/ext/mplex/padstrm.cc:
41346         * gst-libs/ext/mplex/padstrm.hh:
41347         * gst-libs/ext/mplex/stillsstream.cc:
41348         * gst-libs/ext/mplex/stillsstream.hh:
41349         * gst-libs/ext/mplex/systems.cc:
41350         * gst-libs/ext/mplex/systems.hh:
41351         * gst-libs/ext/mplex/vector.cc:
41352         * gst-libs/ext/mplex/vector.hh:
41353         * gst-libs/ext/mplex/videostrm.hh:
41354         * gst-libs/ext/mplex/videostrm_in.cc:
41355         * gst-libs/ext/mplex/videostrm_out.cc:
41356         * gst-libs/ext/mplex/yuv4mpeg.cc:
41357         * gst-libs/ext/mplex/yuv4mpeg.h:
41358         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41359         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41360           We don't fork mjpegtools' mplex in our CVS anymore.
41361         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41362         (gst_avi_demux_add_stream):
41363         * gst/avi/gstavidemux.h:
41364           Add getcaps() function for proper caps nego. This makes some
41365           parts of AVI playback/reading work.
41366         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41367           Resize window on new capsnego. This is probably wrong, but
41368           I'm still committing it because with current capsnego, the
41369           first successfull capsnego is auto-fixated, therefore rounded
41370           down to the lowest values in the caps. this results in a 16x16
41371           XWindow that is not reized when real capsnego finishes.
41372           Dave, I see more cases of this, do you know a proper solution?
41373         * tools/gst-launch-ext.in:
41374           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41375
41376 2003-12-31  David Schleef  <ds@schleef.org>
41377
41378         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41379         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41380           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41381
41382 2003-12-30  David Schleef  <ds@schleef.org>
41383
41384         * ext/ffmpeg/gstffmpegcolorspace.c:
41385         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41386         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41387         (gst_ffmpegcsp_chain): Negotiation fixes
41388         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41389         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41390         (gst_audio_convert_link), (gst_audio_convert_channels):
41391         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41392         (gst_audioscale_link), (gst_audioscale_get_buffer),
41393         (gst_audioscale_chain): Negotiation fixes
41394         * gst/audioscale/gstaudioscale.h:
41395         * gst/videofilter/gstvideofilter.c:
41396         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41397         (gst_videofilter_link), (gst_videofilter_init),
41398         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41399         (gst_videofilter_find_format_by_structure):
41400         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41401         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41402         (gst_videoscale_link):
41403         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41404         (videoscale_find_by_structure), (gst_videoscale_setup):
41405         * gst/videoscale/videoscale.h: Negotiation fixes
41406         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41407         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41408         function, restrict resizing to a multiple of 4 (hack until
41409         everyone supports odd sizes correctly).
41410
41411 2003-12-29  Colin Walters  <walters@verbum.org>
41412
41413         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41414         signed.
41415
41416 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41417
41418         * ext/sndfile/gstsf.c: (gst_sf_loop):
41419           Fix warning about discarding const qualifier
41420
41421 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41422
41423         * gst/cutter/gstcutter.c:
41424         * gst/videoscale/gstvideoscale.c:
41425         * gst/volenv/gstvolenv.c:
41426         * gst-libs/gst/audio/audio.c:
41427         * gst-libs/gst/video/video.c:
41428           Fix warnings
41429
41430 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41431
41432         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41433           Don't send ALSA debugging to stderr.
41434         * ext/alsa/gstalsa.h:
41435           Use GST_WARNING instead of g_warning when ALSA functions fail.
41436
41437 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41438
41439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41440           Free XVAdapterInfo correctly.
41441
41442 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41443
41444         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41445         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41446           Make id3tag use correct caps nego.
41447
41448 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41449
41450         * ext/ivorbis/vorbis.c:
41451         * ext/ivorbis/vorbisenc.h:
41452         * ext/ivorbis/vorbisfile.c:
41453           Modify so that it uses the new caps things
41454
41455 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41456
41457         * testsuite/spider/spider1.c: (main):
41458         * testsuite/spider/spider2.c: (main):
41459         * testsuite/spider/spider3.c: (main):
41460           Make tests compile again. They probably don't work.
41461
41462 2003-12-24  Colin Walters  <walters@verbum.org>
41463
41464         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41465         we can't fixate the caps anymore.
41466
41467 2003-12-23  David Schleef  <ds@schleef.org>
41468
41469         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41470         * sys/oss/gstosssink.c: (gst_osssink_init),
41471         (gst_osssink_sink_fixate): Add fixate function.
41472
41473 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41474
41475         * ext/ffmpeg/gstffmpegcodecmap.c:
41476         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41477         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41478         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41479         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41480         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41481         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41482         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41483           fix typo in RGB masks, and move back to "old" colorspace
41484           capsnego code until whoever wrote this new crap has actually
41485           tested it so that it works.
41486           And yes, this works, keep it that way please.
41487
41488 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41489
41490         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41491         (gst_divxdec_init), (gst_divxdec_negotiate):
41492         * ext/divx/gstdivxdec.h:
41493         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41494         (gst_divxenc_init):
41495         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41496         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41497         * ext/mpeg2enc/gstmpeg2enc.cc:
41498         * ext/mpeg2enc/gstmpeg2encoder.cc:
41499         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41500         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41501         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41502         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41503         (dxr3spusink_init):
41504         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41505         (dxr3videosink_init):
41506           Fix caps breakage after Dave's caps branch merge.
41507
41508 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41509
41510         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41511           Fix for 24bpp display.
41512
41513 2003-12-23  Colin Walters  <walters@verbum.org>
41514
41515         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41516         a GnomeVFSHandle directly.
41517
41518 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41519
41520         * gst/volume/Makefile.am:
41521         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41522         (volume_base_init), (volume_init):
41523           Reenable volume element and fix to work with new caps stuff.
41524           Rhythmbox needs this.
41525
41526 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41527
41528         * gst/qtdemux/qtdemux.c: (plugin_init):
41529           qtdemux requires bytestream
41530
41531 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41532
41533         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41534           Fix remaining caps handling errors due to CAPS merge.
41535
41536 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41537
41538         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41539         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41540         (gst_faad_srcconnect):
41541           Port to new caps system.
41542
41543 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41544
41545         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41546         (got_video_size), (main): using g_print instead of g_message.
41547         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41548         signal which was not emitted because of "switch" element added to the
41549         bin but not connected. (Removing from the bin temporarily)
41550
41551 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41552
41553         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41554         find X development files. I don't understand the previous tests and
41555         they fail on my debian/ppc unstable. This one works.
41556         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41557         exiting.
41558         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41559         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41560         (gst_play_set_visualization): Add some safety checks in set_ methods
41561         and state_change. This was throwing some ugly CRITICAL messages when
41562         pipeline was getting disposed and casts were failing.
41563
41564 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41565
41566         * configure.ac:
41567           Improve mpeg2enc detection. This is for distributions that do
41568           ship mjpegtools, but without mpeg2enc. Also does object check
41569           for might there ever be ABI incompatibility.
41570         * ext/mpeg2enc/gstmpeg2enc.cc:
41571           Add Andrew as second maintainer (he's helping me), and also add
41572           an error if no caps was set. This happens if I pull before capsnego
41573           and that's something I should solve sometime else.
41574         * gst/matroska/matroska-demux.c:
41575         (gst_matroska_demux_parse_blockgroup):
41576           Fix time parsing.
41577         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41578         (gst_matroska_mux_track_header):
41579           Add caps to templates.
41580         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41581           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41582         * gst/mpegstream/gstmpegdemux.c:
41583           Remove layer since it causes warnings about unfixed caps.
41584         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41585           Fix obvious typo (we error out if caps were set, we should of
41586           course error out if *no* caps were set).
41587         * sys/oss/gstosselement.c: (gst_osselement_convert):
41588           Fix format conversion, we confused bits/bytes.
41589         * sys/oss/gstosselement.h:
41590           Improve documentation for 'bps'.
41591         * sys/v4l/TODO:
41592           Remove stuff about plugins that need removing - this was done
41593           ages ago.
41594         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41595         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41596         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41597         (gst_v4lsrc_src_query):
41598         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41599         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41600           Add get_query_types(), get_formats() and query() functions.
41601
41602 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41603
41604         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41605           * moved CVS to freedesktop.org